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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged in py3k-buffer branch to main line. All objects now use the buffer pr...
Travis E. Oliphant
2007-08-18
4
-135/+138
*
Fix refcount leak, courtesy Christian Heines.
Guido van Rossum
2007-08-17
1
-2/+3
*
Remove support for BeOS
Skip Montanaro
2007-08-17
5
-62/+6
*
Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le and
Walter Dörwald
2007-08-16
1
-0/+204
*
Get rid of some dead code and unneeded XXX comments by Neal.
Guido van Rossum
2007-08-16
1
-6/+1
*
Remove RISCOS support
Skip Montanaro
2007-08-16
9
-145/+3
*
Remove a bogus comment based on the code above.
Neal Norwitz
2007-08-16
1
-2/+0
*
Down with str8!
Guido van Rossum
2007-08-15
1
-18/+19
*
The dbm module should use bytes for keys. This makes test_shelve pass.
Guido van Rossum
2007-08-14
1
-5/+5
*
Don't mess with string.letters any more. It is most likely going to disappear.
Guido van Rossum
2007-08-13
1
-62/+0
*
Create Unicode objects.
Martin v. Löwis
2007-08-13
1
-69/+20
*
Use Tcl_SetObjResult instead of Tcl_SetResult.
Martin v. Löwis
2007-08-13
1
-12/+5
*
Cleanup a little.
Neal Norwitz
2007-08-12
1
-31/+34
*
Fix memory leak in an error condition
Neal Norwitz
2007-08-12
1
-1/+4
*
Fix memory leak
Neal Norwitz
2007-08-12
1
-1/+2
*
PyErr_Warn is deprecated in 2.5 - goes away for 3.0
Skip Montanaro
2007-08-12
4
-13/+21
*
Fix the refleak in strftime when converting a %Z with a user defined tzinfo.
Neal Norwitz
2007-08-12
1
-32/+39
*
Change module to produce and consume bytes.
Martin v. Löwis
2007-08-11
1
-13/+8
*
Fix automatic replacing mistake.
Georg Brandl
2007-08-11
1
-1/+1
*
A few sqlite files were still using RO instead of READONLY.
Guido van Rossum
2007-08-11
2
-15/+15
*
Fix reference leak.
Martin v. Löwis
2007-08-11
1
-0/+1
*
Set sys.stdout.encoding properly.
Martin v. Löwis
2007-08-11
2
-2/+45
*
Remove support for __members__ and __methods__. There still might be
Neal Norwitz
2007-08-11
1
-28/+46
*
Fix refleaks
Neal Norwitz
2007-08-11
1
-0/+4
*
Fix refcount bug in make_Zreplacement().
Guido van Rossum
2007-08-10
1
-0/+1
*
Fix a bit of code that wasn't converted properly, causing a segfault.
Guido van Rossum
2007-08-10
1
-4/+1
*
Make the sqlite tests pass.
Gerhard Häring
2007-08-10
4
-17/+14
*
Fix some logic in PythonCmd() -- if the AsString() call failed, we'd
Guido van Rossum
2007-08-09
1
-1/+3
*
Fix two bugs in socket_getaddr():
Guido van Rossum
2007-08-09
1
-4/+3
*
Merged revisions 56782-56847 via svnmerge from
Guido van Rossum
2007-08-09
1
-2/+5
*
Fix most of the bsddb3 tests.
Martin v. Löwis
2007-08-08
1
-18/+18
*
Fix the ctypes tests. Patch from Victor Stinner. He writes:
Thomas Heller
2007-08-08
1
-1/+1
*
SF patch # 1769767, get test_xml_etree_c working. More conversions are proba...
Neal Norwitz
2007-08-08
1
-42/+12
*
Py_ssize_t requires "n" format, this fixes most of the 64-bit only failures.
Neal Norwitz
2007-08-08
1
-1/+1
*
Fix a type error in a previous patch I made to this module.
Guido van Rossum
2007-08-08
1
-1/+1
*
Fix the last remaining test_csv failure.
Guido van Rossum
2007-08-07
1
-1/+7
*
BZ2File.read(0) should return b"" rather than raising ValueError.
Guido van Rossum
2007-08-07
1
-1/+1
*
Kill remaining tp_print definitions.
Guido van Rossum
2007-08-07
2
-64/+3
*
Quick fixes for assert failures in dbm wrapper code.
Guido van Rossum
2007-08-07
1
-4/+2
*
Merged revisions 56753-56781 via svnmerge from
Guido van Rossum
2007-08-06
2
-16/+12
*
missing docstrings
Skip Montanaro
2007-08-06
1
-5/+23
*
One char->Py_UNICODE change missed in r56777 - according to Adam Hupp this is...
Skip Montanaro
2007-08-06
1
-2/+2
*
SF patch# 1767398 by Adam Hupp.
Guido van Rossum
2007-08-06
1
-57/+63
*
Make bsddb use bytes as keys and values. Add StringKeys
Martin v. Löwis
2007-08-05
1
-35/+30
*
Merged revisions 56492-56752 via svnmerge from
Guido van Rossum
2007-08-05
6
-980/+5
*
Change read() on SSL socket to return bytes.
Jeremy Hylton
2007-08-04
1
-4/+7
*
Get rid of a bogus assert when recv_into() is called with a zero-length
Guido van Rossum
2007-08-03
1
-1/+4
*
SF patch# 1766592 by Paul Colomiets.
Guido van Rossum
2007-08-03
1
-11/+20
*
Revert previous checkin.
Martin v. Löwis
2007-07-28
1
-7/+7
*
Return bytes, not str8.
Martin v. Löwis
2007-07-28
1
-7/+7
[next]