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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merged revisions 58939-58946 via svnmerge from
Christian Heimes
2007-11-12
1
-1/+1
*
Merged revisions 58930-58938 via svnmerge from
Christian Heimes
2007-11-12
2
-11/+39
*
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
*
seek() has to accept any int-like number
Christian Heimes
2007-11-09
1
-2/+4
*
Fixed bug #1081: file.seek allows float arguments
Christian Heimes
2007-11-08
2
-0/+6
*
Fixed #1403 where compileall and py_compile choked on an encoding header in a...
Christian Heimes
2007-11-08
2
-1/+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
77
-880/+984
*
Merged revisions 58862-58885 via svnmerge from
Guido van Rossum
2007-11-06
2
-7/+177
*
Fixed bug #1384 Windows fix for inspect tests
Christian Heimes
2007-11-06
1
-12/+20
*
Merged revisions 58817-58861 via svnmerge from
Guido van Rossum
2007-11-05
2
-6/+37
*
Disabled test_sys_path_with_unicode for now
Christian Heimes
2007-11-04
2
-5/+4
*
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
5
-23/+44
*
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
*
Fixes issue1371 and reenables those tests.
Gregory P. Smith
2007-11-01
2
-20/+38
*
Merged revisions 58221-58741 via svnmerge from
Guido van Rossum
2007-11-01
46
-470/+4072
*
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
2
-1/+2
*
make sure to write bytes instead of strings to underlying socket channel
Bill Janssen
2007-10-30
1
-6/+6
*
remove ord() calls on what are now integers rather than characters
Bill Janssen
2007-10-30
1
-7/+7
*
Fix typo.
Georg Brandl
2007-10-30
1
-1/+1
*
Patch 1329 (partial) by Christian Heimes.
Guido van Rossum
2007-10-30
3
-10/+20
*
Patch 1341 by Amaury Forgeot d'Arc.
Guido van Rossum
2007-10-29
1
-3/+5
*
fix typo
Fred Drake
2007-10-29
1
-1/+1
*
Issue 1340 by Amaury Forgeot d'Arc (with help from Christian Heimes,
Guido van Rossum
2007-10-29
1
-1/+4
*
URLError now takes only a single parameter. This was causing
Neal Norwitz
2007-10-27
1
-2/+2
*
Get a bunch of tests working on Mac OS. I suspect that a bunch of the
Neal Norwitz
2007-10-27
1
-1/+1
*
Get test_email to pass. There is a problem reading the data file and
Neal Norwitz
2007-10-27
1
-1/+1
*
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 1335 by Christian Heimes.
Guido van Rossum
2007-10-26
1
-2/+0
*
Patch 1330 by Christian Heimes (with some TLC applied by myself).
Guido van Rossum
2007-10-26
1
-14/+4
*
Patch # 1331 by Christian Heimes.
Guido van Rossum
2007-10-26
7
-15/+25
*
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
2
-9/+23
*
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
*
A 'PyObject *' parameter in PyErr_Format must use %S parameter, not %s.
Thomas Heller
2007-10-24
1
-0/+18
*
Patch #1303: Adapt str8 constructor to bytes (now buffer) one.
Georg Brandl
2007-10-24
14
-70/+75
[prev]
[next]