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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Branch merge
Éric Araujo
2011-08-30
1
-0/+4
|
\
|
*
Make bdist_* commands respect --skip-build passed to bdist (#10946).
Éric Araujo
2011-08-29
1
-1/+2
|
*
Merge fix for #10946 from 3.2
Éric Araujo
2011-08-29
1
-0/+3
|
|
\
|
|
*
Make bdist_* commands respect --skip-build passed to bdist (#10946)
Éric Araujo
2011-08-29
1
-0/+3
*
|
|
Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in
Antoine Pitrou
2011-08-29
1
-0/+3
|
\
\
\
|
*
|
|
Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in
Antoine Pitrou
2011-08-29
1
-0/+3
*
|
|
|
Issue #11564: Avoid crashes when trying to pickle huge objects or containers
Antoine Pitrou
2011-08-29
1
-0/+3
|
\
\
\
\
|
|
/
/
/
|
|
/
/
|
|
/
/
|
/
|
|
|
*
|
Issue #11564: Avoid crashes when trying to pickle huge objects or containers
Antoine Pitrou
2011-08-29
1
-0/+3
|
|
/
*
|
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
Charles-François Natali
2011-08-28
1
-0/+3
|
\
\
|
|
/
|
*
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
Charles-François Natali
2011-08-28
1
-0/+3
*
|
Merge: #12839: Fix crash in zlib module due to version mismatch.
Nadeem Vawda
2011-08-28
2
-0/+4
|
\
\
|
|
/
|
*
Issue #12839: Fix crash in zlib module due to version mismatch.
Nadeem Vawda
2011-08-28
2
-0/+4
|
*
Merge
Antoine Pitrou
2011-08-23
1
-0/+6
|
|
\
|
|
*
Issue #12821: Fix test_fcntl failures on OpenBSD 5.
Charles-François Natali
2011-08-23
1
-0/+6
*
|
|
Fix #9923: mailcap now uses the OS path separator for the MAILCAP envvar. Not...
Nick Coghlan
2011-08-27
1
-0/+3
*
|
|
Fix #12835: prevent use of the unencrypted sendmsg/recvmsg APIs on SSL wrappe...
Nick Coghlan
2011-08-27
1
-0/+4
*
|
|
Issue #12803: SSLContext.load_cert_chain() now accepts a password argument
Antoine Pitrou
2011-08-25
2
-0/+4
*
|
|
Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore.
Charles-François Natali
2011-08-24
1
-0/+2
*
|
|
Issue12810: Remove check for negative unsigned value in socketmodule.c. Patch
Charles-François Natali
2011-08-24
1
-0/+1
*
|
|
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
Antoine Pitrou
2011-08-23
1
-0/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
Antoine Pitrou
2011-08-23
1
-0/+3
|
|
/
*
|
Close #12826: fix socketmodule.c for OpenBSD, include sys/uio.h
Victor Stinner
2011-08-23
1
-0/+1
*
|
#12191: add shutil.chown() to change user and/or group owner of a given path ...
Sandro Tosi
2011-08-22
1
-0/+3
*
|
#9200: merge with 3.2.
Ezio Melotti
2011-08-22
1
-0/+3
|
\
\
|
|
/
|
*
#9200: The str.is* methods now work with strings that contain non-BMP charact...
Ezio Melotti
2011-08-22
1
-0/+3
|
*
Issue #12678: Fix distutils sdist test on Windows.
Nadeem Vawda
2011-08-21
1
-0/+1
*
|
#10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE, Py_UNI...
Ezio Melotti
2011-08-22
1
-0/+4
*
|
Credit patch authors in NEWS for #6560
Nick Coghlan
2011-08-22
1
-1/+1
*
|
Fix #12811 by closing files promptly in tabnanny.check. Patch by Anthony Briggs.
Nick Coghlan
2011-08-22
2
-0/+4
*
|
Add unit tests for the mailcap module. Patch by Gregory Nofi (closes #6484)
Nick Coghlan
2011-08-22
1
-0/+2
*
|
Add support for the send/recvmsg API to the socket module. Patch by David Wat...
Nick Coghlan
2011-08-22
1
-0/+4
*
|
Close #12326: sys.platform is now always 'linux' on Linux
Victor Stinner
2011-08-20
1
-0/+4
*
|
Issue #12213: Fix a buffering bug with interleaved reads and writes that
Antoine Pitrou
2011-08-20
1
-0/+3
|
\
\
|
|
/
|
*
Issue #12213: Fix a buffering bug with interleaved reads and writes that
Antoine Pitrou
2011-08-20
1
-0/+3
*
|
Issue #12791: Break reference cycles early when a generator exits with an exc...
Antoine Pitrou
2011-08-20
1
-0/+3
|
\
\
|
|
/
|
*
Issue #12791: Break reference cycles early when a generator exits with an exc...
Antoine Pitrou
2011-08-20
1
-0/+3
|
*
Issue #12326: sys.platform is now always 'linux2' on Linux
Victor Stinner
2011-08-20
1
-0/+3
*
|
Issue #12778: Reduce memory consumption when JSON-encoding a large container ...
Antoine Pitrou
2011-08-19
1
-0/+3
*
|
Issue #12650: Fix a race condition where a subprocess.Popen could leak
Charles-François Natali
2011-08-18
1
-0/+3
|
\
\
|
|
/
|
*
Issue #12650: Fix a race condition where a subprocess.Popen could leak
Charles-François Natali
2011-08-18
1
-0/+5
*
|
change word
Benjamin Peterson
2011-08-17
1
-1/+1
*
|
make __doc__ mutable on heaptypes (closes #12773)
Benjamin Peterson
2011-08-17
1
-0/+2
*
|
complain when a class variable shadows a name in __slots__ (closes #12766)
Benjamin Peterson
2011-08-16
1
-0/+3
*
|
#12266: merge with 3.2.
Ezio Melotti
2011-08-15
1
-0/+3
|
\
\
|
|
/
|
*
#12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and ...
Ezio Melotti
2011-08-15
1
-0/+12
*
|
Issue #12744: Fix inefficient representation of integers
Antoine Pitrou
2011-08-13
1
-0/+3
*
|
Issue #12646: Add an 'eof' attribute to zlib.Decompress.
Nadeem Vawda
2011-08-13
1
-0/+3
*
|
Merge with 3.2.
Georg Brandl
2011-08-13
1
-0/+3
|
\
\
|
|
/
|
*
Fix #11513: wrong exception handling for the case that GzipFile itself raises...
Georg Brandl
2011-08-13
1
-0/+3
*
|
merge 3.2 (#12732)
Benjamin Peterson
2011-08-13
1
-0/+3
|
\
\
|
|
/
[next]