2015-03-21 |
Steve Dower | Closes #9445: Removes detection of GetFinalPathNameByHandle |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Steve Dower | Issue #23765: Remove IsBadStringPtr calls in ctypes |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Steve Dower | Fixes UI labels and ability to add/remove features. |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Steve Dower | Adds pydoc shortcut, Edit with IDLE menu, moves redist... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Raymond Hettinger | Fix typo |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Raymond Hettinger | Minor code and comment cleanups. |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Victor Stinner | Issue #23573: Fix bytes.rfind() and bytearray.rfind... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Victor Stinner | Merge 3.4 (traceback) |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Victor Stinner | Issue #23571: If io.TextIOWrapper constructor fails... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Victor Stinner | (Merge 3.4) Issue #23571: Fix reentrant call to Py_Fata... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Victor Stinner | Issue #23571: Fix reentrant call to Py_FatalError() |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Serhiy Storchaka | Fixed bytes warnings when run tests with -vv. |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Serhiy Storchaka | Fixed bytes warnings when run tests with -vv. |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Serhiy Storchaka | Fixed using deprecated escaping in regular expression... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Serhiy Storchaka | Issue #21802: The reader in BufferedRWPair now is close... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Serhiy Storchaka | Issue #21802: The reader in BufferedRWPair now is close... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Serhiy Storchaka | Issue #23622: Unknown escapes in regular expressions... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Serhiy Storchaka | Issue #4727: Fixed issue number in Misc/NEWS. |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Serhiy Storchaka | Issue #23671: string.Template now allows to specify... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Serhiy Storchaka | Issue #23671: string.Template now allows to specify... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Serhiy Storchaka | Issue #23573: Increased performance of string search... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Serhiy Storchaka | Added tests for mixed kinds of Unicode strings. |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Serhiy Storchaka | Added tests for mixed kinds of Unicode strings. |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Serhiy Storchaka | Issue #23583: Added tests for standard IO streams in... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Serhiy Storchaka | Issue #23583: Added tests for standard IO streams in... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Serhiy Storchaka | Issue #23502: The pprint module now supports mapping... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Serhiy Storchaka | Issue #17530: pprint now wraps long bytes objects and... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Serhiy Storchaka | Issue #23741: Slightly refactor the pprint module to... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Serhiy Storchaka | Issue #22687: Fixed some corner cases in breaking words... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Benjamin Peterson | change Σ to ν for obscure joke reasons |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Serhiy Storchaka | Issue #20289: The copy module now uses pickle protocol... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Victor Stinner | Issue #23571: Enhance _Py_CheckFunctionResult() |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Victor Stinner | Issue #23571: Update test_capi |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Victor Stinner | (Merge 3.4) Issue #23571: Py_FatalError() now tries... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Victor Stinner | Issue #23571: Py_FatalError() now tries to flush sys... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Victor Stinner | stdprinter_write(): mention the encoding |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Victor Stinner | Issue #23571: In debug mode, _Py_CheckFunctionResult... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Victor Stinner | Issue #23571: PyErr_FormatV() and PyErr_SetObject(... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Victor Stinner | Issue #23753: Move _Py_wstat() from Python/fileutils... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Victor Stinner | (Merge 3.4) Issue #23571: Enhance Py_FatalError() |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Ezio Melotti | #11468: merge with 3.4. |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Ezio Melotti | #11468: improve unittest basic example. Initial patch... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Victor Stinner | Issue #23571: Enhance Py_FatalError() |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Victor Stinner | Issue #23753: Python doesn't support anymore platforms... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Raymond Hettinger | Improve and fix-up comments. |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Raymond Hettinger | Issue 23744: Minor speed-up for deque.__bool__(). |
commit | commitdiff | tree | snapshot |
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 |
next |