2015-03-30 |
Serhiy Storchaka | Issue #23783: Fixed memory leak in PyObject_ClearWeakRe... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Serhiy Storchaka | Issue #23783: Fixed memory leak in PyObject_ClearWeakRe... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Serhiy Storchaka | Issue #23466: %c, %o, %x, and %X in bytes formatting... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Serhiy Storchaka | Issue #23171: csv.Writer.writerow() now supports arbitr... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROU... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
R David Murray | #23745: handle duplicate MIME parameter names in new... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #22117: Replace usage of _PyTime_ROUND_UP with... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #22117: Add _PyTime_ROUND_CEILING rounding method... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
R David Murray | Merge: #23745: handle duplicate MIME parameter names... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #23752: When built from an existing file descript... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #22117: Add assertions to _PyTime_AsTimeval(... |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #22117: Fix usage of _PyTime_AsTimeval() |
commit | commitdiff | tree | snapshot |
2015-03-30 |
Victor Stinner | Issue #23694: Fix usage of _Py_open() in the _posixsubp... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Victor Stinner | Issue #22117: Fix rounding of fromtimestamp() methods... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Victor Stinner | Issue #22117: Fix os.utime(), it now rounds the timesta... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Victor Stinner | Issue #22117: Fix rounding and implement _PyTime_ROUND_... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Serhiy Storchaka | Issue #22390: test.regrtest now emits a warning if... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Victor Stinner | Issue #22117: Cleanup pytime.c/.h |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Victor Stinner | Issue #22117: Use the _PyTime_t API in _datetime.dateti... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Serhiy Storchaka | Issue #22390: test.regrtest now emits a warning if... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Serhiy Storchaka | Issue #14260: The groupindex attribute of regular expre... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
R David Murray | #2211: properly document the Morsel behavior changes. |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Benjamin Peterson | merge 3.4 (#23801) |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Donald Stufft | Closes #23801 - Ignore entire preamble to multipart... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
R David Murray | Merge: #23792: Ignore KeyboardInterrupt when the pydoc... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
R David Murray | #23792: Ignore KeyboardInterrupt when the pydoc pager... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Serhiy Storchaka | Added explicit tests for issue #23803. |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Serhiy Storchaka | Issue #23803: Fixed str.partition() and str.rpartition... |
commit | commitdiff | tree | snapshot |
2015-03-29 |
Serhiy Storchaka | Removed unintentional trailing spaces in text files. |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Serhiy Storchaka | Make some tests more frienly to MemoryError. |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Serhiy Storchaka | Make some tests more frienly to MemoryError. |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Victor Stinner | Issue #22117: Fix _PyTime_GetMonotonicClock() and |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Victor Stinner | Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding... |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Victor Stinner | Issue #22117: Use the _PyTime_t API for time.clock_sett... |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Victor Stinner | Issue #22117: Use the new _PyTime_t API in the select... |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Victor Stinner | Issue #22117: The thread module uses the new _PyTime_t... |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Victor Stinner | Issue #22117: Fix ssl to use _PyTime_t API on sock_timeout |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Victor Stinner | Issue #22117: remove _PyTime_INTERVAL() macro |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Victor Stinner | Issue #22117: The socket module uses _PyTime_t timestam... |
commit | commitdiff | tree | snapshot |
2015-03-28 |
Victor Stinner | Issue #22117: Write unit tests for _PyTime_AsTimeval() |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Victor Stinner | Issue #23618, #22117: refactor socketmodule.c |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Victor Stinner | Issue #22117: The signal modules uses the new _PyTime_t API |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Victor Stinner | Issue #22117: The gc module now uses _PyTime_t timestamp |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Victor Stinner | Issue #22117: time.time() now uses the new _PyTime_t API |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Victor Stinner | Issue #22117: time.monotonic() now uses the new _PyTime... |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Benjamin Peterson | format .. note properly |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Brett Cannon | Remove a dead test for a never-launched API |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Brett Cannon | Merge |
commit | commitdiff | tree | snapshot |
2015-03-27 |
Brett Cannon | Fix module deprecation warnings to have a useful stacklevel |
commit | commitdiff | tree | snapshot |
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 |
next |