]> granicus.if.org Git - python/shortlog
python
2015-02-01 Stefan KrahMerge from 3.4.
2015-02-01 Serhiy StorchakaDon't seek to the start of the file when open ZipFile...
2015-02-01 Stefan KrahIssue #23370: Fix off-by-one error for non-contiguous...
2015-02-01 Vinay SajipMerged documentation update from 3.4.
2015-02-01 Vinay SajipAdded a cookbook entry on logging audible messages.
2015-02-01 Stefan KrahIssue #22445: PyBuffer_IsContiguous() now implements...
2015-01-31 Steve DowerIssue #23212: Update Windows copy of OpenSSL to 1.0.1l
2015-01-31 Steve DowerNull merge with 3.4
2015-01-31 Steve DowerIssue #23212: Update Windows copy of OpenSSL to 1.0.1l
2015-01-31 Steve DowerFixes python3_d.dll build so that functions are forward...
2015-01-31 Raymond HettingerKeep the definition of i consistent between set_lookkey...
2015-01-31 Serhiy StorchakaMerge heads
2015-01-31 Victor StinnerMerge 3.4 (generator)
2015-01-31 Serhiy StorchakaIssue #23326: Removed __ne__ implementations. Since...
2015-01-31 Serhiy StorchakaIssue #22765: Fixed test_gdb failures. Supressed unexpe...
2015-01-31 Serhiy StorchakaIssue #22765: Fixed test_gdb failures. Supressed unexpe...
2015-01-31 Victor StinnerIssue #23353: Fix the exception handling of generators...
2015-01-31 Raymond HettingerMinor tweak to improve code clarity.
2015-01-31 Raymond HettingerFix typo in a comment.
2015-01-30 Benjamin Petersonallow changing __class__ between a heaptype and non...
2015-01-30 Raymond Hettingermerge
2015-01-30 Raymond HettingerMove the set search finger before the smalltable.
2015-01-30 R David MurrayMerge: Fix asyncio doc typo.
2015-01-30 R David MurrayFix asyncio doc typo.
2015-01-30 Victor StinnerMerge 3.4 (asyncio doc)
2015-01-30 Victor Stinnerasyncio doc: document the new ResourceWarning warnings
2015-01-30 Victor StinnerMerge 3.4 (asyncio)
2015-01-30 Victor StinnerIssue #23347, asyncio: send_signal(), terminate(),...
2015-01-29 Victor StinnerMerge 3.4 (asyncio doc)
2015-01-29 Victor Stinnerasyncio doc: add a section about task cancellation
2015-01-29 Victor StinnerMerge 3.4 (asyncio doc)
2015-01-29 Victor StinnerIssue #21962, asyncio doc: Suggest the usage of wait_fo...
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...
next