| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix spacing nit. Thanks Eric Smith for the public humiliation. | Mark Dickinson | 2010-02-23 | 1 | -4/+4 |
|
|
* | Make global variable overflowok into a keyword argument; this fixes a failur... | Mark Dickinson | 2010-02-23 | 1 | -16/+16 |
|
|
* | Actually raise on failure, instead of doing nothing. | Mark Dickinson | 2010-02-07 | 1 | -2/+2 |
|
|
* | Add missing global declarations for 'overflowok'; remove 'overflowrequired', ... | Mark Dickinson | 2010-02-07 | 1 | -9/+7 |
|
|
* | Backport of some of the work in r71665 to trunk. This reworks much of | Eric Smith | 2009-04-22 | 1 | -0/+4 |
|
|
* | Backed out r65069, pending fixing it in Windows. | Eric Smith | 2008-07-17 | 1 | -12/+0 |
|
|
* | Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. | Eric Smith | 2008-07-17 | 1 | -0/+12 |
|
|
* | Changed test so it no longer runs as a side effect of importing. | Jerry Seutter | 2008-03-26 | 1 | -209/+222 |
|
|
* | Issue 1742669. Now %d accepts very big float numbers. | Facundo Batista | 2008-02-24 | 1 | -3/+21 |
|
|
* | Patch #1673759: add a missing overflow check when formatting floats | Georg Brandl | 2007-07-12 | 1 | -3/+17 |
|
|
* | Fix those parts in the testsuite that assumed that sys.maxint would cause ove... | Kristján Valur Jónsson | 2007-05-03 | 1 | -3/+5 |
|
|
* | Patch [ 1586791 ] better error msgs for some TypeErrors | Georg Brandl | 2006-11-19 | 1 | -2/+2 |
|
|
* | Fix segfault when doing string formatting on subclasses of long if | Neal Norwitz | 2006-08-13 | 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 |
|
|
* | Bug 415514 reported that e.g. | Tim Peters | 2001-04-12 | 1 | -4/+4 |
|
|
* | Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort. | Tim Peters | 2001-04-12 | 1 | -0/+16 |
|
|
* | String method conversion. | Eric S. Raymond | 2001-02-09 | 1 | -1/+1 |
|
|
* | Whitespace normalization. Leaving tokenize_tests.py alone for now. | Tim Peters | 2001-01-18 | 1 | -1/+0 |
|
|
* | a bold attempt to fix things broken by MAL's verify patch: import | Fredrik Lundh | 2001-01-17 | 1 | -2/+2 |
|
|
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -1/+1 |
|
|
* | Change expected message for ValueError, fixing bug #126400 | Andrew M. Kuchling | 2000-12-20 | 1 | -1/+1 |
|
|
* | Add test case for error message raised by bad % format character | Andrew M. Kuchling | 2000-12-15 | 1 | -0/+25 |
|
|
* | Fox for SF bug #123859: %[duxXo] long formats inconsistent. | Tim Peters | 2000-11-30 | 1 | -5/+16 |
|
|
* | Derived from Martin's SF patch 110609: support unbounded ints in %d,i,u,x,X,... | Tim Peters | 2000-09-21 | 1 | -23/+136 |
|
|
* | Marc-Andre Lemburg <mal@lemburg.com>: | Marc-André Lemburg | 2000-06-30 | 1 | -0/+52 |
|
|