]> granicus.if.org Git - python/shortlog
python
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)
2018-05-16 Alex GaynorRemove an unneeded call into OpenSSL (GH-6887)
2018-05-16 Nina ZakharenkoFix ClassVar as string fails when getting type hints...
2018-05-16 Petr Viktorinbpo-28167: Remove platform.linux_distribution (GH-6871)
2018-05-16 Gregory P.... bpo-24318: Rewrite the README PGO section. (#6863)
2018-05-16 Eric V. Smithbpo-33536: Validate make_dataclass() field names. ...
2018-05-16 Christopher... bpo-21475: Support the Sitemap extension in robotparser...
2018-05-16 Eric V. SmithMinor tweaks to dataclasses docs. (GH-6903)
2018-05-16 Eric V. Smithbpo-33534: Remove unneeded test. (GH-6897)
2018-05-16 Eric V. SmithReflow dataclasses comments (GH-6893)
2018-05-16 Eric V. Smithbpo-32216: Add documentation for dataclasses (GH-6886)
2018-05-16 Isaiah Pengbpo-32384: Skip test when _testcapi isn't available...
2018-05-16 Eitan Adlercloses bpo-33512: use standard for detecting long doubl...
2018-05-16 Eric V. Smithbpo-33453: Handle string type annotations in dataclasse...
2018-05-15 Serhiy Storchakabpo-33454: Fix arguments parsing in _xxsubinterpreters...
2018-05-15 Terry Jan Reedybpo-30928: Update idlelib/NEWS.txt to 2018-05-14. ...
2018-05-15 Christian Heimesbpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904)
2018-05-15 Stéphane Wirtelbpo-33503: Fix the broken pypi link in the source and...
2018-05-15 Victor Stinnerbpo-33509: Fix _warnings for module_globals=None (...
2018-05-15 Barry Warsawbpo-33465: Use an unlikely to be built-in C extension...
2018-05-15 Terry Jan Reedybpo-29706: Test that IDLE colors async/await as keyword...
2018-05-15 Matthias Bussonnierbpo-28167: bump platform.linux_distribution removal...
2018-05-15 Eric V. Smithbpo-33517: dataclasses: Add the field type to Field...
2018-05-15 Benjamin Petersonrun autoreconf (GH-6850)
2018-05-15 Eitan Adlerbpo-33483: more correctly handle finding the C compiler...
2018-05-15 Eric V. SmithRemove accidentally checked in files. (GH-6835)
2018-05-14 Segev Finerbpo-16865: Support arrays >=2GB in ctypes. (GH-3006)
2018-05-14 Ned Deilybpo-33497: Add NEWS and ACKS entries. (GH-6838)
2018-05-14 Travis DePratoAdd AsyncContextManager to typing module documentation...
2018-05-14 Amber Brownbpo-33497: Add errors param to cgi.parse_multipart...
2018-05-14 Eric V. Smithbpo-33502: dataclass._Dataclassparams repr: use repr...
2018-05-14 Alex GaynorFixed an unused variable warning introduced in GH-6800...
2018-05-14 ukwkskbpo-33443 Fix typo in Python/import.c (GH-6722)
2018-05-14 Andrés Delfinobpo-32769: Write annotation entry for glossary (GH...
2018-05-14 Romuald BrunetAdd versionchanged in create_datagram_endpoint doc...
next