]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
2015-01-29  Victor StinnerMerge 3.4 (asyncio)
2015-01-29  Victor StinnerIssue #23347, asyncio: Make BaseSubprocessTransport...
2015-01-29  Victor StinnerMerge 3.4 (asyncio)
2015-01-29  Victor Stinnerasyncio: Fix ResourceWarning in test_subprocess.test_pr...
2015-01-29  Victor StinnerMerge 3.4 (asyncio)
2015-01-29  Victor Stinnerasyncio: sync with Tulip
2015-01-29  Victor StinnerMerge 3.4 (asyncio)
2015-01-29  Victor StinnerIssue #23243, asyncio: Emit a ResourceWarning when...
2015-01-29  Stefan KrahIssue #22668: Merge from 3.4.
2015-01-29  Stefan KrahIssue #22668: Remove endianness assumption in test.
2015-01-29  Stefan KrahWhitespace.
2015-01-29  Stefan KrahCloses #22668: Merge from 3.4.
2015-01-29  Stefan KrahIssue #22668: Ensure that format strings survive slicin...
2015-01-29  Victor StinnerMerge 3.4 (asyncio)
2015-01-29  Victor Stinnerasyncio: sync with Tulip
2015-01-29  Victor StinnerMerge 3.4 (asyncio doc)
2015-01-29  Victor Stinnerasyncio doc: document Protocol state machine
2015-01-29  Victor StinnerMerge 3.4 (asyncio)
2015-01-29  Victor Stinnerasyncio: sync with Tulip
2015-01-29  Victor StinnerMerge 3.4 (asyncio)
2015-01-29  Victor Stinnerasyncio: BaseSubprocessTransport._kill_wait() now also...
2015-01-29  Gregory P.... Always #define _PyLong_FromDev as we always need it...
2015-01-29  Gregory P.... Always #define _PyLong_FromDev as we always need it...
2015-01-28  Victor StinnerMerge 3.4 (asyncio)
2015-01-28  Victor Stinnerasyncio: Fix _SelectorSocketTransport constructor
2015-01-28  Victor Stinnerasyncio: SSL transports now clear their reference to...
2015-01-28  Victor Stinnerasyncio: Fix SSLProtocol.eof_received()
2015-01-28  Donald StufftMerge 3.4 into default - Upgrade setuptools to 12.0...
2015-01-28  Donald StufftUpdate setuptools to 12.0.5 and pip to 6.0.7
2015-01-28  Benjamin Petersonifdef our way to compatibility with old openssl (closes...
2015-01-28  Serhiy StorchakaFixed memory leak in marshal.
2015-01-28  Serhiy StorchakaFixed memory leak in marshal.
2015-01-28  Serhiy StorchakaIssue #22079: PyType_Ready() now checks that statically...
2015-01-28  Serhiy StorchakaIssue #22079: PyType_Ready() now checks that statically...
2015-01-28  Vinay SajipMerged documentation update from 3.4.
2015-01-28  Vinay SajipAdded a logging cookbook entry on customized exception...
2015-01-27  Victor StinnerMerge 3.4 (asyncio)
2015-01-27  Victor Stinnerasyncio: sync with Tulip
2015-01-27  Benjamin Petersondisable ALPN on LibreSSL, which has a large version...
2015-01-27  Raymond HettingerRevert unintended part of the commit (the key==dummy...
2015-01-27  Raymond HettingerRemove unneeded dummy test from the set search loop...
2015-01-27  Raymond HettingerIssue #23269: Tighten search_loop in set_insert_clean()
2015-01-27  Berker PeksagAdd whatsnew entry for issue #5309.
2015-01-27  Berker PeksagIssue #23286: Fix typo in the tutorial.
2015-01-27  Berker PeksagIssue #23286: Fix typo in the tutorial.
2015-01-26  Victor StinnerIssue #22286, #23321: Fix failing test on Windows code...
2015-01-26  Victor StinnerMerge 3.4 (asyncio)
2015-01-26  Victor Stinnerasyncio, _overlapped.ConnectPipe(): release the GIL
2015-01-26  Victor StinnerMerge 3.4 (asyncio)
2015-01-26  Victor Stinnerasyncio, Tulip issue 204: Fix IocpProactor.recv()
2015-01-26  Victor StinnerIssue #23095, asyncio: Fix _WaitHandleFuture.cancel()
2015-01-26  Victor StinnerIssue #20284: Fix a compilation warning on Windows
2015-01-26  Victor StinnerIssue #15859: PyUnicode_EncodeFSDefault(), PyUnicode_En...
2015-01-26  Benjamin Petersonensure ilen is initialized when it is assigned to len
2015-01-26  Victor StinnerMerge 3.4 (asyncio)
2015-01-26  Victor StinnerIssue #23293, asyncio: Rewrite IocpProactor.connect_pip...
2015-01-26  Victor Stinnerasyncio: PipeHandle.fileno() now raises an exception...
2015-01-26  Victor Stinnerasyncio: Fix ProactorEventLoop.start_serving_pipe()
2015-01-26  Serhiy StorchakaIssue #14099: Restored support of writing ZIP files...
2015-01-26  Serhiy StorchakaIssue #14099: Writing to ZipFile and reading multiple...
2015-01-26  Serhiy StorchakaNull merge
2015-01-26  Serhiy StorchakaIssue #14099: Backout changeset e5bb3044402b (except...
2015-01-26  Serhiy StorchakaIssue #19361: JSON decoder now raises JSONDecodeError...
2015-01-26  Serhiy StorchakaNull merge
2015-01-26  Serhiy StorchakaMerge heads
2015-01-26  Serhiy StorchakaMerge heads
2015-01-26  Serhiy StorchakaIssue #18518: timeit now rejects statements which can...
2015-01-26  Serhiy StorchakaIssue #18518: timeit now rejects statements which can...
2015-01-26  Victor StinnerMerge 3.4 (asyncio)
2015-01-26  Victor StinnerIssue #23208, asyncio: Add BaseEventLoop._current_handle
2015-01-26  Victor StinnerIssue #23293, asyncio: Cleanup IocpProactor.close()
2015-01-26  Victor Stinnerasyncio: Close transports on error
2015-01-26  Serhiy StorchakaIssue #23094: Fixed readline with frames in Python...
2015-01-26  Serhiy StorchakaIssue #23094: Fixed readline with frames in Python...
2015-01-26  Serhiy StorchakaIssue #7665: Fixed tests test_ntpath and test_urllib2...
2015-01-26  Serhiy StorchakaIssue #7665: Fixed tests test_ntpath and test_urllib2...
2015-01-26  Serhiy StorchakaAdd credits for Martin Panter.
2015-01-26  Serhiy StorchakaAdd credits for Martin Panter.
2015-01-26  Serhiy StorchakaIssue #23268: Fixed bugs in the comparison of ipaddress...
2015-01-26  Serhiy StorchakaIssue #23268: Fixed bugs in the comparison of ipaddress...
2015-01-26  Serhiy StorchakaIssue #21408: The default __ne__() now returns NotImple...
2015-01-26  Serhiy StorchakaIssue #21408: The default __ne__() now returns NotImple...
2015-01-26  Serhiy StorchakaDon't use deprecated assertEquals.
2015-01-26  Benjamin Petersonmerge 3.4 (#19996)
2015-01-26  Benjamin Petersonhandle headers with no key (closes #19996)
2015-01-26  Raymond HettingerSet the hash values of dummy entries to -1. Improves...
2015-01-26  Raymond HettingerUpdate out-of-date comments.
2015-01-26  Raymond HettingerIssue #23119: Simplify setobject by inlining the speci...
2015-01-25  Serhiy StorchakaIssue #23321: Fixed a crash in str.decode() when error...
2015-01-25  Serhiy StorchakaIssue #23321: Fixed a crash in str.decode() when error...
2015-01-25  Serhiy StorchakaIssue #22286: The "backslashreplace" error handlers...
2015-01-25  R David MurrayMerge: #23215: note that time.sleep affects the current...
2015-01-25  R David Murray#23215: reflow paragraph.
2015-01-25  R David Murray#23251: Note that time.sleep affects the calling thread...
2015-01-25  Senthil Kumaranmerge from 3.4
2015-01-25  Senthil KumaranIncrease http.client.HTTPConnection test coverage.
2015-01-24  Steve DowerCloses #23253: Delay-load ShellExecute
2015-01-24  Ethan FurmanIssue20284: Implement PEP461
2015-01-23  Benjamin Petersonprefer server alpn ordering over the client's
2015-01-23  Benjamin Petersonadd support for ALPN (closes #20188)
next