- 4827483 bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481) by Inada Naoki · 3 years, 8 months ago
- 261a452 bpo-25643: Refactor the C tokenizer into smaller, logical units (GH-25050) by Pablo Galindo · 3 years, 8 months ago
- fb1d01b bpo-31907: [doc] clarify that str.format() does not support arbitrary expressions (#25053) by Irit Katriel · 3 years, 8 months ago
- af50c84 bpo-43644: Add docs for importlib.resources.as_file. (#25048) by Jason R. Coombs · 3 years, 8 months ago
- 29c451c bpo-43562: fix test_ssl to skip on unreachable network (GH-24937) by Carl Meyer · 3 years, 8 months ago
- a53e9a7 bpo-39231: correct tutorial annotations section (GH-25029) by Irit Katriel · 3 years, 8 months ago
- bacefbf bpo-43466: Unsupported static build hack (GH-25002) by Christian Heimes · 3 years, 8 months ago
- 9798cef bpo-39616: clarify SSLContext.check_hostname effect (GH-18484) by Ville Skyttä · 3 years, 8 months ago
- 933dfd7 bpo-40645: use C implementation of HMAC (GH-24920) by Christian Heimes · 3 years, 8 months ago
- 5d6e8c1 bpo-43617: Check autoconf-archive package in configure.ac (GH-25016) by Christian Heimes · 3 years, 8 months ago
- 11b85ab bpo-43636: Validate the version tag in _PyType_Lookup (GH-25032) by Pablo Galindo · 3 years, 8 months ago
- 027b669 bpo-43354: xmlrpc: Fix type documentation for Fault.faultCode (GH-24707) by Jürgen Gmach · 3 years, 8 months ago
- 1899087 bpo-42136: Deprecate module_repr() as found in importlib (GH-25022) by Brett Cannon · 3 years, 8 months ago
- 21a2cab bpo-43620: Remove reference to os.sep from os.path.join() doc (#25025) by Jared Sutton · 3 years, 8 months ago
- 3bb1987 Revert "bpo-40521: Remove freelist from collections.deque() (GH-21073)" (GH-24944) by Raymond Hettinger · 3 years, 8 months ago
- 929c903 bpo-43416: Add Include/README.rst (GH-24884) by Erlend Egeberg Aasland · 3 years, 8 months ago
- 56816bb "exists" -> "exist" in What's New 3.10 (GH-25019) by blopblopy · 3 years, 8 months ago
- d41bddd Move big block of macros out of function to improve readability. (GH-25020) by Mark Shannon · 3 years, 8 months ago
- b045cda Doc: io: Remove "In-memory streams" section (GH-24927) by Inada Naoki · 3 years, 8 months ago
- df9ade9 AC: Update unsupported_special_methods (GH-24956) by Dong-hee Na · 3 years, 8 months ago
- 7278959 bpo-43198: Revert 3dd2157 that removed freeslot tracking. (#25010) by Raymond Hettinger · 3 years, 8 months ago
- 8efad61 bpo-41064: Improve syntax error for invalid usage of '**' in f-strings (GH-25006) by Pablo Galindo · 3 years, 8 months ago
- 4958f5d Only check evalbreaker after calls and on backwards egdes. Makes sure that __exit__ or __aexit__ is called in with statments in case of interrupt. (GH-18334) by Mark Shannon · 3 years, 8 months ago
- 232f4cb Fix typo in fuzzer.c (GH-25013) by Ikko Ashimine · 3 years, 8 months ago
- 9cb31d6 bpo-42137: have ModuleType.__repr__ prefer __spec__ over module_repr() (GH-24953) by Brett Cannon · 3 years, 8 months ago
- 3ba3d51 bpo-42914: add a pprint underscore_numbers option (GH-24864) by sblondon · 3 years, 8 months ago
- a02683a bpo-31861: Fix reference leak in builtin_anext_impl() (GH-25008) by Pablo Galindo · 3 years, 8 months ago
- 8370e07 bpo-43244: Remove the pyarena.h header (GH-25007) by Victor Stinner · 3 years, 8 months ago
- 919d42d bpo-31861: Fix possible crash in PyAnextAwaitable_New (GH-25005) by Pablo Galindo · 3 years, 8 months ago
- 57364ce bpo-43244: Remove parser_interface.h header file (GH-25001) by Victor Stinner · 3 years, 8 months ago
- a054f6b bpo-43452: Document the PyType_Lookup optimizations in the What's New for 3.10 (GH-24949) by Pablo Galindo · 3 years, 8 months ago
- d969202 bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (GH-25004) by Pablo Galindo · 3 years, 8 months ago
- a81fca6 bpo-43244: Add pycore_compile.h header file (GH-25000) by Victor Stinner · 3 years, 8 months ago
- f0a6fde bpo-31861: Add aiter and anext to builtins (#23847) by Joshua Bronson · 3 years, 8 months ago
- 94faa07 bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933) by Victor Stinner · 3 years, 8 months ago
- cd27af7 bpo-41718: Update runpy startup time What's New (GH-24998) by Victor Stinner · 3 years, 8 months ago
- bd9154a bpo-41718: runpy now imports pkgutil in functions (GH-24996) by Victor Stinner · 3 years, 8 months ago
- d72e8d4 bpo-41718: subprocess imports grp and pwd on demand (GH-24987) by Victor Stinner · 3 years, 8 months ago
- 76b5d71 Clarify attribute docs on types.ModuleType (GH-24974) by Brett Cannon · 3 years, 8 months ago
- 9feae41 bpo-41718: libregrtest avoids importing datetime (GH-24985) by Victor Stinner · 3 years, 8 months ago
- 30793e8 bpo-41718: Disable support.testresult XML output by default (GH-24982) by Victor Stinner · 3 years, 8 months ago
- 0473fb2 bpo-41718: libregrtest runtest avoids import_helper (GH-24983) by Victor Stinner · 3 years, 8 months ago
- 10417dd bpo-41718: Reduce libregrtest runtest imports (GH-24980) by Victor Stinner · 3 years, 8 months ago
- 532e063 bpo-41718: regrtest saved_test_environment avoids imports (GH-24934) by Victor Stinner · 3 years, 8 months ago
- 96eeff5 bpo-43555: Report the column offset for invalid line continuation character (GH-24939) by Pablo Galindo · 3 years, 8 months ago
- 123ff26 bpo-43591: Fix error location in interactive mode for errors at the end of the line (GH-24973) by Pablo Galindo · 3 years, 8 months ago
- 39f6436 Revert "bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)" (GH-24964) by Victor Stinner · 3 years, 8 months ago
- 86883d4 bpo-43575: Use PEP 590 vectorcall to speed up map() (GH-24955) by Dong-hee Na · 3 years, 8 months ago
- 88d9983 bpo-43551: Fix PyImport_Import() for subinterpreters (GH-24929) by junyixie · 3 years, 8 months ago
- 56f031e bpo-35134: Add include/cpython/compile.h (GH-24922) by Hai Shi · 3 years, 8 months ago
- 690aca7 bpo-43420: Simple optimizations for Fraction's arithmetics (GH-24779) by Sergey B Kirpichev · 3 years, 8 months ago
- 9a50ef4 bpo-43569: Add test/test_importlib/namespacedata01 to TESTSUBDIRS (GH-24952) by Jason R. Coombs · 3 years, 8 months ago
- cdddc2b bpo-43422: Revert _decimal C API addition (GH-24960) by Antoine Pitrou · 3 years, 8 months ago
- 77cde50 bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24957) by Christian Heimes · 3 years, 8 months ago
- 20a5b7e bpo-43542: Add heif/heic formats in mimetypes (GH-24917) by Ilya Stepin · 3 years, 8 months ago
- b05b48d bpo-43571: Add IPPROTO_MPTCP macro (GH-24946) by Rui Cunha · 3 years, 8 months ago
- 66c8adf bpo-43517 (followup): Install additional test directory (GH-24950) by Antoine Pitrou · 3 years, 8 months ago
- ee48c7d bpo-43452: Micro-optimizations to PyType_Lookup (GH-24804) by Dino Viehland · 3 years, 8 months ago
- 2fd16ef bpo-43517: Fix false positive in detection of circular imports (#24895) by Antoine Pitrou · 3 years, 8 months ago
- 7cb033c bpo-43494: Make some minor changes to lnotab notes (GH-24861) by Skip Montanaro · 3 years, 8 months ago
- 148bc05 Mention that code.co_lnotab is deprecated in what's new for 3.10. (#24902) by Mark Shannon · 3 years, 8 months ago
- 28ad12f bpo-43244: Remove symtable.h header file (GH-24910) by Victor Stinner · 3 years, 8 months ago
- 32eba61 bpo-43466: Add --with-openssl-rpath configure option (GH-24820) by Christian Heimes · 3 years, 8 months ago
- ff8c77f Fix a typo in c-analyzer (GH-24468) by Ikko Ashimine · 3 years, 8 months ago
- f6c6b58 bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915) by Christian Heimes · 3 years, 8 months ago
- 08ff436 bpo-43521: Allow ast.unparse with empty sets and NaN (GH-24897) by Kodi Arfer · 3 years, 8 months ago
- eec8e61 bpo-43244: Remove the PyAST_Validate() function (GH-24911) by Victor Stinner · 3 years, 8 months ago
- fc980e0 bpo-43541: Fix PyEval_EvalCodeEx() regression (GH-24918) by Victor Stinner · 3 years, 8 months ago
- 6af528b bpo-43244: Fix test_peg_generators on Windows (GH-24913) by Victor Stinner · 3 years, 8 months ago
- e0b4aa0 bpo-39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl module (GH-18011) by Chris Burr · 3 years, 8 months ago
- e0bf70d bpo-43244: Fix test_peg_generator for PyAST_Validate() (GH-24912) by Victor Stinner · 3 years, 8 months ago
- 08fb8ac bpo-42128: Add 'missing :' syntax error message to match statements (GH-24733) by Pablo Galindo · 3 years, 8 months ago
- 526fdeb bpo-43244: Add pycore_ast.h header file (GH-24908) by Victor Stinner · 3 years, 8 months ago
- b4536e1 bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (GH-24907) by Victor Stinner · 3 years, 8 months ago
- e272528 Remove unnecessary imports in the grammar parser (GH-24904) by Elisha Hollander · 3 years, 8 months ago
- 9976834 bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) by Victor Stinner · 3 years, 8 months ago
- 6086ae7 Add PEP 626 to what's new in 3.10. (#24892) by Mark Shannon · 3 years, 8 months ago
- a8ef457 bpo-43497: Emit SyntaxWarnings for assertions with tuple constants. (GH-24867) by tsukasa-au · 3 years, 8 months ago
- 1330338 bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885) by Inada Naoki · 3 years, 8 months ago
- 448801d bpo-41361: Optimized argument parsing for deque_rotate (GH-24796) by Dennis Sweeney · 3 years, 8 months ago
- d69ae75 Minor updates to the vector demo (GH-24853) by Raymond Hettinger · 3 years, 8 months ago
- 0269ce8 bpo-41933: Clarify wording for s * n in Common Sequence Operations (GH-22570) by Chavdar Yotov · 3 years, 8 months ago
- 0ab152c bpo-43285 Make ftplib not trust the PASV response. (GH-24838) by Gregory P. Smith · 3 years, 8 months ago
- 93d33b4 Fix typo in the word "spaghetti" (GH-24866) by Kazantcev Andrey · 3 years, 8 months ago
- c544093 Mark POP_TOP at end of expression statement as artificial, to conform to PEP 626. (GH-24860) by Mark Shannon · 3 years, 8 months ago
- 35d5068 bpo-43428: Improve documentation for importlib.metadata changes. (GH-24858) by Jason R. Coombs · 3 years, 8 months ago
- 5e29021 bpo-43199: Briefly explain why no goto (GH-24852) by Terry Jan Reedy · 3 years, 8 months ago
- bd2fa3c bpo-29982: Add "ignore_cleanup_errors" param to tempfile.TemporaryDirectory() (GH-24793) by CAM Gerlach · 3 years, 8 months ago
- d48848c bpo-39316: Make sure that attribute accesses and stores, including method calls, conform to PEP 626. (GH-24859) by Mark Shannon · 3 years, 8 months ago
- cd8dcbc bpo-43410: Fix crash in the parser when producing syntax errors when reading from stdin (GH-24763) by Pablo Galindo · 3 years, 8 months ago
- 9923df9 bpo-43245: Add keyword argument support to ChainMap.new_child() (GH-24788) by Kamil Turek · 3 years, 8 months ago
- 9c376bc bpo-43439: Wrapt the tuple in the audit events for the gc module (GH-24836) by Pablo Galindo · 3 years, 8 months ago
- f2b4536 Fix some minor errors in the docs (GH-24834) by Zackery Spytz · 3 years, 8 months ago
- f00e82f bpo-43427: Separte the method overview from the static method specifics. (GH-24787) by Raymond Hettinger · 3 years, 8 months ago
- f917efc bpo-43428: Sync with importlib_metadata 3.7. (GH-24782) by Jason R. Coombs · 3 years, 8 months ago
- 2256a28 bpo-43444: Move sqlite3 MODULE_NAME from setup.py to module.h (GH-24801) by Erlend Egeberg Aasland · 3 years, 8 months ago
- 75048c8 bpo-43441: Fix _PyType_ClearCache() for subinterpreters (GH-24822) by junyixie · 3 years, 8 months ago
- 5bd1059 bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821) by junyixie · 3 years, 8 months ago
- d0a4454 Update link to Django's Context class. (#24805) by Mariusz Felisiak · 3 years, 8 months ago
- b6884ad Update client.py (GH-24827) by Géry Ogam · 3 years, 8 months ago