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
*
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
*
Make test_locale pass by removing tests that were designed to handle
Guido van Rossum
2007-10-24
1
-39/+0
*
Patch #1303: Adapt str8 constructor to bytes (now buffer) one.
Georg Brandl
2007-10-24
11
-62/+67
*
Patch #1071: Improve unicode.translate() so that you can pass unicode
Georg Brandl
2007-10-23
1
-1/+3
*
Make str/str8 comparisons return True/False for !=/==.
Brett Cannon
2007-10-22
6
-187/+150
*
Issue 1267, continued.
Guido van Rossum
2007-10-22
1
-0/+17
*
Patch 1267 by Christian Heimes.
Guido van Rossum
2007-10-19
1
-0/+7
*
Patch 1280, by Alexandre Vassalotti.
Guido van Rossum
2007-10-19
4
-11/+15
*
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum
2007-10-16
16
-38/+42
*
For PEP3137: Adds missing methods to the mutable PyBytes object (soon
Gregory P. Smith
2007-10-16
2
-10/+244
*
Make it possible to run this test stand-alone.
Guido van Rossum
2007-10-15
1
-0/+3
*
remove hotshot profiler from Py3k
Fred Drake
2007-10-11
1
-132/+0
*
Two changes that are definitely problem-free and avoid calling print()
Guido van Rossum
2007-10-10
2
-6/+4
*
Don't depend on str8.splitlines() in test_chunkcoding().
Guido van Rossum
2007-10-10
1
-2/+8
*
use a reliable host
Gregory P. Smith
2007-10-09
1
-4/+1
*
Patch #1049 by Thomas Lee.
Guido van Rossum
2007-10-09
1
-5/+7
*
Breaking ground for PEP 3137 implementation:
Guido van Rossum
2007-10-08
9
-130/+20
*
Patch # 1145 by Thomas Lee:
Guido van Rossum
2007-09-27
3
-7/+10
*
Merged revisions 58211-58220 via svnmerge from
Thomas Wouters
2007-09-20
1
-0/+32
*
Merged revisions 58203-58210 via svnmerge from
Thomas Wouters
2007-09-19
1
-0/+9
*
Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from
Thomas Wouters
2007-09-19
160
-2642/+58688
*
Fix for bug 1148: str/bytes issue in httplib's _safe_read().
Guido van Rossum
2007-09-12
1
-1/+1
[next]