1. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  2. 8ae3e05 Merged revisions 63066-63076,63079,63081-63085,63087-63097,63099,63101-63104 via svnmerge from by Alexandre Vassalotti · 16 years ago
  3. 7f04431 Merged revisions 59774-59783 via svnmerge from by Christian Heimes · 17 years ago
  4. 254348e Rename buffer -> bytearray. by Guido van Rossum · 17 years ago
  5. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  6. 828f04a Issue #1066: implement PEP 3109, 2/3 of PEP 3134. by Collin Winter · 17 years ago
  7. 85825dc Changes preparing for stricter enforcement of bytes vs. str. by Guido van Rossum · 17 years ago
  8. 7a98be2 Remove RISCOS support by Skip Montanaro · 17 years ago
  9. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  10. ad8d300 SF patch# 1766592 by Paul Colomiets. Fix test_zipimport. by Guido van Rossum · 17 years ago
  11. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  12. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  13. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  14. 68f2d00 Repaired new test failures on Windows: by Tim Peters · 19 years ago
  15. bc29c1a Whitespace normalization. by Tim Peters · 19 years ago
  16. dbc95f4 Disable this test until I can test on big-endian machines and get passing by Neal Norwitz · 19 years ago
  17. b155b62 Test zipimporter a bit more. Also get working with -R :: option for finding ref leaks by Neal Norwitz · 19 years ago
  18. 5949854 Fix for [ 765456 ]: testAFakeZlib failed on platforms that use a by Just van Rossum · 21 years ago
  19. 354e3d9 Change the zipimport implementation to accept files containing by Thomas Heller · 21 years ago
  20. a94568a Patch #734231: Update RiscOS support. In particular, correct by Martin v. Löwis · 21 years ago
  21. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  22. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  23. 5c1ba53 Use correct function name to PyArg_ParseTuple("is_package"). by Neal Norwitz · 22 years ago
  24. 6706c4d cleaned up Jack's Mac OS9 changes by Just van Rossum · 22 years ago
  25. 472e7db Various tweaks to make the test work on the Mac. by Jack Jansen · 22 years ago
  26. 9a3129c Fix for bug #661136 by Just van Rossum · 22 years ago
  27. d35c6db Ugh, zipimport is virtually broken in 2.3a1 :-( It worked by accident in by Just van Rossum · 22 years ago
  28. 52e14d6 PEP 302 + zipimport: by Just van Rossum · 22 years ago