summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* gh-106602: [Enum] Add __copy__ and __deepcopy__ (GH-106666)Prince Roshan2023-07-122-0/+14
* gh-106236: Replace `assert` with `raise RuntimeError` in `threading.py` (#106...Nikita Sobolev2023-07-122-3/+12
* gh-106529: Split FOR_ITER_RANGE into uops (#106638)Guido van Rossum2023-07-121-3/+22
* gh-106529: Implement JUMP_FORWARD in uops (with test) (#106651)Guido van Rossum2023-07-111-0/+25
* gh-106307: C API: Add PyMapping_GetOptionalItem() function (GH-106308)Serhiy Storchaka2023-07-111-0/+2
* gh-106521: Add PyObject_GetOptionalAttr() function (GH-106522)Serhiy Storchaka2023-07-111-0/+2
* gh-106529: Support JUMP_BACKWARD in Tier 2 (uops) (#106543)Guido van Rossum2023-07-111-2/+14
* gh-102541: Add test case for help() for non_existent_module (#106340)Kirill Podoprigora2023-07-111-1/+10
* gh-106403: Restore weakref support for TypeVar and friends (#106418)Jelle Zijlstra2023-07-111-0/+31
* gh-106498: Revert incorrect colorsys.rgb_to_hls change (#106627)Terry Jan Reedy2023-07-112-1/+11
* gh-105497: [Enum] Fix flag mask inversion when unnamed flags exist (#106468)Ethan Furman2023-07-112-61/+85
* gh-106572: Convert PyObject_DelAttr() to a function (#106611)Victor Stinner2023-07-111-0/+2
* Remove unused branches from mock module (#106617)Chris Withers2023-07-112-8/+3
* 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-101-20/+43
* gh-102988: Detect email address parsing errors and return empty tuple to indi...Thomas Dwyer2023-07-102-9/+135
* gh-94777: Fix deadlock in ProcessPoolExecutor (#94784)Louis Paulot2023-07-102-0/+22
* gh-103186: Fix or catch 'extra' stderr output from unittests (#103196)Ijtaba Hussain2023-07-103-7/+14
* GH-61215: threadingmock: Remove unused branch for `timeout` (#106591)Mario Corchero2023-07-101-3/+1
* gh-99593: Add tests for Unicode C API (part 3) (GH-104728)Serhiy Storchaka2023-07-101-0/+466
* GH-100288: Specialize LOAD_ATTR for simple class attributes. (#105990)Mark Shannon2023-07-101-0/+2
* gh-106487: Allow the 'count' argument of `str.replace` to be a keyword (#106488)Hugo van Kemenade2023-07-101-0/+6
* 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-091-11/+1
* gh-106510: Fix DEBUG output for atomic group (GH-106511)Serhiy Storchaka2023-07-082-2/+7
* gh-105873: Make `_xxsubinterpreters` use exception type name in shared except...Radislav Chugunov2023-07-082-3/+3
* gh-106524: Fix a crash in _sre.template() (GH-106525)Radislav Chugunov2023-07-081-0/+10
* gh-103200: Fix performance issues with `zipimport.invalidate_caches()` (GH-10...Desmond Cheong2023-07-072-25/+66
* gh-106300: Improve `assertRaises(Exception)` usages in tests (GH-106302)Nikita Sobolev2023-07-077-12/+20
* gh-104584: Allow unspecialized instructions in superblocks (#106497)Guido van Rossum2023-07-071-0/+28
* gh-106503: asyncio._SelectorSocketTransport: fix cyclic reference on close()....Andrew Geng2023-07-071-0/+1
* GH-106057: Handle recursion errors in inline class calls properly. (GH-106108)Mark Shannon2023-07-071-0/+15
* gh-104584: Handle EXTENDED_ARG in superblock creation (#106489)Guido van Rossum2023-07-061-0/+56
* gh-90876: Restore the ability to import multiprocessing when `sys.executable`...Gregory P. Smith2023-07-062-8/+80
* gh-104584: Clean up and fix uops tests and fix crash (#106492)Guido van Rossum2023-07-061-24/+30
* closes gh-106479: fix typo in __cplusplus macro (gh-106480)Dustin Rodrigues2023-07-061-1/+1
* gh-106458: Mark `testthreadingmock.py` with `@requires_working_threading` (GH...Mario Corchero2023-07-061-9/+11
* gh-106238: Handle KeyboardInterrupt during logging._acquireLock() (GH-106239)Ariel Eizenberg2023-07-061-1/+5
* gh-105340: include hidden fast-locals in locals() (#105715)Carl Meyer2023-07-051-0/+22
* gh-106292: restore checking __dict__ in cached_property.__get__ (#106380)Carl Meyer2023-07-052-10/+32
* gh-96844: Improve error message of list.remove (gh-106455)Dong-hee Na2023-07-051-1/+1
* gh-102542 Remove unused bytes object and bytes slicing (#106433)JosephSBoyle2023-07-051-7/+4
* gh-64595: Fix regression in file write logic in Argument Clinic (#106449)Erlend E. Aasland2023-07-051-4/+3
* gh-104683: Rename Lib/test/clinic.test as Lib/test/clinic.test.c (#106443)Erlend E. Aasland2023-07-052-2/+3
* gh-106368: Add tests for formatting helpers in Argument Clinic (#106415)Erlend E. Aasland2023-07-041-0/+164
* gh-61215: Rename `wait_until_any_call` to `wait_until_any_call_with` (#106414)Mario Corchero2023-07-042-26/+26
* gh-106162: array: suppress warning in test_array (#106404)Inada Naoki2023-07-041-0/+8
* GH-106360: Support very basic superblock introspection (#106422)Mark Shannon2023-07-041-0/+23
* gh-106396: Special-case empty format spec to gen empty JoinedStr node (#106401)Lysandros Nikolaou2023-07-041-0/+18
* gh-106368: Add tests for permutation helpers in Argument Clinic (#106407)Erlend E. Aasland2023-07-041-0/+106