| Commit message (Expand) | Author | Age | Files | Lines |
* | #13301: merge with 3.2. | Ezio Melotti | 2012-11-09 | 1 | -3/+3 |
|\ |
|
| * | #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Pa... | Ezio Melotti | 2012-11-09 | 1 | -3/+3 |
|
|
* | | Some cleanup in the Tools directory. | Florent Xicluna | 2012-07-07 | 1 | -1/+0 |
|/ |
|
* | Issue #9308: Removed redundant coding cookies. Added tests for | Alexander Belopolsky | 2010-10-15 | 1 | -2/+1 |
|
|
* | Issue #8974: fix print calls in msgfmt.py. | Martin v. Löwis | 2010-07-11 | 1 | -2/+2 |
|
|
* | Port to Python 3. | Martin v. Löwis | 2010-06-04 | 1 | -9/+21 |
|
|
* | Merged revisions 81697 via svnmerge from | Martin v. Löwis | 2010-06-04 | 1 | -2/+25 |
|
|
* | Merged revisions 79977 via svnmerge from | Antoine Pitrou | 2010-04-11 | 1 | -1/+1 |
|
|
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 3 | -3/+3 |
|
|
* | More 2to3 fixes in the Tools directory. Fixes #2893. | Georg Brandl | 2008-05-16 | 3 | -11/+6 |
|
|
* | Removed remnants of os.path.walk(). | Alexandre Vassalotti | 2008-05-09 | 1 | -1/+1 |
|
|
* | - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been | Trent Nelson | 2008-03-18 | 1 | -1/+3 |
|
|
* | Patch #1830 by Peter Harris, fix some 2.x-isms. | Guido van Rossum | 2008-01-15 | 1 | -7/+3 |
|
|
* | In followup to #1310: Remove more exception indexing. | Georg Brandl | 2007-10-22 | 1 | -1/+2 |
|
|
* | Convert print statements to function calls in Tools/. | Collin Winter | 2007-08-03 | 3 | -36/+36 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -1/+1 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 2 | -5/+5 |
|
|
* | Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. | Guido van Rossum | 2006-08-22 | 1 | -3/+1 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2005-01-07 | 1 | -2/+1 |
|
|
* | Correct mapping of Python codec name to C encoding name for UTF-8 (the C lib | Marc-André Lemburg | 2004-12-13 | 1 | -0/+4 |
|
|
* | locale.py now uses an updated locale alias table (built using | Marc-André Lemburg | 2004-12-10 | 1 | -0/+70 |
|
|
* | - pygettext.py: Generate POT-Creation-Date header in ISO format. | Matthias Klose | 2004-08-16 | 1 | -1/+1 |
|
|
* | Whitespace normalization, via reindent.py. | Tim Peters | 2004-07-18 | 1 | -2/+2 |
|
|
* | Declare encoding. Use unsigned long constants. Fixes #728277. | Martin v. Löwis | 2003-05-09 | 1 | -3/+3 |
|
|
* | Mostly reformatting, splitting long lines, whitespace normalization | Barry Warsaw | 2003-04-16 | 1 | -33/+35 |
|
|
* | Patch #494845: Support string concatenation, detect non-string data, | Martin v. Löwis | 2002-11-22 | 1 | -37/+163 |
|
|
* | Added the -X/--no-docstrings flag which takes a filename containing a | Barry Warsaw | 2001-07-27 | 1 | -13/+32 |
|
|
* | write(): Karl Eichwalder points out that the #, flag comments should | Barry Warsaw | 2001-06-20 | 1 | -1/+4 |
|
|
* | write(): It's been generally agreed on the i18n-sig that the docstring | Barry Warsaw | 2001-06-19 | 1 | -1/+1 |
|
|
* | write(): Aggressively sort all catalog entries, and fix the bug where | Barry Warsaw | 2001-05-24 | 1 | -35/+37 |
|
|
* | write(): Do two levels of sorting: first sort the individual location | Barry Warsaw | 2001-05-23 | 1 | -0/+10 |
|
|
* | main(): default-domain argument to getopt.getopt() was missing a = to | Barry Warsaw | 2001-05-21 | 1 | -1/+1 |
|
|
* | __addentry(): add optional keyword arg `isdocstring' which is a flag | Barry Warsaw | 2001-05-21 | 1 | -4/+10 |
|
|
* | write(): A patch inspired by Tokio Kikuchi that sorts location entries | Barry Warsaw | 2001-05-21 | 1 | -7/+12 |
|
|
* | Added -o/--output-file option as per GNU msgfmt to specify the output | Barry Warsaw | 2001-03-02 | 1 | -9/+18 |
|
|
* | Put current date into POT-Creation-Date; leave PO-Revision-Date for | Martin v. Löwis | 2001-03-01 | 1 | -2/+3 |
|
|
* | main(): Slightly more informative error message when TokenError | Barry Warsaw | 2001-02-26 | 1 | -1/+5 |
|
|
* | Added the -D/--docstrings option for extraction of unmarked module, | Barry Warsaw | 2000-10-27 | 1 | -40/+82 |
|
|
* | Remove bogus stdout redirection and use of sys.__stdout__; use | Fred Drake | 2000-10-26 | 1 | -32/+28 |
|
|
* | Tool to generate binary GNU .mo file from .po template files. Written | Barry Warsaw | 2000-09-01 | 1 | -0/+194 |
|
|
* | Added an unused Unicode string for testing. | Barry Warsaw | 2000-05-02 | 1 | -0/+2 |
|
|
* | A bunch of changes, primarily to command line argument parsing | Barry Warsaw | 2000-03-08 | 1 | -64/+100 |
|
|
* | Two buglet fixes. Peter Funk caught the bug in make_escapes: | Barry Warsaw | 2000-02-27 | 1 | -7/+9 |
|
|
* | Changes submitted by Peter Funk (some fixes/additions by B.Warsaw) to | Barry Warsaw | 2000-02-26 | 1 | -40/+140 |
|
|
* | Added \" to escapes so embedded escaped double quotes are handled | Barry Warsaw | 1999-12-06 | 1 | -0/+1 |
|
|
* | Several improvements, some of where were contributed by Bernhard | Barry Warsaw | 1999-11-03 | 1 | -44/+86 |
|
|
* | Python equivalent of xgettext(1). This was originally released | Barry Warsaw | 1999-11-03 | 1 | -0/+1 |
|
|
* | Initial implementation | Barry Warsaw | 1999-08-13 | 1 | -0/+268 |
|
|
* | Initial revision | Barry Warsaw | 1999-08-11 | 1 | -0/+1 |
|
|