| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #23466: Fixed expected error message in test_format. | Serhiy Storchaka | 2015-04-04 | 1 | -1/+1 |
|
|
* | Issue #23466: Raised OverflowError if %c argument is out of range. | Serhiy Storchaka | 2015-04-03 | 1 | -6/+6 |
|
|
* | Issue #23466: %c, %o, %x, and %X in bytes formatting now raise TypeError on | Serhiy Storchaka | 2015-03-30 | 1 | -1/+18 |
|
|
* | Close issue23467: add %r compatibility to bytes and bytearray | Ethan Furman | 2015-03-11 | 1 | -0/+5 |
|
|
* | Issue20284: Implement PEP461 | Ethan Furman | 2015-01-24 | 1 | -141/+244 |
|
|
* | Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exception | Ethan Furman | 2014-03-19 | 1 | -10/+0 |
|
|
* | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -4/+13 |
|\ |
|
| * | Issue #20532: Tests which use _testcapi now are marked as CPython only. | Serhiy Storchaka | 2014-02-07 | 1 | -6/+16 |
|
|
* | | Catch deprecation warnings emitted when non-integers are formatted with %c, %o | Serhiy Storchaka | 2014-02-06 | 1 | -5/+10 |
|
|
* | | Issue19995: issue deprecation warning for non-integer values to %c, %o, %x, %X | Ethan Furman | 2014-01-12 | 1 | -0/+5 |
|
|
* | | Issue19995: %o, %x, %X now only accept ints | Ethan Furman | 2014-01-05 | 1 | -5/+0 |
|
|
* | | Remove failing checks for explicit error messages. | Mark Dickinson | 2013-10-13 | 1 | -2/+0 |
|
|
* | | Issue #18659: fix test_format test that wasn't being executed. Thanks Vajras... | Mark Dickinson | 2013-10-13 | 1 | -8/+5 |
|
|
* | | Issue #18659: Backed out changeset cfd875bcbe41 after buildbot failures. | Mark Dickinson | 2013-08-05 | 1 | -3/+7 |
|
|
* | | Issue #18659: fix test_format test that wasn't being executed. Thanks Vajras... | Mark Dickinson | 2013-08-05 | 1 | -7/+3 |
|
|
* | | (Merge 3.3) Issue #18137: Detect integer overflow on precision in | Victor Stinner | 2013-06-23 | 1 | -0/+17 |
|\ \
| |/ |
|
| * | Issue #18137: Detect integer overflow on precision in float.__format__() and | Victor Stinner | 2013-06-23 | 1 | -0/+17 |
|
|
* | | Add _PyUnicodeWriter_WriteSubstring() function | Victor Stinner | 2013-04-02 | 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-01 | 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-23 | 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 |
|
|