- Happy New Year
- Created quick benchmarking suite
- Optimized thread utilization
- Bug fixes and better IO performance
- More efficient task processing using map over submit.
- Seperated IO in coroutine exception blocks.
- Bug Fixes and Improvements.
- Bug fix with lines longer than 1000 chars
- Fixed another unicode bug
- Improved Python 2/3 Compatability
- Implemented text transliteration where available
- Implemented simple File IO
- Better utilization of thread pools using futures module.
- Vendorized dependencies
- Swapped transport API from urllib2 with Requests
- SSL/TLS integration for secure web requests
- Bug fix with double output
- Bug fixes
- Decreased package size
- Split translator.py into two seperate modules
- Added Output Buffer Streaming
- Utilized Cooperative Multitasking for Coroutines
- Updated Documentation on API
- Bug fixes
- Implmented concurrency based on Asyncronous threads and coroutines
- Up to 10x performance speedup
- Bug Fixes
- Re-implmenenting concurrency models
- Python 3 is now the base implemntation
- Language Code Generator Fix
- General Bug Fixes
- Speed Improvements
- Length of multibyte characters correctly represented by spooler
- Better support for utf-8.
- Implemented language discovery arg
- Bug Fixes
- Documentation reorganization
Bug Fixes
- Fixed unicode encode/decode errors
- PyPy-c v2.2 now support
Bug Fixes
- Quick fix PyPI distribution (huge package sizes)
- MANIFEST.in now does it job
- Assorted fixes with methods and scope
- GTranslate is taken on PyPI.
- Name changed to py-translate
- Distributed through PyPI and Wheel
- More documentation and autoparsing for module functions
- Separated into logical modules in a package rather than one executable __main__.py
- Support for Python 2.7 and 3.x
- Sphinx Documentation hosted
- Travis CI build passed!
- Source released on Github