- 3af4b58 bpo-42206: Propagate and raise errors from PyAST_Validate in the parser (GH-23035) by Batuhan Taskaya · 4 years ago
- d6238ba bpo-42172: Correct typo for test_socket.py (GH-23013) by Akashkumar D Khunt · 4 years ago
- 8e409ce bpo-42160: tempfile: Reduce overhead of pid check. (GH-22997) by Eric W · 4 years ago
- 9129af6 bpo-42198: Link to GenericAlias in typing and expressions (GH-23030) by kj · 4 years ago
- 3317466 bpo-42061: Document __format__ for IP addresses (GH-23018) by Teugea Ioan-Teodor · 4 years ago
- b76a840 bpo-42180: fix plural in arguments and control (GH-23015) by Rafael Fontenelle · 4 years ago
- 5776663 bpo-42029: Remove IRIX code (GH-23023) by Victor Stinner · 4 years ago
- 3505261 bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the func object (GH-22953) by Yonatan Goldschmidt · 4 years ago
- df59273 bpo-34204: Use pickle.DEFAULT_PROTOCOL in shelve (GH-19639) by Zackery Spytz · 4 years ago
- 4173320 bpo-41805: Documentation for PEP 585 (GH-22615) by kj · 4 years ago
- 35b95aa bpo-42161: Micro-optimize _collections._count_elements() (GH-23008) by Victor Stinner · 4 years ago
- c310185 bpo-42161: Remove private _PyLong_Zero and _PyLong_One (GH-23003) by Victor Stinner · 4 years ago
- 0564aaf bpo-42099: Fix reference to ob_type in unionobject.c and ceval (GH-22829) by Neil Schemenauer · 4 years ago
- 15acc4e bpo-41659: Disallow curly brace directly after primary (GH-22996) by Lysandros Nikolaou · 4 years ago
- 95f710c bpo-6761: Enhance __call__ documentation (GH-7987) by Andre Delfino · 4 years ago
- 3783413 bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) by Victor Stinner · 4 years ago
- a6879d9 bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999) by Victor Stinner · 4 years ago
- 84f7382 bpo-42157: Rename unicodedata.ucnhash_CAPI (GH-22994) by Victor Stinner · 4 years ago
- c9bc290 bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995) by Victor Stinner · 4 years ago
- 303aac8 bpo-30681: Support invalid date format or value in email Date header (GH-22090) by Georges Toth · 4 years ago
- 8e3b9f9 bpo-42161: Add _PyLong_GetZero() and _PyLong_GetOne() (GH-22993) by Victor Stinner · 4 years ago
- bca7014 bpo-42123: Run the parser two times and only enable invalid rules on the second run (GH-22111) by Lysandros Nikolaou · 4 years ago
- c8c4200 bpo-42157: Convert unicodedata.UCD to heap type (GH-22991) by Victor Stinner · 4 years ago
- 920cb64 bpo-42157: unicodedata avoids references to UCD_Type (GH-22990) by Victor Stinner · 4 years ago
- 8374d2e bpo-39101: Fixes BaseException hang in IsolatedAsyncioTestCase. (GH-22654) by Lisa Roach · 4 years ago
- 47e1afd bpo-1635741: _PyUnicode_Name_CAPI moves to internal C API (GH-22713) by Victor Stinner · 4 years ago
- b510e10 bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986) by Serhiy Storchaka · 4 years ago
- fb5db7e bpo-42006: Stop using PyDict_GetItem, PyDict_GetItemString and _PyDict_GetItemId. (GH-22648) by Serhiy Storchaka · 4 years ago
- 96a9eed Added some makefile generated files to .gitignore (GH-22435) by Marco Sulla · 4 years ago
- 0f25c23 Add a link to buffer protocol in bytearray() doc (GH-22675) by Antoine · 4 years ago
- c0590c0 bpo-42146: Fix memory leak in subprocess.Popen() in case of uid/gid overflow (GH-22966) by Alexey Izbyshev · 4 years ago
- e68c678 bpo-42150: Avoid buffer overflow in the new parser (GH-22978) by Pablo Galindo · 4 years ago
- d1a0a96 bpo-42043: Add support for zipfile.Path subclasses (#22716) by Jason R. Coombs · 4 years ago
- 14cdc21 bpo-41919: Avoid resource leak in test_io (GH-22973) by Hai Shi · 4 years ago
- df8d4c8 bpo-41490: ``path`` and ``contents`` to aggressively close handles (#22915) by Jason R. Coombs · 4 years ago
- c32f297 bpo-42144: Add a missing "goto error;" in the _ssl module (GH-22959) by Zackery Spytz · 4 years ago
- 3cde378 bpo-39108: Document threading issues for random.gauss() (GH-22928) by Raymond Hettinger · 4 years ago
- e6a7ea4 Split-out a fourth section in the descriptor HowTo guide (GH-22965) by Raymond Hettinger · 4 years ago
- 492d513 Correctly compare the hint against the keys in _PyDict_GetItemHint (GH-22960) by Pablo Galindo · 4 years ago
- 4a9c637 Second round of updates to the descriptor howto guide (GH-22946) by Raymond Hettinger · 4 years ago
- 5df6c99 bpo-33987: Add master ttk Frame to IDLE search dialogs (GH-22942) by Mark Roseman · 4 years ago
- 48be6b1 bpo-42127: Document effect of cached_property on key-sharing dictionaries (GH-22930) by Raymond Hettinger · 4 years ago
- c579ad1 bpo-33987: Use master ttk Frame for IDLE config dialog (GH-22943) by Mark Roseman · 4 years ago
- e53e544 bpo-33987: Use ttk Label on IDLE statusbar (GH-22941) by Mark Roseman · 4 years ago
- be3c3a0 bpo-35823: Allow setsid() after vfork() on Linux. (GH-22945) by Gregory P. Smith · 4 years ago
- 8cd1dba bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870) by Serhiy Storchaka · 4 years ago
- 473db47 bpo-35823: subprocess: Fix handling of pthread_sigmask() errors (GH-22944) by Alexey Izbyshev · 4 years ago
- e01e442 [doc] Fix link to abc.ABCMeta.register in Glossary (GH-22932) by Andre Delfino · 4 years ago
- 2455cb5 Automatically add skip news and skip issue label to dependabot PRs (GH-22927) by Mariatta · 4 years ago
- 805ef73 bpo-42139: Update What's New 3.9 for master (#22936) by Terry Jan Reedy · 4 years ago
- 8e5b0fd bpo-19072: Update descriptor howto for decorator chaining (GH-22934) by Raymond Hettinger · 4 years ago
- 04523c5 Mention in "What's New" that the import system is starting to be cleaned up (GH-22931) by Brett Cannon · 4 years ago
- 976da90 bpo-35823: subprocess: Use vfork() instead of fork() on Linux when safe (GH-11671) by Alexey Izbyshev · 4 years ago
- 16ee68d bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471) by Jacob Neil Taylor · 4 years ago
- a3c4cef build(deps): bump actions/upload-artifact from v1 to v2.2.0 (GH-22920) by dependabot[bot] · 4 years ago
- cd0edbc build(deps): bump actions/cache from v1 to v2.1.2 (GH-22919) by dependabot[bot] · 4 years ago
- 697109b Allow dependabot to check GitHub actions monthly (GH-22787) by John Losito · 4 years ago
- 8d3d731 Create a primer section for the descriptor howto guide (GH-22906) by Raymond Hettinger · 4 years ago
- 7c4065d Add GitHub sponsor info for Python (GH-22887) by Mariatta · 4 years ago
- 7801514 Add Mark Shannon to CODEOWNERS. (#22914) by Mark Shannon · 4 years ago
- da6f098 bpo-40592: shutil.which will not return None anymore if ; is the last char in PATHEXT (GH-20088) by Christopher Marchfelder · 4 years ago
- 345cd37 bpo-36876: Fix the C analyzer tool. (GH-22841) by Eric Snow · 4 years ago
- ec388cf bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239) by Zackery Spytz · 4 years ago
- facb522 bpo-33987: IDLE: Use ttk Frame on doc window and statusbar (GH-11433) by Cheryl Sabella · 4 years, 1 month ago
- e76b8fc Add CODEOWNERS for the Grammar file (GH-22898) by Lysandros Nikolaou · 4 years, 1 month ago
- c6d7e82 bpo-38980: Only apply -fno-semantic-interposition if available (GH-22892) by Petr Viktorin · 4 years, 1 month ago
- b37c994 bpo-42086: Document AST operator nodes acts as a singleton (GH-22896) by Batuhan Taskaya · 4 years, 1 month ago
- b52432c bpo-42057: Add regression test to master. (GH-22893) by Mark Shannon · 4 years, 1 month ago
- b6f2fc9 bpo-25655: Improve Win DLL loading failures doc (GH-22372) by Philippe Ombredanne · 4 years, 1 month ago
- 283f9a2 Remove 3.5 from Doc version switcher in master. (#22886) by larryhastings · 4 years, 1 month ago
- dde91b1 bpo-1635741: Fix NULL ptr deref in multiprocessing (GH-22880) by Christian Heimes · 4 years, 1 month ago
- 8a9463f _testmultiphase: Fix possible ref leak (GH-22881) by Dong-hee Na · 4 years, 1 month ago
- c8ba47b Delete TaskWakeupMethWrapper_Type and use PyCFunction instead (#22875) by Vladimir Matveev · 4 years, 1 month ago
- 3c69f0c bpo-41910: specify the default implementations of object.__eq__ and object.__ne__ (GH-22874) by Brett Cannon · 4 years, 1 month ago
- b451b0e bpo-38980: Add -fno-semantic-interposition when building with optimizations (GH-22862) by Pablo Galindo · 4 years, 1 month ago
- 27f1bd8 bpo-35181: Correct importlib documentation for some module attributes (GH-15190) by Géry Ogam · 4 years, 1 month ago
- f8b1ccd Fix bpo-39416: Change "Numeric" to lower case; an english word, not a class name (GH-22867) by kpinc · 4 years, 1 month ago
- 2e5ca9e bpo-41746: Cast to typed seqs in CHECK macros to avoid type erasure (GH-22864) by Lysandros Nikolaou · 4 years, 1 month ago
- caff293 bpo-41959: Fix grammar around class asyncio.MultiLoopChildWatcher text (GH-22580) by Raúl Cumplido · 4 years, 1 month ago
- c60394c bpo-39416: Document some restrictions on the default string representations of numeric classes (GH-18111) by kpinc · 4 years, 1 month ago
- c7437e2 bpo-41747: Ensure all dataclass methods uses their parents' qualname (GH-22155) by Batuhan Taskaya · 4 years, 1 month ago
- 9a1ad2c Update tzdata to 2020.3 (GH-22856) by Paul Ganssle · 4 years, 1 month ago
- cb115e3 Doc: Fix a typo/error in the docs for cached bytecode (GH-22445) by Zackery Spytz · 4 years, 1 month ago
- fb2e946 Doc: Do not suggest `s[::-1]` for reversed order (GH-22457) by Andre Delfino · 4 years, 1 month ago
- eba109a Doc: Remove old Python version from future stmt (GH-21802) by Andre Delfino · 4 years, 1 month ago
- 4642ccd Doc: Do not encourage using a base class name in a derived class (GH-22177) by Andre Delfino · 4 years, 1 month ago
- c0f22fb bpo-41902: Micro optimization for range.index if step is 1 (GH-22479) by Dong-hee Na · 4 years, 1 month ago
- 5f22741 bpo-23706: Add newline parameter to pathlib.Path.write_text (GH-22420) (GH-22420) by Максим · 4 years, 1 month ago
- 25492a5 bpo-41902: Micro optimization for compute_item of range (GH-22492) by Dong-hee Na · 4 years, 1 month ago
- a460d45 Update idlelib/help.html to current Sphinx output (GH-22833) by Terry Jan Reedy · 4 years, 1 month ago
- 786addd bpo-41586: Attempt to make the pipesize tests more robust. (GH-22839) by Gregory P. Smith · 4 years, 1 month ago
- 7cdf30f bpo-42010: [docs] Clarify subscription of types (GH-22822) by kj · 4 years, 1 month ago
- 2d55aa9 bpo-29981: Add examples and update index for set, dict, and generator comprehensions'(GH-20272) by Florian Dahlitz · 4 years, 1 month ago
- 5ab27cc bpo-42041: Clarify how subprocess searches for the executable (GH-22715) by Paul Moore · 4 years, 1 month ago
- 3393624 Minor tweaks to typing union objects doc (GH-22741) by Andre Delfino · 4 years, 1 month ago
- 3f7e990 bpo-41192: Add documentation of undocumented audit events (GH-21308) by Saiyang Gou · 4 years, 1 month ago
- 1d34699 bpo-38144: Re-add accidentally removed audition for glob. (GH-22805) by Serhiy Storchaka · 4 years, 1 month ago
- 6d883fb bpo-38439: Update the Windows Store package's icons for IDLE. Artwork by Andrew Clover (GH-22817) by Steve Dower · 4 years, 1 month ago
- 0c37269 bpo-41192: Clarify the sys module's description of the auditing feature (GH-22768) by Andrew Kuchling · 4 years, 1 month ago
- ec42789 bpo-39693: mention KeyError in tarfile extractfile documentation (GH-18639) by Andrey Doroschenko · 4 years, 1 month ago