index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_site.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
Guido van Rossum
2007-02-11
1
-1/+1
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-5/+5
*
Remove usage of backticks.
Brett Cannon
2006-08-25
1
-1/+1
*
Get rid of dict.has_key(). Boy this has a lot of repercussions!
Guido van Rossum
2006-08-18
1
-1/+1
*
Fix test_site to not call open('...', 'wU'), as that now raises an error.
Michael W. Hudson
2005-05-27
1
-1/+1
*
Whitespace normalization, via reindent.py.
Tim Peters
2004-07-18
1
-2/+2
*
Fixes a bug in testing code handling .pth files that did not restore the orig...
Brett Cannon
2004-07-13
1
-29/+26
*
Restructure testing of .pth files. Move previous functions into a class and
Brett Cannon
2004-07-10
1
-37/+82
*
* Silence a test failure that resulted when test_site was run by
Raymond Hettinger
2004-06-27
1
-7/+10
*
Removed test_sitepackages test. Skip discovered that it only passed if Python
Brett Cannon
2004-06-08
1
-8/+0
*
Refactored site.py into functions. Also moved over to using sets.
Brett Cannon
2004-06-05
1
-0/+199