index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
GH-97950: Use new-style index directive ('keyword') (#104153)
Adam Turner
2023-05-04
4
-28/+28
*
GH-97950: Use new-style index directive ('module') (#103996)
Adam Turner
2023-05-04
33
-69/+65
*
gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511)
Petr Viktorin
2023-05-04
30
-19/+970
*
GH-97950: Allow translation of index directive content (#104000)
Adam Turner
2023-05-04
2
-0/+34
*
gh-104146: Remove unused 'second_pass_replacements' from clinic.py (#104147)
Erlend E. Aasland
2023-05-04
1
-19/+2
*
pydoc.safeimport: Use importlib.import_module instead of __import__ (GH-103118)
Yuxin Wu
2023-05-03
1
-4/+1
*
gh-97850: Deprecate `find_loader` and `get_loader` in `pkgutil` (GH-98520)
Nikita Sobolev
2023-05-03
5
-18/+43
*
gh-103590: mention that the change is included in 3.11.4 and clarify except* ...
Irit Katriel
2023-05-03
2
-3/+6
*
GH-104114: Fix `pathlib.WindowsPath.glob()` use of literal pattern segment ca...
Barney Gale
2023-05-03
3
-41/+18
*
GH-103944: Remove last use of `utcfromtimestamp` (#103995)
Paul Ganssle
2023-05-03
1
-15/+20
*
gh-103693: Add convenience variable feature to `pdb` (#103694)
Tian Gao
2023-05-03
5
-0/+119
*
gh-103968: Deprecate creating heap types whose metaclass has custom tp_new. (...
Petr Viktorin
2023-05-03
6
-12/+106
*
GH-97850: Suppress cross-references to removed ``importlib.util`` functions (...
Adam Turner
2023-05-03
5
-10/+10
*
GH-97850: Suppress cross-references to the removed ``module_repr`` method (#1...
Adam Turner
2023-05-03
5
-9/+9
*
GH-98040: Suppress cross-references to the removed ``imp`` module (#104131)
Adam Turner
2023-05-03
11
-19/+20
*
gh-98040: Remove find_loader, find_module and other deprecated APIs (#98059)
Barry Warsaw
2023-05-03
39
-1047/+137
*
gh-103845: Remove line & instruction instrumentations before adding them back...
Tian Gao
2023-05-03
3
-8/+70
*
GH-84976: Re-introduce `datetime.py` and fix reprs
Paul Ganssle
2023-05-03
3
-29/+27
*
GH-84976: Move Lib/datetime.py to Lib/_pydatetime
Paul Ganssle
2023-05-03
4
-5/+14
*
gh-104078: Improve performance of PyObject_HasAttrString (#104079)
Itamar Ostricher
2023-05-03
2
-6/+18
*
gh-82012: Deprecate bitwise inversion (~) of bool (#103487)
Tim Hoffmann
2023-05-03
6
-25/+78
*
gh-101100: Fix Sphinx warnings in `curses` and `curses.ascii` modules (#103457)
Hugo van Kemenade
2023-05-03
3
-468/+500
*
GH-89769: `pathlib.Path.glob()`: do not follow symlinks when checking for pre...
andrei kulakov
2023-05-03
4
-9/+25
*
gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (#104...
Ethan Furman
2023-05-03
3
-1/+11
*
gh-104109: Expose Py_NewInterpreterFromConfig() in the Public C-API (gh-104110)
Eric Snow
2023-05-03
6
-16/+22
*
gh-94673: More Per-Interpreter Fields for Builtin Static Types (gh-103912)
Eric Snow
2023-05-03
5
-86/+185
*
GH-103963: Make dis display names of args for intrinsics opcodes (#104029)
Juhi Chandalia
2023-05-03
6
-17/+110
*
GH-104102: Optimize `pathlib.Path.glob()` handling of `../` pattern segments ...
Barney Gale
2023-05-02
3
-0/+19
*
GH-104104: Optimize `pathlib.Path.glob()` by avoiding repeated calls to `os.p...
Barney Gale
2023-05-02
2
-11/+16
*
gh-103822: [Calendar] change return value to enum for day and month APIs (GH-...
Prince Roshan
2023-05-02
2
-2/+2
*
gh-65022: Fix description of tuple return value in copyreg (#103892)
Shantanu
2023-05-02
1
-1/+1
*
GH-103525: Improve exception message from `pathlib.PurePath()` (GH-103526)
Barney Gale
2023-05-02
3
-16/+27
*
gh-84436: Add integration C API tests for immortal objects (gh-103962)
Dong-hee Na
2023-05-02
6
-1/+69
*
gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744)
Jurica Bradarić
2023-05-02
6
-2/+156
*
gh-102997: Update Windows installer to SQLite 3.41.2. (#102999)
Mariusz Felisiak
2023-05-02
4
-3/+4
*
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle
2023-05-02
40
-60/+78
*
Improve assert_type phrasing (#104081)
Shantanu
2023-05-02
2
-6/+8
*
gh-102997: Update macOS installer to SQLite 3.41.2. (GH-102998)
Mariusz Felisiak
2023-05-02
2
-3/+4
*
GH-103472: close response in HTTPConnection._tunnel (#103473)
Thomas Grainger
2023-05-02
3
-15/+43
*
gh-88496: IDLE - fix another test on macOS (#104075)
Terry Jan Reedy
2023-05-02
1
-2/+3
*
gh-94673: Hide Objects in PyTypeObject Behind Accessors (gh-104074)
Eric Snow
2023-05-02
6
-244/+352
*
gh-94673: Properly Initialize and Finalize Static Builtin Types for Each Inte...
Eric Snow
2023-05-02
17
-134/+145
*
gh-104016: Skip test for deeply neste f-strings on wasi (#104071)
Pablo Galindo Salgado
2023-05-01
1
-3/+4
*
gh-104057: Fix direct invocation of test_super (#104064)
Kirill Podoprigora
2023-05-01
1
-2/+2
*
gh-87092: Expose assembler to unit tests (#103988)
Irit Katriel
2023-05-01
11
-48/+329
*
gh-97696: asyncio eager tasks factory (#102853)
Itamar Ostricher
2023-05-01
12
-47/+945
*
gh-84436: Immortalize in _PyStructSequence_InitBuiltinWithFlags() (gh-104054)
Eric Snow
2023-05-01
8
-59/+74
*
gh-104057: Fix direct invocation of test_module (GH-104059)
Kirill Podoprigora
2023-05-01
1
-1/+1
*
gh-100458: Clarify Enum.__format__() change of mixed-in types in the whatsnew...
Anže Pečar
2023-05-01
1
-13/+5
*
gh-104018: disallow "z" format specifier in %-format of byte strings (GH-104033)
John Belmonte
2023-05-01
3
-1/+3
[next]