- b38601d bpo-42967: coerce bytes separator to string in urllib.parse_qs(l) (#24818) by Ken Jin · 4 years, 4 months ago
- dfb4532 bpo-43751: Fix anext() bug where it erroneously returned None (GH-25238) by Dennis Sweeney · 4 years, 4 months ago
- 9045919 bpo-43772: Fix TypeVar.__ror__ (GH-25339) by Jelle Zijlstra · 4 years, 4 months ago
- 5224336 bpo-43783: Add ParamSpecArgs/Kwargs (GH-25298) by Jelle Zijlstra · 4 years, 4 months ago
- 750f484 bpo-43764: Add match_args=False parameter to dataclass decorator and to make_dataclasses function. (GH-25337) by Eric V. Smith · 4 years, 4 months ago
- 75a06f0 bpo-43798: Add source location attributes to alias (GH-25324) by Matthew Suozzo · 4 years, 4 months ago
- 6f37ebc bpo-43794: OpenSSL 3.0.0: set OP_IGNORE_UNEXPECTED_EOF by default (GH-25309) by Christian Heimes · 4 years, 4 months ago
- 507a574 bpo-43682: @staticmethod inherits attributes (GH-25268) by Victor Stinner · 4 years, 4 months ago
- 5151d64 bpo-4379: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304) by Christian Heimes · 4 years, 4 months ago
- d92c59f bpo-43764: Fix `__match_args__` generation logic for dataclasses (GH-25284) by Brandt Bucher · 4 years, 4 months ago
- 453074c Fix broken test for MutableSet.pop() (GH-25209) by Stepan Sindelar · 4 years, 4 months ago
- 3f3d82b bpo-39899: os.path.expanduser(): don't guess other Windows users' home directories if the basename of the current user's home directory doesn't match their username. (GH-18841) by Barney Gale · 4 years, 4 months ago
- d27f8d2 bpo-43244: Rename pycore_ast.h functions to _PyAST_xxx() (GH-25252) by Victor Stinner · 4 years, 4 months ago
- abf9649 bpo-39906: Add follow_symlinks parameter to pathlib.Path.stat() and chmod() (GH-18864) by Barney Gale · 4 years, 4 months ago
- 04732ca bpo-43105: Importlib now resolves relative paths when creating module spec objects from file locations (GH-25121) by Steve Dower · 4 years, 4 months ago
- 57c6cb5 bpo-42135: Deprecate implementations of find_module() and find_loader() (GH-25169) by Brett Cannon · 4 years, 4 months ago
- 376ffc6 bpo-43176: Fix processing of empty dataclasses (GH-24484) by Iurii Kemaev · 4 years, 4 months ago
- 4663e5f bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25190) by Inada Naoki · 4 years, 4 months ago
- fb78692 bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25189) by Inada Naoki · 4 years, 4 months ago
- f84d5a1 bpo-42128: __match_args__ can't be a list anymore (GH-25203) by Brandt Bucher · 4 years, 4 months ago
- 7522067 bpo-36470: Allow dataclasses.replace() to handle InitVars with default values (GH-20867) by Zackery Spytz · 4 years, 4 months ago
- b1dc1aa bpo-43084: Return bool instead of int from curses.window.enclose() (GH-24398) by Serhiy Storchaka · 4 years, 4 months ago
- c8e5eb9 bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25181) by Inada Naoki · 4 years, 4 months ago
- ee952b5 bpo-43651: PEP 597: Fix EncodingWarning in test_filecmp (GH-25159) by Inada Naoki · 4 years, 4 months ago
- de522a8 bpo-43651: PEP 597: Fix test_email (GH-25158) by Inada Naoki · 4 years, 4 months ago
- aadd4e1 bpo-24160: Fix test_pdb refleaks failure (GH-25182) by Irit Katriel · 4 years, 4 months ago
- 3caea9a bpo-43651: PEP 597: Fix EncodingWarning in some tests (GH-25171) by Inada Naoki · 4 years, 4 months ago
- 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, 4 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