summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* GH-98831: Support cache effects in super- and macro instructions (#99601)Guido van Rossum2022-12-034-272/+482
* gh-99741: Clean Up the _xxsubinterpreters Module (gh-99940)Eric Snow2022-12-024-310/+652
* gh-99955: standardize return values of functions in assembler and optimizer. ...Irit Katriel2022-12-021-42/+54
* gh-99741: Fix the Cross-Interpreter Data API (gh-99939)Eric Snow2022-12-023-25/+88
* GH-91054: Add code object watchers API (GH-99859)Itamar Ostricher2022-12-0211-0/+364
* gh-99894: Ensure the local names don't collide with the test file in tracebac...Pablo Galindo Salgado2022-12-011-6/+6
* gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613)Serhiy Storchaka2022-12-014-0/+95
* Doc: Add summary line to isolation_level & autocommit sqlite3.connect params ...C.A.M. Gerlach2022-12-011-0/+2
* GH-98906 ```re``` module: ```search() vs. match()``` section should mention `...ram vikram singh2022-11-301-6/+12
* gh-89189: More compact range iterator (GH-27986)Serhiy Storchaka2022-11-307-50/+88
* bpo-47220: Document the optional callback parameter of weakref.WeakMethod (GH...Géry Ogam2022-11-302-2/+6
* GH-99905: Fix output of misses in summarize_stats.py execution counts (GH-99906)Michael Droettboom2022-11-301-3/+3
* gh-99845: PEP 670: Convert PyObject macros to functions (#99850)Victor Stinner2022-11-301-5/+8
* gh-99845: Use size_t type in __sizeof__() methods (#99846)Victor Stinner2022-11-3015-108/+85
* GH-99877)Irit Katriel2022-11-301-23/+41
* Fix typo in exception message in `multiprocessing.pool` (#99900)Arne de Laat2022-11-301-1/+1
* gh-87092: move all localsplus preparation into separate function called from ...Irit Katriel2022-11-301-30/+41
* gh-99891: Fix infinite recursion in the tokenizer when showing warnings (GH-9...Pablo Galindo Salgado2022-11-304-0/+24
* gh-99824: Document that sqlite3.connect implicitly open a transaction if auto...Géry Ogam2022-11-301-3/+3
* GH-81057: remove static state from suggestions.c (#99411)Kumar Aditya2022-11-301-8/+19
* Improve zip64 limit error message (#95892)dmjohnsson232022-11-301-2/+2
* gh-98253: Break potential reference cycles in external code worsened by typin...Wenzel Jakob2022-11-302-3/+21
* gh-99127: Allow some features of syslog to the main interpreter only (gh-99128)Dong-hee Na2022-11-295-2/+122
* gh-82836: fix private network check (#97733)Pete Wicken2022-11-293-4/+50
* Docs: improve accuracy of socketserver reference (#24767)Géry Ogam2022-11-291-7/+3
* whatsnew-3.10: Mention PEP 647 in the Release highlights section. (#99853)Yilei "Dolee" Yang2022-11-291-1/+2
* gh-90717: Update the documentation for the altchars paremeter in base64 libra...Sam Ezeh2022-11-291-8/+11
* gh-99845: Clean up _PyObject_VAR_SIZE() usage (#99847)Victor Stinner2022-11-293-14/+14
* gh-99845: Change _PyDict_KeysSize() return type to size_t (#99848)Victor Stinner2022-11-293-35/+31
* GH-91375: Port `_asyncio` static types to heap types and module state (#99122)Kumar Aditya2022-11-292-435/+783
* gh-99593: Add tests for Unicode C API (part 1) (GH-99651)Serhiy Storchaka2022-11-293-50/+780
* gh-99344, gh-99379, gh-99382: Fix issues in substitution of ParamSpec and Typ...Serhiy Storchaka2022-11-295-41/+117
* gh-99811: Use correct variable to search for time in format string (GH-99812)cemysce2022-11-281-1/+1
* `fnmatch` docs: link to `fnmatch.filter()`, not `builtins.filter()` (#99819)Matthew Hughes2022-11-281-1/+1
* Use _Py_RVALUE() in macros (#99844)Victor Stinner2022-11-285-6/+6
* Grammatical improvements for ctypes 'winmode' documentation (GH-19167)David Miguel Susano Pinto2022-11-281-2/+2
* gh-89653: PEP 670: Convert macros to functions (#99843)Victor Stinner2022-11-288-27/+74
* bpo-31718: Fix io.IncrementalNewlineDecoder SystemErrors and segfaults (#18640)Zackery Spytz2022-11-283-9/+32
* bpo-41825: restructure docs for the os.wait*() family (GH-22356)Georg Brandl2022-11-282-93/+145
* gh-99249: Clarify "read-only" slots tp_bases & tp_mro (GH-99342)Petr Viktorin2022-11-281-6/+25
* gh-51524: Fix bug when calling trace.CoverageResults with valid infile (#99629)Furkan Onder2022-11-283-1/+12
* Docs: both sqlite3 "point examples" now adapt to str (#99823)Erlend E. Aasland2022-11-271-1/+1
* gh-91340: Document multiprocessing.set_start_method force parameter (GH-32339)Sam Ezeh2022-11-271-2/+6
* Docs: Move .PHONY to each section to avoid copy/paste omissions (#99396)Hugo van Kemenade2022-11-271-4/+24
* gh-99677: Deduplicate self-type in `mro` in `inspect._getmembers` (#99678)Nikita Sobolev2022-11-271-1/+1
* gh-99815: remove unused 'invalid' sentinel value and code that checks for it ...Anthony Sottile2022-11-271-7/+1
* GH-87235: Make sure "python /dev/fd/9 9</path/to/script.py" works on macOS (#...Ronald Oussoren2022-11-273-98/+120
* Remove unused local variables in inspect.py (#24218)Yonatan Goldschmidt2022-11-271-2/+1
* gh-85988: Change documentation for sys.float_info.rounds (GH-99675)Brad Wolfe2022-11-271-6/+12
* doc: Remove backslashes in doctest grammar docs (#29346)George Zhang2022-11-271-3/+3