52638 Commits (3563b18c19c37902ecbc6ab28c92b3674a3eed32)
 

Author SHA1 Message Date
Benjamin Peterson 3563b18c19 merge 3.2 15 years ago
Benjamin Peterson 1c92cfea4a don't mention implementation detail 15 years ago
Victor Stinner 52e2cc8604 backout 7876cd49300d: Move PyUnicode_WCHAR_KIND outside PyUnicode_Kind enum 15 years ago
Giampaolo Rodola' 2fa22818bd (bug #8684) fix 'fedora without thread buildbot' as per http://bugs.python.org/issue8684 15 years ago
Antoine Pitrou 2b1cc89572 _Py_fopen now allows bytes filenames under non-Windows platforms. 15 years ago
Antoine Pitrou 923df6f22a Issue #13627: Add support for SSL Elliptic Curve-based Diffie-Hellman 15 years ago
Antoine Pitrou d1301953fe Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. 15 years ago
Antoine Pitrou 7ded21e917 Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton. 15 years ago
Charles-François Natali b01c32dab4 Issue #13453: Try to increase some socket timeouts to make some buildbots stop 15 years ago
Charles-François Natali 4ce2f36461 Issue #13453: Try to increase some socket timeouts to make some buildbots stop 15 years ago
Victor Stinner d974393419 (Merge 3.2) Issue #13628: python-gdb.py is now able to retrieve more frames in 15 years ago
Victor Stinner d208416a40 Issue #13628: python-gdb.py is now able to retrieve more frames in the Python 15 years ago
Antoine Pitrou 6db4944cc5 Issue #13635: Add ssl.OP_CIPHER_SERVER_PREFERENCE, so that SSL servers 15 years ago
Charles-François Natali bfaa79a982 Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a 15 years ago
Charles-François Natali 78ed83da46 Issue #11867: Make test_mailbox.test_lock_conflict deterministic (and fix a 15 years ago
Ezio Melotti ca9afca07c #13576: merge with 3.2. 15 years ago
Ezio Melotti 62f3d0300e #13576: add tests about the handling of (possibly broken) condcoms. 15 years ago
Ezio Melotti 5ce6f8ed5c #13387: merge with 3.2. 15 years ago
Ezio Melotti 80a61e8d4c #13387: rephrase unclear sentence. 15 years ago
Michael Foord a699a2d0c1 Merge 3.2 15 years ago
Michael Foord a51623b160 Fix inspect.getattr_static to work on modules (again). 15 years ago
Victor Stinner 8f23be7189 iobench.py: add more info in the header 15 years ago
Victor Stinner 3573476271 (Merge 3.2) Handle correctly _Py_fopen() error: don't replace the exception 15 years ago
Victor Stinner bd206e27a4 Handle correctly _Py_fopen() error: don't replace the exception 15 years ago
Victor Stinner bd0850b857 import.c now catchs _Py_stat() exceptions 15 years ago
Antoine Pitrou 7bfe89945b Followup to #7502: add __hash__ method and tests. 15 years ago
Antoine Pitrou 165b1283ff Followup to #7502: add __hash__ method and tests. 15 years ago
Antoine Pitrou 83250bb0a8 Merge 15 years ago
Georg Brandl f928b5d27e Merge with 3.2. 15 years ago
Antoine Pitrou 92ed3877b4 Merge 15 years ago
Victor Stinner 0d81c1357d Issue #13617: Document that the result of the conversion of a Unicode object to 15 years ago
Georg Brandl ac0675cc01 Small clarification in docstring of dict.update(): the positional argument is not required. 15 years ago
Antoine Pitrou 92d4acb7a7 Issue #7502: Fix equality comparison for DocTestCase instances. 15 years ago
Antoine Pitrou a74252633f Merge 15 years ago
Antoine Pitrou 2bc801c4ea Issue #7502: Fix equality comparison for DocTestCase instances. 15 years ago
Victor Stinner 6fbd525ef5 Issue #13617: Document that the result of the conversion of a Unicode object to 15 years ago
Antoine Pitrou 0f694d72a2 Merge 15 years ago
Antoine Pitrou fb0901c968 In the test SSL server, also output the cipher name 15 years ago
Charles-François Natali dec36b6b74 Null merge. 15 years ago
Charles-François Natali b055bf6acb Issue #11870: threading: Properly reinitialize threads internal locks and 15 years ago
Charles-François Natali 6d5f9e73d9 Issue #11870: threading: Properly reinitialize threads internal locks and 15 years ago
Charles-François Natali 3c4dcea712 Issue #8035: urllib: Fix a bug where the client could remain stuck after a 15 years ago
Charles-François Natali cf53ae2171 Issue #8035: urllib: Fix a bug where the client could remain stuck after a 15 years ago
Victor Stinner 6099a03202 Issue #13624: Write a specialized UTF-8 encoder to allow more optimization 15 years ago
Antoine Pitrou b66dcb66ba Null merge 15 years ago
Victor Stinner 73f53b57d1 Optimize str * n for len(str)==1 and UCS-2 or UCS-4 15 years ago
Victor Stinner a94a0e92b8 Issue #13522: Fix _Py_co_pow() documentation 15 years ago
Victor Stinner b99bb20ae4 Issue #13522: Fix _Py_co_pow() documentation 15 years ago
Victor Stinner f644110816 Issue #13621: Optimize str.replace(char1, char2) 15 years ago
Antoine Pitrou b511aca596 Issue #13522: document error return values of some float and complex C API functions. 15 years ago