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
*
#7092: Silence more py3k warnings. Patch by Florent Xicluna.
Ezio Melotti
2010-02-03
1
-2/+2
*
use assert[Not]In where appropriate
Ezio Melotti
2010-01-23
1
-6/+6
*
taking sysconfig out of distutils
Tarek Ziadé
2010-01-23
1
-0/+8
*
Reverting the Revision: 77368. I committed Flox's big patch for tests by
Senthil Kumaran
2010-01-08
1
-2/+2
*
Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. ...
Senthil Kumaran
2010-01-08
1
-2/+2
*
Fix and improve some assertions in test_site
Antoine Pitrou
2009-11-01
1
-8/+9
*
Issue #7218: Fix test_site for win32
Tarek Ziadé
2009-10-27
1
-1/+1
*
Don't replace sys.path in test_site
Nick Coghlan
2009-10-17
1
-2/+2
*
#6693: New functions in site.py to get user/global site packages paths.
Tarek Ziadé
2009-08-20
1
-0/+60
*
convert usage of fail* to assert*
Benjamin Peterson
2009-06-30
1
-16/+16
*
Use test.test_support.EnvironmentVarGuard where tests change environment vars.
Walter Dörwald
2009-04-26
1
-1/+1
*
fix incorrect auto-translation of TestSkipped -> unittest.SkipTest
Benjamin Peterson
2009-03-26
1
-2/+2
*
remove test_support.TestSkipped and just use unittest.SkipTest
Benjamin Peterson
2009-03-26
1
-2/+2
*
Expand upon test_site.test_s_option to try to debug its failure.
Brett Cannon
2009-02-24
1
-1/+2
*
Revert debugging statements, culprit is possibly test_distutils (see #5316)
Antoine Pitrou
2009-02-22
1
-2/+1
*
Try to make sense of the test_site buildbot failures
Antoine Pitrou
2009-02-22
1
-1/+2
*
In test_site, correctly escape backslashes in path names.
Amaury Forgeot d'Arc
2008-06-19
1
-3/+3
*
Fix "refleak" by restoring the tearDown method removed by accident (AFAICT)
Neal Norwitz
2008-05-14
1
-6/+1
*
Implemented PEP 370
Christian Heimes
2008-05-06
1
-1/+34
*
Patch #2167 from calvin: Remove unused imports
Christian Heimes
2008-02-23
1
-2/+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