| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 80512 via svnmerge from | R. David Murray | 2010-04-27 | 1 | -14/+22 |
|
|
* | Merged revisions 79977 via svnmerge from | Antoine Pitrou | 2010-04-11 | 1 | -13/+89 |
|
|
* | Issue #7080: locale.strxfrm() raises a MemoryError on 64-bit non-Windows | Antoine Pitrou | 2009-10-19 | 1 | -2/+1 |
|
|
* | Fix for issue 6393: Python crashes on OSX when $LANG is set to some (but | Ronald Oussoren | 2009-09-06 | 1 | -1/+13 |
|
|
* | Merged revisions 74312 via svnmerge from | Mark Dickinson | 2009-08-04 | 1 | -0/+3 |
|
|
* | Fix for issue 6202 | Ronald Oussoren | 2009-06-07 | 1 | -3/+1 |
|
|
* | Merged revisions 72469 via svnmerge from | Jeroen Ruigrok van der Werven | 2009-05-08 | 1 | -13/+44 |
|
|
* | Merged revisions 72468 via svnmerge from | Jeroen Ruigrok van der Werven | 2009-05-08 | 1 | -0/+1 |
|
|
* | Merged revisions 72399 via svnmerge from | Jeroen Ruigrok van der Werven | 2009-05-06 | 1 | -1/+1 |
|
|
* | Merged revisions 72375 via svnmerge from | Jeroen Ruigrok van der Werven | 2009-05-06 | 1 | -1/+4 |
|
|
* | Merged revisions 70936 via svnmerge from | R. David Murray | 2009-04-01 | 1 | -8/+15 |
|
|
* | svnmerge from trunk for r70457 (sorry, I accidentally deleted the commit mess... | Antoine Pitrou | 2009-03-18 | 1 | -1/+1 |
|
|
* | Merged revisions 70356 via svnmerge from | Antoine Pitrou | 2009-03-14 | 1 | -32/+51 |
|
|
* | Issue #1717: Remove cmp. Stage 1: remove all uses of cmp and __cmp__ from | Mark Dickinson | 2009-01-27 | 1 | -1/+1 |
|
|
* | As discussed on python-dev, remove several operator functions | Raymond Hettinger | 2009-01-26 | 1 | -2/+2 |
|
|
* | Merged revisions 65237 via svnmerge from | Antoine Pitrou | 2008-07-25 | 1 | -0/+16 |
|
|
* | Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,... | Georg Brandl | 2008-06-10 | 1 | -19/+160 |
|
|
* | strxfrm and strcoll are conditionally defined, alwsy provide some impl | Neal Norwitz | 2008-03-10 | 1 | -11/+17 |
|
|
* | Default to ASCII as the locale.getpreferredencoding, if the POSIX | Martin v. Löwis | 2008-03-08 | 1 | -1/+5 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -1/+1 |
|
|
* | Patch# 1258 by Christian Heimes: kill basestring. | Guido van Rossum | 2007-10-16 | 1 | -1/+2 |
|
|
* | Raise statement normalization in Lib/. | Collin Winter | 2007-08-30 | 1 | -3/+3 |
|
|
* | Merged revisions 55325-55327 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -3/+5 |
|
|
* | Checkpoint. Manipulated things so that string literals are always | Guido van Rossum | 2007-04-27 | 1 | -1/+1 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -35/+35 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -44/+126 |
|
|
* | Whitespace normalization. | Tim Peters | 2006-01-20 | 1 | -1/+1 |
|
|
* | Readd bug report note. | Georg Brandl | 2006-01-20 | 1 | -0/+6 |
|
|
* | Bug #1371247: Update Windows LCIDs in locale.py. | Georg Brandl | 2006-01-20 | 1 | -32/+179 |
|
|
* | - Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE | Matthias Klose | 2005-09-20 | 1 | -1/+3 |
|
|
* | SF patch #1051395: locale.getdefaultlocale does not return tuple in some OS | Raymond Hettinger | 2005-01-01 | 1 | -1/+1 |
|
|
* | Correct mapping of Python codec name to C encoding name for UTF-8 (the C lib | Marc-André Lemburg | 2004-12-13 | 1 | -104/+1 |
|
|
* | locale.py now uses an updated locale alias table (built using | Marc-André Lemburg | 2004-12-10 | 1 | -219/+871 |
|
|
* | Patch #962487: Don't crash for empty locale names. | Martin v. Löwis | 2004-07-26 | 1 | -1/+1 |
|
|
* | atof: correct parameter name | Skip Montanaro | 2004-04-10 | 1 | -3/+3 |
|
|
* | Replace sequential split/join calls on strings with a single replace call. | Brett Cannon | 2004-03-23 | 1 | -5/+3 |
|
|
* | Support '' as the argument for the setlocale emulation. Fixes #678259. | Martin v. Löwis | 2003-03-30 | 1 | -1/+1 |
|
|
* | Whitespace normalization. | Tim Peters | 2002-11-09 | 1 | -2/+2 |
|
|
* | This stopped working on Windows, due to a reference to the non-existent | Tim Peters | 2002-11-05 | 1 | -1/+1 |
|
|
* | Add getpreferredencoding. Support @euro modifiers. Fixes #554676. | Martin v. Löwis | 2002-11-03 | 1 | -0/+41 |
|
|
* | point people to the Python bug tracker, rather than to a mail | Fredrik Lundh | 2002-10-19 | 1 | -4/+7 |
|
|
* | eliminate unqualified except when checking for presence of LC_MESSAGES | Skip Montanaro | 2002-03-25 | 1 | -1/+1 |
|
|
* | Remove some dead code (PyChecker) | Andrew M. Kuchling | 2001-08-13 | 1 | -3/+1 |
|
|
* | Implement Mark Favas's suggestion. There's a clear bug in _group(): | Guido van Rossum | 2001-04-16 | 1 | -1/+1 |
|
|
* | Patch #415777: new grouping strategy. | Martin v. Löwis | 2001-04-13 | 1 | -10/+30 |
|
|
* | setlocale(): In _locale-missing compatibility function, string | Barry Warsaw | 2001-03-23 | 1 | -2/+1 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -12/+12 |
|
|
* | test___all__ was failing on WIndows because locale.py doesn't really | Tim Peters | 2001-01-24 | 1 | -3/+10 |
|
|
* | a few more modules get __all__ | Skip Montanaro | 2001-01-24 | 1 | -0/+5 |
|
|
* | In format(), consider sign only after grouping. | Martin v. Löwis | 2001-01-21 | 1 | -4/+9 |
|
|