- 35715d1 bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25145) by Inada Naoki · 4 years, 4 months ago
- dc6d3e1 bpo-43720: Update import-related stdlib deprecation messages to say they will be removed in Python 3.12 (GH-25167) by Brett Cannon · 4 years, 4 months ago
- f97dc80 bpo-43672: raise ImportWarning when calling find_loader() (GH-25119) by Brett Cannon · 4 years, 4 months ago
- ad442a6 bpo-24160: Fix breakpoints persistence across multiple pdb sessions (GH-21989) by Irit Katriel · 4 years, 4 months ago
- afd1265 bpo-31956: Add start and stop parameters to array.index() (GH-25059) by Zackery Spytz · 4 years, 4 months ago
- 8bbfeb3 bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25142) by Inada Naoki · 4 years, 4 months ago
- 8001775 bpo-43651: Fix test_compileall with PEP 597 (GH-25128) by Inada Naoki · 4 years, 4 months ago
- 036fc7d bpo-43651: Fix EncodingWarning in test_warnings (GH-25126) by Inada Naoki · 4 years, 4 months ago
- bd4ab8e bpo-26053: Fix test_pdb.test_issue26053() (GH-25139) by Irit Katriel · 4 years, 4 months ago
- 652bfde bpo-26053: Fix args echoed by pdb run command (#22033) by Irit Katriel · 4 years, 4 months ago
- fcb55c0 bpo-27129: Use instruction offsets, not byte offsets, in bytecode and internally. (GH-25069) by Mark Shannon · 4 years, 4 months ago
- 58cffba bpo-43651: Fix EncodingWarning in test_io (GH-25097) by Inada Naoki · 4 years, 4 months ago
- 55f31be bpo-43651: Fix EncodingWarning in test_file and test_file_eintr (GH-25109) by Inada Naoki · 4 years, 4 months ago
- f3ab670 bpo-37945: Fix test_locale.test_getsetlocale_issue1813() (#25110) by Victor Stinner · 4 years, 4 months ago
- cfa1766 Revert "bpo-43510: PEP 597: Accept `encoding="locale"` in binary mode (GH-25103)" (#25108) by Inada Naoki · 4 years, 4 months ago
- ff3c973 bpo-43510: PEP 597: Accept `encoding="locale"` in binary mode (GH-25103) by Inada Naoki · 4 years, 5 months ago
- b775106 bpo-40066: Enum: modify `repr()` and `str()` (GH-22392) by Ethan Furman · 4 years, 5 months ago
- 51a85dd bpo-43399: Fix ElementTree.extend not working on iterators (GH-24751) by Alex Prengère · 4 years, 5 months ago
- a7ff6df bpo-42134: Raise ImportWarning when calling find_module() in the import system (GH-25044) by Brett Cannon · 4 years, 5 months ago
- cf35e05 bpo-43125: Fix: return expected type (str), not original value (bytes) in email/base64mime.py::body_encode (GH-24476) by Grégory Starck · 4 years, 5 months ago
- 09b90a0 bpo-43660: Fix crash when displaying exceptions with custom values for sys.stderr (GH-25075) by Pablo Galindo · 4 years, 5 months ago
- c8b5738 bpo-43659: Fix test_curses on AIX (GH-25074) by Michael Felt · 4 years, 5 months ago
- c1b073a bpo-43433: Preserve query and fragment in the URL of the server in ServerProxy. (GH-25057) by Serhiy Storchaka · 4 years, 5 months ago
- 9b99947 bpo-42988: Remove the pydoc getfile feature (GH-25015) by Victor Stinner · 4 years, 5 months ago
- 4827483 bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) by Inada Naoki · 4 years, 5 months ago
- 261a452 bpo-25643: Refactor the C tokenizer into smaller, logical units (GH-25050) by Pablo Galindo · 4 years, 5 months ago
- 29c451c bpo-43562: fix test_ssl to skip on unreachable network (GH-24937) by Carl Meyer · 4 years, 5 months ago
- 933dfd7 bpo-40645: use C implementation of HMAC (GH-24920) by Christian Heimes · 4 years, 5 months ago
- 1899087 bpo-42136: Deprecate module_repr() as found in importlib (GH-25022) by Brett Cannon · 4 years, 5 months ago
- 8efad61 bpo-41064: Improve syntax error for invalid usage of '**' in f-strings (GH-25006) by Pablo Galindo · 4 years, 5 months ago
- 9cb31d6 bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24953) by Brett Cannon · 4 years, 5 months ago
- 3ba3d51 bpo-42914: add a pprint underscore_numbers option (GH-24864) by sblondon · 4 years, 5 months ago
- f0a6fde bpo-31861: Add aiter and anext to builtins (#23847) by Joshua Bronson · 4 years, 5 months ago
- 9feae41 bpo-41718: libregrtest avoids importing datetime (GH-24985) by Victor Stinner · 4 years, 5 months ago
- 30793e8 bpo-41718: Disable support.testresult XML output by default (GH-24982) by Victor Stinner · 4 years, 5 months ago
- 0473fb2 bpo-41718: libregrtest runtest avoids import_helper (GH-24983) by Victor Stinner · 4 years, 5 months ago
- 10417dd bpo-41718: Reduce libregrtest runtest imports (GH-24980) by Victor Stinner · 4 years, 5 months ago
- 532e063 bpo-41718: regrtest saved_test_environment avoids imports (GH-24934) by Victor Stinner · 4 years, 5 months ago
- 96eeff5 bpo-43555: Report the column offset for invalid line continuation character (GH-24939) by Pablo Galindo · 4 years, 5 months ago
- 123ff26 bpo-43591: Fix error location in interactive mode for errors at the end of the line (GH-24973) by Pablo Galindo · 4 years, 5 months ago
- 690aca7 bpo-43420: Simple optimizations for Fraction's arithmetics (GH-24779) by Sergey B Kirpichev · 4 years, 5 months ago
- cdddc2b bpo-43422: Revert _decimal C API addition (GH-24960) by Antoine Pitrou · 4 years, 5 months ago
- 77cde50 bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24957) by Christian Heimes · 4 years, 5 months ago
- 2fd16ef bpo-43517: Fix false positive in detection of circular imports (#24895) by Antoine Pitrou · 4 years, 5 months ago
- f6c6b58 bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915) by Christian Heimes · 4 years, 5 months ago
- 08ff436 bpo-43521: Allow ast.unparse with empty sets and NaN (GH-24897) by Kodi Arfer · 4 years, 5 months ago
- e0b4aa0 bpo-39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl module (GH-18011) by Chris Burr · 4 years, 5 months ago
- 08fb8ac bpo-42128: Add 'missing :' syntax error message to match statements (GH-24733) by Pablo Galindo · 4 years, 5 months ago
- 9976834 bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) by Victor Stinner · 4 years, 5 months ago
- a8ef457 bpo-43497: Emit SyntaxWarnings for assertions with tuple constants. (GH-24867) by tsukasa-au · 4 years, 5 months ago
- 0ab152c bpo-43285 Make ftplib not trust the PASV response. (GH-24838) by Gregory P. Smith · 4 years, 5 months ago
- c544093 Mark POP_TOP at end of expression statement as artificial, to conform to PEP 626. (GH-24860) by Mark Shannon · 4 years, 5 months ago
- bd2fa3c bpo-29982: Add "ignore_cleanup_errors" param to tempfile.TemporaryDirectory() (GH-24793) by CAM Gerlach · 4 years, 5 months ago
- d48848c bpo-39316: Make sure that attribute accesses and stores, including method calls, conform to PEP 626. (GH-24859) by Mark Shannon · 4 years, 5 months ago
- cd8dcbc bpo-43410: Fix crash in the parser when producing syntax errors when reading from stdin (GH-24763) by Pablo Galindo · 4 years, 5 months ago
- 9923df9 bpo-43245: Add keyword argument support to ChainMap.new_child() (GH-24788) by Kamil Turek · 4 years, 5 months ago
- f917efc bpo-43428: Sync with importlib_metadata 3.7. (GH-24782) by Jason R. Coombs · 4 years, 5 months ago
- 7591d94 bpo-27820: Fix AUTH LOGIN logic in smtplib.SMTP (GH-24118) by Pandu E POLUAN · 4 years, 5 months ago
- ba251c2 bpo-43356: Allow passing a signal number to interrupt_main() (GH-24755) by Antoine Pitrou · 4 years, 5 months ago
- 1fa17e8 bpo-43406: Fix test_signal.test_stress_modifying_handlers() (GH-24815) by Victor Stinner · 4 years, 5 months ago
- b4f9089 bpo-43439: Add audit hooks for gc functions (GH-24794) by Pablo Galindo · 4 years, 5 months ago
- 3abf6f0 bpo-14678: Update zipimport to support importlib.invalidate_caches() (GH-24159) by Desmond Cheong · 4 years, 5 months ago
- c25910a bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780) by Gregory P. Smith · 4 years, 5 months ago
- 8aabfa8 bpo-43405: Fix DeprecationWarnings in test_unicode (GH-24754) by Zackery Spytz · 4 years, 5 months ago
- 68245b7 bpo-43406: Fix possible race condition where ``PyErr_CheckSignals`` tries to execute a non-Python signal handler (GH-24756) by Antoine Pitrou · 4 years, 5 months ago
- 6714825 bpo-42129: Add support for resources in namespaces (GH-24670) by Jason R. Coombs · 4 years, 5 months ago
- 0632b10 bpo-42128: Add __match_args__ to structseq-based classes (GH-24732) by Pablo Galindo · 4 years, 5 months ago
- 9c79274 bpo-40701: tempfile mixes str and bytes in an inconsistent manner (GH-20442) by Eric L · 4 years, 5 months ago
- 44e580f bpo-43162: [Enum] update docs, renable doc tests (GH-24487) by Ethan Furman · 4 years, 5 months ago
- 04f6fbb bpo-43295: Fix error handling of datetime.strptime format string '%z' (GH-24627) by Noor Michael · 4 years, 5 months ago
- 132131b bpo-42782: Fail fast for permission errors in shutil.move() (GH-24001) by Winson Luk · 4 years, 5 months ago
- af5fa13 bpo-37146: Deactivate opcode cache only when using huntrleaks in the test suite (GH-24643) by Pablo Galindo · 4 years, 6 months ago
- 73a85c4 bpo-41972: Use the two-way algorithm for string searching (GH-22904) by Dennis Sweeney · 4 years, 6 months ago
- 145bf26 bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917) by Brandt Bucher · 4 years, 6 months ago
- cc02b4f bpo-38302: __pow__/__rpow__ now called when __ipow__ returns NotImplemented (#16459) by Alex · 4 years, 6 months ago
- c6ccdfb bpo-43144: Mark unicodedata's test_normalization as requiring network (GH-24650) by Ammar Askar · 4 years, 6 months ago
- 9525a18 bpo-43316: gzip: Fix sys.exit() usage. (GH-24652) by Inada Naoki · 4 years, 6 months ago
- cc3df63 bpo-43316: gzip: CLI uses non-zero return code on error. (GH-24647) by Ruben Vorderman · 4 years, 6 months ago
- 1f43340 bpo-42151: don't set specified_attributes=1 in pure Python ElementTree (GH-22987) by Felix C. Stegerman · 4 years, 6 months ago
- b798ab0 bpo-43146: fix None-handling in single-arg traceback.print_exception(None) (GH-24629) by Irit Katriel · 4 years, 6 months ago
- 26f18b8 bpo-43146: fix regression in traceback.print_exception(None) (GH-24463) by Irit Katriel · 4 years, 6 months ago
- 91a639a bpo-36346: Emit DeprecationWarning for PyArg_Parse() with 'u' or 'Z'. (GH-20927) by Inada Naoki · 4 years, 6 months ago
- 01806d5 bpo-43260: io: Prevent large data remains in textio buffer. (GH-24592) by Inada Naoki · 4 years, 6 months ago
- 84f7afe Fix failed merge of bpo-43288. (GH-24614) by Neil Schemenauer · 4 years, 6 months ago
- 50288aa bpo-43288: Fix bug in test_importlib test. (GH-24612) by Neil Schemenauer · 4 years, 6 months ago
- 46496f9 bpo-42990: Functions inherit current builtins (GH-24564) by Victor Stinner · 4 years, 6 months ago
- a3c3ffa bpo-42990: Add __builtins__ attribute to functions (GH-24559) by Victor Stinner · 4 years, 6 months ago
- d020496 bpo-43231: Correctly calculate the curses color pair limit when checking for it (GH-24541) by Pablo Galindo · 4 years, 6 months ago
- ab2d481 bpo-43231: Fix test.test_curses.TestCurses.test_init_pair when running under -R (GH-24539) by Pablo Galindo · 4 years, 6 months ago
- fcbe0cb bpo-42967: only use '&' as a query string separator (#24297) by Adam Goldschmidt · 4 years, 6 months ago
- fd053fd bpo-43172: readline now passes its tests when built against libedit (GH-24499) by Gregory P. Smith · 4 years, 6 months ago
- bdb941b bpo-42217: compiler: merge same co_code and co_linetable objects (GH-23056) by Inada Naoki · 4 years, 6 months ago
- dbb2281 bpo-43163: Handle unclosed parentheses in codeop (GH-24483) by Pablo Galindo · 4 years, 6 months ago
- d65b903 bpo-43162: [Enum] deprecate enum member.member access (GH-24486) by Ethan Furman · 4 years, 6 months ago
- bf2e7e5 bpo-40692: Run more test_concurrent_futures tests (GH-20239) by Asheesh Laroia · 4 years, 6 months ago
- 206cbda bpo-43149: Improve error message for exception group without parentheses (GH-24467) by Pablo Galindo · 4 years, 6 months ago
- b6d68aa bpo-43102: Set namedtuple __new__'s internal builtins to a dict. (GH-24439) by Raymond Hettinger · 4 years, 6 months ago
- d4e6ed7 bpo-43121: Fix incorrect SyntaxError message for missing comma (GH-24436) by Pablo Galindo · 4 years, 6 months ago
- 01c4fdd bpo-41149: Fix a bug in threading that causes fals-y threads callables to fail to start. (GH-21201) by BarneyStratford · 4 years, 6 months ago
- 58fb156 bpo-42997: Improve error message for missing : before suites (GH-24292) by Pablo Galindo · 4 years, 6 months ago