summaryrefslogtreecommitdiff
path: root/Lib/test/test_format.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #29073: Added a test for bytearray formatting with null byte.Serhiy Storchaka2016-12-281-0/+7
|\
| * Issue #29073: bytearray formatting no longer truncates on first null byte.Serhiy Storchaka2016-12-281-0/+7
* | Issue #29000: Fixed bytes formatting of octals with zero padding in alternateSerhiy Storchaka2016-12-171-1/+3
|\ \ | |/ |/|
| * Issues #28916, #26483: Merge stdtypes.rst from 3.5Martin Panter2016-12-111-20/+6
| |\
| * | Issue #26983: Fixed test_format failure.Serhiy Storchaka2016-06-061-1/+1
| * | Issue #25349: Add fast path for b'%c' % intVictor Stinner2015-10-091-0/+2
* | | Issue #29000: Fixed bytes formatting of octals with zero padding in alternateSerhiy Storchaka2016-12-171-8/+26
| |/ |/|
* | Issue #28916: Correct description of %o and %x alternative formsMartin Panter2016-12-111-20/+6
|/
* Issue #23466: Fixed expected error message in test_format.Serhiy Storchaka2015-04-041-1/+1
* Issue #23466: Raised OverflowError if %c argument is out of range.Serhiy Storchaka2015-04-031-6/+6
* Issue #23466: %c, %o, %x, and %X in bytes formatting now raise TypeError onSerhiy Storchaka2015-03-301-1/+18
* Close issue23467: add %r compatibility to bytes and bytearrayEthan Furman2015-03-111-0/+5
* Issue20284: Implement PEP461Ethan Furman2015-01-231-141/+244
* Issue19995: passing a non-int to %o, %c, %x, or %X now raises an exceptionEthan Furman2014-03-191-10/+0
* Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-9/+27
|\
| * Catch deprecation warnings emitted when non-integers are formatted with %c, %oSerhiy Storchaka2014-02-061-5/+10
| * Issue19995: issue deprecation warning for non-integer values to %c, %o, %x, %XEthan Furman2014-01-111-0/+5
| * Issue19995: %o, %x, %X now only accept intsEthan Furman2014-01-051-5/+0
| * Remove failing checks for explicit error messages.Mark Dickinson2013-10-131-2/+0
| * Issue #18659: fix test_format test that wasn't being executed. Thanks Vajras...Mark Dickinson2013-10-131-8/+5
| * Issue #18659: Backed out changeset cfd875bcbe41 after buildbot failures.Mark Dickinson2013-08-051-3/+7
| * Issue #18659: fix test_format test that wasn't being executed. Thanks Vajras...Mark Dickinson2013-08-051-7/+3
| * (Merge 3.3) Issue #18137: Detect integer overflow on precision inVictor Stinner2013-06-231-0/+19
| |\
| | * Add _PyUnicodeWriter_WriteSubstring() functionVictor Stinner2013-04-031-0/+3
| | * #17217: merge with 3.3.Ezio Melotti2013-02-231-3/+3
| | |\
| | * | Issue #15609: Optimize str%args for integer argumentVictor Stinner2012-10-021-0/+16
* | | | Issue #20532: Tests which use _testcapi now are marked as CPython only.Serhiy Storchaka2014-02-071-6/+16
|/ / /
* | | Issue #18137: Detect integer overflow on precision in float.__format__() andVictor Stinner2013-06-231-0/+17
| |/ |/|
* | #17217: merge with 3.2.Ezio Melotti2013-02-231-3/+3
|\ \ | |/ |/|
| * #17217: fix UnicodeEncodeErrors errors in test_format by printing ASCII only.Ezio Melotti2013-02-231-3/+3
* | Fix "%f" format of str%args if the result is not an ASCII or latin1 stringVictor Stinner2012-06-161-0/+2
* | Issue #14113: Fix a test_strptime failure caused by changes to LC_ALL.Stefan Krah2012-02-271-1/+2
* | Issue #13706: Fix format(float, "n") for locale with non-ASCII decimal point ...Victor Stinner2012-02-241-1/+9
* | Issue #13706: Fix format(int, "n") for locale with non-ASCII thousands separatorVictor Stinner2012-02-241-0/+15
* | Issue #13706: Support non-ASCII fill charactersVictor Stinner2012-01-211-0/+20
|/
* Merged revisions 78372-78373 via svnmerge fromMark Dickinson2010-02-231-10/+13
* Merged revisions 78082,78086 via svnmerge fromMark Dickinson2010-02-071-10/+6
* The other half of Issue #1580: use short float repr where possible.Eric Smith2009-04-161-0/+5
* The Unicode database was updated to 5.1, and some characters have become prin...Amaury Forgeot d'Arc2008-09-101-2/+2
* Backed out r65073, pending fixing it in Windows.Eric Smith2008-07-171-11/+0
* Merged revisions 65069 via svnmerge fromEric Smith2008-07-171-0/+11
* Correct a test after r64701.Amaury Forgeot d'Arc2008-07-041-2/+4
* #2630: Implement PEP 3138.Georg Brandl2008-06-111-2/+4
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-041-4/+2
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-041-2/+4
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-4/+4
* Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,...Christian Heimes2008-03-261-202/+209
* Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge...Christian Heimes2008-02-251-1/+2
* Merged revisions 61034-61036,61038-61048 via svnmerge fromChristian Heimes2008-02-241-2/+18
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-1/+1