aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_format.py
Commit message (Expand)AuthorAge
* The other half of Issue #1580: use short float repr where possible.Eric Smith2009-04-16
* The Unicode database was updated to 5.1, and some characters have become prin...Amaury Forgeot d'Arc2008-09-10
* Backed out r65073, pending fixing it in Windows.Eric Smith2008-07-17
* Merged revisions 65069 via svnmerge fromEric Smith2008-07-17
* Correct a test after r64701.Amaury Forgeot d'Arc2008-07-04
* #2630: Implement PEP 3138.Georg Brandl2008-06-11
* Revert r63934 -- it was mixing two patches.Georg Brandl2008-06-04
* Remove meaning of -ttt, but still accept -t option on cmdline for compatibility.Georg Brandl2008-06-04
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 61913,61915-61916,61918-61919,61922-61926,61928-61929,61931,...Christian Heimes2008-03-26
* Merged revisions 61038,61042-61045,61047,61049-61053,61055-61057 via svnmerge...Christian Heimes2008-02-25
* Merged revisions 61034-61036,61038-61048 via svnmerge fromChristian Heimes2008-02-24
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-04
* Make str/str8 comparisons return True/False for !=/==.Brett Cannon2007-10-22
* Raise statement normalization in Lib/test/.Collin Winter2007-08-29
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-18
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-13
* Adapt to new exception message.Walter Dörwald2007-06-09
* Remove unused import.Walter Dörwald2007-05-22
* Make test_format.py pass again (error messages have changed).Walter Dörwald2007-05-21
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-14
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-02
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-15
* One more test breakage hits the dust. The test was clearly in the wrong.Guido van Rossum2007-01-14
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-13
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-21
* Fix a bug discovered by Kalle Svensson: comparing sys.maxint toGuido van Rossum2003-11-29
* - Removed FutureWarnings related to hex/oct literals and conversionsGuido van Rossum2003-11-29
* Whitespace normalization.Tim Peters2002-11-24
* Fix SF # 635969, No error "not all arguments converted"Neal Norwitz2002-11-12
* A test for the recent overflow-in-format-crash bug.Michael W. Hudson2002-10-11
* Whitespace normalization.Tim Peters2002-08-08
* Fix the problem of not raising a TypeError exception when doing:Neal Norwitz2002-07-28
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-23
* Use raw-unicode-escape for the tests that require it.Martin v. Löwis2001-08-17
* Patch #445762: Support --disable-unicodeMartin v. Löwis2001-08-17
* Bug 415514 reported that e.g.Tim Peters2001-04-12
* Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort.Tim Peters2001-04-12
* String method conversion.Eric S. Raymond2001-02-09
* Whitespace normalization. Leaving tokenize_tests.py alone for now.Tim Peters2001-01-18
* a bold attempt to fix things broken by MAL's verify patch: importFredrik Lundh2001-01-17
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-17
* Change expected message for ValueError, fixing bug #126400Andrew M. Kuchling2000-12-20
* Add test case for error message raised by bad % format characterAndrew M. Kuchling2000-12-15
* Fox for SF bug #123859: %[duxXo] long formats inconsistent.Tim Peters2000-11-30
* Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,...Tim Peters2000-09-21
* Marc-Andre Lemburg <mal@lemburg.com>:Marc-André Lemburg2000-06-30