summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-81057: Move the Extension Modules Cache to _PyRuntimeState (gh-99355)Eric Snow2022-11-117-33/+104
* gh-81057: Generate a Separate Initializer For Each Part of the Global Objects...Eric Snow2022-11-114-1517/+1528
* gh-98707: configure --with-system-libmpdec and --with-system-expat no longer ...Miro Hrončok2022-11-114-7/+11
* Fix typo in Tools/wasm/README.md (GH-99384)Ikko Ashimine2022-11-111-1/+1
* gh-87604: Clarify in docs that sys.addaudithook is not for sandboxes (GH-99372)Steve Dower2022-11-111-0/+9
* gh-99254: remove all unused consts from code objects (GH-99255)Irit Katriel2022-11-115-33/+142
* gh-99325: Remove unused `NameError` handling (#99326)Nikita Sobolev2022-11-112-16/+6
* Update github CI to use OpenSSL 1.1.1s and 3.0.7. (#99364)Gregory P. Smith2022-11-112-5/+5
* gh-98086: Now ``patch.dict`` can decorate async functions (#98095)Nikita Sobolev2022-11-113-0/+36
* gh-84522: Add for-loop to apply-method-to-sequence FAQ (#94660)Samuel Sloniker2022-11-111-3/+15
* gh-98366: use sphinx.locale._ as gettext() in pyspecific.py (#98437)Wei-Hsiang (Matt) Wang2022-11-111-4/+4
* gh-99300: Use Py_NewRef() in Objects/ directory (#99354)Victor Stinner2022-11-1013-128/+66
* gh-99300: Use Py_NewRef() in Objects/ directory (#99351)Victor Stinner2022-11-105-188/+100
* gh-99300: Use Py_NewRef() in Objects/ directory (#99335)Victor Stinner2022-11-108-244/+120
* GH-99183: Document behavior of count() for empty substrings (GH-99339)Raymond Hettinger2022-11-101-0/+6
* gh-99300: Use Py_NewRef() in Objects/listobject.c (#99336)Victor Stinner2022-11-101-40/+20
* GH-98831: Remove all remaining DISPATCH() calls from bytecodes.c (#99271)Guido van Rossum2022-11-102-169/+175
* GH-99298: Don't perform jumps before error handling (GH-99299)Brandt Bucher2022-11-103-30/+40
* gh-99204: Calculate base_executable by alternate names in POSIX venvs (GH-99206)Vincent Fazio2022-11-103-0/+54
* gh-99277: remove older version of `get_write_buffer_limits` (#99280)Carlo2022-11-102-6/+1
* gh-90110: Update the C-analyzer Tool (gh-99307)Eric Snow2022-11-104-90/+14
* gh-99300: Use Py_NewRef() in Objects/dictobject.c (#99333)Victor Stinner2022-11-101-92/+48
* gh-99300: Use Py_NewRef() in Objects/ directory (#99332)Victor Stinner2022-11-109-156/+77
* gh-99300: Use Py_NewRef() in Parser/ directory (#99330)Victor Stinner2022-11-104-11/+5
* GH-96421: Insert shim frame on entry to interpreter (GH-96319)Mark Shannon2022-11-1024-344/+448
* gh-74044: inspect.signature for wrappers around decorated bound methods (GH-736)Anton Ryzhov2022-11-103-3/+12
* GH-99257: Check the owner's type when specializing slots (GH-99258)Brandt Bucher2022-11-103-0/+78
* gh-99320: remove tests for old-style class from `test_complex` (#99321)Nikita Sobolev2022-11-101-6/+1
* gh-99281: [csv] remove try/except, `complex` always exists (#99282)Nikita Sobolev2022-11-101-5/+0
* gh-99300: Use Py_NewRef() in Python/ceval.c (#99318)Victor Stinner2022-11-103-128/+68
* gh-99300: Use Py_NewRef() in Python/ directory (#99317)Victor Stinner2022-11-1010-327/+169
* gh-99300: Use Py_NewRef() in Python/ directory (#99302)Victor Stinner2022-11-1014-80/+41
* bpo-34272: Reorganize C API tests. (GH-8551)Serhiy Storchaka2022-11-106-0/+9
* gh-98832: Change wording in docstring of `pathlib.Path.iterdir` (GH-98833)Nikita Sobolev2022-11-092-2/+5
* GH-99205: Mark new interpreters and threads as non-static (GH-99268)Brandt Bucher2022-11-092-0/+10
* Update reference to the size of PyPI (#99076)jmcb2022-11-091-2/+2
* GH-98686: Get rid of "adaptive" and "quick" instructions (GH-99182)Brandt Bucher2022-11-0918-759/+563
* GH-90699: disallow `_Py_IDENTIFIER` in core code (GH-99210)Kumar Aditya2022-11-092-4/+10
* gh-98724: Fix Py_CLEAR() macro side effects (#99100)Victor Stinner2022-11-096-29/+175
* gh-90868: Add _PyStaticObject_CheckRefcnt() function (#99261)Victor Stinner2022-11-092-5782/+1458
* CODEOWNERS: add myself to sysconfig and importlib.resources (#98851)Filipe Laíns2022-11-091-1/+3
* [Enum] Typo: fix DuplicateFreeEnum example docs (GH-99265)Bruno Neyra2022-11-091-1/+1
* gh-99238: clarify the type of the env dict. (#99253)Gregory P. Smith2022-11-081-3/+7
* gh-94445: add compiler test for another case of excessive stack use (GH-99237)Carl Meyer2022-11-081-0/+7
* gh-99248: [Enum] fix negative number infinite loop (GH-99256)Ethan Furman2022-11-083-2/+23
* gh-90868: Adjust the Generated Objects (gh-99223)Eric Snow2022-11-0815-7098/+7193
* gh-98627: Add the _testsinglephase Module (gh-99039)Eric Snow2022-11-0813-21/+356
* gh-91248: Add PyFrame_GetVar() function (#95712)Victor Stinner2022-11-088-22/+126
* Fix broken link in `asyncio-subprocesses` doc (GH-99214)Mikael Koli2022-11-081-1/+1
* GH-98831: Simple input-output stack effects for bytecodes.c (#99120)Guido van Rossum2022-11-085-406/+384