]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2015-07-29  Victor StinnerMerge 3.5 (ctypes)
2015-07-29  Victor StinnerMerge 3.4 (ctypes)
2015-07-29  Victor StinnerIssue #23319: Fix ctypes.BigEndianStructure, swap corre...
2015-07-29  Ned DeilyIssue #19450: merge from 3.5
2015-07-29  Ned DeilyIssue #19450: merge from 3.4
2015-07-29  Ned DeilyIssue #19450: Update OS X installer builds to use SQLit...
2015-07-29  Robert CollinsIssue #23254: Document how to close the TCPServer liste...
2015-07-29  Robert CollinsIssue #23254: Document how to close the TCPServer liste...
2015-07-29  Robert CollinsIssue #23254: Document how to close the TCPServer liste...
2015-07-29  Victor StinnerMerge 3.5 (doc)
2015-07-29  Victor StinnerWhat's New in Python 3.5: document os.urandom() changes
2015-07-28  Victor StinnerMerge 3.5 (doc)
2015-07-28  Victor StinnerWhat's New in Python 3.5: document socket.sendall(...
2015-07-28  Victor StinnerMerge 3.5 (doc)
2015-07-28  Victor StinnerWhat's New in Python 3.5: Document ssl methods change...
2015-07-28  Victor StinnerMerge 3.5 (doc)
2015-07-28  Victor StinnerWhat's New in Python 3.5: move PEP 475 doc
2015-07-28  Steve DowerIssue #19450: Update Windows builds to use SQLite 3...
2015-07-28  Steve DowerIssue #19450: Update Windows builds to use SQLite 3...
2015-07-28  Steve DowerIssue #19450: Update Windows builds to use SQLite 3...
2015-07-28  Raymond Hettingermerge
2015-07-28  Raymond Hettingermerge
2015-07-28  Raymond HettingerIssue #24735: Fix invalid memory access in combinations...
2015-07-28  Robert CollinsIssue #23426: run_setup was broken in distutils.
2015-07-27  Steve DowerMerge with 3.5
2015-07-27  Steve DowerAllow intermediate build directory to be overridden.
2015-07-27  Victor StinnerMerge 3.5 (socket)
2015-07-27  Victor StinnerIssue #24732, #23834: Fix sock_accept_impl() on Windows
2015-07-27  Berker PeksagIssue #23441: rcompleter now prints a tab character...
2015-07-27  Berker PeksagIssue #23441: rcompleter now prints a tab character...
2015-07-27  Berker PeksagIssue #23441: rcompleter now prints a tab character...
2015-07-27  Berker PeksagIssue #24728: Null merge
2015-07-27  Berker PeksagIssue #24728: Null merge
2015-07-27  Berker PeksagIssue #24728: Fix building without threads.
2015-07-27  Stefan KrahFix refleak.
2015-07-27  Stefan KrahFix refleak.
2015-07-26  Robert CollinsIssue #17527: Add PATCH to wsgiref.validator. Patch...
2015-07-26  Robert CollinsIssue #17527: Add PATCH to wsgiref.validator. Patch...
2015-07-26  Robert CollinsIssue #17527: Add PATCH to wsgiref.validator. Patch...
2015-07-26  Larry HastingsMerge Python 3.5.0b4 changes back with 3.5 branch head.
2015-07-26  Larry HastingsPost-release updates for Python 3.5.0b4.
2015-07-26  Antoine PitrouCloses #20544: use specific asserts in operator tests.
2015-07-26  Serhiy StorchakaIssue #24683: Fixed crashes in _json functions called...
2015-07-26  Serhiy StorchakaIssue #24683: Fixed crashes in _json functions called...
2015-07-26  Serhiy StorchakaIssue #24683: Fixed crashes in _json functions called...
2015-07-25  Larry HastingsAdded tag v3.5.0b4 for changeset c0d641054635
2015-07-25  Larry HastingsVersion bump for Python 3.5.0b4. v3.5.0b4
2015-07-25  Larry HastingsUpdated pydoc topics for 3.5.0b4.
2015-07-25  Robert CollinsIssue #24710: Use cls in TracebackException.from_exception.
2015-07-25  Robert Collins- Issue #2091: error correctly on open() with mode...
2015-07-25  Berker PeksagIssue #21697: shutil.copytree() now correctly handles...
2015-07-25  Berker PeksagIssue #21697: shutil.copytree() now correctly handles...
2015-07-25  Berker PeksagIssue #21697: shutil.copytree() now correctly handles...
2015-07-25  Berker PeksagIssue #24420: Fix documentation regression introduced...
2015-07-25  Berker PeksagIssue #24420: Fix documentation regression introduced...
2015-07-25  Berker PeksagIssue #24279: Update test_base64 to use test.support...
2015-07-25  Berker PeksagIssue #24279: Update test_base64 to use test.support...
2015-07-25  Berker PeksagIssue #24713: Use importlib.reload() in import referenc...
2015-07-25  Berker PeksagIssue #24713: Use importlib.reload() in import referenc...
2015-07-25  Berker PeksagIssue #24713: Use importlib.reload() in import referenc...
2015-07-25  Serhiy StorchakaIssue #14373: Fixed segmentation fault when gc.collect...
2015-07-25  Serhiy StorchakaIssue #14373: Fixed segmentation fault when gc.collect...
2015-07-25  Victor StinnerMerge 3.5 (asyncio)
2015-07-25  Victor StinnerMerge 3.4
2015-07-25  Victor Stinnerasyncio: sync with github
2015-07-25  Victor Stinnerasyncio: Add asyncio.compat module
2015-07-24  Ned DeilyIssue #24603: merge from 3.5
2015-07-24  Ned DeilyIssue #24603: merge from 3.4
2015-07-24  Ned DeilyIssue #24603: Update the OS X 32-bit installer build...
2015-07-24  Berker PeksagIssue #24695: Fix a regression in traceback.print_excep...
2015-07-24  Berker PeksagIssue #24695: Fix a regression in traceback.print_excep...
2015-07-24  Serhiy StorchakaIssue #24620: Random.setstate() now validates the value...
2015-07-24  Serhiy StorchakaIssue #24620: Random.setstate() now validates the value...
2015-07-24  Serhiy StorchakaIssue #24620: Random.setstate() now validates the value...
2015-07-24  Raymond HettingerIssue #24300: Minor refactoring.
2015-07-24  Meador IngeIssue #24485: Function source inspection fails on closures.
2015-07-24  Meador IngeIssue #24485: Function source inspection fails on closures.
2015-07-23  Robert CollinsAdd versionchanged information for mock_open.
2015-07-23  Robert CollinsAdd versionchanged information for mock_open.
2015-07-23  Robert CollinsAdd versionchanged information for mock_open.
2015-07-23  Robert CollinsIssue #21750: Further fixup to be styled like other...
2015-07-23  Robert CollinsIssue #21750: Further fixup to be styled like other...
2015-07-23  Robert CollinsIssue #21750: Further fixup to be styled like other...
2015-07-23  Yury SelivanovSync NEWS (re removed inspect.getargspec and inspect...
2015-07-23  Yury SelivanovIssue #13248: Remove inspect.getmoduleinfo() from 3...
2015-07-23  Yury SelivanovIssue #13248: Remove inspect.getargspec from 3.6 (depre...
2015-07-23  Yury SelivanovMerge 3.5 (issues #21217, #24485).
2015-07-23  Yury SelivanovIssue #24485: Revert backwards compatibility breaking...
2015-07-23  Yury SelivanovMerge 3.5 (Issue #24692)
2015-07-23  Yury SelivanovIssue #24692: Add more tests for types.coroutine
2015-07-23  Yury SelivanovMerge 3.5 (Issue #24619)
2015-07-23  Yury SelivanovIssue #24619: Simplify async/await tokenization.
2015-07-23  Raymond HettingerIssue #24681: Move the store of so->table to the code...
2015-07-23  Yury SelivanovMerge 3.5 (Issue #24687)
2015-07-23  Yury SelivanovIssue #24687: Plug refleak on SyntaxError in function...
2015-07-23  Yury SelivanovMerge 3.5 (Issue #24688)
2015-07-23  Yury SelivanovIssue #24688: ast.get_docstring() for 'async def' funct...
2015-07-22  Robert CollinsRemove line numbers from unittest in susp-ignored.
2015-07-22  Robert CollinsRemove line numbers from unittest in susp-ignored.
2015-07-22  Robert CollinsRemove line numbers from unittest in susp-ignored.
next