| Commit message (Expand) | Author | Age | Files | Lines |
* | Add _PyUnicodeWriter_WriteSubstring() function | Victor Stinner | 2013-04-03 | 1 | -0/+3 |
* | #17217: merge with 3.3. | Ezio Melotti | 2013-02-23 | 1 | -3/+3 |
|\ |
|
| * | #17217: merge with 3.2. | Ezio Melotti | 2013-02-23 | 1 | -3/+3 |
| |\ |
|
| | * | #17217: fix UnicodeEncodeErrors errors in test_format by printing ASCII only. | Ezio Melotti | 2013-02-23 | 1 | -3/+3 |
* | | | Issue #15609: Optimize str%args for integer argument | Victor Stinner | 2012-10-02 | 1 | -0/+16 |
|/ / |
|
* | | Fix "%f" format of str%args if the result is not an ASCII or latin1 string | Victor Stinner | 2012-06-16 | 1 | -0/+2 |
* | | Issue #14113: Fix a test_strptime failure caused by changes to LC_ALL. | Stefan Krah | 2012-02-27 | 1 | -1/+2 |
* | | Issue #13706: Fix format(float, "n") for locale with non-ASCII decimal point ... | Victor Stinner | 2012-02-24 | 1 | -1/+9 |
* | | Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separator | Victor Stinner | 2012-02-24 | 1 | -0/+15 |
* | | Issue #13706: Support non-ASCII fill characters | Victor Stinner | 2012-01-21 | 1 | -0/+20 |
|/ |
|
* | Merged revisions 78372-78373 via svnmerge from | Mark Dickinson | 2010-02-23 | 1 | -10/+13 |
* | Merged revisions 78082,78086 via svnmerge from | Mark Dickinson | 2010-02-07 | 1 | -10/+6 |
* | The other half of Issue #1580: use short float repr where possible. | Eric Smith | 2009-04-16 | 1 | -0/+5 |
* | The Unicode database was updated to 5.1, and some characters have become prin... | Amaury Forgeot d'Arc | 2008-09-10 | 1 | -2/+2 |
* | Backed out r65073, pending fixing it in Windows. | Eric Smith | 2008-07-17 | 1 | -11/+0 |
* | Merged revisions 65069 via svnmerge from | Eric Smith | 2008-07-17 | 1 | -0/+11 |
* | Correct a test after r64701. | Amaury Forgeot d'Arc | 2008-07-04 | 1 | -2/+4 |
* | #2630: Implement PEP 3138. | Georg Brandl | 2008-06-11 | 1 | -2/+4 |
* | Revert r63934 -- it was mixing two patches. | Georg Brandl | 2008-06-04 | 1 | -4/+2 |
* | Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. | Georg Brandl | 2008-06-04 | 1 | -2/+4 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -4/+4 |
* | Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,... | Christian Heimes | 2008-03-26 | 1 | -202/+209 |
* | Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge... | Christian Heimes | 2008-02-25 | 1 | -1/+2 |
* | Merged revisions 61034-61036,61038-61048 via svnmerge from | Christian Heimes | 2008-02-24 | 1 | -2/+18 |
* | Removed PyInt_GetMax and sys.maxint | Christian Heimes | 2007-12-04 | 1 | -1/+1 |
* | Make str/str8 comparisons return True/False for !=/==. | Brett Cannon | 2007-10-22 | 1 | -127/+122 |
* | Raise statement normalization in Lib/test/. | Collin Winter | 2007-08-29 | 1 | -2/+2 |
* | Merged revisions 56301-56442 via svnmerge from | Guido van Rossum | 2007-07-18 | 1 | -1/+14 |
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -29/+26 |
* | Adapt to new exception message. | Walter Dörwald | 2007-06-09 | 1 | -6/+6 |
* | Remove unused import. | Walter Dörwald | 2007-05-22 | 1 | -1/+1 |
* | Make test_format.py pass again (error messages have changed). | Walter Dörwald | 2007-05-21 | 1 | -22/+6 |
* | Merged revisions 55325-55327 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -3/+5 |
* | Rip out all the u"..." literals and calls to unicode(). | Guido van Rossum | 2007-05-02 | 1 | -5/+5 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -14/+14 |
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -25/+25 |
* | One more test breakage hits the dust. The test was clearly in the wrong. | Guido van Rossum | 2007-01-14 | 1 | -1/+1 |
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -1/+1 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -2/+2 |
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -0/+8 |
* | Fix a bug discovered by Kalle Svensson: comparing sys.maxint to | Guido van Rossum | 2003-11-29 | 1 | -1/+1 |
* | - Removed FutureWarnings related to hex/oct literals and conversions | Guido van Rossum | 2003-11-29 | 1 | -5/+2 |
* | Whitespace normalization. | Tim Peters | 2002-11-24 | 1 | -4/+4 |
* | Fix SF # 635969, No error "not all arguments converted" | Neal Norwitz | 2002-11-12 | 1 | -0/+8 |
* | A test for the recent overflow-in-format-crash bug. | Michael W. Hudson | 2002-10-11 | 1 | -2/+14 |
* | Whitespace normalization. | Tim Peters | 2002-08-08 | 1 | -1/+0 |
* | Fix the problem of not raising a TypeError exception when doing: | Neal Norwitz | 2002-07-28 | 1 | -1/+7 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
* | Use raw-unicode-escape for the tests that require it. | Martin v. Löwis | 2001-08-17 | 1 | -1/+1 |
* | Patch #445762: Support --disable-unicode | Martin v. Löwis | 2001-08-17 | 1 | -4/+6 |