summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-31861: Complete the C-API docs for PyObject_GetAiter and PyAiter_Check (G...Pablo Galindo2021-03-235-0/+27
* bpo-43244: Add pycore_compile.h header file (GH-25000)Victor Stinner2021-03-2315-84/+87
* bpo-31861: Add aiter and anext to builtins (#23847)Joshua Bronson2021-03-2310-28/+373
* bpo-43244: Remove ast.h, asdl.h, Python-ast.h headers (GH-24933)Victor Stinner2021-03-2329-933/+931
* bpo-41718: Update runpy startup time What's New (GH-24998)Victor Stinner2021-03-231-3/+4
* bpo-41718: runpy now imports pkgutil in functions (GH-24996)Victor Stinner2021-03-231-1/+2
* bpo-41718: subprocess imports grp and pwd on demand (GH-24987)Victor Stinner2021-03-232-24/+23
* Clarify attribute docs on types.ModuleType (GH-24974)Brett Cannon2021-03-231-2/+30
* bpo-41718: libregrtest avoids importing datetime (GH-24985)Victor Stinner2021-03-232-5/+6
* bpo-41718: Disable support.testresult XML output by default (GH-24982)Victor Stinner2021-03-232-7/+22
* bpo-41718: libregrtest runtest avoids import_helper (GH-24983)Victor Stinner2021-03-231-2/+4
* bpo-41718: Reduce libregrtest runtest imports (GH-24980)Victor Stinner2021-03-223-97/+107
* bpo-41718: regrtest saved_test_environment avoids imports (GH-24934)Victor Stinner2021-03-222-42/+69
* bpo-43555: Report the column offset for invalid line continuation character (...Pablo Galindo2021-03-224-6/+13
* bpo-43591: Fix error location in interactive mode for errors at the end of th...Pablo Galindo2021-03-222-7/+17
* Revert "bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)" (GH...Victor Stinner2021-03-223-39/+17
* bpo-43575: Use PEP 590 vectorcall to speed up map() (GH-24955)Dong-hee Na2021-03-222-2/+45
* bpo-43551: Fix PyImport_Import() for subinterpreters (GH-24929)junyixie2021-03-221-16/+21
* bpo-35134: Add include/cpython/compile.h (GH-24922)Hai Shi2021-03-226-94/+100
* bpo-43420: Simple optimizations for Fraction's arithmetics (GH-24779)Sergey B Kirpichev2021-03-224-9/+121
* bpo-43569: Add test/test_importlib/namespacedata01 to TESTSUBDIRS (GH-24952)Jason R. Coombs2021-03-211-0/+1
* bpo-43422: Revert _decimal C API addition (GH-24960)Antoine Pitrou2021-03-2110-1119/+20
* bpo-43577: Fix deadlock with SSLContext._msg_callback and sni_callback (GH-24...Christian Heimes2021-03-214-0/+29
* bpo-43542: Add heif/heic formats in mimetypes (GH-24917)Ilya Stepin2021-03-202-0/+3
* bpo-43571: Add IPPROTO_MPTCP macro (GH-24946)Rui Cunha2021-03-204-0/+10
* bpo-43517 (followup): Install additional test directory (GH-24950)Antoine Pitrou2021-03-201-0/+1
* bpo-43452: Micro-optimizations to PyType_Lookup (GH-24804)Dino Viehland2021-03-202-28/+24
* bpo-43517: Fix false positive in detection of circular imports (#24895)Antoine Pitrou2021-03-205-2/+81
* bpo-43494: Make some minor changes to lnotab notes (GH-24861)Skip Montanaro2021-03-191-6/+6
* Mention that code.co_lnotab is deprecated in what's new for 3.10. (#24902)Mark Shannon2021-03-191-0/+2
* bpo-43244: Remove symtable.h header file (GH-24910)Victor Stinner2021-03-1915-115/+100
* bpo-43466: Add --with-openssl-rpath configure option (GH-24820)Christian Heimes2021-03-199-7304/+5214
* Fix a typo in c-analyzer (GH-24468)Ikko Ashimine2021-03-191-1/+1
* bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)Christian Heimes2021-03-183-1/+31
* bpo-43521: Allow ast.unparse with empty sets and NaN (GH-24897)Kodi Arfer2021-03-183-9/+27
* bpo-43244: Remove the PyAST_Validate() function (GH-24911)Victor Stinner2021-03-187-5/+15
* bpo-43541: Fix PyEval_EvalCodeEx() regression (GH-24918)Victor Stinner2021-03-184-6/+6
* bpo-43244: Fix test_peg_generators on Windows (GH-24913)Victor Stinner2021-03-182-6/+4
* bpo-39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl module (GH-18011)Chris Burr2021-03-184-0/+15
* bpo-43244: Fix test_peg_generator for PyAST_Validate() (GH-24912)Victor Stinner2021-03-184-282/+14
* bpo-42128: Add 'missing :' syntax error message to match statements (GH-24733)Pablo Galindo2021-03-183-184/+368
* bpo-43244: Add pycore_ast.h header file (GH-24908)Victor Stinner2021-03-178-21/+37
* bpo-43244: Rename pycore_ast.h to pycore_ast_state.h (GH-24907)Victor Stinner2021-03-178-16/+21
* Remove unnecessary imports in the grammar parser (GH-24904)Elisha Hollander2021-03-172-8/+2
* bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)Victor Stinner2021-03-174-69/+148
* Add PEP 626 to what's new in 3.10. (#24892)Mark Shannon2021-03-161-0/+8
* bpo-43497: Emit SyntaxWarnings for assertions with tuple constants. (GH-24867)tsukasa-au2021-03-163-6/+37
* bpo-43506: Doc: Update removal schedule for Py_UNICODE encoder APIs (GH-24885)Inada Naoki2021-03-161-11/+15
* bpo-41361: Optimized argument parsing for deque_rotate (GH-24796)Dennis Sweeney2021-03-162-1/+13
* Minor updates to the vector demo (GH-24853)Raymond Hettinger2021-03-161-5/+25