- d1f3a00 Merge 3.4 (faulthandler ICC) by Victor Stinner · 10 years ago
- 19276f1 Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC) by Victor Stinner · 10 years ago
- 4dc2c22 Null merge by Serhiy Storchaka · 10 years ago
- d4c2ac8 Issue #21560: An attempt to write a data of wrong type no longer cause by Serhiy Storchaka · 10 years ago
- bca63b3 Issue #23688: Added support of arbitrary bytes-like objects and avoided by Serhiy Storchaka · 10 years ago
- 77d8997 Issue #23252: Added support for writing ZIP files to unseekable streams. by Serhiy Storchaka · 10 years ago
- f07a4b6 Issue #21526: Tkinter now supports new boolean type in Tcl 8.5. by Serhiy Storchaka · 10 years ago
- 1b2f4d5 merge by Raymond Hettinger · 10 years ago
- f6e31b7 Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table. by Raymond Hettinger · 10 years ago
- 94a6448 Merge: #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 10 years ago
- 936da2a #23647: Increase imaplib's MAXLINE to accommodate modern mailbox sizes. by R David Murray · 10 years ago
- 0a0d20e Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
- beed840 #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
- 5d06c74 Merge: #23700: fix/improve comment by R David Murray · 10 years ago
- 75ed90a #23700: fix/improve comment by R David Murray · 10 years ago
- a4d4dd3 #23657 Don't explicitly do an isinstance check for str in zipapp by Paul Moore · 10 years ago
- 67057ab merge 3.4 (#22933) by Benjamin Peterson · 10 years ago
- 218144a clarify behavior of shutil.move when destination exists (closes #22933) by Benjamin Peterson · 10 years ago
- 2f7bf23 Issue #22289: merge from 3.4 by Ned Deily · 10 years ago
- ce8f5de Issue #22289: Prevent test_urllib2net failures due to ftp connection timeout. by Ned Deily · 10 years ago
- 8472f39 Null merge by Serhiy Storchaka · 10 years ago
- d357b89 Issue #22079: Deprecation warning now is issued in PyType_Ready() instead of by Serhiy Storchaka · 10 years ago
- 4f0efb0 Issue #23571: Fix test_capi by Victor Stinner · 10 years ago
- efde146 Issue #23571: _Py_CheckFunctionResult() now gives the name of the function by Victor Stinner · 10 years ago
- 6921c13 Minor nit. Make the rotate() success/fail tests consistent. by Raymond Hettinger · 10 years ago
- ac13ad6 For safety, wait to decref deleted values until the deque state has been restored. by Raymond Hettinger · 10 years ago
- 0f6f947 Fix minor formatting nits and remove unnecessary comment. by Raymond Hettinger · 10 years ago
- 32ea165 Issue 23704: Add index(), copy(), and insert() to deques. Register deques as a MutableSequence. by Raymond Hettinger · 10 years ago
- 0a9e272 Issue #22351: The nntplib.NNTP constructor no longer leaves the connection by Serhiy Storchaka · 10 years ago
- 52027c3 Issue #22351: The nntplib.NNTP constructor no longer leaves the connection by Serhiy Storchaka · 10 years ago
- f402775 Removed trailing tabs. by Serhiy Storchaka · 10 years ago
- e9ae834 Update Wix version and fixes wxs file. by Steve Dower · 10 years ago
- 39dadf7 Issue 23705: Improve the performance of __contains__ checks for deques. by Raymond Hettinger · 10 years ago
- 17d3a58 Issue #22832: Tweaked parameter names for fcntl module to better match by Serhiy Storchaka · 10 years ago
- 6faa624 Merge: #11726: Make linecache docs reflect that all files are treated the same. by R David Murray · 10 years ago
- 63998a3 #11726: Make linecache docs reflect that all files are treated the same. by R David Murray · 10 years ago
- 8291b5e Issue #22181: Run "aclocal; autoconf; autoheader" to regenerate configure by Victor Stinner · 10 years ago
- 1dd4982 Issue #23681: The -b option now affects comparisons of bytes with int. by Serhiy Storchaka · 10 years ago
- ee4c0b9 Issue #23681: Fixed Python 2 to 3 poring bugs. by Serhiy Storchaka · 10 years ago
- 74a49ac Issue #23681: Fixed Python 2 to 3 poring bugs. by Serhiy Storchaka · 10 years ago
- 000391b Issue #23700: NamedTemporaryFile iterator closed underlied file object in by Serhiy Storchaka · 10 years ago
- d83b7c2 Issue #23700: NamedTemporaryFile iterator closed underlied file object in by Serhiy Storchaka · 10 years ago
- 268225f Issue #23715: Fix test_script_helper by Victor Stinner · 10 years ago
- 57d516b Issue #23696: Remove test on ZipImportError.__context__ because the context is by Victor Stinner · 10 years ago
- 0312923 Issue #23715: Fix test_eintr, skip tests on signal.sigwaitinfo() and by Victor Stinner · 10 years ago
- 1335ca5 Issue #23715: Enhance test.script_helper to investigate test_eintr failure by Victor Stinner · 10 years ago
- a453cd8 Issue #23715: signal.sigwaitinfo() and signal.sigtimedwait() are now retried by Victor Stinner · 10 years ago
- a3c0202 Issue #23708: Save/restore errno in _Py_read() and _Py_write() by Victor Stinner · 10 years ago
- f50e187 Fix compiler warnings: comparison between signed and unsigned numbers by Victor Stinner · 10 years ago
- 7f04d4d Issue #23708: Split assertion expression in two assertions in _Py_read() and by Victor Stinner · 10 years ago
- fbd6f9e Issue #23696: Chain ZipImportError to the OSError by Victor Stinner · 10 years ago
- 9995300 Issue #23709, #23001: ossaudiodev now uses Py_ssize_t for sizes instead of int by Victor Stinner · 10 years ago
- 716a74e Issue #23001: Fix typo by Victor Stinner · 10 years ago
- 53c3fb1 Issue #22826: The result of open() in Tools/freeze/bkfile.py is now better by Serhiy Storchaka · 10 years ago
- 8490f5a Issue #23001: Few functions in modules mmap, ossaudiodev, socket, ssl, and by Serhiy Storchaka · 10 years ago
- 0eac130 Issue #23646: Fix test_threading on Windows by Victor Stinner · 10 years ago
- 580ef13 Cleanup pytime.c: add XXX_TO_YYY constants (ex: SEC_TO_US) by Victor Stinner · 10 years ago
- 9a8089b Issue #23646: Enhance precision of time.sleep() and socket timeout when by Victor Stinner · 10 years ago
- 4fa99cd Issue #23709: The ossaudiodev module now retries read/write when interrupted by by Victor Stinner · 10 years ago
- b3aa2e7 Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. by Ned Deily · 10 years ago
- f0c6cd3 Issue #23686: Update OS X 10.5 installer build to use OpenSSL 1.0.2a. by Ned Deily · 10 years ago
- 484b9f3 Merge by Antoine Pitrou · 10 years ago
- c1cf4f7 Issue #23708: Fix _Py_read() compilation error on Windows by Victor Stinner · 10 years ago
- c9382eb Issue #23707: On UNIX, os.urandom() now calls the Python signal handler when by Victor Stinner · 10 years ago
- 5479967 Issue #23708: select.devpoll now retries its internal write() when interrupted by Victor Stinner · 10 years ago
- 31084ba Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimensional memoryviews). by Antoine Pitrou · 10 years ago
- c7cd12d Issue #22181: Fix dev_urandom_noraise(), try calling py_getrandom() before by Victor Stinner · 10 years ago
- 66aab0c Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handle by Victor Stinner · 10 years ago
- 9eb57c5 Issue #22181: The availability of the getrandom() is now checked in configure, by Victor Stinner · 10 years ago
- 79d68f9 Issue #23646: If time.sleep() is interrupted by a signal, the sleep is now by Victor Stinner · 10 years ago
- 0ed56a0 Fixed Misc/NEWS entry for issue #23136. by Serhiy Storchaka · 10 years ago
- 64c439d Fixed Misc/NEWS entry for issue #23136. by Serhiy Storchaka · 10 years ago
- fc7344a Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 10 years ago
- 423feea Issue #23136: _strptime now uniformly handles all days in week 0, including by Serhiy Storchaka · 10 years ago
- 4f418d3 Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to by Serhiy Storchaka · 10 years ago
- 56cefa6 Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to by Serhiy Storchaka · 10 years ago
- 41ce610 merge 3.4 by Benjamin Peterson · 10 years ago
- 86fdbf3 wrap properly by Benjamin Peterson · 10 years ago
- 8a0b9a4 null merge from 3.4 by Ethan Furman · 10 years ago
- 482fe04 issue23673 by Ethan Furman · 10 years ago
- 24e837f issue23673 by Ethan Furman · 10 years ago
- 8eef6a9 Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable. by Antoine Pitrou · 10 years ago
- d833779 Issue #22903: The fake test case created by unittest.loader when it fails importing a test module is now picklable. by Antoine Pitrou · 10 years ago
- 52a05ab Issue #23353: improve exceptions tests for generators by Antoine Pitrou · 10 years ago
- c4c19b3 Issue #23353: improve exceptions tests for generators by Antoine Pitrou · 10 years ago
- 009b811 Removed unintentional trailing spaces in non-external and non-generated C files. by Serhiy Storchaka · 10 years ago
- 6c32585 Restored backward compatibility of pickling http.cookies.Morsel. It was by Serhiy Storchaka · 10 years ago
- cb7e5f6 Merge 3.4 (tracemalloc typo) by Victor Stinner · 10 years ago
- 444f124 _tracemalloc.c: Fix typo by Victor Stinner · 10 years ago
- e371b3d Fix compiler warning in mmapmodule.c (compare signed/unsigned integers) by Victor Stinner · 10 years ago
- 0c39b1b Initialize variables to prevent GCC warnings by Victor Stinner · 10 years ago
- 938b0b9 Fix compiler warning in dtoa.c by Victor Stinner · 10 years ago
- 59f7fb2 Issue #22181: On Linux, os.urandom() now uses the new getrandom() syscall if by Victor Stinner · 10 years ago
- 072248e Merge 3.4 (linecache doc) by Victor Stinner · 10 years ago
- 376658f Issue #11726: Fix linecache example in the doc by Victor Stinner · 10 years ago
- 58b8f39 Merge 3.4 (linecache doc) by Victor Stinner · 10 years ago
- 93f0665 Issue #11726: clarify linecache doc: linecache is written to cache Python by Victor Stinner · 10 years ago
- de31134 Issue #12155: Fix queue doc example to join threads by Victor Stinner · 10 years ago
- 926ce70 Merge 3.4 (marshal doc) by Victor Stinner · 10 years ago
- 6a318d4 Issue #19428: Document that PyMarshal_ReadLongFromFile() and by Victor Stinner · 10 years ago