summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_site.py
Commit message (Expand)AuthorAgeFilesLines
* #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
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Fix test_site to not call open('...', 'wU'), as that now raises an error.Michael W. Hudson2005-05-271-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-2/+2
* Fixes a bug in testing code handling .pth files that did not restore the orig...Brett Cannon2004-07-131-29/+26
* Restructure testing of .pth files. Move previous functions into a class andBrett Cannon2004-07-101-37/+82
* * Silence a test failure that resulted when test_site was run byRaymond Hettinger2004-06-271-7/+10
* Removed test_sitepackages test. Skip discovered that it only passed if PythonBrett Cannon2004-06-081-8/+0
* Refactored site.py into functions. Also moved over to using sets.Brett Cannon2004-06-051-0/+199