Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -50/+50 |
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -9/+9 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
* | Fix typo in error reporting. This doesn't need to go into the release | Tim Peters | 2001-09-07 | 1 | -1/+1 |
* | Added some underflow-to-0.0 long/long true division tests. | Tim Peters | 2001-09-06 | 1 | -0/+6 |
* | Fixed a typo and added more tests. | Tim Peters | 2001-09-04 | 1 | -1/+12 |
* | Change long/long true division to return as many good bits as it can; | Tim Peters | 2001-09-04 | 1 | -0/+38 |