summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* GH-97850: Suppress cross-references to the removed ``module_repr`` method (#1...Adam Turner2023-05-035-9/+9
* GH-98040: Suppress cross-references to the removed ``imp`` module (#104131)Adam Turner2023-05-0311-19/+20
* gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)Barry Warsaw2023-05-0339-1047/+137
* gh-103845: Remove line & instruction instrumentations before adding them back...Tian Gao2023-05-033-8/+70
* GH-84976: Re-introduce `datetime.py` and fix reprsPaul Ganssle2023-05-033-29/+27
* GH-84976: Move Lib/datetime.py to Lib/_pydatetimePaul Ganssle2023-05-034-5/+14
* gh-104078: Improve performance of PyObject_HasAttrString (#104079)Itamar Ostricher2023-05-032-6/+18
* gh-82012: Deprecate bitwise inversion (~) of bool (#103487)Tim Hoffmann2023-05-036-25/+78
* gh-101100: Fix Sphinx warnings in `curses` and `curses.ascii` modules (#103457)Hugo van Kemenade2023-05-033-468/+500
* GH-89769: `pathlib.Path.glob()`: do not follow symlinks when checking for pre...andrei kulakov2023-05-034-9/+25
* gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (#104...Ethan Furman2023-05-033-1/+11
* gh-104109: Expose Py_NewInterpreterFromConfig() in the Public C-API (gh-104110)Eric Snow2023-05-036-16/+22
* gh-94673: More Per-Interpreter Fields for Builtin Static Types (gh-103912)Eric Snow2023-05-035-86/+185
* GH-103963: Make dis display names of args for intrinsics opcodes (#104029)Juhi Chandalia2023-05-036-17/+110
* GH-104102: Optimize `pathlib.Path.glob()` handling of `../` pattern segments ...Barney Gale2023-05-023-0/+19
* GH-104104: Optimize `pathlib.Path.glob()` by avoiding repeated calls to `os.p...Barney Gale2023-05-022-11/+16
* gh-103822: [Calendar] change return value to enum for day and month APIs (GH-...Prince Roshan2023-05-022-2/+2
* gh-65022: Fix description of tuple return value in copyreg (#103892)Shantanu2023-05-021-1/+1
* GH-103525: Improve exception message from `pathlib.PurePath()` (GH-103526)Barney Gale2023-05-023-16/+27
* gh-84436: Add integration C API tests for immortal objects (gh-103962)Dong-hee Na2023-05-026-1/+69
* gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744)Jurica Bradarić2023-05-026-2/+156
* gh-102997: Update Windows installer to SQLite 3.41.2. (#102999)Mariusz Felisiak2023-05-024-3/+4
* GH-103484: Fix redirected permanently URLs (#104001)Rafael Fontenelle2023-05-0240-60/+78
* Improve assert_type phrasing (#104081)Shantanu2023-05-022-6/+8
* gh-102997: Update macOS installer to SQLite 3.41.2. (GH-102998)Mariusz Felisiak2023-05-022-3/+4
* GH-103472: close response in HTTPConnection._tunnel (#103473)Thomas Grainger2023-05-023-15/+43
* 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