summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_format.py
Commit message (Expand)AuthorAgeFilesLines
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-14/+14
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-25/+25
* One more test breakage hits the dust. The test was clearly in the wrong.Guido van Rossum2007-01-141-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-1/+1
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-2/+2
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-0/+8
* Fix a bug discovered by Kalle Svensson: comparing sys.maxint toGuido van Rossum2003-11-291-1/+1
* - Removed FutureWarnings related to hex/oct literals and conversionsGuido van Rossum2003-11-291-5/+2
* Whitespace normalization.Tim Peters2002-11-241-4/+4
* Fix SF # 635969, No error "not all arguments converted"Neal Norwitz2002-11-121-0/+8
* A test for the recent overflow-in-format-crash bug.Michael W. Hudson2002-10-111-2/+14
* Whitespace normalization.Tim Peters2002-08-081-1/+0
* Fix the problem of not raising a TypeError exception when doing:Neal Norwitz2002-07-281-1/+7
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Use raw-unicode-escape for the tests that require it.Martin v. Löwis2001-08-171-1/+1
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-171-4/+6
* Bug 415514 reported that e.g.Tim Peters2001-04-121-4/+4
* Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort.Tim Peters2001-04-121-0/+16
* String method conversion.Eric S. Raymond2001-02-091-1/+1
* Whitespace normalization. Leaving tokenize_tests.py alone for now.Tim Peters2001-01-181-1/+0
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-171-2/+2
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-1/+1
* Change expected message for ValueError, fixing bug #126400Andrew M. Kuchling2000-12-201-1/+1
* Add test case for error message raised by bad % format characterAndrew M. Kuchling2000-12-151-0/+25
* Fox for SF bug #123859: %[duxXo] long formats inconsistent.Tim Peters2000-11-301-5/+16
* Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,...Tim Peters2000-09-211-23/+136
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-301-0/+52