]> granicus.if.org Git - python/shortlog
python
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)
2015-01-23 Vinay SajipCloses #23305: Merged documentation fix from 3.4.
2015-01-23 Vinay SajipIssue #23305: clarified RotatingFileHandler documentation.
2015-01-23 Vinay SajipCloses #23207: logging.basicConfig() now does additiona...
2015-01-23 Vinay SajipIssue #23207: logging.basicConfig() now does additional...
2015-01-23 Vinay SajipCloses #23202: pyvenv documentation updated to match...
2015-01-23 Vinay SajipUpdated pyvenv documentation to match its current behav...
2015-01-23 Benjamin Petersonhttp.client: disable Nagle's algorithm (closes #23302)
2015-01-23 Gregory P.... revert 7b833bd1f509. I misread the side effect that...
2015-01-23 Gregory P.... revert 7b833bd1f509. I misread the side effect that...
2015-01-23 Gregory P.... Remove the unimplemented but ignored without='-E' param...
2015-01-23 Gregory P.... Remove the unimplemented but ignored without='-E' param...
2015-01-23 Gregory P.... Only pass -E to the child interpreter if our interprete...
2015-01-23 Gregory P.... Only pass -E to the child interpreter if our interprete...
2015-01-22 Victor StinnerMerge 3.4 (asyncio)
2015-01-22 Victor Stinnerasyncio, Tulip issue 204: Fix IocpProactor.accept_pipe()
2015-01-22 Gregory P.... Break up TestCommandLine.test_env_var into four distinc...
2015-01-22 Gregory P.... Break up TestCommandLine.test_env_var into four distinc...
2015-01-22 Victor StinnerMerge 3.4 (asyncio)
2015-01-22 Victor StinnerIssue #23293, asyncio: Rewrite IocpProactor.connect_pipe()
2015-01-22 Victor Stinnerasyncio: IocpProactor.close() doesn't cancel anymore...
2015-01-22 Victor StinnerNull merge 3.4
2015-01-22 Victor StinnerIssue #23009: Add missing "import sys" in test_selectors
2015-01-22 Victor StinnerMerge 3.4
2015-01-22 Victor StinnerIssue #23009: Skip test_selectors.test_empty_select...
2015-01-21 Victor StinnerMerge 3.4 (asyncio)
2015-01-21 Victor StinnerIssue #23095, asyncio: IocpProactor.close() must not...
2015-01-21 Victor Stinnerasyncio: BaseEventLoop._create_connection_transport...
2015-01-21 Victor StinnerMerge 3.4 (asyncio)
2015-01-21 Victor StinnerIssue #23095, asyncio: Rewrite _WaitHandleFuture.cancel()
2015-01-21 Victor Stinnerasyncio: pyflakes, remove unused import
2015-01-21 Victor Stinnerasyncio: Enhance BaseProactorEventLoop._loop_self_reading()
2015-01-21 Gregory P.... Add the command line to the AssertionError raised by...
next