summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused branches from mock module (#106617)Chris Withers2023-07-112-8/+3
* gh-106529: Silence compiler warning in jump target patching (#106613)Guido van Rossum2023-07-111-2/+2
* gh-104635: Add a test case for variables that have a dependency. (gh-106583)Dong-hee Na2023-07-111-0/+9
* gh-106529: Implement POP_JUMP_IF_XXX uops (#106551)Guido van Rossum2023-07-105-72/+181
* gh-102988: Detect email address parsing errors and return empty tuple to indi...Thomas Dwyer2023-07-105-10/+172
* gh-94777: Fix deadlock in ProcessPoolExecutor (#94784)Louis Paulot2023-07-103-0/+23
* gh-103186: Fix or catch 'extra' stderr output from unittests (#103196)Ijtaba Hussain2023-07-103-7/+14
* gh-105227: Add PyType_GetDict() (GH-105747)Eric Snow2023-07-106-1/+68
* GH-61215: threadingmock: Remove unused branch for `timeout` (#106591)Mario Corchero2023-07-101-3/+1
* GH-100288: regen cases after #105990 (#106589)Kumar Aditya2023-07-101-7/+7
* gh-106078: Move static variables initialized once to decimal module global st...Charlie Zhao2023-07-102-25/+28
* Fix typo in datamodel.rst (#106587)Riahiamirreza2023-07-101-1/+1
* update release schedule for 3.13 (#106577)sunmy20192023-07-101-1/+1
* GH-104787: use managed weakrefs in `_asyncio` (#106516)Kumar Aditya2023-07-101-21/+6
* gh-99593: Add tests for Unicode C API (part 3) (GH-104728)Serhiy Storchaka2023-07-102-1/+972
* GH-100288: Specialize LOAD_ATTR for simple class attributes. (#105990)Mark Shannon2023-07-1010-290/+405
* gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488)Hugo van Kemenade2023-07-106-14/+54
* Clarify how topics.py gets created. (#106121)Ned Batchelder2023-07-101-0/+1
* gh-105733: Fix ctypes What's New entry (#106576)Victor Stinner2023-07-101-1/+1
* gh-106461: typing: Consolidate docs on `Callable` (#106462)Alex Waygood2023-07-091-55/+75
* gh-105927: PyWeakref_GetRef() returns 1 on success (#106561)Victor Stinner2023-07-093-4/+6
* gh-105373: Doc lists pending removals (#106540)Victor Stinner2023-07-091-3/+296
* gh-106303: Use _PyObject_LookupAttr() instead of PyObject_GetAttr() (GH-106304)Serhiy Storchaka2023-07-096-20/+17
* gh-104469: Convert_testcapi/vectorcall.c to use AC (gh-106557)littlebutt's workshop2023-07-092-25/+140
* Move implementation specific RE tests to separate class (GH-106563)Serhiy Storchaka2023-07-091-66/+69
* gh-105376: Remove logging.warn() and LoggerAdapter.warn() (#106553)Victor Stinner2023-07-094-19/+19
* gh-106535: Soft deprecate the getopt module (#105735)Victor Stinner2023-07-081-8/+13
* gh-106508: Improve debugging of the _sre module (GH-106509)Serhiy Storchaka2023-07-083-5/+31
* gh-106510: Fix DEBUG output for atomic group (GH-106511)Serhiy Storchaka2023-07-083-2/+8
* gh-101880: add link to object.__hash__() in hash() builtin documentation (#10...Owain Davies2023-07-081-1/+1
* gh-105873: Make `_xxsubinterpreters` use exception type name in shared except...Radislav Chugunov2023-07-083-4/+4
* gh-106524: Fix a crash in _sre.template() (GH-106525)Radislav Chugunov2023-07-083-0/+13
* gh-106078: Move static objects related to `CONTEXTVAR` to the decimal module ...Charlie Zhao2023-07-082-29/+32
* Restore previous behavior of 'make regen-cases' (#106541)Guido van Rossum2023-07-081-1/+12
* gh-105373: Remove C API global config vars in Python 3.14 (#106538)Victor Stinner2023-07-072-44/+47
* gh-105373: Doc lists pending C API removals (#106537)Victor Stinner2023-07-071-0/+80
* gh-106535: Document PEP 387 Soft Deprecation (#106536)Victor Stinner2023-07-072-2/+18
* gh-103200: Fix performance issues with `zipimport.invalidate_caches()` (GH-10...Desmond Cheong2023-07-073-25/+67
* gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-106302)Nikita Sobolev2023-07-077-12/+20
* gh-104584: Replace ENTER_EXECUTOR with the original in trace projection (#106...Guido van Rossum2023-07-071-0/+6
* Delete dead ceval code. (gh-106486)Benjamin Peterson2023-07-071-5/+0
* gh-104584: Allow unspecialized instructions in superblocks (#106497)Guido van Rossum2023-07-074-128/+490
* gh-104584: Move super-instruction special-casing to generator (#106500)Guido van Rossum2023-07-073-39/+84
* gh-104683: clinic.py: refactor `Parameter` and `Function` as dataclasses (#10...Alex Waygood2023-07-071-86/+57
* gh-106503: asyncio._SelectorSocketTransport: fix cyclic reference on close()....Andrew Geng2023-07-073-0/+4
* GH-106057: Handle recursion errors in inline class calls properly. (GH-106108)Mark Shannon2023-07-074-91/+108
* gh-104584: Handle EXTENDED_ARG in superblock creation (#106489)Guido van Rossum2023-07-062-0/+72
* gh-90876: Restore the ability to import multiprocessing when `sys.executable`...Gregory P. Smith2023-07-063-8/+83
* gh-104584: Clean up and fix uops tests and fix crash (#106492)Guido van Rossum2023-07-062-26/+38
* closes gh-106479: fix typo in __cplusplus macro (gh-106480)Dustin Rodrigues2023-07-061-1/+1