]> granicus.if.org Git - python/shortlog
python
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)
2018-05-20 CtrlZvibpo-26819: Prevent proactor double read on resume ...
2018-05-20 Serhiy Storchakabpo-23722: Raise a RuntimeError for absent __classcell_...
2018-05-20 Serhiy Storchakabpo-23722: Fix docs for future __classcell__ changes...
2018-05-20 Elvis Pranskevichusbpo-32996: The bulk of What's New in Python 3.7 (GH...
2018-05-20 Terry Jan Reedybpo-30928: Update idlelib/NEWS.txt. (#6995)
2018-05-19 Carl MeyerFix typo in error message when decoding PYTHONPATH...
2018-05-19 Cheryl Sabellabpo-32831: IDLE: Add docstrings and tests for codeconte...
2018-05-19 Daniel Chimenoimport secrets module in secrets recipes (#6705)
2018-05-18 Ivan Levkivskyibpo-28556: Don't simplify unions at runtime (GH-6841)
2018-05-18 Skip Montanarobpo-33556: Remove reference to thread module from docst...
2018-05-18 Serhiy StorchakaFix C API docs: PyCapsule_Import always set an exceptio...
2018-05-18 Terry Jan Reedybpo-33564: Add async to IDLE's code context block opene...
2018-05-17 Miro Hrončokbpo-33559: Attribute changed repr of exceptions (GH...
2018-05-17 Carl MeyerFix Windows build of Python for latest WinSDK. (GH...
2018-05-17 Miro Hrončokbpo-33559: Document changed repr of exceptions (GH...
2018-05-17 Yury Selivanovasyncio/docs: Mark asyncio.run() as provisional in...
2018-05-17 Steve DowerOnly upload docs for CI build and not pull requests...
2018-05-17 Barry WarsawProvide a little better debug output (#6940)
2018-05-17 Barry Warsawbpo-33537: Add an __all__ to importlib.resources (...
2018-05-17 Gregory P.... bpo-19950: Clarify unittest TestCase instance use....
2018-05-17 Eric Snowbpo-32604: Implement force-closing channels. (gh-6937)
2018-05-17 Thomas JonesUpdate Python Folder.icns icon file to match new macOS...
2018-05-17 Matthias Bussonnierbpo-33549: Remove shim and deprecation warning to acces...
2018-05-17 Andrés Delfinobpo-33518: Add PEP entry to documentation glossary...
2018-05-17 Zvezdan Petkovicbpo-13631: Fix the order of initialization for readline...
2018-05-17 Serhiy Storchakabpo-33475: Fix and improve converting annotations to...
2018-05-17 INADA NaokiReplace _PyGC_REFS macros with higher level macros...
2018-05-16 Steve Dowerbpo-33522: Enable CI builds on Visual Studio Team Servi...
2018-05-16 Barry Warsawbpo-32216: Update dataclasses documentation (#6913)
2018-05-16 Eric Snowbpo-32604: Improve subinterpreter tests. (#6914)
next