1. 63ebe1c Fix test_site for systems without unsetenv. Reported by Zsolt Cserna. by Éric Araujo · 14 years ago
  2. ad4ccfd Skip test that does not raise an error on Windows. by R. David Murray · 14 years ago
  3. ab9d8d6 Escape file path before searching for it in output via regex by R. David Murray · 14 years ago
  4. b4ca59b #5258/#10642: print fn, line, traceback and continue when .pth file is broken by R. David Murray · 14 years ago
  5. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  6. fce7fd6 Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() by Antoine Pitrou · 14 years ago
  7. fc8b205 Correct a couple of assert* methods. Patch by Dave Malcolm. by Ezio Melotti · 14 years ago
  8. bda4672 Ensure that test_site actually passes with a framework build by Ronald Oussoren · 14 years ago
  9. bbb2d49 Merged revisions 81152 via svnmerge from by Brett Cannon · 14 years ago
  10. f3bc258 Issue #8340, test_abs_path() of test_site: encode paths to ASCII with by Victor Stinner · 14 years ago
  11. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  12. edacea3 Merged revisions 77704,77752 via svnmerge from by Tarek Ziadé · 14 years ago
  13. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 14 years ago
  14. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 14 years ago
  15. 9166e6a Merged revisions 76047 via svnmerge from by Antoine Pitrou · 15 years ago
  16. 8c0e217 Merged revisions 75871 via svnmerge from by Tarek Ziadé · 15 years ago
  17. 6ead552 Note that a number of the changes listed below were not applicable to the Py3k branch, and hence the corresponding by Nick Coghlan · 15 years ago
  18. 4a608c0 Merged revisions 74526 via svnmerge from by Tarek Ziadé · 15 years ago
  19. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  20. b525e18 Merged revisions 71984 via svnmerge from by Walter Dörwald · 15 years ago
  21. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  22. fea6a94 Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from by Benjamin Peterson · 16 years ago
  23. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  24. e9f305f Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,63229-63232,63234-63235,63237-63239,63241,63243-63246,63250-63254,63256-63259,63261,63263-63264,63266-63267,63269-63270,63272-63273,63275-63276,63278,63280-63281,63283-63284,63286-63287,63289-63290,63292-63293,63295-63296,63298-63299,63301-63302,63304-63305,63307,63309-63314,63316-63322,63324-63325,63327-63335,63337-63338,63340-63342,63344-63346,63348 via svnmerge from by Alexandre Vassalotti · 16 years ago
  25. 8dc226f Merged revisions 62774-62775,62785,62787-62788 via svnmerge from by Christian Heimes · 16 years ago
  26. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  27. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  28. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  29. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  30. 0b70cca Remove usage of backticks. by Brett Cannon · 18 years ago
  31. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  32. ff52286 Fix test_site to not call open('...', 'wU'), as that now raises an error. by Michael W. Hudson · 19 years ago
  33. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  34. ee86a66 Fixes a bug in testing code handling .pth files that did not restore the original by Brett Cannon · 20 years ago
  35. 64a8470 Restructure testing of .pth files. Move previous functions into a class and by Brett Cannon · 20 years ago
  36. ebd9522 * Silence a test failure that resulted when test_site was run by by Raymond Hettinger · 20 years ago
  37. 6ccc9a9 Removed test_sitepackages test. Skip discovered that it only passed if Python by Brett Cannon · 20 years ago
  38. 0096e26 Refactored site.py into functions. Also moved over to using sets. by Brett Cannon · 20 years ago