summaryrefslogtreecommitdiffstats
path: root/Tools/i18n/pygettext.py
Commit message (Expand)AuthorAgeFilesLines
* Update pygettext.py to get ride of impVictor Stinner2016-04-121-43/+8
* #18128: use standard +NNNN timezone format in POT-Creation-Date header.R David Murray2015-04-161-3/+1
* update Barry's email (#19563)Benjamin Peterson2013-12-231-1/+1
* Issue #17156: pygettext.py now uses an encoding of source file and correctlySerhiy Storchaka2013-02-091-33/+33
|\
| * Issue #17156: pygettext.py now uses an encoding of source file and correctlySerhiy Storchaka2013-02-091-33/+33
* | Some cleanup in the Tools directory.Florent Xicluna2012-07-071-1/+0
|/
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
* More 2to3 fixes in the Tools directory. Fixes #2893.Georg Brandl2008-05-161-1/+1
* 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-031-19/+19
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-2/+2
* Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M.Guido van Rossum2006-08-221-3/+1
* - pygettext.py: Generate POT-Creation-Date header in ISO format.Matthias Klose2004-08-161-1/+1
* 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
* 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
* 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