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
path:
root
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43981: Fix reference leaks in test_squeezer (GH-25758)
Pablo Galindo
2021-04-30
1
-0/+1
*
bpo-43933: Set frame.f_lineno during call to __exit__ (GH-25719)
Mark Shannon
2021-04-30
1
-0/+2
*
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner
2021-04-30
1
-0/+2
*
bpo-43977: Use tp_flags for collection matching (GH-25723)
Mark Shannon
2021-04-30
1
-0/+2
*
bpo-43817: Add inspect.get_annotations(). (#25522)
larryhastings
2021-04-30
1
-0/+11
*
bpo-43901: Lazy-create an empty annotations dict in all unannotated user clas...
larryhastings
2021-04-30
1
-0/+3
*
bpo-43892: Validate the first term of complex literal value patterns (GH-25735)
Brandt Bucher
2021-04-30
1
-0/+2
*
bpo-42800: add audit hooks for f_code and tb_frame (GH-24182)
Ryan Hileman
2021-04-29
2
-0/+2
*
bpo-43933: Show frame.f_lineno as None, rather than -1, if there is no line n...
Mark Shannon
2021-04-29
1
-0/+3
*
bpo-43882 - urllib.parse should sanitize urls containing ASCII newline and ta...
Senthil Kumaran
2021-04-29
1
-0/+6
*
bpo-28254: Add PyGC_ functions to the stable ABI manifest (GH-25720)
Petr Viktorin
2021-04-29
1
-1/+10
*
bpo-42739: Don't use sentinels to mark end of line table. (GH-25657)
Mark Shannon
2021-04-29
1
-0/+4
*
bpo-37892: Use space indents in IDLE Shell (GH-25678)
Terry Jan Reedy
2021-04-29
1
-0/+1
*
bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)
Petr Viktorin
2021-04-29
2
-0/+2146
*
bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711)
Victor Stinner
2021-04-29
2
-79/+8
*
bpo-43908: Make array.array type immutable (GH-25696)
Erlend Egeberg Aasland
2021-04-29
1
-0/+2
*
bpo-43908: Make re types immutable (GH-25697)
Erlend Egeberg Aasland
2021-04-29
1
-0/+2
*
bpo-43892: Make match patterns explicit in the AST (GH-25585)
Nick Coghlan
2021-04-29
1
-0/+5
*
bpo-41139: Deprecate `cgi.log()` (GH-25625)
Inada Naoki
2021-04-29
1
-0/+1
*
bpo-37903: IDLE: Shell sidebar with prompts (GH-22682)
Tal Einat
2021-04-28
1
-0/+1
*
bpo-43908: Add Py_TPFLAGS_IMMUTABLETYPE flag (GH-25520)
Erlend Egeberg Aasland
2021-04-28
1
-0/+3
*
bpo-28254: Add a C-API for controlling the GC state (GH-25687)
scoder
2021-04-28
1
-0/+3
*
bpo-43757: Make pathlib use os.path.realpath() to resolve symlinks in a path ...
Barney Gale
2021-04-28
1
-0/+3
*
bpo-41559: Change PEP 612 implementation to pure Python (#25449)
Ken Jin
2021-04-28
1
-0/+6
*
bpo-43959: clarify the documentation of the PyContextVar C-API (GH-25671)
scoder
2021-04-28
1
-0/+1
*
bpo-43961: Fix test_logging.test_namer_rotator_inheritance() (GH-25684)
Victor Stinner
2021-04-28
1
-0/+2
*
bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683)
Victor Stinner
2021-04-28
1
-0/+5
*
bpo-43776: Remove list call from args in Popen repr (GH-25338)
M. Kocher
2021-04-28
1
-0/+1
*
bpo-41486: Faster bz2/lzma/zlib via new output buffering (GH-21740)
Ma Lin
2021-04-28
1
-0/+4
*
bpo-43963: Fix import _signal in subinterpreters (GH-25674)
Victor Stinner
2021-04-27
1
-0/+2
*
bpo-43957: [Enum] Deprecate ``TypeError`` from containment checks. (GH-25670)
Ethan Furman
2021-04-27
1
-0/+4
*
bpo-8978: improve tarfile.open error message when lzma / bz2 are missing (GH-...
Anthony Sottile
2021-04-27
1
-0/+2
*
bpo-43492: Update macOS installer to use SQLite 3.35.5 (GH-25640)
Erlend Egeberg Aasland
2021-04-27
1
-0/+1
*
bpo-43492: Upgrade Windows installer to use SQLite 3.35.5 (GH-25641)
Erlend Egeberg Aasland
2021-04-27
1
-0/+1
*
bpo-43766: Implement PEP 647 (User-Defined Type Guards) in typing.py (#25282)
Ken Jin
2021-04-27
1
-0/+2
*
bpo-43312: Functions returning default and preferred sysconfig schemes (GH-24...
Tzu-ping Chung
2021-04-27
1
-0/+3
*
Fix thread locks in zlib module may go wrong in rare case. (#22126)
Ma Lin
2021-04-27
1
-0/+1
*
bpo-43945: [Enum] Deprecate non-standard mixin format() behavior (GH-25649)
Ethan Furman
2021-04-27
1
-0/+2
*
bpo-43762: Add audit events for loading of sqlite3 extensions (GH-25246)
Erlend Egeberg Aasland
2021-04-26
1
-0/+3
*
bpo-40432: Use python 3.8 or higher to compile CPython on Windows (#25389)
Ken Jin
2021-04-26
1
-0/+3
*
bpo-43938: improve dataclasses.FrozenInstanceError documentation (GH-25603)
Llandy Riveron Del Risco
2021-04-26
2
-0/+3
*
bpo-42904: Change search order of typing.get_type_hints eval (#25632)
Ken Jin
2021-04-26
1
-0/+5
*
bpo-18233: Add internal methods to access peer chain (GH-25467)
Christian Heimes
2021-04-26
1
-0/+2
*
Add keyword-only fields to dataclasses. (GH=25608)
Eric V. Smith
2021-04-26
1
-0/+2
*
bpo-43534: Fix the turtle module working with multiple root windows (GH-25591)
Serhiy Storchaka
2021-04-25
1
-0/+1
*
bpo-38490: statistics: Add covariance, Pearson's correlation, and simple line...
Tymoteusz Wołodźko
2021-04-25
2
-0/+2
*
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-...
Serhiy Storchaka
2021-04-25
1
-0/+9
*
bpo-42609: Check recursion depth in the AST validator and optimizer (GH-23744)
Serhiy Storchaka
2021-04-25
1
-0/+3
*
bpo-43534: Make dialogs in turtle.textinput() and turtle.numinput() transitie...
Serhiy Storchaka
2021-04-25
1
-0/+2
*
bpo-43655: Tkinter and IDLE dialog windows are now recognized as dialogs by w...
Serhiy Storchaka
2021-04-25
2
-0/+4
[next]