| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
|\ |
|
| * | Issue #19936: Added executable bits or shebang lines to Python scripts which | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
* | | Issue #20046: Locale alias table no longer contains entities which can be | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-12-27 | 1 | -0/+27 |
* | | Issue #20027: Fixed locale aliases for devanagari locales. | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-12-26 | 1 | -0/+6 |
|\| |
|
| * | Issue #20027: Fixed locale aliases for devanagari locales. | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-12-26 | 1 | -0/+6 |
* | | Issue #20033: makelocalealias.py now works with non-ASCII locales and produces | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-12-23 | 1 | -5/+5 |
|\| |
|
| * | Issue #20033: makelocalealias.py now works with non-ASCII locales and produces | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-12-23 | 1 | -5/+5 |
* | | merge 3.3 (#19563) | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2013-12-22 | 1 | -1/+1 |
|\| |
|
| * | update Barry's email (#19563) | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2013-12-22 | 1 | -1/+1 |
* | | Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-09-05 | 1 | -1/+1 |
|/ |
|
* | #18803: fix more typos. Patch by Févry Thibault. | ![](//www.gravatar.com/avatar/003518259e6453b071aeaa7f6e6ed37b?s=13&d=retro) Ezio Melotti | 2013-08-26 | 1 | -1/+1 |
* | Issue #17156: pygettext.py now uses an encoding of source file and correctly | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-02-09 | 1 | -33/+33 |
|\ |
|
| * | Issue #17156: pygettext.py now uses an encoding of source file and correctly | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-02-09 | 1 | -33/+33 |
* | | #13301: merge with 3.2. | ![](//www.gravatar.com/avatar/003518259e6453b071aeaa7f6e6ed37b?s=13&d=retro) Ezio Melotti | 2012-11-09 | 1 | -3/+3 |
|\| |
|
| * | #13301: use ast.literal_eval() instead of eval() in Tools/i18n/msgfmt.py. Pa... | ![](//www.gravatar.com/avatar/003518259e6453b071aeaa7f6e6ed37b?s=13&d=retro) Ezio Melotti | 2012-11-09 | 1 | -3/+3 |
* | | Some cleanup in the Tools directory. | ![](//www.gravatar.com/avatar/df4a6858794ecf84eae5afb37bf276ba?s=13&d=retro) Florent Xicluna | 2012-07-07 | 1 | -1/+0 |
|/ |
|
* | Issue #9308: Removed redundant coding cookies. Added tests for | ![](//www.gravatar.com/avatar/25ef0a6698317c91220d6a1a89543df3?s=13&d=retro) Alexander Belopolsky | 2010-10-15 | 1 | -2/+1 |
* | Issue #8974: fix print calls in msgfmt.py. | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2010-07-11 | 1 | -2/+2 |
* | Port to Python 3. | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2010-06-04 | 1 | -9/+21 |
* | Merged revisions 81697 via svnmerge from | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2010-06-04 | 1 | -2/+25 |
* | Merged revisions 79977 via svnmerge from | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2010-04-11 | 1 | -1/+1 |
* | convert shebang lines: python -> python3 | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2010-03-11 | 3 | -3/+3 |
* | More 2to3 fixes in the Tools directory. Fixes #2893. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2008-05-16 | 3 | -11/+6 |
* | Removed remnants of os.path.walk(). | ![](//www.gravatar.com/avatar/ca69bec7bca98e2f2f8c99fa9b8cf02d?s=13&d=retro) Alexandre Vassalotti | 2008-05-09 | 1 | -1/+1 |
* | - Issue #719888: Updated tokenize to use a bytes API. generate_tokens has been | ![](//www.gravatar.com/avatar/572c4e37c5d786b812f864341409a5ab?s=13&d=retro) Trent Nelson | 2008-03-18 | 1 | -1/+3 |
* | Patch #1830 by Peter Harris, fix some 2.x-isms. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2008-01-15 | 1 | -7/+3 |
* | In followup to #1310: Remove more exception indexing. | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2007-10-22 | 1 | -1/+2 |
* | Convert print statements to function calls in Tools/. | ![](//www.gravatar.com/avatar/af7d333323f6b8fecf1fc8d4acf792f5?s=13&d=retro) Collin Winter | 2007-08-03 | 3 | -36/+36 |
* | Merged revisions 55817-55961 via svnmerge from | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2007-06-13 | 1 | -1/+1 |
* | SF patch 1631942 by Collin Winter: | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2007-01-10 | 2 | -5/+5 |
* | Kill reduce(). A coproduction of John Reese, Jacques Frechet, and Alex M. | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2006-08-22 | 1 | -3/+1 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | ![](//www.gravatar.com/avatar/1063da4d34e5552046834eb884bac8df?s=13&d=retro) Thomas Wouters | 2006-04-21 | 1 | -1/+1 |
* | Whitespace normalization. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2005-01-07 | 1 | -2/+1 |
* | Correct mapping of Python codec name to C encoding name for UTF-8 (the C lib | ![](//www.gravatar.com/avatar/0a2191a85455df6d2efdb22c7463c304?s=13&d=retro) Marc-André Lemburg | 2004-12-13 | 1 | -0/+4 |
* | locale.py now uses an updated locale alias table (built using | ![](//www.gravatar.com/avatar/0a2191a85455df6d2efdb22c7463c304?s=13&d=retro) Marc-André Lemburg | 2004-12-10 | 1 | -0/+70 |
* | - pygettext.py: Generate POT-Creation-Date header in ISO format. | ![](//www.gravatar.com/avatar/7557037e8ed553e4231f355c39f97970?s=13&d=retro) Matthias Klose | 2004-08-16 | 1 | -1/+1 |
* | Whitespace normalization, via reindent.py. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-07-18 | 1 | -2/+2 |
* | Declare encoding. Use unsigned long constants. Fixes #728277. | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2003-05-09 | 1 | -3/+3 |
* | Mostly reformatting, splitting long lines, whitespace normalization | ![](//www.gravatar.com/avatar/01aa7d6d4db83982a2f6dd363d0ee0f3?s=13&d=retro) Barry Warsaw | 2003-04-16 | 1 | -33/+35 |
* | Patch #494845: Support string concatenation, detect non-string data, | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2002-11-22 | 1 | -37/+163 |
* | Added the -X/--no-docstrings flag which takes a filename containing a | ![](//www.gravatar.com/avatar/01aa7d6d4db83982a2f6dd363d0ee0f3?s=13&d=retro) Barry Warsaw | 2001-07-27 | 1 | -13/+32 |
* | write(): Karl Eichwalder points out that the #, flag comments should | ![](//www.gravatar.com/avatar/01aa7d6d4db83982a2f6dd363d0ee0f3?s=13&d=retro) Barry Warsaw | 2001-06-20 | 1 | -1/+4 |
* | write(): It's been generally agreed on the i18n-sig that the docstring | ![](//www.gravatar.com/avatar/01aa7d6d4db83982a2f6dd363d0ee0f3?s=13&d=retro) Barry Warsaw | 2001-06-19 | 1 | -1/+1 |
* | write(): Aggressively sort all catalog entries, and fix the bug where | ![](//www.gravatar.com/avatar/01aa7d6d4db83982a2f6dd363d0ee0f3?s=13&d=retro) Barry Warsaw | 2001-05-24 | 1 | -35/+37 |
* | write(): Do two levels of sorting: first sort the individual location | ![](//www.gravatar.com/avatar/01aa7d6d4db83982a2f6dd363d0ee0f3?s=13&d=retro) Barry Warsaw | 2001-05-23 | 1 | -0/+10 |
* | main(): default-domain argument to getopt.getopt() was missing a = to | ![](//www.gravatar.com/avatar/01aa7d6d4db83982a2f6dd363d0ee0f3?s=13&d=retro) Barry Warsaw | 2001-05-21 | 1 | -1/+1 |
* | __addentry(): add optional keyword arg `isdocstring' which is a flag | ![](//www.gravatar.com/avatar/01aa7d6d4db83982a2f6dd363d0ee0f3?s=13&d=retro) Barry Warsaw | 2001-05-21 | 1 | -4/+10 |
* | write(): A patch inspired by Tokio Kikuchi that sorts location entries | ![](//www.gravatar.com/avatar/01aa7d6d4db83982a2f6dd363d0ee0f3?s=13&d=retro) Barry Warsaw | 2001-05-21 | 1 | -7/+12 |
* | Added -o/--output-file option as per GNU msgfmt to specify the output | ![](//www.gravatar.com/avatar/01aa7d6d4db83982a2f6dd363d0ee0f3?s=13&d=retro) Barry Warsaw | 2001-03-02 | 1 | -9/+18 |
* | Put current date into POT-Creation-Date; leave PO-Revision-Date for | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2001-03-01 | 1 | -2/+3 |