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
*
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
Charles-François Natali
2011-08-28
6
-19/+21
|
\
|
*
Issue #12287: Fix a stack corruption in ossaudiodev module when the FD is
Charles-François Natali
2011-08-28
6
-19/+21
*
|
Merge: #12839: Fix crash in zlib module due to version mismatch.
Nadeem Vawda
2011-08-28
3
-1/+11
|
\
\
|
|
/
|
*
Issue #12839: Fix crash in zlib module due to version mismatch.
Nadeem Vawda
2011-08-28
3
-1/+11
*
|
Make tests faster by reaping threads only at the end
Antoine Pitrou
2011-08-27
1
-4/+1
|
\
\
|
|
/
|
*
Make tests faster by reaping threads only at the end
Antoine Pitrou
2011-08-27
1
-4/+1
*
|
Provide a better diagnosis on socket errors
Antoine Pitrou
2011-08-27
1
-2/+4
|
\
\
|
|
/
|
*
Provide a better diagnosis on socket errors
Antoine Pitrou
2011-08-27
1
-2/+4
*
|
Add pattern to .hgignore in order to mask PC/generrmap.exe
Antoine Pitrou
2011-08-27
1
-0/+1
|
\
\
|
|
/
|
*
Add pattern to .hgignore in order to mask PC/generrmap.exe
Antoine Pitrou
2011-08-27
1
-0/+1
*
|
Fix #9923: mailcap now uses the OS path separator for the MAILCAP envvar. Not...
Nick Coghlan
2011-08-27
2
-3/+6
*
|
Fix #12835: prevent use of the unencrypted sendmsg/recvmsg APIs on SSL wrappe...
Nick Coghlan
2011-08-27
3
-0/+26
*
|
Merge: Make regrtest complain when -M and -j are used together.
Nadeem Vawda
2011-08-27
1
-0/+2
|
\
\
|
|
/
|
*
Make regrtest complain when -M and -j are used together.
Nadeem Vawda
2011-08-27
1
-0/+2
*
|
Merge from 3.2 (change already committed in py3k)
Éric Araujo
2011-08-26
0
-0/+0
|
\
\
|
|
/
|
*
Remove outdated pointer to optparse (fixes #11360).
Éric Araujo
2011-08-26
1
-3/+0
*
|
Merge 3.2
Éric Araujo
2011-08-26
0
-0/+0
|
\
\
|
|
/
|
*
Branch merge
Éric Araujo
2011-08-26
1
-0/+4
|
|
\
*
|
\
Branch merge
Éric Araujo
2011-08-26
6
-69/+82
|
\
\
\
|
*
|
|
Synchronize packaging docs with distutils’ (includes fix for #9302)
Éric Araujo
2011-08-25
3
-33/+42
|
*
|
|
Merge from 3.2 (#9302 fix and other changes)
Éric Araujo
2011-08-25
3
-33/+38
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Document the "optional" argument of distutils’ Extension class
Éric Araujo
2011-08-25
1
-0/+5
|
|
*
|
Fix type information in distutils API reference (#9302).
Éric Araujo
2011-08-25
2
-28/+29
|
|
*
|
Make the list of docs contributors sorted again
Éric Araujo
2011-08-25
1
-2/+2
|
|
*
|
Turn two ifs into one in the code I commited a few days ago
Éric Araujo
2011-08-25
1
-3/+2
|
*
|
|
Minor code simplification
Éric Araujo
2011-08-25
1
-3/+2
*
|
|
|
Issue #12333: fix test_distutils failures under Solaris and derivatives
Antoine Pitrou
2011-08-25
1
-0/+4
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Issue #12333: fix test_distutils failures under Solaris and derivatives
Antoine Pitrou
2011-08-25
1
-0/+4
|
|
/
*
|
Another (hopefully last) fix for test_packaging on Windws (#12678)
Éric Araujo
2011-08-25
1
-3/+13
*
|
Followup to cdc6c1b072a5: I forgot to "hg add" the test files
Antoine Pitrou
2011-08-25
2
-0/+51
*
|
Issue #12803: SSLContext.load_cert_chain() now accepts a password argument
Antoine Pitrou
2011-08-25
5
-22/+227
*
|
Merge 3.2.
Georg Brandl
2011-08-25
1
-1/+1
|
\
\
|
|
/
|
*
Close #12838: fix range() call.
Georg Brandl
2011-08-25
1
-1/+1
*
|
Issue #12656: Really fix test_asyncore failures on Windows buildbots...
Charles-François Natali
2011-08-24
1
-1/+2
*
|
Issue #12656: Fix test_asyncore failures on Windows buildbots.
Charles-François Natali
2011-08-24
1
-5/+7
*
|
Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore.
Charles-François Natali
2011-08-24
2
-46/+87
*
|
sock_sendmsg/sock_recvmsg: Use {0} to 0-initialize aggregate types with
Charles-François Natali
2011-08-24
1
-7/+2
*
|
Issue12810: Remove check for negative unsigned value in socketmodule.c. Patch
Charles-François Natali
2011-08-24
2
-1/+2
*
|
Fix test_packaging on Windows (#12678).
Éric Araujo
2011-08-24
2
-4/+16
*
|
Merge distutils bug fix from 3.2
Éric Araujo
2011-08-23
3
-23/+30
|
\
\
|
|
/
|
*
Fix distutils tests on Windows (#12678).
Éric Araujo
2011-08-23
3
-23/+30
|
*
Merge
Antoine Pitrou
2011-08-23
2
-6/+8
|
|
\
*
|
\
Branch merge
Éric Araujo
2011-08-23
2
-19/+18
|
\
\
\
|
*
|
|
Try to fix packaging tests using build_ext on Windows (#12678)
Éric Araujo
2011-08-23
2
-19/+18
*
|
|
|
Merge
Antoine Pitrou
2011-08-23
4
-4/+86
|
\
\
\
\
|
*
\
\
\
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
Antoine Pitrou
2011-08-23
4
-4/+86
|
|
\
\
\
\
|
|
|
|
/
/
|
|
|
/
|
|
|
|
*
|
|
Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe.
Antoine Pitrou
2011-08-23
3
-3/+86
|
|
*
|
|
A warning doesn't equate a failed test
Antoine Pitrou
2011-08-23
1
-1/+0
*
|
|
|
|
Null merge.
Charles-François Natali
2011-08-23
0
-0/+0
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
/
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Issue #12821: Fix test_fcntl failures on OpenBSD 5.
Charles-François Natali
2011-08-23
2
-6/+8
|
|
/
/
[next]