| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge spelling and grammar fixes from 3.5 | Martin Panter | 2016-08-05 | 1 | -1/+1 |
|\ |
|
| * | Fix spelling and grammar in documentation and code comments | Martin Panter | 2016-08-04 | 1 | -1/+1 |
|
|
* | | Update pygettext.py to get ride of imp | Victor Stinner | 2016-04-12 | 1 | -43/+8 |
|/ |
|
* | #18128: use standard +NNNN timezone format in POT-Creation-Date header. | R David Murray | 2015-04-16 | 1 | -3/+1 |
|
|
* | Issue #20079: makelocalealias.py now supports installed SUPPORTED file, | Serhiy Storchaka | 2014-10-02 | 1 | -8/+12 |
|
|
* | Issue #20076: Apply optimization in makelocalealias.py repeatedly. | Serhiy Storchaka | 2014-10-02 | 1 | -1/+6 |
|\ |
|
* \ | Issue #20076: Added non derived UTF-8 aliases to locale aliases table. | Serhiy Storchaka | 2014-10-01 | 1 | -4/+0 |
|\ \
| |/ |
|
* | | Issue #20079: Added locales supported in glibc 2.18 to locale alias table. | Serhiy Storchaka | 2014-10-01 | 1 | -1/+44 |
|/ |
|
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
|\ |
|
| * | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
|
|
* | | Issue #20046: Locale alias table no longer contains entities which can be | Serhiy Storchaka | 2013-12-26 | 1 | -0/+27 |
|
|
* | | Issue #20027: Fixed locale aliases for devanagari locales. | Serhiy Storchaka | 2013-12-26 | 1 | -0/+6 |
|\ \
| |/ |
|
| * | Issue #20027: Fixed locale aliases for devanagari locales. | Serhiy Storchaka | 2013-12-26 | 1 | -0/+6 |
|
|
* | | Issue #20033: makelocalealias.py now works with non-ASCII locales and produces | Serhiy Storchaka | 2013-12-23 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Issue #20033: makelocalealias.py now works with non-ASCII locales and produces | Serhiy Storchaka | 2013-12-23 | 1 | -5/+5 |
|
|
* | | merge 3.3 (#19563) | Benjamin Peterson | 2013-12-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | update Barry's email (#19563) | Benjamin Peterson | 2013-12-23 | 1 | -1/+1 |
|
|
* | | Issue #18922: Now The Lib/smtpd.py and Tools/i18n/msgfmt.py scripts write | Serhiy Storchaka | 2013-09-05 | 1 | -1/+1 |
|/ |
|
* | #18803: fix more typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-25 | 1 | -1/+1 |
|
|
* | Issue #17156: pygettext.py now uses an encoding of source file and correctly | Serhiy Storchaka | 2013-02-09 | 1 | -33/+33 |
|\ |
|
| * | Issue #17156: pygettext.py now uses an encoding of source file and correctly | Serhiy Storchaka | 2013-02-09 | 1 | -33/+33 |
|
|
* | | #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 |
|
|