summaryrefslogtreecommitdiff
path: root/babel
Commit message (Expand)AuthorAgeFilesLines
...
* py3 division returns floats; cast back to intAlex Morega2013-07-061-1/+1
* in py3 we use straight email.message_from_stringAlex Morega2013-07-061-10/+14
* move _parse_header to module levelAlex Morega2013-07-061-9/+11
* Fixed a regression in the pluralization supportArmin Ronacher2013-07-061-1/+3
* Merge branch 'pr/20'Armin Ronacher2013-07-061-2/+2
|\
| * fix doctests, the return value is unicodeAlex Morega2013-07-061-2/+2
* | Use sorted() in possible view instead of .sort()Daniel Neuhäuser2013-07-061-2/+1
* | Turn PYTHON_MAGIC_COMMENT_re into byte stringDaniel Neuhäuser2013-07-061-1/+1
* | More work on making Python 3.3 pass testsArmin Ronacher2013-07-062-8/+7
* | Resolved a bunch of syntax errorsArmin Ronacher2013-07-062-14/+15
* | More work on making tests work on Python 3Armin Ronacher2013-07-063-11/+15
|/
* Made another pass on the Python 3 supportArmin Ronacher2013-07-067-33/+26
* First pass on python 3 supportArmin Ronacher2013-07-064-11/+30
* Started work on cleanups for Python 3Armin Ronacher2013-07-065-22/+63
* Nicer workaround for empty folderArmin Ronacher2013-07-062-1/+1
* move function to module level; fix doctestAlex Morega2013-07-061-21/+23
* copy babel.core doctests as unit testsAlex Morega2013-07-061-1/+1
* Make get_timezone_name use the current time if not given argumentsArmin Ronacher2013-07-061-2/+2
* Fixed missing support for some pluralization partsArmin Ronacher2013-07-061-12/+36
* Updated date documentation for the new timezone supportArmin Ronacher2013-07-061-2/+8
* Make local time the default for some functions that previously did not have itArmin Ronacher2013-07-061-2/+8
* Added fallback support for local timezonesArmin Ronacher2013-07-063-6/+14
* Merge remote-tracking branch 'mgax/pytest'Armin Ronacher2013-07-0631-4273/+0
|\
| * move unit tests outside babel packageAlex Morega2013-07-0631-4275/+0
| * Merge branch 'master' into pytestAlex Morega2013-07-0610-152/+367
| |\
| * | rename test modulesAlex Morega2013-07-0516-20/+22
* | | Fixed win32 module for local timeArmin Ronacher2013-07-061-2/+8
* | | Started support for local times in babelArmin Ronacher2013-07-064-43/+259
* | | Added some documentation for timezone transition functionsArmin Ronacher2013-07-061-2/+20
| |/ |/|
* | Fixed timezone test breakages and a few other small thingsArmin Ronacher2013-07-061-12/+11
* | Merge branch 'master' of github.com:mitsuhiko/babelArmin Ronacher2013-07-065-106/+123
|\ \
| * \ Merge pull request #15 from DasIch/compat-cleanupArmin Ronacher2013-07-061-6/+0
| |\ \
| | * | Remove compat.anyDaniel Neuhäuser2013-07-051-6/+0
| * | | Merge pull request #14 from mgax/pypyArmin Ronacher2013-07-064-100/+123
| |\ \ \
| | * | | One last unclosed file.Alex Morega2013-07-051-1/+2
| | * | | make sure we close the fileAlex Morega2013-07-051-1/+2
| | * | | simplify try-except-close for output fileAlex Morega2013-07-051-38/+39
| | * | | close open files to make pypy happyAlex Morega2013-07-051-19/+38
| | * | | extract expected and actual content for comparisonAlex Morega2013-07-051-55/+56
| | | |/ | | |/|
* | | | Started work on improving timezone support and made pytz a requirementArmin Ronacher2013-07-062-17/+82
|/ / /
* | | Don't expose plural names for currencies on the locale objectArmin Ronacher2013-07-052-15/+1
* | | Greatly improved timedelta formattingArmin Ronacher2013-07-053-8/+67
* | | Expanded currency formatting to support full currency namesArmin Ronacher2013-07-052-9/+47
* | | Territory name and script name addedArmin Ronacher2013-07-051-10/+38
| |/ |/|
* | Apparently zh_CN does not existArmin Ronacher2013-07-051-1/+1
* | Fixed docstringsArmin Ronacher2013-07-051-1/+4
* | Added support for get_language_name()Armin Ronacher2013-07-051-0/+20
|/
* Removed __docformat__ markersArmin Ronacher2013-07-0513-13/+13
* Fixed tests that failed because of whitespace normalizationArmin Ronacher2013-07-054-6/+5
* Removed trailing whitespaceArmin Ronacher2013-07-0518-437/+437