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