- e52ab42 bpo-41139: Deprecate `cgi.log()` (GH-25625) by Inada Naoki · 3 years, 7 months ago
- a692565 bpo-43651: Fix EncodingWarning in `os.fdopen()` and test_os (GH-25654) by Inada Naoki · 3 years, 7 months ago
- fa51c0c bpo-43651: Fix EncodingWarning in tests. (GH-25655) by Inada Naoki · 3 years, 7 months ago
- 8557edb bpo-24275: Don't downgrade unicode-only dicts to mixed on lookups (GH-25186) by Hristo Venev · 3 years, 7 months ago
- 69a733b [doc] Be more clear on super() regarding multiple base classes methods (GH-21789) by Andre Delfino · 3 years, 7 months ago
- 08a4803 [doc] Do some polishing in IDEs section (GH-22070) by Andre Delfino · 3 years, 7 months ago
- b38b2fa Document importlib.metadata.PackagePath.locate method (GH-25669) by Paul Moore · 3 years, 7 months ago
- 4a85718 bpo-43970: Optimize Path.cwd() in pathlib by not instantiating a class unnecessarily (GH-25699) by kfollstad · 3 years, 7 months ago
- 15d3861 bpo-37903: IDLE: Shell sidebar with prompts (GH-22682) by Tal Einat · 3 years, 7 months ago
- 103d5e4 bpo-28254: _posixsubprocess uses PyGC_Enable/PyGC_Disable (GH-25693) by Victor Stinner · 3 years, 7 months ago
- 3b52c8d bpo-43908: Add Py_TPFLAGS_IMMUTABLETYPE flag (GH-25520) by Erlend Egeberg Aasland · 3 years, 7 months ago
- 3cc481b bpo-28254: Add a C-API for controlling the GC state (GH-25687) by scoder · 3 years, 7 months ago
- baecfbd bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path (GH-25264) by Barney Gale · 3 years, 7 months ago
- 859577c bpo-41559: Change PEP 612 implementation to pure Python (#25449) by Ken Jin · 3 years, 7 months ago
- c1a9535 bpo-43955: Handle the case where the distutils warning has already been triggered (GH-25675) by Steve Dower · 3 years, 7 months ago
- 4c49be7 bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671) by scoder · 3 years, 7 months ago
- fe52eb6 bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684) by Victor Stinner · 3 years, 7 months ago
- 32c5a17 bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683) by Victor Stinner · 3 years, 7 months ago
- 21b02b5 bpo-43960: test_pdb resets breakpoints (GH-25673) by Irit Katriel · 3 years, 7 months ago
- db0c5b7 bpo-43776: Remove list call from args in Popen repr (GH-25338) by M. Kocher · 3 years, 7 months ago
- f9bedb6 bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740) by Ma Lin · 3 years, 7 months ago
- a5e6444 bpo-43963: Add _signal module state (GH-25676) by Victor Stinner · 3 years, 7 months ago
- 5c84bb5 bpo-37751: Update `codecs.register()` doc. (GH-25643) by Inada Naoki · 3 years, 7 months ago
- a09766d bpo-43963: Fix import _signal in subinterpreters (GH-25674) by Victor Stinner · 3 years, 7 months ago
- 6bd9288 bpo-43957: [Enum] Deprecate ``TypeError`` from containment checks. (GH-25670) by Ethan Furman · 3 years, 7 months ago
- 9aea31d bpo-8978: improve tarfile.open error message when lzma / bz2 are missing (GH-24850) by Anthony Sottile · 3 years, 7 months ago
- 8a37463 Fix generated file name for installer builds on macOS 11+. (GH-25661) by Ned Deily · 3 years, 7 months ago
- ce82781 bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640) by Erlend Egeberg Aasland · 3 years, 7 months ago
- bf0c7c0 bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641) by Erlend Egeberg Aasland · 3 years, 7 months ago
- e3bf179 bpo-43864: Silence deprecation warning in test_importlib.test_module_found and test_importlib.test_module_not_found (GH-25656) by Shreyan Avigyan · 3 years, 7 months ago
- 99fdd78 bpo-43766: Fix TypeGuard docs (#25660) by Ken Jin · 3 years, 7 months ago
- 05ab4b6 bpo-43766: Implement PEP 647 (User-Defined Type Guards) in typing.py (#25282) by Ken Jin · 3 years, 7 months ago
- d925133 bpo-43312: Functions returning default and preferred sysconfig schemes (GH-24644) by Tzu-ping Chung · 3 years, 7 months ago
- 93f4118 Fix thread locks in zlib module may go wrong in rare case. (#22126) by Ma Lin · 3 years, 7 months ago
- 878bc8b bpo-43651: Fix EncodingWarning in fileinput and its test (GH-25648) by Inada Naoki · 3 years, 7 months ago
- caae717 bpo-43651: Fix EncodingWarning in zipfile (GH-25650) by Inada Naoki · 3 years, 7 months ago
- 5987b8c bpo-43945: [Enum] Deprecate non-standard mixin format() behavior (GH-25649) by Ethan Furman · 3 years, 7 months ago
- cfe523b bpo-43651: PEP 597: Fix `socket.makefile()` (GH-25645) by Inada Naoki · 3 years, 7 months ago
- 743e2ba [doc] Remove duplicated operator.itemgetter example (GH-24178) by Andre Delfino · 3 years, 7 months ago
- 9dfefbe bpo-43651: Fix EncodingWarning in `pydoc`. (GH-25644) by Inada Naoki · 3 years, 7 months ago
- 284c52d bpo-38530: Require 50% similarity in NameError and AttributeError suggestions (GH-25584) by Dennis Sweeney · 3 years, 7 months ago
- 7244c00 bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246) by Erlend Egeberg Aasland · 3 years, 7 months ago
- 52cd6d5 Use the zero argument form of super() in examples for Python3 docs. (GH-22314) by Andre Delfino · 3 years, 7 months ago
- 425434d bpo-40432: Use python 3.8 or higher to compile CPython on Windows (#25389) by Ken Jin · 3 years, 7 months ago
- 8a307e4 bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603) by Llandy Riveron Del Risco · 3 years, 7 months ago
- 1b1f985 bpo-42904: Change search order of typing.get_type_hints eval (#25632) by Ken Jin · 3 years, 7 months ago
- 94549ee Add additional keyword-only tests. (GH-25633) by Eric V. Smith · 3 years, 7 months ago
- bd25bcd Doc: Fix the array.fromfile method doc (GH-22037) by Adorilson Bezerra · 3 years, 7 months ago
- 5f87915 bpo-43466: Link with libz in PY_UNSUPPORTED_OPENSSL_BUILD path (GH-25587) by Christian Heimes · 3 years, 7 months ago
- 666991f bpo-18233: Add internal methods to access peer chain (GH-25467) by Christian Heimes · 3 years, 7 months ago
- 3c586ca bpo-38820: Old OpenSSL 3.0.0 releases are in /old/3.0/ (GH-25624) by Christian Heimes · 3 years, 7 months ago
- 3c4850e Update asyncio-subprocess.rst (GH-21680) by Gabriel R F · 3 years, 7 months ago
- b6daab2 documentation: clarification about the function remove in os library (GH-19024) by Etienne Gautier · 3 years, 7 months ago
- 7be870f Fix documentation typos of argparse exit_on_error (GH-22706) by Taneli Hukkinen · 3 years, 7 months ago
- b3dec6f Quick pydoc update to smtplib.py (GH-22292) by uy-rrodriguez · 3 years, 7 months ago
- cb5c802 Fix id of 'Internet Message Format' RFC in email doc (GH-24137) by Denis Laxalde · 3 years, 7 months ago
- 0d930f1 Fix copy.Error casing in documentation GH-22004 by Andre Delfino · 3 years, 7 months ago
- d28b346 Fix broken links and improve stand-alone tools list in FAQ GH-22124 by Andre Delfino · 3 years, 7 months ago
- c028053 Add keyword-only fields to dataclasses. (GH=25608) by Eric V. Smith · 3 years, 7 months ago
- 7f8e072 Remove mention of dst parameter from description of os.lstat() (GH-24704) by Sergey Fedoseev · 3 years, 7 months ago
- a1a5e3c Fix a typo in datamodel reference document (GH-24930) by Géry Ogam · 3 years, 7 months ago
- f84f1b5 bpo-38605: Update __future__ module doc as `annotations` is now "mandatory in 3.11" (GH-25602) by Saiyang Gou · 3 years, 7 months ago
- a31cf86 fix typo in warning (#20620) by Allen · 3 years, 7 months ago
- a89d8a9 BaseHTTPRequestHandler, that path includes query (#25597) by Senthil Kumaran · 3 years, 7 months ago
- c9c27b8 Set the release for `__future__.annotations` to 3.11 (#25596) by Anthony Sottile · 3 years, 7 months ago
- 8af929f bpo-43534: Fix the turtle module working with multiple root windows (GH-25591) by Serhiy Storchaka · 3 years, 7 months ago
- 09aa6f9 bpo-38490: statistics: Add covariance, Pearson's correlation, and simple linear regression (#16813) by Tymoteusz Wołodźko · 3 years, 7 months ago
- 172c0f2 bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554) by Serhiy Storchaka · 3 years, 7 months ago
- face87c bpo-42609: Check recursion depth in the AST validator and optimizer (GH-23744) by Serhiy Storchaka · 3 years, 7 months ago
- b5adc8a bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitient again (GH-24923) by Serhiy Storchaka · 3 years, 7 months ago
- 3bb3fb3 bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by window managers on macOS and X Window (#25187) by Serhiy Storchaka · 3 years, 7 months ago
- 8cc3cfa bpo-42737: annotations with complex targets no longer causes any runtime effects (GH-23952) by Batuhan Taskaya · 3 years, 7 months ago
- 1969835 bpo-43930: Update bundled pip to 21.1 and setuptools to 56.0.0 (GH-25576) by Stéphane Bidoul · 3 years, 7 months ago
- c6ca368 bpo-43780: Sync with importlib_metadata 3.10 (GH-25297) by Jason R. Coombs · 3 years, 7 months ago
- ce9a064 bpo-43921: also accept EOF in post-handshake auth test (GH-25574) by Christian Heimes · 3 years, 7 months ago
- a460ab3 bpo-41282: Consistent message and filter warning in setup.py (GH-25571) by Christian Heimes · 3 years, 7 months ago
- c8666cf bpo-37322: Fix ResourceWarning and exception handling in test (GH-25553) by Christian Heimes · 3 years, 7 months ago
- f05c2ae bpo-31870: Fix test_get_server_certificate_timeout on Windows (GH-25570) by Christian Heimes · 3 years, 7 months ago
- b2fac1a bpo-31870: Add a timeout parameter to ssl.get_server_certificate() (GH-22270) by Zackery Spytz · 3 years, 7 months ago
- 6c681e1 bpo-38659: [Enum] do not check '_inverted_' during simple test (GH-25566) by Ethan Furman · 3 years, 7 months ago
- 4819940 Restrict GITHUB_TOKEN permissions for the 'stale' workflow (GH-25564) by Brett Cannon · 3 years, 7 months ago
- 5e437fb bpo-30555: Fix WindowsConsoleIO fails in the presence of fd redirection (GH-1927) by Segev Finer · 3 years, 7 months ago
- 6b59e66 bop-43652: Update Tcl and Tk to 8.6.11 in Windows installer (GH-25170) by Terry Jan Reedy · 3 years, 7 months ago
- 22556d8 Silence find_module() DeprecationWarning on Windows tests (GH-25563) by Brett Cannon · 3 years, 7 months ago
- 1e9f093 bpo-43907: add missing memoize call in pure python pickling of bytearray (GH-25501) by Carl Friedrich Bolz-Tereick · 3 years, 7 months ago
- f24e2e5 bpo-39950: add `pathlib.Path.hardlink_to()` method that supersedes `link_to()` (GH-18909) by Barney Gale · 3 years, 7 months ago
- e047239 bpo-43921: ignore failing test_wrong_cert_tls13 on Windows (GH-25561) by Christian Heimes · 3 years, 7 months ago
- 019e9e8 bpo-43538: Add extra arguments to os.startfile (GH-25538) by Steve Dower · 3 years, 7 months ago
- 3513d55 bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539) by Steve Dower · 3 years, 7 months ago
- 7d37b86 bpo-35114: Make ssl.RAND_status() return a bool (GH-20063) by Zackery Spytz · 3 years, 7 months ago
- a77aac4 bpo-43914: Highlight invalid ranges in SyntaxErrors (#25525) by Pablo Galindo · 3 years, 7 months ago
- 91b69b7 bpo-43868: Remove PyOS_ReadlineFunctionPointer from the stable ABI list (GH-25442) by Petr Viktorin · 3 years, 7 months ago
- dcf6581 bpo-38820: Test with OpenSSL 3.0.0-alpha15 (GH-25537) by Christian Heimes · 3 years, 7 months ago
- 9d6a2d0 bpo-43795: PEP-652: Clean up the stable ABI/limited API (GH-25482) by Petr Viktorin · 3 years, 7 months ago
- e7cc64e bpo-43795: PEP-652: Simplify headers for easier static analysis (GH-25483) by Petr Viktorin · 3 years, 7 months ago
- 90d02e5 bpo-41282: (PEP 632) Deprecate distutils.sysconfig (partial implementation of the PEP) (GH-23142) by Lumír 'Frenzy' Balhar · 3 years, 7 months ago
- b9ad88b bpo-43920: Make load_verify_locations(cadata) error message consistent (GH-25554) by Christian Heimes · 3 years, 7 months ago
- e9194ea bpo-43852: Improve tuple creation in sqlite3 (GH-25421) by Erlend Egeberg Aasland · 3 years, 7 months ago
- 927b841 bpo-37363: Add audit events to the `http.client` module (GH-21321) by Saiyang Gou · 3 years, 7 months ago
- 32980fb bpo-37751: Document codecs.lookup() change in What's New in Python 3.9 (GH-23096) by Hai Shi · 3 years, 7 months ago