summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Issue #1785: Fix inspect and pydoc with misbehaving descriptors.Antoine Pitrou2011-12-214-38/+151
|\
| * Issue #1785: Fix inspect and pydoc with misbehaving descriptors.Antoine Pitrou2011-12-214-38/+151
* | Fix ssl module compilation if ECDH support was disabled in the OpenSSL build.Antoine Pitrou2011-12-214-1/+25
* | merge 3.2Benjamin Peterson2011-12-201-1/+5
|\ \ | |/
| * fix possible if unlikely leakBenjamin Peterson2011-12-201-1/+5
* | merge 3.2Benjamin Peterson2011-12-201-2/+2
|\ \ | |/
| * note the blinding speed of these functionsBenjamin Peterson2011-12-201-2/+2
* | MergeAntoine Pitrou2011-12-201-11/+8
|\ \
| * \ Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't reallyCharles-François Natali2011-12-201-11/+8
| |\ \ | | |/
| | * Followup to issue #11867: Use socketpair(), since FreeBSD < 8 doesn't reallyCharles-François Natali2011-12-201-11/+8
* | | Issue #13637: "a2b" functions in the binascii module now accept ASCII-only un...Antoine Pitrou2011-12-204-11/+85
|/ /
* | Fix for buggy testAntoine Pitrou2011-12-201-0/+1
* | Issue #13634: Add support for querying and disabling SSL compression.Antoine Pitrou2011-12-206-0/+83
* | merge 3.2Benjamin Peterson2011-12-191-5/+5
|\ \ | |/
| * don't mention implementation detailBenjamin Peterson2011-12-191-5/+5
* | backout 7876cd49300d: Move PyUnicode_WCHAR_KIND outside PyUnicode_Kind enumVictor Stinner2011-12-191-4/+3
* | (bug #8684) fix 'fedora without thread buildbot' as per http://bugs.python.or...Giampaolo Rodola'2011-12-191-1/+4
* | _Py_fopen now allows bytes filenames under non-Windows platforms.Antoine Pitrou2011-12-191-2/+2
* | Issue #13627: Add support for SSL Elliptic Curve-based Diffie-HellmanAntoine Pitrou2011-12-196-1/+76
* | Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton.Antoine Pitrou2011-12-192-0/+66
|\ \ | |/
| * Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton.Antoine Pitrou2011-12-192-0/+66
* | Issue #13453: Try to increase some socket timeouts to make some buildbots stopCharles-François Natali2011-12-191-1/+1
|\ \ | |/
| * Issue #13453: Try to increase some socket timeouts to make some buildbots stopCharles-François Natali2011-12-191-1/+1
* | (Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames inVictor Stinner2011-12-193-17/+55
|\ \ | |/
| * Issue #13628: python-gdb.py is now able to retrieve more frames in the PythonVictor Stinner2011-12-193-17/+58
* | Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL serversAntoine Pitrou2011-12-195-1/+18
* | Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix aCharles-François Natali2011-12-191-9/+21
|\ \ | |/
| * Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix aCharles-François Natali2011-12-191-9/+21
* | #13576: merge with 3.2.Ezio Melotti2011-12-192-0/+47
|\ \ | |/
| * #13576: add tests about the handling of (possibly broken) condcoms.Ezio Melotti2011-12-192-0/+47
* | #13387: merge with 3.2.Ezio Melotti2011-12-191-2/+1
|\ \ | |/
| * #13387: rephrase unclear sentence.Ezio Melotti2011-12-191-2/+1
* | Merge 3.2Michael Foord2011-12-183-4/+14
|\ \ | |/
| * Fix inspect.getattr_static to work on modules (again).Michael Foord2011-12-183-4/+14
* | iobench.py: add more info in the headerVictor Stinner2011-12-181-4/+15
* | (Merge 3.2) Handle correctly _Py_fopen() error: don't replace the exceptionVictor Stinner2011-12-182-12/+26
|\ \ | |/
| * Handle correctly _Py_fopen() error: don't replace the exceptionVictor Stinner2011-12-181-3/+5
* | import.c now catchs _Py_stat() exceptionsVictor Stinner2011-12-183-13/+37
* | Followup to #7502: add __hash__ method and tests.Antoine Pitrou2011-12-182-0/+29
|\ \ | |/
| * Followup to #7502: add __hash__ method and tests.Antoine Pitrou2011-12-182-0/+30
| * MergeAntoine Pitrou2011-12-183-12/+23
| |\
* | \ MergeAntoine Pitrou2011-12-183-16/+28
|\ \ \
| * \ \ Merge with 3.2.Georg Brandl2011-12-181-3/+3
| |\ \ \ | | | |/ | | |/|
| | * | Small clarification in docstring of dict.update(): the positional argument is...Georg Brandl2011-12-181-3/+3
| * | | Issue #13617: Document that the result of the conversion of a Unicode object toVictor Stinner2011-12-182-13/+25
| |\ \ \ | | |/ /
| | * | Issue #13617: Document that the result of the conversion of a Unicode object toVictor Stinner2011-12-182-9/+20
* | | | Issue #7502: Fix equality comparison for DocTestCase instances.Antoine Pitrou2011-12-184-0/+85
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | MergeAntoine Pitrou2011-12-182-7/+7
| |\ \ | | |/
| * | Issue #7502: Fix equality comparison for DocTestCase instances.Antoine Pitrou2011-12-184-0/+85
* | | MergeAntoine Pitrou2011-12-183-9/+10
|\ \ \