Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -1/+1 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -0/+29 |
* | cPickle: exempt two_tuple from GC -- it's a speed hack, and doesn't | Tim Peters | 2003-02-04 | 1 | -22/+2 |
* | Added basic tests of copy_reg's extension registry. | Tim Peters | 2003-02-04 | 1 | -0/+78 |
* | Test that True can be copied. | Martin v. Löwis | 2003-01-26 | 1 | -0/+4 |
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
* | Change the PyUnit-based tests to use the test_main() approach. This | Fred Drake | 2001-09-20 | 1 | -1/+6 |
* | Convert copy_reg test to PyUnit. | Fred Drake | 2001-05-22 | 1 | -29/+19 |
* | Test the exception-raising for error cases in copy_reg. | Fred Drake | 2000-10-11 | 1 | -0/+35 |