1. 1f70221 Issue #19572: More silently skipped tests explicitly skipped. by Zachary Ware · 12 years ago
  2. 2c8bf04 Issue #10881: Fix test_site failures with OS X framework builds. by Ned Deily · 14 years ago
  3. 1aacd7b Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 14 years ago
  4. 513c4f8 Merged revisions 87691 via svnmerge from by Éric Araujo · 15 years ago
  5. 49ee82c Merged revisions 87508 via svnmerge from by R. David Murray · 15 years ago
  6. 82f5846 Merged revisions 87501 via svnmerge from by R. David Murray · 15 years ago
  7. 5874ed6 Merged revisions 87497 via svnmerge from by R. David Murray · 15 years ago
  8. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  9. d9ed62c Merged revisions 84134 via svnmerge from by Ezio Melotti · 15 years ago
  10. da9af75 test_site was failing under darwin for non-framework builds because a test was by Brett Cannon · 15 years ago
  11. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 16 years ago
  12. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
  13. 5633a80 taking sysconfig out of distutils by Tarek Ziadé · 16 years ago
  14. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  15. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  16. d8b16ab Fix and improve some assertions in test_site by Antoine Pitrou · 16 years ago
  17. d24cab8 Issue #7218: Fix test_site for win32 by Tarek Ziadé · 16 years ago
  18. a0e0f9e Don't replace sys.path in test_site by Nick Coghlan · 16 years ago
  19. 764fc23 #6693: New functions in site.py to get user/global site packages paths. by Tarek Ziadé · 16 years ago
  20. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  21. 4b965f6 Use test.test_support.EnvironmentVarGuard where tests change environment vars. by Walter Dörwald · 16 years ago
  22. bec087f fix incorrect auto-translation of TestSkipped -> unittest.SkipTest by Benjamin Peterson · 16 years ago
  23. 888a39b remove test_support.TestSkipped and just use unittest.SkipTest by Benjamin Peterson · 16 years ago
  24. b7019d8 Expand upon test_site.test_s_option to try to debug its failure. by Brett Cannon · 16 years ago
  25. b03f532 Revert debugging statements, culprit is possibly test_distutils (see #5316) by Antoine Pitrou · 16 years ago
  26. 13d1690 Try to make sense of the test_site buildbot failures by Antoine Pitrou · 16 years ago
  27. 9b69ed9 In test_site, correctly escape backslashes in path names. by Amaury Forgeot d'Arc · 17 years ago
  28. 40388cc Fix "refleak" by restoring the tearDown method removed by accident (AFAICT) by Neal Norwitz · 17 years ago
  29. af748c3 Implemented PEP 370 by Christian Heimes · 17 years ago
  30. c5f05e4 Patch #2167 from calvin: Remove unused imports by Christian Heimes · 17 years ago
  31. ff52286 Fix test_site to not call open('...', 'wU'), as that now raises an error. by Michael W. Hudson · 20 years ago
  32. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
  33. ee86a66 Fixes a bug in testing code handling .pth files that did not restore the original by Brett Cannon · 21 years ago
  34. 64a8470 Restructure testing of .pth files. Move previous functions into a class and by Brett Cannon · 21 years ago
  35. ebd9522 * Silence a test failure that resulted when test_site was run by by Raymond Hettinger · 21 years ago
  36. 6ccc9a9 Removed test_sitepackages test. Skip discovered that it only passed if Python by Brett Cannon · 21 years ago
  37. 0096e26 Refactored site.py into functions. Also moved over to using sets. by Brett Cannon · 21 years ago