summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.0a2v3.12.0a2Thomas Wouters2022-11-14107-293/+1134
* [Enum] update version TODO comment (GH-99458)Ethan Furman2022-11-141-1/+1
* gh-96192: fix os.ismount() to use a path that is str or bytes (#96194)Christoph Anton Mitterer2022-11-143-0/+4
* gh-99300: Use Py_NewRef() in Modules/_asynciomodule.c (#99441)Victor Stinner2022-11-131-54/+26
* Fix misspelling in docs for http.HTTPMethod (#99376)Matt Harasymczuk2022-11-131-7/+16
* gh-98930: improve the docstring of signal.strsignal (#99290)ram vikram singh2022-11-133-9/+11
* gh-99275: Fix `SystemError` in `ctypes` during `__initsubclass__` (#99283)Nikita Sobolev2022-11-133-1/+15
* gh-99430: Remove duplicated tests for old-styled classes (#99432)Nikita Sobolev2022-11-135-139/+6
* gh-99418: Make urllib.parse.urlparse enforce that a scheme must begin with an...Ben Kallus2022-11-133-1/+21
* gh-99300: Use Py_NewRef() in Modules/_ctypes/ (#99436)Victor Stinner2022-11-135-124/+62
* gh-99300: Use Py_NewRef() in Modules/ directory (#99440)Victor Stinner2022-11-136-82/+41
* gh-99300: Use Py_NewRef() in Modules/itertoolsmodule.c (#99439)Victor Stinner2022-11-131-62/+31
* gh-99300: Use Py_NewRef() in Modules/_elementtree.c (#99438)Victor Stinner2022-11-131-82/+37
* gh-91248: Optimize PyFrame_GetVar() (#99252)Victor Stinner2022-11-133-95/+144
* gh-99103: Normalize specialized traceback anchors against the current line (G...Batuhan Taskaya2022-11-124-7/+53
* gh-83638: Add sqlite3.Connection.autocommit for PEP 249 compliant behaviour (...Erlend E. Aasland2022-11-1214-62/+537
* gh-99357: Close the event loop when it is no longer used in test_uncancel_str...Xiao Chen2022-11-121-21/+24
* gh-99392: Fix sqlite3 converter recipes (#99393)naglis2022-11-121-3/+22
* gh-98762: Fix locations of match sub-patterns (GH-98775)Irit Katriel2022-11-123-130/+212
* gh-99304: [Enum] clarify what constitutes a flag alias (GH-99395)Ethan Furman2022-11-122-15/+73
* GH-81057: Remove static state from arraymodule (#99409)Kumar Aditya2022-11-121-5/+12
* GH-94597: add deprecation warnings for subclassing `AbstractChildWatcher` (#9...Kumar Aditya2022-11-125-3/+21
* gh-80448: argparse: Fix IndexError on store_true action (#15656)Hai Shi2022-11-123-2/+7
* gh-81057: Move PyImport_Inittab to _PyRuntimeState (gh-99402)Eric Snow2022-11-129-8/+80
* gh-81057: Move the Allocators to _PyRuntimeState (gh-99217)Eric Snow2022-11-1114-900/+1104
* gh-99305: Speed up secrets.token_hex() ~2x (#99306)NewUserHa2022-11-112-2/+2
* gh-81057: Add PyInterpreterState.static_objects (gh-99397)Eric Snow2022-11-116-5/+35
* 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