47 Commits (41bade96a4d1dcd35bbba79c2eabe052d02756a4)

Author SHA1 Message Date
Alexander Belopolsky e8f583244a Issue #9308: Removed redundant coding cookies. Added tests for 16 years ago
Martin v. Löwis 25fcd392aa Issue #8974: fix print calls in msgfmt.py. 16 years ago
Martin v. Löwis b6b8110c48 Port to Python 3. 16 years ago
Martin v. Löwis cb081b838f Merged revisions 81697 via svnmerge from 16 years ago
Antoine Pitrou 0c70d2d144 Merged revisions 79977 via svnmerge from 16 years ago
Benjamin Peterson 90f5ba538b convert shebang lines: python -> python3 16 years ago
Georg Brandl bf82e374ee More 2to3 fixes in the Tools directory. Fixes #2893. 18 years ago
Alexandre Vassalotti 4e6531e7de Removed remnants of os.path.walk(). 18 years ago
Trent Nelson 428de65ca9 - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been 18 years ago
Guido van Rossum f7bd964fb5 Patch #1830 by Peter Harris, fix some 2.x-isms. 19 years ago
Georg Brandl 6464d47195 In followup to #1310: Remove more exception indexing. 19 years ago
Collin Winter 6afaeb757a Convert print statements to function calls in Tools/. 19 years ago
Guido van Rossum cd16bf6404 Merged revisions 55817-55961 via svnmerge from 19 years ago
Guido van Rossum b940e113bf SF patch 1631942 by Collin Winter: 20 years ago
Guido van Rossum 89da5d7c3d Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. 20 years ago
Thomas Wouters 49fd7fa443 Merge p3yk branch with the trunk up to revision 45595. This breaks a fair 20 years ago
Tim Peters 5a9fb3c415 Whitespace normalization. 22 years ago
Marc-André Lemburg b4cebd465a Correct mapping of Python codec name to C encoding name for UTF-8 (the C lib 22 years ago
Marc-André Lemburg bb4f1bdd8b locale.py now uses an updated locale alias table (built using 22 years ago
Matthias Klose 2443d4ab5d - pygettext.py: Generate POT-Creation-Date header in ISO format. 22 years ago
Tim Peters 182b5aca27 Whitespace normalization, via reindent.py. 22 years ago
Martin v. Löwis 8f0bd5657a Declare encoding. Use unsigned long constants. Fixes #728277. 23 years ago
Barry Warsaw e04ee70a68 Mostly reformatting, splitting long lines, whitespace normalization 23 years ago
Martin v. Löwis 0d1fdea8ef Patch #494845: Support string concatenation, detect non-string data, 24 years ago
Barry Warsaw 63ce5af496 Added the -X/--no-docstrings flag which takes a filename containing a 25 years ago
Barry Warsaw 5c94ce58e7 write(): Karl Eichwalder points out that the #, flag comments should 25 years ago
Barry Warsaw 8c78d3a5d1 write(): It's been generally agreed on the i18n-sig that the docstring 25 years ago
Barry Warsaw 50cf706b5c write(): Aggressively sort all catalog entries, and fix the bug where 25 years ago
Barry Warsaw 128c77d03a write(): Do two levels of sorting: first sort the individual location 25 years ago
Barry Warsaw 2b63969a5a main(): default-domain argument to getopt.getopt() was missing a = to 25 years ago
Barry Warsaw 16b62c1300 __addentry(): add optional keyword arg `isdocstring' which is a flag 25 years ago
Barry Warsaw 6e972414be write(): A patch inspired by Tokio Kikuchi that sorts location entries 25 years ago
Barry Warsaw 78d7dc4979 Added -o/--output-file option as per GNU msgfmt to specify the output 26 years ago
Martin v. Löwis 0f6b3832b9 Put current date into POT-Creation-Date; leave PO-Revision-Date for 26 years ago
Barry Warsaw 75ee8f54fa main(): Slightly more informative error message when TokenError 26 years ago
Barry Warsaw 08a8a355be Added the -D/--docstrings option for extraction of unmarked module, 26 years ago
Fred Drake 33e2c3ece3 Remove bogus stdout redirection and use of sys.__stdout__; use 26 years ago
Barry Warsaw 72dacb8026 Tool to generate binary GNU .mo file from .po template files. Written 26 years ago
Barry Warsaw 75a6e67e69 Added an unused Unicode string for testing. 26 years ago
Barry Warsaw a17e0f1b61 A bunch of changes, primarily to command line argument parsing 27 years ago
Barry Warsaw 7733e12c9c Two buglet fixes. Peter Funk caught the bug in make_escapes: 27 years ago
Barry Warsaw c8f0892d12 Changes submitted by Peter Funk (some fixes/additions by B.Warsaw) to 27 years ago
Barry Warsaw 8f35681843 Added \" to escapes so embedded escaped double quotes are handled 27 years ago
Barry Warsaw 5dbf526e8e Several improvements, some of where were contributed by Bernhard 27 years ago
Barry Warsaw a507c32991 Python equivalent of xgettext(1). This was originally released 27 years ago
Barry Warsaw e27db5a393 Initial implementation 27 years ago
Barry Warsaw af5725104b Initial revision 27 years ago