summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_copy_reg.py
Commit message (Expand)AuthorAgeFilesLines
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-0/+29
* cPickle: exempt two_tuple from GC -- it's a speed hack, and doesn'tTim Peters2003-02-041-22/+2
* Added basic tests of copy_reg's extension registry.Tim Peters2003-02-041-0/+78
* Test that True can be copied.Martin v. Löwis2003-01-261-0/+4
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Change the PyUnit-based tests to use the test_main() approach. ThisFred Drake2001-09-201-1/+6
* Convert copy_reg test to PyUnit.Fred Drake2001-05-221-29/+19
* Test the exception-raising for error cases in copy_reg.Fred Drake2000-10-111-0/+35