]> granicus.if.org Git - python/shortlog
python
2018-06-01 Timo Furrerbpo-33606: improve logging performance when logger...
2018-05-31 Victor Stinnerbpo-33718: regrtest keeps filters to re-run fails ...
2018-05-31 Victor Stinnerbpo-33717: pythoninfo: add CC --version (#7290)
2018-05-31 Eric Snowbpo-33615: Temporarily disable a test that is triggerin...
2018-05-31 Victor Stinnerbpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283)
2018-05-31 Serhiy Storchakabpo-32911: Add the historical note about the magic...
2018-05-31 Ned DeilyFix "ditribution" typo in NEWS entry. (GH-7274)
2018-05-31 Steve DowerAdds new upload script for Windows releases (GH-7268)
2018-05-31 Serhiy Storchakabpo-33641: Convert RFC references into links. (GH-7103)
2018-05-31 Serhiy Storchakabpo-33677: Fix signatures of tp_clear handlers for...
2018-05-31 Victor Stinnerbpo-33532: Fix multiprocessing test_ignore() (#7262)
2018-05-30 Pablo Galindobpo-31368: Enhance os.preadv() documentation (GH-7254)
2018-05-30 Dmitry Shachnev3.6 what's new: fix a reference to PEP 528 (#7113)
2018-05-30 Andrés Delfinobpo-33696: Install python-docs-theme even if SPHINXBUIL...
2018-05-30 Serhiy Storchakabpo-33691: Add _PyAST_GetDocString(). (GH-7236)
2018-05-30 Wieland HoffmannImprove ensurepip's --help (GH-4686)
2018-05-30 jhaydamanbpo-33238: Add InvalidStateError to concurrent.futures...
2018-05-30 Yury SelivanovRevert "A better fix for asyncio test_stdin_broken_pipe...
2018-05-30 Yury SelivanovA better fix for asyncio test_stdin_broken_pipe (#7221)
2018-05-30 Yury SelivanovRevert "bpo-22087: Fix Policy.get_event_loop() to detec...
2018-05-30 Elvis PranskevichusFix typo introduced in GH-7217 (#7230)
2018-05-29 Yury Selivanovbpo-32684: Fix nits in tests (GH-7225)
2018-05-29 Julien PalardFix whatsnew entry about ThreadedHTTPServer. (GH-7220)
2018-05-29 Elvis Pranskevichusbpo-23859: Document that asyncio.wait() does not cancel...
2018-05-29 Elvis Pranskevichusbpo-32751: Wait for task cancellation in asyncio.wait_f...
2018-05-29 Yury Selivanovbpo-32684: Fix gather to propagate cancel of itself...
2018-05-29 Géry Ogambpo-31639: Change ThreadedHTTPServer to ThreadingHTTPSe...
2018-05-29 Yury Selivanovbpo-22087: Fix Policy.get_event_loop() to detect fork...
2018-05-29 Mandeep Singhbpo-30935: update get_event_loop docs (GH-2731)
2018-05-29 Yury SelivanovAttempt to fix test_stdin_broken_pipe on Travis (#7210)
2018-05-29 Serhiy Storchakabpo-33622: Add checks for exceptions leaks in the garba...
2018-05-29 Dong-hee Nabpo-33197: Update a error message of invalid inspect...
2018-05-29 Victor Stinnerbpo-33353: test_asyncio use set_write_buffer_limits...
2018-05-29 Serhiy Storchakabpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
2018-05-29 Yury Selivanovbpo-33654: Support protocol type switching in SSLTransp...
2018-05-29 Yury Selivanovbpo-33674: Pause the transport as early as possible...
2018-05-29 Steve Dowerbpo-32878: Adds documentation for st_ino on Windows...
2018-05-28 Victor Stinnerbpo-33674: asyncio: Fix SSLProtocol race (GH-7175)
2018-05-28 Andrés Delfinobpo-33670: Expose Sphinx errorlevel (GH-7156)
2018-05-28 Andrés Delfinobpo-33673: Install python-docs-theme even if Sphinx...
2018-05-28 Yury Selivanovbpo-32410: Avoid blocking on file IO in sendfile fallba...
2018-05-28 Yury Selivanovbpo-32610: Fix asyncio.all_tasks() to return only pendi...
2018-05-28 Yury Selivanovbpo-33469: RuntimeError after closing loop that used...
2018-05-28 Steve Dowerbro-33614: Override exit code in find_msbuild.bat ...
2018-05-28 Yury Selivanovbpo-33672: Fix Task.__repr__ crash with Cython's bogus...
2018-05-28 Yury Selivanovbpo-32458: Further tune start_tls tests (#7166)
2018-05-28 Steve Dowerbpo-33614: Ensures module definition files for the...
2018-05-28 Victor Stinnerregrtest: repeat summary after re-run (GH-7159)
2018-05-28 Yury Selivanovbpo-33654: Support BufferedProtocol in set_protocol...
2018-05-28 jimmylaibpo-33505: Optimize asyncio.ensure_future by reordering...
2018-05-28 twisteroid... bpo-31647: Fix write_eof() after close() for SelectorSo...
2018-05-28 Yury Selivanovbpo-33623: Fix possible SIGSGV when asyncio.Future...
2018-05-28 Marcel Plchbpo-32374: Ignore Python-level exceptions in test_bad_t...
2018-05-28 Serhiy Storchakabpo-33652: Remove __getstate__ and __setstate__ methods...
2018-05-26 Ethan Smithbpo-32380: Create functools.singledispatchmethod (...
2018-05-26 Ned Deilybpo-33655: Also ignore test_posix_fallocate failures...
2018-05-26 Serhiy Storchakabpo-33652: Improve pickle support in the typing module...
2018-05-26 Andrés DelfinoFix typo spotted by Guido (GH-7131)
2018-05-26 Andrés Delfinobpo-32769: A new take on annotations/type hinting gloss...
2018-05-26 Serhiy Storchakabpo-33644: Fix signatures of tp_finalize handlers in...
2018-05-25 Victor Stinnertest.regrtest: flush stdout when display progress ...
2018-05-25 Ivan LevkivskyiDocument typing.NoReturn (GH-7107)
2018-05-24 Serhiy Storchakabpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099)
2018-05-24 Victor Stinnerbpo-33629: Prevent coredump in test_importlib (GH-7090)
2018-05-24 Serhiy Storchakabpo-33622: Fix issues with handling errors in the GC...
2018-05-24 Chih-Hsuan Yencloses bpo-33619: Fix libffi detection by regenerating...
2018-05-24 Cheryl Sabella bpo-33628: IDLE: Minor code cleanup of codecontext...
2018-05-24 Ned Deilybpo-33109: argparse subparsers are once again not requi...
2018-05-24 Victor Stinnerbpo-33540: Add block_on_close attr to socketserver...
2018-05-24 Victor Stinnerbpo-33353: test_asyncio set SO_SNDBUF after connect...
2018-05-23 Victor Stinnerbpo-33353: test_asyncio uses smaller sendfile data...
2018-05-23 Christian Heimesbpo-33618: Enable TLS 1.3 in tests (GH-7079)
2018-05-23 Yury Selivanovbpo-32436: Document PEP 567 changes to asyncio. (GH...
2018-05-23 Victor Stinnerbpo-33612: Remove PyThreadState_Clear() assertion ...
2018-05-23 sthbpo-27300: Add the errors parameter to tempfile classes...
2018-05-23 Nina ZakharenkoReverse the meaning of is_argument when used for type...
2018-05-22 Matthias Bussonnierbpo-33604: Remove Pending from hmac Deprecation warning...
2018-05-22 Christian Heimesbpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976)
2018-05-22 John Reesebpo-33516: Add support for __round__ in MagicMock ...
2018-05-22 Serhiy StorchakaAdd missed details of the C API introduced in 3.7....
2018-05-22 Elvis Pranskevichusbpo-33592: Document the C API in PEP 567 (contextvars...
2018-05-22 Terry Jan ReedyImprove comments in test_idle.py. (GH-7057)
2018-05-22 Serhiy Storchakabpo-30877: Fix clearing a cache in the the JSON decoder...
2018-05-22 Masayuki YamamotoAdd PyThread_tss_* to Doc/data/refcounts.dat. (GH-7038)
2018-05-22 Serhiy Storchakabpo-5945: Improve mappings and sequences C API docs...
2018-05-22 Andrés DelfinoFix lambda parameters being refered as arguments (GH...
2018-05-21 Andrew SvetlovUse IPv4 only to avoid IP address collision (#7030)
2018-05-21 INADA Naokibpo-33583: Add note in PyObject_GC_Resize() doc (GH...
2018-05-21 Andrew SvetlovFix asyncio flaky tests (#7023)
2018-05-21 Vlad Starostinbpo-33263: Fix FD leak in _SelectorSocketTransport...
2018-05-20 Aaron Hall... bpo-26103: Fix inspect.isdatadescriptor() and a data...
2018-05-20 Serhiy StorchakaFix line breaks added after hyphens by blurb. (GH-7002)
2018-05-20 Terry Jan ReedyAdd idlelib and IDLE section to What's New in 3.7....
2018-05-20 Christian Heimesbpo-32262: Fix typo in f-string (GH-7016)
2018-05-20 Mario Corcherobpo-33541: Remove unused __pad function (GH-4377)
2018-05-20 Andrés Delfinobpo-33580: Make binary/text file glossary entries follo...
2018-05-20 CtrlZvibpo-33542: Ignore DUID in uuid.get_node on Windows...
2018-05-20 Lisa Roachbpo-30940: Updating round() docs. (GH-6342)
2018-05-20 Eitan AdlerDocs: be less specific about python versions (GH-6985)
2018-05-20 Serhiy Storchakabpo-33584: Fix several minor bugs in asyncio. (GH-7003)
next