2015-03-27 |
Victor Stinner | Issue #22117: Fix rounding in _PyTime_FromSecondsObject() |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Victor Stinner | Issue #22117: Fix test_gdb for the new time.sleep() |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Victor Stinner | Merge 3.4 (test.support) |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Victor Stinner | Issue #23445: Fix test.support.python_is_optimized... |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Victor Stinner | Merge 3.4 (asyncio) |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Victor Stinner | asyncio: Fix _SelectorTransport.__repr__() if the event... |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Victor Stinner | Issue #23715: Fix test_sigtimedwait() of test_eintr |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Victor Stinner | Issue #23451, #22117: Python 3.5 now requires Windows... |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Victor Stinner | Issue #22117: Add a new Python timestamp format _PyTime... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Victor Stinner | Issue #23648: Document the PEP 475 in the "Porting... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Victor Stinner | _PyUnicodeWriter_WriteStr() now checks that the input... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Serhiy Storchaka | Issue #23775: pprint() of OrderedDict now outputs the... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Serhiy Storchaka | Issue #23776: Removed asserts from pprint.PrettyPrinter... |
commit | commitdiff | tree | snapshot |
2015-03-26 |
Steve Dower | Issue #23765: Removed IsBadStringPtr calls in ctypes |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Serhiy Storchaka | Issue #22364: Improved some re error messages using... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Serhiy Storchaka | Check that failed writerow() doesn't produce change... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Serhiy Storchaka | Check that failed writerow() doesn't produce change... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Serhiy Storchaka | Issue #23742: ntpath.expandvars() no longer loses unbal... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Serhiy Storchaka | Issue #23742: ntpath.expandvars() no longer loses unbal... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Serhiy Storchaka | Issue #21717: The zipfile.ZipFile.open function now... |
commit | commitdiff | tree | snapshot |
2015-03-25 |
Steve Dower | Missing brace and minor formatting in Windows installer |
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 | 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 | Issue #21802: The reader in BufferedRWPair now is close... |
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 | 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 |
Victor Stinner | Issue #23571: Py_FatalError() now tries to flush sys... |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Victor Stinner | Issue #23571: Enhance Py_FatalError() |
commit | commitdiff | tree | snapshot |
2015-03-24 |
Ezio Melotti | #11468: improve unittest basic example. Initial patch... |
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 | Issue #21560: An attempt to write a data of wrong type... |
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 | #23647: Increase imaplib's MAXLINE to accommodate moder... |
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 | #23700: fix/improve comment |
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: Prevent test_urllib2net failures due... |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Serhiy Storchaka | Issue #22079: Deprecation warning now is issued in... |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Serhiy Storchaka | Issue #22351: The nntplib.NNTP constructor no longer... |
commit | commitdiff | tree | snapshot |
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 | (Merge 3.4) Issue #23571: Fix reentrant call to Py_Fata... |
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 #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 #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 | 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 | 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 |
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 |
Serhiy Storchaka | Null merge |
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 |
R David Murray | Merge: #23647: Increase imaplib's MAXLINE to accommodat... |
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 | Merge: #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 |
Ned Deily | Issue #22289: merge from 3.4 |
commit | commitdiff | tree | snapshot |
2015-03-22 |
Serhiy Storchaka | Null merge |
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 | Removed trailing tabs. |
commit | commitdiff | tree | snapshot |
2015-03-21 |
Steve Dower | Update Wix version and fixes wxs file. |
commit | commitdiff | tree | snapshot |
next |