1. 21d0e1b Skip test_site if USER_SITE cannot be created by Victor Stinner · 9 years ago
  2. 00607e9 Issue #23911: Fix mixed bytes/strings. by Eric Snow · 9 years ago
  3. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  4. ad9f99e merge 3.4 by Benjamin Peterson · 10 years ago
  5. 337578b fix tests on systems that can't validate python.org by Benjamin Peterson · 10 years ago
  6. d8a1447 Issue #22215: Now ValueError is raised instead of TypeError when str or bytes by Serhiy Storchaka · 10 years ago
  7. 9e82b17 Issue #21711: support for "site-python" directories has now been removed from the site module (it was deprecated in 3.4). by Antoine Pitrou · 10 years ago
  8. 9574355 - Issue #21223: Pass test_site/test_startup_imports when some of the extensions by doko@ubuntu.com · 10 years ago
  9. 944d597 Issue #20939: remove stray character from comment by Ned Deily · 11 years ago
  10. 5a507f0 Issue #20939: Use www.example.com instead of www.python.org to avoid test by Ned Deily · 11 years ago
  11. 63321b4 Issue #19828: Merge with 3.3 by Zachary Ware · 11 years ago
  12. 36193e7 Issue #19828: Fixed test_site when the whole suite is run with -S. by Zachary Ware · 11 years ago
  13. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  14. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  15. 78abc9d Skip overzealous test for existence of the online license.html for pre-release versions. by Georg Brandl · 11 years ago
  16. 186729e merge with 3.3 by Georg Brandl · 11 years ago
  17. dfea312 Issue #19360: fix test_site when Python is installed into $HOME/.local by Antoine Pitrou · 11 years ago
  18. a1782e1 Issue #19360: fix test_site when Python is installed into $HOME/.local by Antoine Pitrou · 11 years ago
  19. b795aa8 Issue #19275: Fix test_site failure on OS X due to typo. by Ned Deily · 11 years ago
  20. 86823a5 Issue #19275: Fix test_site on AMD64 Snow Leopard by Christian Heimes · 11 years ago
  21. f1dc3ee Issue #19218: Rename collections.abc to _collections_abc in order to speed up interpreter start by Christian Heimes · 11 years ago
  22. f403f50 Issue #19205: _osx_support uses the re module all over the place. Omit the test for nw. by Christian Heimes · 11 years ago
  23. 179a3db Issue #19205: add debugging output for failing test on Snow Leopard by Christian Heimes · 11 years ago
  24. 2582762 Issue #19209: Remove import of copyreg from the os module to speed up by Christian Heimes · 11 years ago
  25. 1a5fb4e Also test that the locale module isn't loaded during normal startup by Christian Heimes · 11 years ago
  26. 8c9cd5a Issue #19205: Don't import the 're' module in site and sysconfig module to by Christian Heimes · 11 years ago
  27. f11caa0 Merge #18206: Fix test for existence of license URL. by R David Murray · 11 years ago
  28. 1bc6ceb #18206: Fix test for existence of license URL. by R David Murray · 11 years ago
  29. 2f2ae39 merge from 3.3 by Senthil Kumaran · 11 years ago
  30. 8ef519b Fix License URL display and add test to check for license url presence. by Senthil Kumaran · 11 years ago
  31. 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
  32. 3e9a9ae Update various test modules to use unittest.main() for test discovery by Brett Cannon · 11 years ago
  33. b1611e2 Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError. by Brett Cannon · 11 years ago
  34. de0b962 Remove sys.platform == 'riscos' checks from some Python and test files. #16501 by Christian Heimes · 12 years ago
  35. f01d695 Closes #16135: Removal of OS/2 support by Jesus Cea · 12 years ago
  36. 8ac95ee Fix test_site from modifying sysconfig._CONFIG_VARS. by Brett Cannon · 13 years ago
  37. d531b29 Issue #10881: Fix test_site failure with OS X framework builds. by Ned Deily · 13 years ago
  38. 316f573 Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 13 years ago
  39. 63ebe1c Fix test_site for systems without unsetenv. Reported by Zsolt Cserna. by Éric Araujo · 14 years ago
  40. ad4ccfd Skip test that does not raise an error on Windows. by R. David Murray · 14 years ago
  41. ab9d8d6 Escape file path before searching for it in output via regex by R. David Murray · 14 years ago
  42. b4ca59b #5258/#10642: print fn, line, traceback and continue when .pth file is broken by R. David Murray · 14 years ago
  43. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  44. fce7fd6 Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() by Antoine Pitrou · 14 years ago
  45. fc8b205 Correct a couple of assert* methods. Patch by Dave Malcolm. by Ezio Melotti · 14 years ago
  46. bda4672 Ensure that test_site actually passes with a framework build by Ronald Oussoren · 14 years ago
  47. bbb2d49 Merged revisions 81152 via svnmerge from by Brett Cannon · 14 years ago
  48. f3bc258 Issue #8340, test_abs_path() of test_site: encode paths to ASCII with by Victor Stinner · 14 years ago
  49. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  50. edacea3 Merged revisions 77704,77752 via svnmerge from by Tarek Ziadé · 15 years ago
  51. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  52. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  53. 9166e6a Merged revisions 76047 via svnmerge from by Antoine Pitrou · 15 years ago
  54. 8c0e217 Merged revisions 75871 via svnmerge from by Tarek Ziadé · 15 years ago
  55. 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
  56. 4a608c0 Merged revisions 74526 via svnmerge from by Tarek Ziadé · 15 years ago
  57. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  58. b525e18 Merged revisions 71984 via svnmerge from by Walter Dörwald · 15 years ago
  59. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 16 years ago
  60. fea6a94 Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from by Benjamin Peterson · 16 years ago
  61. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  62. 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
  63. 8dc226f Merged revisions 62774-62775,62785,62787-62788 via svnmerge from by Christian Heimes · 16 years ago
  64. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 17 years ago
  65. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  66. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 18 years ago
  67. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  68. 0b70cca Remove usage of backticks. by Brett Cannon · 18 years ago
  69. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  70. ff52286 Fix test_site to not call open('...', 'wU'), as that now raises an error. by Michael W. Hudson · 19 years ago
  71. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  72. ee86a66 Fixes a bug in testing code handling .pth files that did not restore the original by Brett Cannon · 20 years ago
  73. 64a8470 Restructure testing of .pth files. Move previous functions into a class and by Brett Cannon · 20 years ago
  74. ebd9522 * Silence a test failure that resulted when test_site was run by by Raymond Hettinger · 20 years ago
  75. 6ccc9a9 Removed test_sitepackages test. Skip discovered that it only passed if Python by Brett Cannon · 20 years ago
  76. 0096e26 Refactored site.py into functions. Also moved over to using sets. by Brett Cannon · 20 years ago