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-103092: port `_asyncio` freelist to module state (#104196)
Kumar Aditya
2023-05-05
1
-27/+25
*
gh-104051: fix crash in test_xxtestfuzz with -We (#104052)
Irit Katriel
2023-05-05
1
-3/+10
*
gh-104190: fix ubsan crash (#104191)
sunmy2019
2023-05-05
1
-1/+1
*
gh-104106: Add gcc fallback of mkfifoat/mknodat for macOS (gh-104129)
Dong-hee Na
2023-05-05
2
-4/+13
*
GH-104142: Fix _Py_RefcntAdd to respect immortality (GH-104143)
Brandt Bucher
2023-05-05
3
-18/+30
*
gh-104112: link from cached_property docs to method-caching FAQ (#104113)
Carl Meyer
2023-05-04
1
-12/+4
*
gh-68968: Correcting message display issue with assertEqual (#103937)
Michael Blahay
2023-05-04
4
-11/+87
*
GH-103899: Provide a hint when accidentally calling a module (GH-103900)
Brandt Bucher
2023-05-04
3
-6/+73
*
gh-103963: fix 'make regen-opcode' in out-of-tree builds (#104177)
Carl Meyer
2023-05-04
3
-3/+5
*
gh-102500: Add PEP 688 and 698 to the 3.12 release highlights (#104174)
Hugo van Kemenade
2023-05-04
1
-2/+6
*
GH-81079: Add case_sensitive argument to `pathlib.Path.glob()` (GH-102710)
Barney Gale
2023-05-04
4
-17/+51
*
gh-91896: Deprecate collections.abc.ByteString (#102096)
Shantanu
2023-05-04
6
-8/+49
*
gh-99593: Add tests for Unicode C API (part 2) (#99868)
Serhiy Storchaka
2023-05-04
3
-60/+944
*
gh-102500: Document PEP 688 (#102571)
Jelle Zijlstra
2023-05-04
4
-1/+95
*
gh-102500: Implement PEP 688 (#102521)
Jelle Zijlstra
2023-05-04
26
-15/+640
*
gh-96534: socketmodule: support FreeBSD divert(4) socket (#96536)
Gleb Smirnoff
2023-05-04
3
-0/+25
*
gh-104066: Improve performance of hasattr for module objects (#104063)
Itamar Ostricher
2023-05-04
4
-29/+78
*
gh-102795: Fix use of poll in test_epoll's test_control_and_wait (#102796)
Kevin Krakauer
2023-05-04
2
-4/+12
*
gh-103323: Remove PyRuntimeState_GetThreadState() (#104171)
Victor Stinner
2023-05-04
5
-17/+9
*
gh-104169: Ensure the tokenizer doesn't overwrite previous errors (#104170)
Pablo Galindo Salgado
2023-05-04
1
-0/+6
*
Fix typo "involvin" → "involving" (#104166)
Christopher Chavez
2023-05-04
2
-2/+2
*
gh-103092: Port _ctypes.COMError to heap type (#104020)
Erlend E. Aasland
2023-05-04
3
-60/+47
*
gh-97556: Raise null bytes syntax error upon null in multiline string (GH-104...
Lysandros Nikolaou
2023-05-04
2
-1/+21
*
GH-97950: Use new-style index directive ('statement') (#104162)
Adam Turner
2023-05-04
9
-53/+53
*
GH-97950: Use new-style index directive ('exception') (#104160)
Adam Turner
2023-05-04
3
-13/+13
*
gh-104089: catch DeprecationWarning in `test_fstring` (#104137)
sunmy2019
2023-05-04
1
-5/+12
*
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner
2023-05-04
31
-143/+143
*
GH-97950: Use new-style index directive ('operator') (#104156)
Adam Turner
2023-05-04
3
-54/+54
*
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
[next]