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
Commit message (
Expand
)
Author
Age
Files
Lines
*
issue3352: clean up the multiprocessing API to remove many get_/set_ methods ...
Jesse Noller
2008-08-19
15
-87/+81
*
get unparse to at least unparse its self
Benjamin Peterson
2008-08-19
1
-2/+2
*
Fix strange character in the docstring.
Thomas Heller
2008-08-19
1
-1/+1
*
Merged revisions 65853-65854 via svnmerge from
Benjamin Peterson
2008-08-19
2
-4/+8
*
Fix grammar.
Georg Brandl
2008-08-18
2
-3/+3
*
update the threading docs to account for recent changes
Benjamin Peterson
2008-08-18
2
-23/+23
*
add py3k warnings for old threading APIs
Benjamin Peterson
2008-08-18
2
-1/+45
*
#2234 distutils failed with mingw binutils 2.18.50.20080109.
Amaury Forgeot d'Arc
2008-08-18
2
-4/+8
*
fix old API names in test_ssl
Benjamin Peterson
2008-08-18
1
-4/+4
*
patch up multiprocessing until it's API can be changed too
Benjamin Peterson
2008-08-18
4
-11/+17
*
bring back the old API
Benjamin Peterson
2008-08-18
1
-0/+12
*
change a few uses of the threading APIs
Benjamin Peterson
2008-08-18
6
-16/+16
*
backport threading property changes
Benjamin Peterson
2008-08-18
2
-24/+18
*
change threading.getIdent to a property
Benjamin Peterson
2008-08-18
4
-8/+9
*
Backport of r63826.
Eric Smith
2008-08-18
1
-6/+42
*
Fix typo
Nick Coghlan
2008-08-18
1
-1/+1
*
Issue 2235: document PyObject_HashNotImplemented
Nick Coghlan
2008-08-18
3
-0/+21
*
Belated NEWS entry for r65642
Nick Coghlan
2008-08-18
1
-0/+7
*
Restore Python 2.3 compatibility and remove "with" usage.
Marc-André Lemburg
2008-08-18
1
-2/+1
*
add a test for reduce's move
Benjamin Peterson
2008-08-18
1
-0/+6
*
follup to #3473: don't duplicate the reduce code
Benjamin Peterson
2008-08-18
1
-56/+10
*
correct version
Benjamin Peterson
2008-08-18
1
-1/+1
*
Update __all__ for cookielib, csv, os, and urllib2 for objects imported into
Brett Cannon
2008-08-18
6
-6/+11
*
Remove an unneeded import of abc.ABCMeta from 'inspect'.
Brett Cannon
2008-08-18
2
-1/+2
*
Remove two unneeded imports in 'io'.
Brett Cannon
2008-08-18
2
-2/+2
*
Remove imports of 'warnings' that are no longer needed in dummy_thread,
Brett Cannon
2008-08-17
4
-3/+2
*
Fix a refleak in bytearray.split and bytearray.rsplit, detected by
Amaury Forgeot d'Arc
2008-08-17
1
-4/+10
*
set svn:executable on a script
Benjamin Peterson
2008-08-17
1
-0/+0
*
#3580: fix a failure in test_os
Antoine Pitrou
2008-08-17
1
-1/+1
*
get the symtable module back in working order
Benjamin Peterson
2008-08-17
3
-48/+188
*
#3556: test_raiseMemError consumes an insane amount of memory
Antoine Pitrou
2008-08-17
1
-8/+3
*
backport r65723: strengthen test_os.test_closerange
Antoine Pitrou
2008-08-17
1
-3/+21
*
Backport r65661, r65760: Issue #3575: Incremental decoder's decode
Hirokazu Yamamoto
2008-08-17
2
-5/+21
*
fix ZipFile.testzip() to work with very large embedded files
Antoine Pitrou
2008-08-17
1
-1/+6
*
I forgot to update NEWS.
Hirokazu Yamamoto
2008-08-17
1
-0/+3
*
Issue #2222: Fixed reference leak when occured os.rename()
Hirokazu Yamamoto
2008-08-17
1
-28/+26
*
Update distutils so that it triggers no warnings when run under -3.
Brett Cannon
2008-08-17
4
-9/+10
*
Issue 2464. Supports a malformation in the URL received
Facundo Batista
2008-08-17
2
-0/+11
*
uhh PySTEntry->ste_unoptimized has to be exposed too
Benjamin Peterson
2008-08-17
1
-0/+1
*
fix compile errors
Benjamin Peterson
2008-08-17
1
-1/+1
*
a few improvements
Benjamin Peterson
2008-08-17
1
-2/+2
*
expose PySTEntry.nested so the symtable module will work
Benjamin Peterson
2008-08-17
2
-1/+2
*
Make test_ossaudiodev work.
Antoine Pitrou
2008-08-17
1
-2/+2
*
PySTEntry's constructor is static; there's no point in a fancy API name
Benjamin Peterson
2008-08-16
1
-4/+4
*
Review symtable docs.
Georg Brandl
2008-08-16
1
-11/+10
*
include filename and line number in SyntaxError
Benjamin Peterson
2008-08-16
2
-1/+4
*
Silence DeprecationWarning raised by mimetools and rfc822 in cgi.
Brett Cannon
2008-08-16
2
-3/+10
*
Silence the DeprecationWarning raised in httplib when mimetools is imported.
Brett Cannon
2008-08-16
2
-2/+6
*
Silence the DeprecationWarning raised by importing mimetools in BaseHTTPServer.
Brett Cannon
2008-08-16
2
-1/+9
*
add some documentation for symtable
Benjamin Peterson
2008-08-16
2
-0/+189
[next]