summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Shift public API to top level package0.1.0Doug Hellmann2014-06-275-35/+80
* Update sphinx and hacking requirementsDoug Hellmann2014-06-187-26/+11
* Fix import grouping in testsDoug Hellmann2014-06-182-5/+2
* Update the public API of the libraryDoug Hellmann2014-06-047-98/+162
* Check the lazy flag at runtimeDoug Hellmann2014-06-043-25/+58
* Handle . and - in translation domainsDoug Hellmann2014-06-041-0/+32
* Split up monolithic test fileDoug Hellmann2014-06-046-662/+779
* fix docstring for fakes moduleDoug Hellmann2014-05-071-1/+1
* update tests for python 3Doug Hellmann2014-04-291-8/+14
* pep8 fixes from importDoug Hellmann2014-04-291-1/+1
* Make unit tests passDoug Hellmann2014-04-294-103/+5
* initial export with graduate.shDoug Hellmann2014-04-293-0/+95
* Add API for creating translation functionsDoug Hellmann2014-04-141-65/+44
* Use oslotest instead of common test moduleVictor Sergeyev2014-04-151-5/+5
* Fix test_gettextutils on Python 3Victor Stinner2014-03-142-2/+15
* Fix gettextutil.Message handling of deep copy failuresJames Carey2014-03-111-0/+31
* Change lazy translation to retain complete dictJames Carey2014-03-061-3/+17
* Add support for translating log levels separatelyDoug Hellmann2013-12-201-0/+52
* Fix test method useDoug Hellmann2014-01-171-1/+1
* Make Message keep string interpolation argsDoug Hellmann2014-01-171-0/+46
* Add support for locales missing from babelLuis A. Garcia2014-01-071-6/+14
* Allow the Message class to have non-English default localesLuis A. Garcia2013-12-031-0/+67
* Implementation of translation log handlerLuis A. Garcia2013-11-251-34/+64
* Translation Message improvementsLuis A. Garcia2013-10-312-432/+301
* Fixed misspellings of common wordsNikhil Manchanda2013-12-031-2/+2
* Trivial: Make vertical white space after license header consistentNoorul Islam K M2013-11-281-0/+1
* Remove vim headerJoe Gordon2013-10-111-2/+0
* Use six.text_type instead of unicode function in testsChang Bo Guo2013-11-111-4/+4
* Adjust import order according to PEP8 imports ruleChang Bo Guo2013-11-051-1/+1
* Replace assertEquals with assertEqualZhongyue Luo2013-10-111-6/+6
* When translating if no locale is given use default localeLuis A. Garcia2013-10-031-2/+6
* Type check for Message param to avoid AttributeErrorLuis A. Garcia2013-09-231-0/+16
* gettextutils: port to Python 3Julien Danjou2013-08-231-19/+27
* Translate all substitution elements of a Message objectLuis A. Garcia2013-09-101-0/+98
* Replace using tests.utils part2Sergey Kraynev2013-08-191-5/+10
* Enable multiple translation domains for gettextutilsLuis A. Garcia2013-08-131-14/+19
* Bump hacking to 0.7.0Zhongyue Luo2013-08-161-15/+15
* Allow mapping _ to lazy gettext pathMatt Odden2013-08-071-0/+36
* Fix Message format-string parsingJohn Warren2013-08-021-0/+13
* Add common methods required to allow translation of REST API responsesLuis A. Garcia2013-07-191-3/+86
* Add more robust gettext interpolation handlingMatt Odden2013-06-241-0/+44
* Add basic lazy gettext implementationMatt Odden2013-04-151-1/+371
* Add a gettextutils.install() helper functionMark McLoughlin2013-04-011-2/+16
* Fix Copyright Headers - Rename LLC to FoundationDavanum Srinivas2013-03-111-1/+1
* Replace direct use of testtools BaseTestCase.Monty Taylor2013-01-231-2/+2
* Use testtools as test base class.Monty Taylor2013-01-221-2/+2
* Fixes import order errorsZhongyue Luo2013-01-181-1/+1
* Add common base weigher/weigher handler for filter schedulerZhiteng Huang2012-12-101-0/+35
* Add gettext support.Russell Bryant2012-06-041-0/+30