1. c4d92c8 simplify StartupImportTests (GH-13096) by Inada Naoki · 5 years ago
  2. 5b10b98 bpo-22831: Use "with" to avoid possible fd leaks in tests (part 2). (GH-10929) by Serhiy Storchaka · 5 years ago
  3. 45d8d24 fixed duplicated method name of test_getuserbase() (GH-12140) by native-api · 5 years ago
  4. 94cf308 bpo-33306: Improve SyntaxError messages for unbalanced parentheses. (GH-6516) by Serhiy Storchaka · 6 years ago
  5. f2f4555 bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) by Victor Stinner · 6 years ago
  6. d4c76d9 bpo-30167: Add test for module.__cached__ is None (GH-7617) by INADA Naoki · 6 years ago
  7. f14c28f bpo-34011: Fixes missing venv files and other tests (GH-9458) by Steve Dower · 6 years ago
  8. 0185f34 bpo-33721: Make some os.path functions and pathlib.Path methods be tolerant to invalid paths. (#7695) by Serhiy Storchaka · 6 years ago
  9. 95c3262 Use assertTrue() instead of deprecated assert_(). (#5526) by Serhiy Storchaka · 6 years ago
  10. 763f094 bpo-28440: Don't add /Library/Python/3.x/site-packages to sys.path (#5445) by Ned Deily · 6 years ago
  11. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 7 years ago
  12. ba9ddb7 bpo-29585: fix test fail on macOS Framework build (GH-2928) by INADA Naoki · 7 years ago
  13. c22bd58 bpo-28095: Re-enable temporarily disabled part of test_startup_imports on macOS (#2927) by Ned Deily · 7 years ago
  14. a8f8d5b bpo-29585: optimize site.py startup time (GH-136) by INADA Naoki · 7 years ago
  15. 9b33bf5 Improves test_underpth_nosite_file to reveal why it fails. (#1763) by Steve Dower · 7 years ago
  16. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 7 years ago
  17. d48214f bpo-29763: Clean up _pth tests (GH-954) by Zachary Ware · 7 years ago
  18. b85c136 bpo-30108: Restore sys.path in test_site (#1197) by Victor Stinner · 7 years ago
  19. cd815ed Revert "bpo-29763: Use unittest cleanup in test_site (GH-841)" (GH-942) by Zachary Ware · 7 years ago
  20. b94d7fd bpo-29763: Use unittest cleanup in test_site (GH-841) by Zachary Ware · 7 years ago
  21. 93710c1 bpo-29763: Use support.unlink instead of os.unlink (GH-624) by Zachary Ware · 7 years ago
  22. 5f9193a Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev) by Steve Dower · 7 years ago
  23. 1da055e Makes test_underpth* tests more robust by copying the executable. by Steve Dower · 8 years ago
  24. c6dd415 Issue #28522: Fixes mishandled buffer reallocation in getpathp.c by Steve Dower · 8 years ago
  25. 6dd8eca Issue #28192: Adds tests for hook in isolated mode by Steve Dower · 8 years ago
  26. 313523c Issue #28192: Don't import readline in isolated mode by Steve Dower · 8 years ago
  27. 8a2150a Issue #28095: Temporarily disable part of test_startup_imports on OS X. by Ned Deily · 8 years ago
  28. 46f97b8 Issue #15767: Use ModuleNotFoundError. by Eric Snow · 8 years ago
  29. 5f0507d Issue #26587: Allow .pth files to specify file paths as well as directories. by Brett Cannon · 8 years ago
  30. 3719779 Merge 3.5 (test_site) by Victor Stinner · 8 years ago
  31. 21d0e1b Skip test_site if USER_SITE cannot be created by Victor Stinner · 8 years ago
  32. 885bdc4 Issue #25985: sys.version_info is now used instead of sys.version by Serhiy Storchaka · 8 years ago
  33. 00607e9 Issue #23911: Fix mixed bytes/strings. by Eric Snow · 9 years ago
  34. 32439d6 Issue #23911: Move path-based bootstrap code to a separate frozen module. by Eric Snow · 9 years ago
  35. ad9f99e merge 3.4 by Benjamin Peterson · 9 years ago
  36. 337578b fix tests on systems that can't validate python.org by Benjamin Peterson · 9 years ago
  37. d8a1447 Issue #22215: Now ValueError is raised instead of TypeError when str or bytes by Serhiy Storchaka · 10 years ago
  38. 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
  39. 9574355 - Issue #21223: Pass test_site/test_startup_imports when some of the extensions by doko@ubuntu.com · 10 years ago
  40. 944d597 Issue #20939: remove stray character from comment by Ned Deily · 10 years ago
  41. 5a507f0 Issue #20939: Use www.example.com instead of www.python.org to avoid test by Ned Deily · 10 years ago
  42. 63321b4 Issue #19828: Merge with 3.3 by Zachary Ware · 11 years ago
  43. 36193e7 Issue #19828: Fixed test_site when the whole suite is run with -S. by Zachary Ware · 11 years ago
  44. 101d9e7 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  45. 9fe6d86 Issue 19572: More silently skipped tests explicitly skipped. by Zachary Ware · 11 years ago
  46. 78abc9d Skip overzealous test for existence of the online license.html for pre-release versions. by Georg Brandl · 11 years ago
  47. 186729e merge with 3.3 by Georg Brandl · 11 years ago
  48. dfea312 Issue #19360: fix test_site when Python is installed into $HOME/.local by Antoine Pitrou · 11 years ago
  49. a1782e1 Issue #19360: fix test_site when Python is installed into $HOME/.local by Antoine Pitrou · 11 years ago
  50. b795aa8 Issue #19275: Fix test_site failure on OS X due to typo. by Ned Deily · 11 years ago
  51. 86823a5 Issue #19275: Fix test_site on AMD64 Snow Leopard by Christian Heimes · 11 years ago
  52. f1dc3ee Issue #19218: Rename collections.abc to _collections_abc in order to speed up interpreter start by Christian Heimes · 11 years ago
  53. f403f50 Issue #19205: _osx_support uses the re module all over the place. Omit the test for nw. by Christian Heimes · 11 years ago
  54. 179a3db Issue #19205: add debugging output for failing test on Snow Leopard by Christian Heimes · 11 years ago
  55. 2582762 Issue #19209: Remove import of copyreg from the os module to speed up by Christian Heimes · 11 years ago
  56. 1a5fb4e Also test that the locale module isn't loaded during normal startup by Christian Heimes · 11 years ago
  57. 8c9cd5a Issue #19205: Don't import the 're' module in site and sysconfig module to by Christian Heimes · 11 years ago
  58. f11caa0 Merge #18206: Fix test for existence of license URL. by R David Murray · 11 years ago
  59. 1bc6ceb #18206: Fix test for existence of license URL. by R David Murray · 11 years ago
  60. 2f2ae39 merge from 3.3 by Senthil Kumaran · 11 years ago
  61. 8ef519b Fix License URL display and add test to check for license url presence. by Senthil Kumaran · 11 years ago
  62. 679ecb5 Issue #15767: back out 8a0ed9f63c6e, finishing the removal of by Brett Cannon · 11 years ago
  63. 3e9a9ae Update various test modules to use unittest.main() for test discovery by Brett Cannon · 11 years ago
  64. b1611e2 Issue #15767: Introduce ModuleNotFoundError, a subclass of ImportError. by Brett Cannon · 11 years ago
  65. de0b962 Remove sys.platform == 'riscos' checks from some Python and test files. #16501 by Christian Heimes · 12 years ago
  66. f01d695 Closes #16135: Removal of OS/2 support by Jesus Cea · 12 years ago
  67. 8ac95ee Fix test_site from modifying sysconfig._CONFIG_VARS. by Brett Cannon · 12 years ago
  68. d531b29 Issue #10881: Fix test_site failure with OS X framework builds. by Ned Deily · 12 years ago
  69. 316f573 Issue #13304: Skip test case if user site-packages disabled (-s or by Ned Deily · 13 years ago
  70. 63ebe1c Fix test_site for systems without unsetenv. Reported by Zsolt Cserna. by Éric Araujo · 14 years ago
  71. ad4ccfd Skip test that does not raise an error on Windows. by R. David Murray · 14 years ago
  72. ab9d8d6 Escape file path before searching for it in output via regex by R. David Murray · 14 years ago
  73. b4ca59b #5258/#10642: print fn, line, traceback and continue when .pth file is broken by R. David Murray · 14 years ago
  74. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  75. fce7fd6 Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding() by Antoine Pitrou · 14 years ago
  76. fc8b205 Correct a couple of assert* methods. Patch by Dave Malcolm. by Ezio Melotti · 14 years ago
  77. bda4672 Ensure that test_site actually passes with a framework build by Ronald Oussoren · 14 years ago
  78. bbb2d49 Merged revisions 81152 via svnmerge from by Brett Cannon · 14 years ago
  79. f3bc258 Issue #8340, test_abs_path() of test_site: encode paths to ASCII with by Victor Stinner · 14 years ago
  80. 28a691b PEP 3147 by Barry Warsaw · 14 years ago
  81. edacea3 Merged revisions 77704,77752 via svnmerge from by Tarek Ziadé · 14 years ago
  82. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  83. 577473f use assert[Not]In where appropriate by Benjamin Peterson · 15 years ago
  84. 9166e6a Merged revisions 76047 via svnmerge from by Antoine Pitrou · 15 years ago
  85. 8c0e217 Merged revisions 75871 via svnmerge from by Tarek Ziadé · 15 years ago
  86. 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
  87. 4a608c0 Merged revisions 74526 via svnmerge from by Tarek Ziadé · 15 years ago
  88. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  89. b525e18 Merged revisions 71984 via svnmerge from by Walter Dörwald · 15 years ago
  90. e549ead Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-70627 via svnmerge from by Benjamin Peterson · 15 years ago
  91. fea6a94 Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,64425-64428 via svnmerge from by Benjamin Peterson · 16 years ago
  92. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  93. 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
  94. 8dc226f Merged revisions 62774-62775,62785,62787-62788 via svnmerge from by Christian Heimes · 16 years ago
  95. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  96. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  97. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  98. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  99. 0b70cca Remove usage of backticks. by Brett Cannon · 18 years ago
  100. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago