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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Another fix for test_shutil. Martin pointed out that it breaks some build bots
Christian Heimes
2007-11-20
1
-1/+3
*
Fixed bug #1470
Christian Heimes
2007-11-20
1
-5/+2
*
Correct test_cvs on Windows, as suggested by Raghuram Devarakonda
Amaury Forgeot d'Arc
2007-11-19
1
-2/+6
*
Issue1395: Universal mode used to duplicate newlines when using read(1).
Amaury Forgeot d'Arc
2007-11-19
1
-8/+120
*
Merged revisions 59041-59055 via svnmerge from
Guido van Rossum
2007-11-19
2
-9/+53
*
Tweak the imports so this script will run stand-alone.
Guido van Rossum
2007-11-19
1
-2/+2
*
Merged revisions 59005-59040 via svnmerge from
Christian Heimes
2007-11-18
3
-0/+176
*
remove now-obsolete test_socket_ssl
Bill Janssen
2007-11-17
2
-249/+0
*
This is roughly socket2.diff from issue 1378, with a few changes applied
Guido van Rossum
2007-11-16
1
-0/+9
*
Correct a failing test when test_import is run after test_coding:
Amaury Forgeot d'Arc
2007-11-16
2
-4/+9
*
Merged revisions 58947-59004 via svnmerge from
Guido van Rossum
2007-11-16
2
-1/+16
*
Correction for issue1134: all source files with a coding spec, except latin-1
Amaury Forgeot d'Arc
2007-11-15
1
-1/+21
*
add the certificate for the Python SVN repository for testing SSL
Bill Janssen
2007-11-15
1
-0/+31
*
get SSL support to work again
Bill Janssen
2007-11-15
1
-146/+171
*
Patch 1144 by David Binger, fix for parser module. With unittest.
Guido van Rossum
2007-11-15
1
-0/+1
*
The peeping and bawling of the builtin speaker is giving my poor cat the creeps.
Christian Heimes
2007-11-15
1
-0/+1
*
Correction for issue1265 (pdb bug with "with" statement).
Amaury Forgeot d'Arc
2007-11-13
1
-2/+47
*
Another fix for #1414
Christian Heimes
2007-11-12
2
-2/+5
*
Fix for refleak tests through regrtest.py -R:: bug #1414
Christian Heimes
2007-11-12
1
-28/+32
*
Patch 1420 by Ron Adam.
Guido van Rossum
2007-11-12
3
-31/+40
*
Minimal change that disables (AFAICT) the interpolation of \u and \U inside
Guido van Rossum
2007-11-12
1
-0/+148
*
Merged revisions 58886-58929 via svnmerge from
Guido van Rossum
2007-11-10
5
-6/+130
*
Fixed bug #1081: file.seek allows float arguments
Christian Heimes
2007-11-08
1
-0/+4
*
Added unit test to verify that #1087 is invalid. os.popen is using subprocess.
Christian Heimes
2007-11-08
1
-0/+9
*
Applied patch #1127 from Quentin Gallet Gilles: No tests for inspect.getfulla...
Christian Heimes
2007-11-08
2
-4/+45
*
Added tests from Raghuram Devarakonda for bug #1395 'py3k: duplicated line en...
Christian Heimes
2007-11-08
1
-1/+69
*
Fixed memoryview constructor. It allowed arbitrary keyword arguments. The bug...
Christian Heimes
2007-11-08
1
-0/+25
*
Reset original sys.stdout, stderr and displayhook even in the case of an error
Christian Heimes
2007-11-07
1
-9/+10
*
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum
2007-11-06
39
-707/+802
*
Merged revisions 58862-58885 via svnmerge from
Guido van Rossum
2007-11-06
1
-5/+159
*
Fixed bug #1384 Windows fix for inspect tests
Christian Heimes
2007-11-06
1
-12/+20
*
Disabled test_sys_path_with_unicode for now
Christian Heimes
2007-11-04
1
-1/+1
*
Patch 1171 by mfenniak -- allow subclassing of bytes.
Guido van Rossum
2007-11-03
1
-2/+81
*
Merged revisions 58742-58816 via svnmerge from
Guido van Rossum
2007-11-02
1
-0/+17
*
Patch 1373 by Adam Hupp.
Guido van Rossum
2007-11-02
1
-56/+20
*
Removed non ASCII text from test as requested by Guido.
Christian Heimes
2007-11-01
1
-4/+5
*
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum
2007-11-01
17
-71/+2380
*
Added unit test for bug http://bugs.python.org/issue1293
Christian Heimes
2007-11-01
1
-1/+11
*
Fixed unit tests for os.environ. Some of the tests didn't test at all because...
Christian Heimes
2007-11-01
2
-8/+48
*
Oh, I missed the output part of the test ...
Christian Heimes
2007-10-31
1
-2/+2
*
Fixed test_dumbdbm
Christian Heimes
2007-10-31
1
-2/+5
*
Fixed gettext module for Windows. The metadata lines always end in \n and not...
Christian Heimes
2007-10-31
1
-0/+1
*
Patch 1329 (partial) by Christian Heimes.
Guido van Rossum
2007-10-30
1
-0/+3
*
Sort the method lists for str8 and bytes so differences are more apparent.
Guido van Rossum
2007-10-26
1
-12/+10
*
Delete test_str.py. There's not much there I care about, and it is confused
Guido van Rossum
2007-10-26
1
-66/+0
*
Patch # 1331 by Christian Heimes.
Guido van Rossum
2007-10-26
5
-14/+19
*
Patch # 1302 by Christian Heimes (with some love from me :-).
Guido van Rossum
2007-10-25
1
-0/+9
*
Patch # 1323 by Amaury Forgeot d'Arc.
Guido van Rossum
2007-10-25
1
-7/+6
*
Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(),
Guido van Rossum
2007-10-25
2
-86/+1
*
Remove a test case which is no longer valid.
Georg Brandl
2007-10-24
1
-1/+1
[next]