summaryrefslogtreecommitdiff
path: root/Lib/test/test_long_future.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-50/+50
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-9/+9
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Fix typo in error reporting. This doesn't need to go into the releaseTim Peters2001-09-071-1/+1
* Added some underflow-to-0.0 long/long true division tests.Tim Peters2001-09-061-0/+6
* Fixed a typo and added more tests.Tim Peters2001-09-041-1/+12
* Change long/long true division to return as many good bits as it can;Tim Peters2001-09-041-0/+38