summaryrefslogtreecommitdiffstats
path: root/Tools/i18n
Commit message (Expand)AuthorAgeFilesLines
* More 2to3 fixes in the Tools directory. Fixes #2893.Georg Brandl2008-05-163-11/+6
* Removed remnants of os.path.walk().Alexandre Vassalotti2008-05-091-1/+1
* - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has beenTrent Nelson2008-03-181-1/+3
* Patch #1830 by Peter Harris, fix some 2.x-isms.Guido van Rossum2008-01-151-7/+3
* In followup to #1310: Remove more exception indexing.Georg Brandl2007-10-221-1/+2
* Convert print statements to function calls in Tools/.Collin Winter2007-08-033-36/+36
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-102-5/+5
* Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M.Guido van Rossum2006-08-221-3/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+1
* Whitespace normalization.Tim Peters2005-01-071-2/+1
* Correct mapping of Python codec name to C encoding name for UTF-8 (the C libMarc-André Lemburg2004-12-131-0/+4
* locale.py now uses an updated locale alias table (built usingMarc-André Lemburg2004-12-101-0/+70
* - pygettext.py: Generate POT-Creation-Date header in ISO format.Matthias Klose2004-08-161-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-2/+2
* Declare encoding. Use unsigned long constants. Fixes #728277.Martin v. Löwis2003-05-091-3/+3
* Mostly reformatting, splitting long lines, whitespace normalizationBarry Warsaw2003-04-161-33/+35
* Patch #494845: Support string concatenation, detect non-string data,Martin v. Löwis2002-11-221-37/+163
* Added the -X/--no-docstrings flag which takes a filename containing aBarry Warsaw2001-07-271-13/+32
* write(): Karl Eichwalder points out that the #, flag comments shouldBarry Warsaw2001-06-201-1/+4
* write(): It's been generally agreed on the i18n-sig that the docstringBarry Warsaw2001-06-191-1/+1
* write(): Aggressively sort all catalog entries, and fix the bug whereBarry Warsaw2001-05-241-35/+37
* write(): Do two levels of sorting: first sort the individual locationBarry Warsaw2001-05-231-0/+10
* main(): default-domain argument to getopt.getopt() was missing a = toBarry Warsaw2001-05-211-1/+1
* __addentry(): add optional keyword arg `isdocstring' which is a flagBarry Warsaw2001-05-211-4/+10
* write(): A patch inspired by Tokio Kikuchi that sorts location entriesBarry Warsaw2001-05-211-7/+12
* Added -o/--output-file option as per GNU msgfmt to specify the outputBarry Warsaw2001-03-021-9/+18
* Put current date into POT-Creation-Date; leave PO-Revision-Date forMartin v. Löwis2001-03-011-2/+3
* main(): Slightly more informative error message when TokenErrorBarry Warsaw2001-02-261-1/+5
* Added the -D/--docstrings option for extraction of unmarked module,Barry Warsaw2000-10-271-40/+82
* Remove bogus stdout redirection and use of sys.__stdout__; useFred Drake2000-10-261-32/+28
* Tool to generate binary GNU .mo file from .po template files. WrittenBarry Warsaw2000-09-011-0/+194
* Added an unused Unicode string for testing.Barry Warsaw2000-05-021-0/+2
* A bunch of changes, primarily to command line argument parsingBarry Warsaw2000-03-081-64/+100
* Two buglet fixes. Peter Funk caught the bug in make_escapes:Barry Warsaw2000-02-271-7/+9
* Changes submitted by Peter Funk (some fixes/additions by B.Warsaw) toBarry Warsaw2000-02-261-40/+140
* Added \" to escapes so embedded escaped double quotes are handledBarry Warsaw1999-12-061-0/+1
* Several improvements, some of where were contributed by BernhardBarry Warsaw1999-11-031-44/+86
* Python equivalent of xgettext(1). This was originally releasedBarry Warsaw1999-11-031-0/+1
* Initial implementationBarry Warsaw1999-08-131-0/+268
* Initial revisionBarry Warsaw1999-08-111-0/+1