]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2015-03-31  Serhiy StorchakaMerge heads
2015-03-31  Serhiy StorchakaIssue #18473: Fixed 2to3 and 3to2 compatible pickle...
2015-03-31  Serhiy StorchakaIssue #18473: Fixed 2to3 and 3to2 compatible pickle...
2015-03-31  Victor StinnerIssue #23485: Enhance and update selectors doc and...
2015-03-31  Victor StinnerIssue #23485: select.devpoll.poll() is now retried...
2015-03-31  Victor StinnerIssue #23485: select.kqueue.control() is now retried...
2015-03-31  Berker PeksagFix typo in Doc/whatsnew/3.5.rst.
2015-03-31  Raymond Hettingermerge
2015-03-31  Raymond HettingerIssue #23729: Improve docs for ElementTree namespace...
2015-03-30  Victor StinnerIssue #23485: select.epoll.poll() is now retried when...
2015-03-30  Victor StinnerIssue #23485: select.poll.poll() is now retried when...
2015-03-30  Victor StinnerIssue #23485: Add _PyTime_FromMillisecondsObject()...
2015-03-30  Victor StinnerIssue #23485: Fix test_signal, select.select() now...
2015-03-30  Brett CannonIgnore .rst files in the venv directory.
2015-03-30  Victor StinnerPEP 475: on EINTR, retry the function even if the timeo...
2015-03-30  Victor StinnerIssue #23485: select.select() is now retried automatica...
2015-03-30  Serhiy StorchakaPartially revert 3603bae63c13 (issue23326) for asyncio.
2015-03-30  R David Murray#2211: Fix typo, address missed review comment.
2015-03-30  R David MurrayMerge: #23792: also catch interrupt around pipe.write.
2015-03-30  R David Murray#23792: also catch interrupt around pipe.write.
2015-03-30  Victor StinnerWhat's New in Python 3.5: add pep 461 (bytes%args)...
2015-03-30  Victor StinnerIssue #23605: Fix typo in an os.walk() comment
2015-03-30  Victor Stinner(Merge 3.4) Issue #22585: os.urandom() now releases...
2015-03-30  Victor StinnerIssue #22585: os.urandom() now releases the GIL when...
2015-03-30  Victor StinnerIssue #22181: os.urandom() now releases the GIL when...
2015-03-30  Larry HastingsFix PY_VERSION in Include/patchlevel.h to reflect our...
2015-03-30  Larry HastingsMerge 3.5.0a3 release engineering changes back into...
2015-03-30  Victor StinnerIssue #22117: Try to fix rounding in conversion from...
2015-03-30  Victor StinnerIssue #23752: _Py_fstat() is now responsible to raise...
2015-03-30  Serhiy StorchakaIssue #23785: Fixed memory leak in TextIOWrapper.tell...
2015-03-30  Serhiy StorchakaIssue #23785: Fixed memory leak in TextIOWrapper.tell...
2015-03-30  Serhiy StorchakaIssue #23783: Fixed memory leak in PyObject_ClearWeakRe...
2015-03-30  Serhiy StorchakaIssue #23783: Fixed memory leak in PyObject_ClearWeakRe...
2015-03-30  Serhiy StorchakaIssue #23466: %c, %o, %x, and %X in bytes formatting...
2015-03-30  Serhiy StorchakaIssue #23171: csv.Writer.writerow() now supports arbitr...
2015-03-30  Victor StinnerIssue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROU...
2015-03-30  R David Murray#23745: handle duplicate MIME parameter names in new...
2015-03-30  Victor StinnerIssue #22117: Replace usage of _PyTime_ROUND_UP with...
2015-03-30  Victor StinnerIssue #22117: Add _PyTime_ROUND_CEILING rounding method...
2015-03-30  R David MurrayMerge: #23745: handle duplicate MIME parameter names...
2015-03-30  Victor StinnerIssue #23752: When built from an existing file descript...
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  Larry HastingsAdded tag v3.5.0a3 for changeset 82656e28b5e5
2015-03-29  Larry HastingsRelease bump for Python 3.5.0a3. v3.5.0a3
2015-03-29  Larry HastingsRegenerated pydoc topics and minor doc fixes for 3...
2015-03-29  Serhiy StorchakaIssue #22390: test.regrtest now emits a warning if...
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 #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...
next