summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-88496: IDLE - fix another test on macOS (#104075)Terry Jan Reedy2023-05-021-2/+3
* gh-94673: Hide Objects in PyTypeObject Behind Accessors (gh-104074)Eric Snow2023-05-026-244/+352
* gh-94673: Properly Initialize and Finalize Static Builtin Types for Each Inte...Eric Snow2023-05-0217-134/+145
* gh-104016: Skip test for deeply neste f-strings on wasi (#104071)Pablo Galindo Salgado2023-05-011-3/+4
* gh-104057: Fix direct invocation of test_super (#104064)Kirill Podoprigora2023-05-011-2/+2
* gh-87092: Expose assembler to unit tests (#103988)Irit Katriel2023-05-0111-48/+329
* gh-97696: asyncio eager tasks factory (#102853)Itamar Ostricher2023-05-0112-47/+945
* gh-84436: Immortalize in _PyStructSequence_InitBuiltinWithFlags() (gh-104054)Eric Snow2023-05-018-59/+74
* gh-104057: Fix direct invocation of test_module (GH-104059)Kirill Podoprigora2023-05-011-1/+1
* gh-100458: Clarify Enum.__format__() change of mixed-in types in the whatsnew...Anže Pečar2023-05-011-13/+5
* gh-104018: disallow "z" format specifier in %-format of byte strings (GH-104033)John Belmonte2023-05-013-1/+3
* gh-104016: Fixed off by 1 error in f string tokenizer (#104047)jx1242023-05-013-5/+25
* GH-103629: Update Unpack's repr in compliance with PEP 692 (#104048)Franek Magiera2023-05-013-28/+45
* gh-102799: replace sys.exc_info by sys.exception in inspect and traceback mod...Irit Katriel2023-05-012-4/+6
* Fix typo in "expected" word in few source files (#104034)chgnrdv2023-05-012-2/+2
* gh-103824: fix use-after-free error in Parser/tokenizer.c (#103993)chgnrdv2023-05-012-1/+18
* gh-104035: Do not ignore user-defined `__{get,set}state__` in slotted frozen ...Nikita Sobolev2023-05-013-2/+74
* gh-104028: Reduce object creation while calling callback function from gc (gh...Dong-hee Na2023-05-012-1/+13
* gh-104036: Fix direct invocation of test_typing (#104037)Kirill Podoprigora2023-05-011-1/+1
* gh-102213: Optimize the performance of `__getattr__` (GH-103761)sunmy20192023-05-013-8/+28
* gh-103895: Improve how invalid `Exception.__notes__` are displayed (#103897)Carey Metcalfe2023-05-014-5/+23
* Adjust expression from `==` to `!=` in alignment with the meaning of the para...Ben Faulhaber2023-05-011-1/+1
* gh-88496: Fix IDLE test hang on macOS (#104025)Terry Jan Reedy2023-05-013-2/+3
* Improve int test coverage (#104024)Shantanu2023-05-011-0/+20
* gh-88773: Added teleport method to Turtle library (#103974)Liam Gersten2023-04-304-12/+128
* gh-104015: Fix direct invocation of `test_dataclasses` (#104017)Nikita Sobolev2023-04-301-1/+1
* gh-104012: Ensure test_calendar.CalendarTestCase.test_deprecation_warning con...Alex Waygood2023-04-301-4/+4
* gh-103977: compile re expressions in platform.py only if required (#103981)Pieter Eendebak2023-04-302-36/+40
* gh-98003: Inline call frames for CALL_FUNCTION_EX (GH-98004)Ken Jin2023-04-306-55/+148
* Replace Netlify with Read the Docs build previews (#103843)Hugo van Kemenade2023-04-305-21/+51
* Update name in acknowledgements and add mailmap (#103696)Amethyst Reese2023-04-302-1/+4
* gh-82054: allow test runner to split test_asyncio to execute in parallel by s...Joshua Herman2023-04-301-3/+16
* Remove non-existing tools from Sundry skiplist (#103991)Oleg Iarygin2023-04-291-9/+2
* gh-103793: Defer formatting task name (#103767)Itamar Ostricher2023-04-294-2/+29
* gh-87092: change assembler to use instruction sequence instead of CFG (#103933)Irit Katriel2023-04-295-80/+92
* gh-103636: issue warning for deprecated calendar constants (#103833)Prince Roshan2023-04-295-0/+84
* Various small fixes to dis docs (#103923)Jelle Zijlstra2023-04-291-78/+79
* GH-103082: Code cleanup in instrumentation code (#103474)Mark Shannon2023-04-294-39/+42
* gh-98040: Remove just the `imp` module (#98573)Barry Warsaw2023-04-2824-1538/+41
* GH-103971: Forward-port test from GH-103980 (GH-103984)Tian Gao2023-04-281-0/+13
* GH-103944: Check error status when raising DeprecationWarning (#103949)Paul Ganssle2023-04-281-12/+12
* gh-103978: avoid using 'class' as an identifier (#103979)Carl Meyer2023-04-282-4/+4
* gh-101100: Add reference doc for __post_init__ (#103818)Olga Matoula2023-04-281-22/+23
* Update itertool recipe: polynomial_from_roots() (GH-103973)Raymond Hettinger2023-04-281-5/+4
* GH-103804: Add test for dis.disco (#103901)Juhi Chandalia2023-04-281-0/+7
* gh-100021: Document that sqlite3's executemany() discards resulting rows (#10...Erlend E. Aasland2023-04-281-2/+9
* Fix typo in math.log docstring (#103943)Wes Turner2023-04-281-1/+1
* gh-83925: Make asyncio.subprocess communicate similar to non-asyncio (#18650)Marek Marczykowski-Górecki2023-04-284-7/+32
* gh-94673: Fix _PyTypes_InitTypes() and get_type_attr_as_size() (gh-103961)Eric Snow2023-04-282-4/+1
* gh-94673: Ensure Builtin Static Types are Readied Properly (gh-103940)Eric Snow2023-04-2721-168/+88