summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_site.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #19275: Fix test_site failure on OS X due to typo.Ned Deily2013-10-171-1/+1
* Issue #19275: Fix test_site on AMD64 Snow LeopardChristian Heimes2013-10-171-2/+3
* Issue #19218: Rename collections.abc to _collections_abc in order to speed up...Christian Heimes2013-10-131-0/+5
* Issue #19205: _osx_support uses the re module all over the place. Omit the te...Christian Heimes2013-10-121-1/+3
* Issue #19205: add debugging output for failing test on Snow LeopardChristian Heimes2013-10-121-7/+12
* Issue #19209: Remove import of copyreg from the os module to speed upChristian Heimes2013-10-111-1/+4
* Also test that the locale module isn't loaded during normal startupChristian Heimes2013-10-111-0/+2
* Issue #19205: Don't import the 're' module in site and sysconfig module toChristian Heimes2013-10-111-0/+15
* Merge #18206: Fix test for existence of license URL.R David Murray2013-09-141-20/+14
|\
| * #18206: Fix test for existence of license URL.R David Murray2013-09-141-23/+15
* | merge from 3.3Senthil Kumaran2013-09-071-1/+25
|\ \ | |/
| * Fix License URL display and add test to check for license url presence.Senthil Kumaran2013-09-071-2/+26
* | Issue #15767: back out 8a0ed9f63c6e, finishing the removal ofBrett Cannon2013-07-041-1/+1
* | Update various test modules to use unittest.main() for test discoveryBrett Cannon2013-06-131-3/+1
* | Issue #15767: Introduce ModuleNotFoundError, a subclass ofBrett Cannon2013-06-121-1/+1
* | Remove sys.platform == 'riscos' checks from some Python and test files. #16501Christian Heimes2012-11-181-5/+1
* | Closes #16135: Removal of OS/2 supportJesus Cea2012-10-051-1/+1
|/
* Fix test_site from modifying sysconfig._CONFIG_VARS.Brett Cannon2012-04-041-1/+4
* Issue #10881: Fix test_site failure with OS X framework builds.Ned Deily2012-02-051-10/+13
* Issue #13304: Skip test case if user site-packages disabled (-s orNed Deily2011-10-311-1/+3
* Fix test_site for systems without unsetenv. Reported by Zsolt Cserna.Éric Araujo2011-01-031-2/+6
* Skip test that does not raise an error on Windows.R. David Murray2010-12-271-0/+2
* Escape file path before searching for it in output via regexR. David Murray2010-12-271-3/+7
* #5258/#10642: print fn, line, traceback and continue when .pth file is brokenR. David Murray2010-12-261-0/+48
* #9424: Replace deprecated assert* methods in the Python test suite.Ezio Melotti2010-11-201-8/+8
* Issue #9549: sys.setdefaultencoding() and PyUnicode_SetDefaultEncoding()Antoine Pitrou2010-09-011-8/+0
* Correct a couple of assert* methods. Patch by Dave Malcolm.Ezio Melotti2010-08-171-2/+2
* Ensure that test_site actually passes with a framework buildRonald Oussoren2010-08-011-5/+2
* Merged revisions 81152 via svnmerge fromBrett Cannon2010-05-141-1/+2
* Issue #8340, test_abs_path() of test_site: encode paths to ASCII withVictor Stinner2010-04-181-7/+12
* PEP 3147Barry Warsaw2010-04-171-13/+32
* Merged revisions 77704,77752 via svnmerge fromTarek Ziadé2010-01-291-0/+8
* use assert[Not]In where appropriateEzio Melotti2010-01-231-5/+5
* use assert[Not]In where appropriateBenjamin Peterson2010-01-191-1/+1
* Merged revisions 76047 via svnmerge fromAntoine Pitrou2009-11-011-8/+9
* Merged revisions 75871 via svnmerge fromTarek Ziadé2009-10-271-1/+1
* Note that a number of the changes listed below were not applicable to the Py3...Nick Coghlan2009-10-181-2/+2
* Merged revisions 74526 via svnmerge fromTarek Ziadé2009-08-201-0/+60
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-16/+16
* Merged revisions 71984 via svnmerge fromWalter Dörwald2009-04-261-1/+1
* Merged revisions 70554,70588-70589,70598,70605,70611-70621,70623-70624,70626-...Benjamin Peterson2009-03-281-2/+2
* Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,...Benjamin Peterson2008-07-021-3/+3
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-1/+1
* Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,...Alexandre Vassalotti2008-05-161-6/+1
* Merged revisions 62774-62775,62785,62787-62788 via svnmerge fromChristian Heimes2008-05-061-1/+34
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-2/+1
* #1535: rename __builtin__ module to builtins.Georg Brandl2007-12-021-10/+10
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-5/+5
* Remove usage of backticks.Brett Cannon2006-08-251-1/+1