summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-93382: Cache result of `PyCode_GetCode` in codeobject (GH-93383)Ken Jin2022-06-035-4/+21
* test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (#93467)Victor Stinner2022-06-031-1/+1
* gh-93433: Fix dis doc example output (GH-93434)Ken Jin2022-06-031-10/+18
* gh-68966: Make mailcap refuse to match unsafe filenames/types/params (GH-91993)Petr Viktorin2022-06-034-4/+46
* remove redundant argument to log_helper (GH-93440)Pieter Eendebak2022-06-031-5/+5
* gh-92932: dis._unpack_opargs should handle EXTENDED_ARG_QUICK (gh-92945)Dong-hee Na2022-06-033-1/+25
* gh-91320: Fix more old-style cast warnings in C++ (#93285)Victor Stinner2022-06-023-4/+4
* gh-90473: Skip and document more failing tests on WASI (GH-93436)Christian Heimes2022-06-029-6/+42
* gh-93356: Lay out exception handling code at end of code unit (GH-92769)Irit Katriel2022-06-023-85/+263
* gh-84461: Skip new async logging tests on Emscripten (GH-93427)Christian Heimes2022-06-021-0/+3
* gh-93418: Fix an assert when an f-string expression is followed by an '=', bu...Eric V. Smith2022-06-013-1/+6
* gh-92597: Improve error message for AST nodes with invalid ranges (GH-93398)Pablo Galindo Salgado2022-06-011-3/+3
* gh-90300: split --help output into separate options (#30331)Éric2022-06-016-80/+210
* [doc] Improve discoverability of links between logging documents. (GH-93405)Vinay Sajip2022-06-012-1/+30
* Remove the execution bit to some socket-related files. (#93368)Ezio Melotti2022-06-013-0/+0
* gh-93372: Fix typo in os.rename documentation (GH-93401)Wei-Ting Yang2022-06-011-1/+1
* 📝 Make sure the phrase "constant-time compare" actually appears in the doc...Noah Kantrowitz2022-06-011-1/+1
* gh-92597: Ensure that AST nodes without explicit end positions can be compile...Pablo Galindo Salgado2022-05-314-13/+35
* gh-93391: fix typo in `array` docs (GH-93392)ynfle2022-05-311-1/+1
* [doc] logging.rst - Change link to point directly to the Google Group. (GH-93...Moshe Kaplan2022-05-311-1/+1
* gh-93143: Avoid NULL check in LOAD_FAST based on analysis in the compiler (GH...Dennis Sweeney2022-05-3111-52/+371
* gh-69093: Fix Setup.local.in rule for _sqlite3 (GH-93380)Christian Heimes2022-05-312-1/+2
* gh-93283: Improve error message for f-string with invalid conversion characte...Serhiy Storchaka2022-05-313-23/+52
* Remove VOC reference (93333)Carl Bordum Hansen2022-05-311-2/+1
* GH-93354: Use exponential backoff to avoid excessive specialization attempts....Mark Shannon2022-05-314-46/+93
* GH-93312: Add os.PIDFD_NONBLOCK flag (#93313)Kumar Aditya2022-05-314-4/+26
* gh-93345: Fix a crash in substitution of nested TypeVar after TypeVarTuple (G...Serhiy Storchaka2022-05-313-2/+10
* gh-93351: Ensure the position information in AST nodes created by the parser ...Pablo Galindo Salgado2022-05-302-0/+53
* bpo-42272: fix misleading warning filter message/module docs (#23172)Kevin Locke2022-05-302-6/+13
* Fix typo in Lib/idlelib/idle_test/test_parenmatch.py (GH-93332)luzpaz2022-05-301-2/+2
* gh-93244: Document Py_PRINT_RAW in PyObject_Print() comment (93245)Will Hawkins2022-05-291-3/+3
* gh-93008: refactor compiler functions that add instructions to take only a ba...Irit Katriel2022-05-291-60/+61
* bpo-41287: Handle `doc` argument of `property.__init__` in subclasses (#23205)Sergei Izmailov2022-05-293-18/+131
* gh-92240 : Include release dates for "What's New In Python 3.X" (#92937)georgically2022-05-299-8/+13
* Revert "gh-84508: Add mapping files for Korean and Japanese. (gh-93309)" (#93...Dong-hee Na2022-05-294-38406/+0
* gh-92727: Add example of named group in doc for re.Match.__getitem__ (#92730)Baptiste Mispelon2022-05-281-0/+8
* gh-92839: fixed typo in _bisectmodule.c (line 131) (#92849)oda-gitso2022-05-283-2/+9
* gh-84508: Add mapping files for Korean and Japanese. (gh-93309)Dong-hee Na2022-05-284-0/+38406
* bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)Eric Snow2022-05-2718-233/+9
* gh-93297: Make asyncio task groups prevent child tasks from being GCed (#93299)Yury Selivanov2022-05-272-13/+7
* gh-93250: [Enum] Change IntEnum boundary to KEEP for backwards compatibility ...Ethan Furman2022-05-272-3/+11
* gh-91243: Document Required and NotRequired (#93173)David Foster2022-05-271-7/+58
* bpo-46951: Order contents of zipapps (GH-31713)hfinucane2022-05-273-1/+18
* GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (G...Mark Shannon2022-05-2713-11/+63
* gh-77024: test.support: Improve documentation (#92513)Jelle Zijlstra2022-05-271-42/+68
* gh-82616: Add Py_IS_TYPE_SIGNED() macro (#93178)Victor Stinner2022-05-274-7/+25
* GH-93207: Remove HAVE_STDARG_PROTOTYPES configure check for stdarg.h (#93215)Kumar Aditya2022-05-2719-171/+9
* gh-93223: More aggressive Jump-To-Jump elimination (GH-93229)Dennis Sweeney2022-05-274-98/+105
* gh-60074: add new stable API function PyType_FromMetaclass (GH-93012)Wenzel Jakob2022-05-2712-14/+150
* gh-92898: Enhance _testcppext test on cast to PyObject* (#93111)Victor Stinner2022-05-263-36/+56