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 #1785: Fix inspect and pydoc with misbehaving descriptors.
Antoine Pitrou
2011-12-21
4
-38/+151
|
\
|
*
Issue #1785: Fix inspect and pydoc with misbehaving descriptors.
Antoine Pitrou
2011-12-21
4
-38/+151
*
|
Fix ssl module compilation if ECDH support was disabled in the OpenSSL build.
Antoine Pitrou
2011-12-21
4
-1/+25
*
|
merge 3.2
Benjamin Peterson
2011-12-20
1
-1/+5
|
\
\
|
|
/
|
*
fix possible if unlikely leak
Benjamin Peterson
2011-12-20
1
-1/+5
*
|
merge 3.2
Benjamin Peterson
2011-12-20
1
-2/+2
|
\
\
|
|
/
|
*
note the blinding speed of these functions
Benjamin Peterson
2011-12-20
1
-2/+2
*
|
Merge
Antoine Pitrou
2011-12-20
1
-11/+8
|
\
\
|
*
\
Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really
Charles-François Natali
2011-12-20
1
-11/+8
|
|
\
\
|
|
|
/
|
|
*
Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't really
Charles-François Natali
2011-12-20
1
-11/+8
*
|
|
Issue #13637: "a2b" functions in the binascii module now accept ASCII-only un...
Antoine Pitrou
2011-12-20
4
-11/+85
|
/
/
*
|
Fix for buggy test
Antoine Pitrou
2011-12-20
1
-0/+1
*
|
Issue #13634: Add support for querying and disabling SSL compression.
Antoine Pitrou
2011-12-20
6
-0/+83
*
|
merge 3.2
Benjamin Peterson
2011-12-19
1
-5/+5
|
\
\
|
|
/
|
*
don't mention implementation detail
Benjamin Peterson
2011-12-19
1
-5/+5
*
|
backout 7876cd49300d: Move PyUnicode_WCHAR_KIND outside PyUnicode_Kind enum
Victor Stinner
2011-12-19
1
-4/+3
*
|
(bug #8684) fix 'fedora without thread buildbot' as per http://bugs.python.or...
Giampaolo Rodola'
2011-12-19
1
-1/+4
*
|
_Py_fopen now allows bytes filenames under non-Windows platforms.
Antoine Pitrou
2011-12-19
1
-2/+2
*
|
Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman
Antoine Pitrou
2011-12-19
6
-1/+76
*
|
Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton.
Antoine Pitrou
2011-12-19
2
-0/+66
|
\
\
|
|
/
|
*
Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton.
Antoine Pitrou
2011-12-19
2
-0/+66
*
|
Issue #13453: Try to increase some socket timeouts to make some buildbots stop
Charles-François Natali
2011-12-19
1
-1/+1
|
\
\
|
|
/
|
*
Issue #13453: Try to increase some socket timeouts to make some buildbots stop
Charles-François Natali
2011-12-19
1
-1/+1
*
|
(Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames in
Victor Stinner
2011-12-19
3
-17/+55
|
\
\
|
|
/
|
*
Issue #13628: python-gdb.py is now able to retrieve more frames in the Python
Victor Stinner
2011-12-19
3
-17/+58
*
|
Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers
Antoine Pitrou
2011-12-19
5
-1/+18
*
|
Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a
Charles-François Natali
2011-12-19
1
-9/+21
|
\
\
|
|
/
|
*
Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a
Charles-François Natali
2011-12-19
1
-9/+21
*
|
#13576: merge with 3.2.
Ezio Melotti
2011-12-19
2
-0/+47
|
\
\
|
|
/
|
*
#13576: add tests about the handling of (possibly broken) condcoms.
Ezio Melotti
2011-12-19
2
-0/+47
*
|
#13387: merge with 3.2.
Ezio Melotti
2011-12-19
1
-2/+1
|
\
\
|
|
/
|
*
#13387: rephrase unclear sentence.
Ezio Melotti
2011-12-19
1
-2/+1
*
|
Merge 3.2
Michael Foord
2011-12-18
3
-4/+14
|
\
\
|
|
/
|
*
Fix inspect.getattr_static to work on modules (again).
Michael Foord
2011-12-18
3
-4/+14
*
|
iobench.py: add more info in the header
Victor Stinner
2011-12-18
1
-4/+15
*
|
(Merge 3.2) Handle correctly _Py_fopen() error: don't replace the exception
Victor Stinner
2011-12-18
2
-12/+26
|
\
\
|
|
/
|
*
Handle correctly _Py_fopen() error: don't replace the exception
Victor Stinner
2011-12-18
1
-3/+5
*
|
import.c now catchs _Py_stat() exceptions
Victor Stinner
2011-12-18
3
-13/+37
*
|
Followup to #7502: add __hash__ method and tests.
Antoine Pitrou
2011-12-18
2
-0/+29
|
\
\
|
|
/
|
*
Followup to #7502: add __hash__ method and tests.
Antoine Pitrou
2011-12-18
2
-0/+30
|
*
Merge
Antoine Pitrou
2011-12-18
3
-12/+23
|
|
\
*
|
\
Merge
Antoine Pitrou
2011-12-18
3
-16/+28
|
\
\
\
|
*
\
\
Merge with 3.2.
Georg Brandl
2011-12-18
1
-3/+3
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Small clarification in docstring of dict.update(): the positional argument is...
Georg Brandl
2011-12-18
1
-3/+3
|
*
|
|
Issue #13617: Document that the result of the conversion of a Unicode object to
Victor Stinner
2011-12-18
2
-13/+25
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #13617: Document that the result of the conversion of a Unicode object to
Victor Stinner
2011-12-18
2
-9/+20
*
|
|
|
Issue #7502: Fix equality comparison for DocTestCase instances.
Antoine Pitrou
2011-12-18
4
-0/+85
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Merge
Antoine Pitrou
2011-12-18
2
-7/+7
|
|
\
\
|
|
|
/
|
*
|
Issue #7502: Fix equality comparison for DocTestCase instances.
Antoine Pitrou
2011-12-18
4
-0/+85
*
|
|
Merge
Antoine Pitrou
2011-12-18
3
-9/+10
|
\
\
\
[next]