| Commit message (Expand) | Author | Age | Files | Lines |
* | 00102-2.7.13-lib64.patch | Fedora Python maintainers | 2020-09-29 | 1 | -4/+7 |
|
|
* | bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) (GH-... | Victor Stinner | 2018-12-05 | 1 | -0/+44 |
|
|
* | bpo-30108: Fix test_site setUpModule() (#1460) | Victor Stinner | 2017-05-04 | 1 | -3/+7 |
|
|
* | bpo-30108: Restore sys.path in test_site (#1197) (#1459) | Victor Stinner | 2017-05-04 | 1 | -8/+21 |
|
|
* | Issue #28440: No longer add /Library/Python/site-packages, the Apple-supplied | Ned Deily | 2016-12-03 | 1 | -12/+1 |
|
|
* | Skip test_site if USER_SITE cannot be created | Victor Stinner | 2016-03-14 | 1 | -2/+7 |
|
|
* | Issue #19572: More silently skipped tests explicitly skipped. | Zachary Ware | 2013-12-10 | 1 | -0/+1 |
|
|
* | Issue #10881: Fix test_site failures with OS X framework builds. | Ned Deily | 2012-02-05 | 1 | -13/+13 |
|
|
* | Issue #13304: Skip test case if user site-packages disabled (-s or | Ned Deily | 2011-10-31 | 1 | -1/+3 |
|
|
* | Merged revisions 87691 via svnmerge from | Éric Araujo | 2011-01-03 | 1 | -2/+6 |
|
|
* | Merged revisions 87508 via svnmerge from | R. David Murray | 2010-12-27 | 1 | -0/+2 |
|
|
* | Merged revisions 87501 via svnmerge from | R. David Murray | 2010-12-27 | 1 | -3/+7 |
|
|
* | Merged revisions 87497 via svnmerge from | R. David Murray | 2010-12-26 | 1 | -0/+48 |
|
|
* | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -9/+9 |
|
|
* | Merged revisions 84134 via svnmerge from | Ezio Melotti | 2010-08-17 | 1 | -2/+2 |
|
|
* | test_site was failing under darwin for non-framework builds because a test was | Brett Cannon | 2010-05-13 | 1 | -1/+2 |
|
|
* | #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 |
|
|