]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2015-03-30  Victor StinnerIssue #22117: Add assertions to _PyTime_AsTimeval(...
2015-03-30  Victor StinnerIssue #22117: Fix usage of _PyTime_AsTimeval()
2015-03-30  Victor StinnerIssue #23694: Fix usage of _Py_open() in the _posixsubp...
2015-03-29  Victor StinnerIssue #22117: Fix rounding of fromtimestamp() methods...
2015-03-29  Victor StinnerIssue #22117: Fix os.utime(), it now rounds the timesta...
2015-03-29  Victor StinnerIssue #22117: Fix rounding and implement _PyTime_ROUND_...
2015-03-29  Victor StinnerIssue #22117: Cleanup pytime.c/.h
2015-03-29  Victor StinnerIssue #22117: Use the _PyTime_t API in _datetime.dateti...
2015-03-29  Serhiy StorchakaIssue #22390: test.regrtest now emits a warning if...
2015-03-29  Serhiy StorchakaIssue #22390: test.regrtest now emits a warning if...
2015-03-29  Serhiy StorchakaIssue #14260: The groupindex attribute of regular expre...
2015-03-29  R David Murray#2211: properly document the Morsel behavior changes.
2015-03-29  Benjamin Petersonmerge 3.4 (#23801)
2015-03-29  Donald StufftCloses #23801 - Ignore entire preamble to multipart...
2015-03-29  R David MurrayMerge: #23792: Ignore KeyboardInterrupt when the pydoc...
2015-03-29  R David Murray#23792: Ignore KeyboardInterrupt when the pydoc pager...
2015-03-29  Serhiy StorchakaAdded explicit tests for issue #23803.
2015-03-29  Serhiy StorchakaIssue #23803: Fixed str.partition() and str.rpartition...
2015-03-29  Serhiy StorchakaRemoved unintentional trailing spaces in text files.
2015-03-28  Serhiy StorchakaMake some tests more frienly to MemoryError.
2015-03-28  Serhiy StorchakaMake some tests more frienly to MemoryError.
2015-03-28  Victor StinnerIssue #22117: Fix _PyTime_GetMonotonicClock() and
2015-03-28  Victor StinnerIssue #22117: Add the new _PyTime_ROUND_FLOOR rounding...
2015-03-28  Victor StinnerIssue #22117: Use the _PyTime_t API for time.clock_sett...
2015-03-28  Victor StinnerIssue #22117: Use the new _PyTime_t API in the select...
2015-03-28  Victor StinnerIssue #22117: The thread module uses the new _PyTime_t...
2015-03-28  Victor StinnerIssue #22117: Fix ssl to use _PyTime_t API on sock_timeout
2015-03-28  Victor StinnerIssue #22117: remove _PyTime_INTERVAL() macro
2015-03-28  Victor StinnerIssue #22117: The socket module uses _PyTime_t timestam...
2015-03-28  Victor StinnerIssue #22117: Write unit tests for _PyTime_AsTimeval()
2015-03-27  Victor StinnerIssue #23618, #22117: refactor socketmodule.c
2015-03-27  Victor StinnerIssue #22117: The signal modules uses the new _PyTime_t API
2015-03-27  Victor StinnerIssue #22117: The gc module now uses _PyTime_t timestamp
2015-03-27  Victor StinnerIssue #22117: time.time() now uses the new _PyTime_t API
2015-03-27  Victor StinnerIssue #22117: time.monotonic() now uses the new _PyTime...
2015-03-27  Benjamin Petersonformat .. note properly
2015-03-27  Brett CannonRemove a dead test for a never-launched API
2015-03-27  Brett CannonMerge
2015-03-27  Brett CannonFix module deprecation warnings to have a useful stacklevel
2015-03-27  Victor StinnerIssue #22117: Fix rounding in _PyTime_FromSecondsObject()
2015-03-27  Victor StinnerIssue #22117: Fix test_gdb for the new time.sleep()
2015-03-27  Victor StinnerMerge 3.4 (test.support)
2015-03-27  Victor StinnerIssue #23445: Fix test.support.python_is_optimized...
2015-03-27  Victor StinnerMerge 3.4 (asyncio)
2015-03-27  Victor Stinnerasyncio: Fix _SelectorTransport.__repr__() if the event...
2015-03-27  Victor StinnerIssue #23715: Fix test_sigtimedwait() of test_eintr
2015-03-27  Victor StinnerIssue #23451, #22117: Python 3.5 now requires Windows...
2015-03-27  Victor StinnerIssue #22117: Add a new Python timestamp format _PyTime...
2015-03-26  Victor StinnerIssue #23648: Document the PEP 475 in the "Porting...
2015-03-26  Victor Stinner_PyUnicodeWriter_WriteStr() now checks that the input...
2015-03-26  Serhiy StorchakaIssue #23775: pprint() of OrderedDict now outputs the...
2015-03-26  Serhiy StorchakaIssue #23776: Removed asserts from pprint.PrettyPrinter...
2015-03-26  Steve DowerIssue #23765: Removed IsBadStringPtr calls in ctypes
2015-03-25  Serhiy StorchakaIssue #22364: Improved some re error messages using...
2015-03-25  Serhiy StorchakaCheck that failed writerow() doesn't produce change...
2015-03-25  Serhiy StorchakaCheck that failed writerow() doesn't produce change...
2015-03-25  Serhiy StorchakaIssue #23742: ntpath.expandvars() no longer loses unbal...
2015-03-25  Serhiy StorchakaIssue #23742: ntpath.expandvars() no longer loses unbal...
2015-03-25  Serhiy StorchakaIssue #21717: The zipfile.ZipFile.open function now...
2015-03-25  Steve DowerMissing brace and minor formatting in Windows installer
2015-03-25  Victor StinnerIssue #23571: If io.TextIOWrapper constructor fails...
2015-03-25  Victor StinnerIssue #23571: Fix reentrant call to Py_FatalError()
2015-03-24  Serhiy StorchakaFixed bytes warnings when run tests with -vv.
2015-03-24  Serhiy StorchakaIssue #21802: The reader in BufferedRWPair now is close...
2015-03-24  Serhiy StorchakaIssue #23671: string.Template now allows to specify...
2015-03-24  Serhiy StorchakaAdded tests for mixed kinds of Unicode strings.
2015-03-24  Serhiy StorchakaIssue #23583: Added tests for standard IO streams in...
2015-03-24  Victor StinnerIssue #23571: Py_FatalError() now tries to flush sys...
2015-03-24  Victor StinnerIssue #23571: Enhance Py_FatalError()
2015-03-24  Ezio Melotti#11468: improve unittest basic example. Initial patch...
2015-03-23  Victor StinnerIssue #23654: Fix faulthandler._stack_overflow() for...
2015-03-23  Serhiy StorchakaIssue #21560: An attempt to write a data of wrong type...
2015-03-22  Raymond HettingerIssue 23729: Document ElementTree namespace handling...
2015-03-22  R David Murray#23647: Increase imaplib's MAXLINE to accommodate moder...
2015-03-22  R David Murray#23539: Set Content-Length to 0 for PUT, POST, and...
2015-03-22  R David Murray#23700: fix/improve comment
2015-03-22  Benjamin Petersonclarify behavior of shutil.move when destination exists...
2015-03-22  Ned DeilyIssue #22289: Prevent test_urllib2net failures due...
2015-03-22  Serhiy StorchakaIssue #22079: Deprecation warning now is issued in...
2015-03-21  Serhiy StorchakaIssue #22351: The nntplib.NNTP constructor no longer...
2015-03-21  Steve DowerCloses #9445: Removes detection of GetFinalPathNameByHandle
2015-03-25  Steve DowerIssue #23765: Remove IsBadStringPtr calls in ctypes
2015-03-25  Steve DowerFixes UI labels and ability to add/remove features.
2015-03-25  Steve DowerAdds pydoc shortcut, Edit with IDLE menu, moves redist...
2015-03-25  Raymond HettingerFix typo
2015-03-25  Raymond HettingerMinor code and comment cleanups.
2015-03-25  Victor StinnerIssue #23573: Fix bytes.rfind() and bytearray.rfind...
2015-03-25  Victor StinnerMerge 3.4 (traceback)
2015-03-25  Victor Stinner(Merge 3.4) Issue #23571: Fix reentrant call to Py_Fata...
2015-03-24  Serhiy StorchakaFixed bytes warnings when run tests with -vv.
2015-03-24  Serhiy StorchakaFixed using deprecated escaping in regular expression...
2015-03-24  Serhiy StorchakaIssue #21802: The reader in BufferedRWPair now is close...
2015-03-24  Serhiy StorchakaIssue #23622: Unknown escapes in regular expressions...
2015-03-24  Serhiy StorchakaIssue #4727: Fixed issue number in Misc/NEWS.
2015-03-24  Serhiy StorchakaIssue #23671: string.Template now allows to specify...
2015-03-24  Serhiy StorchakaIssue #23573: Increased performance of string search...
2015-03-24  Serhiy StorchakaAdded tests for mixed kinds of Unicode strings.
2015-03-24  Serhiy StorchakaIssue #23583: Added tests for standard IO streams in...
2015-03-24  Serhiy StorchakaIssue #23502: The pprint module now supports mapping...
2015-03-24  Serhiy StorchakaIssue #17530: pprint now wraps long bytes objects and...
next