2015-03-23 |
Paul Moore | Misc/NEWS entries for zipapp changes |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Victor Stinner | Merge 3.4 (faulthandler ICC) |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Victor Stinner | Issue #23654: Fix faulthandler._stack_overflow() for... |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Serhiy Storchaka | Null merge |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Serhiy Storchaka | Issue #21560: An attempt to write a data of wrong type... |
commit | commitdiff | tree | snapshot |
2015-03-23 |
Serhiy Storchaka | Issue #23688: Added support of arbitrary bytes-like... |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Serhiy Storchaka | Issue #23252: Added support for writing ZIP files... |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Serhiy Storchaka | Issue #21526: Tkinter now supports new boolean type... |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Raymond Hettinger | merge |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Raymond Hettinger | Issue 23729: Document ElementTree namespace handling... |
commit | commitdiff | tree | snapshot |
2015-03-22 |
R David Murray | Merge: #23647: Increase imaplib's MAXLINE to accommodat... |
commit | commitdiff | tree | snapshot |
2015-03-22 |
R David Murray | #23647: Increase imaplib's MAXLINE to accommodate moder... |
commit | commitdiff | tree | snapshot |
2015-03-22 |
R David Murray | Merge: #23539: Set Content-Length to 0 for PUT, POST... |
commit | commitdiff | tree | snapshot |
2015-03-22 |
R David Murray | #23539: Set Content-Length to 0 for PUT, POST, and... |
commit | commitdiff | tree | snapshot |
2015-03-22 |
R David Murray | Merge: #23700: fix/improve comment |
commit | commitdiff | tree | snapshot |
2015-03-22 |
R David Murray | #23700: fix/improve comment |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Paul Moore | #23657 Don't explicitly do an isinstance check for... |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Benjamin Peterson | merge 3.4 (#22933) |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Benjamin Peterson | clarify behavior of shutil.move when destination exists... |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Ned Deily | Issue #22289: merge from 3.4 |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Ned Deily | Issue #22289: Prevent test_urllib2net failures due... |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Serhiy Storchaka | Null merge |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Serhiy Storchaka | Issue #22079: Deprecation warning now is issued in... |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Victor Stinner | Issue #23571: Fix test_capi |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Victor Stinner | Issue #23571: _Py_CheckFunctionResult() now gives the... |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Raymond Hettinger | Minor nit. Make the rotate() success/fail tests consis... |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Raymond Hettinger | For safety, wait to decref deleted values until the... |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Raymond Hettinger | Fix minor formatting nits and remove unnecessary comment. |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Raymond Hettinger | Issue 23704: Add index(), copy(), and insert() to... |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Serhiy Storchaka | Issue #22351: The nntplib.NNTP constructor no longer... |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Serhiy Storchaka | Issue #22351: The nntplib.NNTP constructor no longer... |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Serhiy Storchaka | Removed trailing tabs. |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Steve Dower | Update Wix version and fixes wxs file. |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Raymond Hettinger | Issue 23705: Improve the performance of __contains__... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Serhiy Storchaka | Issue #22832: Tweaked parameter names for fcntl module... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
R David Murray | Merge: #11726: Make linecache docs reflect that all... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
R David Murray | #11726: Make linecache docs reflect that all files... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Victor Stinner | Issue #22181: Run "aclocal; autoconf; autoheader" to... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Serhiy Storchaka | Issue #23681: The -b option now affects comparisons... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Serhiy Storchaka | Issue #23681: Fixed Python 2 to 3 poring bugs. |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Serhiy Storchaka | Issue #23681: Fixed Python 2 to 3 poring bugs. |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Serhiy Storchaka | Issue #23700: NamedTemporaryFile iterator closed underl... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Serhiy Storchaka | Issue #23700: NamedTemporaryFile iterator closed underl... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Victor Stinner | Issue #23715: Fix test_script_helper |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Victor Stinner | Issue #23696: Remove test on ZipImportError.__context__... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Victor Stinner | Issue #23715: Fix test_eintr, skip tests on signal... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Victor Stinner | Issue #23715: Enhance test.script_helper to investigate... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Victor Stinner | Issue #23715: signal.sigwaitinfo() and signal.sigtimedw... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Victor Stinner | Issue #23708: Save/restore errno in _Py_read() and... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Victor Stinner | Fix compiler warnings: comparison between signed and... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Victor Stinner | Issue #23708: Split assertion expression in two asserti... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Victor Stinner | Issue #23696: Chain ZipImportError to the OSError |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Victor Stinner | Issue #23709, #23001: ossaudiodev now uses Py_ssize_t... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Victor Stinner | Issue #23001: Fix typo |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Serhiy Storchaka | Issue #22826: The result of open() in Tools/freeze... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Serhiy Storchaka | Issue #23001: Few functions in modules mmap, ossaudiode... |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Victor Stinner | Issue #23646: Fix test_threading on Windows |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Victor Stinner | Cleanup pytime.c: add XXX_TO_YYY constants (ex: SEC_TO_US) |
commit | commitdiff | tree | snapshot |
2015-03-20 |
Victor Stinner | Issue #23646: Enhance precision of time.sleep() and... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Victor Stinner | Issue #23709: The ossaudiodev module now retries read... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Ned Deily | Issue #23686: Update OS X 10.5 installer build to use... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Ned Deily | Issue #23686: Update OS X 10.5 installer build to use... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Antoine Pitrou | Merge |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Victor Stinner | Issue #23708: Fix _Py_read() compilation error on Windows |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Victor Stinner | Issue #23707: On UNIX, os.urandom() now calls the Pytho... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Victor Stinner | Issue #23708: select.devpoll now retries its internal... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Antoine Pitrou | Issue #23632: Memoryviews now allow tuple indexing... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Victor Stinner | Issue #22181: Fix dev_urandom_noraise(), try calling... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Victor Stinner | Issue #23708: Add _Py_read() and _Py_write() functions... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Victor Stinner | Issue #22181: The availability of the getrandom() is... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Victor Stinner | Issue #23646: If time.sleep() is interrupted by a signa... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Serhiy Storchaka | Fixed Misc/NEWS entry for issue #23136. |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Serhiy Storchaka | Fixed Misc/NEWS entry for issue #23136. |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Serhiy Storchaka | Issue #23136: _strptime now uniformly handles all days... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Serhiy Storchaka | Issue #23136: _strptime now uniformly handles all days... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Serhiy Storchaka | Issue #23700: Iterator of NamedTemporaryFile now keeps... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Serhiy Storchaka | Issue #23700: Iterator of NamedTemporaryFile now keeps... |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Benjamin Peterson | merge 3.4 |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Benjamin Peterson | wrap properly |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Ethan Furman | null merge from 3.4 |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Ethan Furman | issue23673 |
commit | commitdiff | tree | snapshot |
2015-03-19 |
Ethan Furman | issue23673 |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Antoine Pitrou | Issue #22903: The fake test case created by unittest... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Antoine Pitrou | Issue #22903: The fake test case created by unittest... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Antoine Pitrou | Issue #23353: improve exceptions tests for generators |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Antoine Pitrou | Issue #23353: improve exceptions tests for generators |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Serhiy Storchaka | Removed unintentional trailing spaces in non-external... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Serhiy Storchaka | Restored backward compatibility of pickling http.cookie... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Victor Stinner | Merge 3.4 (tracemalloc typo) |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Victor Stinner | _tracemalloc.c: Fix typo |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Victor Stinner | Fix compiler warning in mmapmodule.c (compare signed... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Victor Stinner | Initialize variables to prevent GCC warnings |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Victor Stinner | Fix compiler warning in dtoa.c |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Victor Stinner | Issue #22181: On Linux, os.urandom() now uses the new... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Victor Stinner | Merge 3.4 (linecache doc) |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Victor Stinner | Issue #11726: Fix linecache example in the doc |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Victor Stinner | Merge 3.4 (linecache doc) |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Victor Stinner | Issue #11726: clarify linecache doc: linecache is writt... |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Victor Stinner | Issue #12155: Fix queue doc example to join threads |
commit | commitdiff | tree | snapshot |
2015-03-18 |
Victor Stinner | Merge 3.4 (marshal doc) |
commit | commitdiff | tree | snapshot |
next |