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-128400: Stop-the-world when manually calling `faulthandler` (GH-128422)
Peter Bierma
2025-01-02
3
-1/+36
*
Remove asserts that confuse `enum _framestate` with `enum _frameowner` (GH-12...
Anders Kaseorg
2025-01-02
1
-2/+0
*
gh-128014: Fix passing default='' to the tkinter method wm_iconbitmap() (GH-...
Zhikang Yan
2025-01-02
3
-2/+30
*
Revert "Doc: Show object descriptions in the table of contents (#125757)" (#1...
Hugo van Kemenade
2025-01-02
3
-10/+1
*
gh-128404: Remove ``asyncio`` from ``test_builtin`` (#128403)
Thomas Grainger
2025-01-02
1
-59/+64
*
gh-126624: Expose error code ``XML_ERROR_NOT_STARTED`` of Expat >=2.6.4 (#126...
Sebastian Pipping
2025-01-02
3
-1/+13
*
gh-124130: Fix a bug in matching regular expression \B in empty string (GH-12...
Serhiy Storchaka
2025-01-02
5
-25/+15
*
gh-123925: Fix building curses on platforms without libncursesw (GH-128405)
Serhiy Storchaka
2025-01-02
2
-1/+3
*
gh-95371: Add support for other image formats(e.g. PNG) to the turtle… (#95...
Shin-myoung-serp
2025-01-02
3
-21/+34
*
gh-128349: Use `.. data::` instead of `.. class::` for pre-defined decimal `C...
abkmystery
2025-01-02
2
-5/+5
*
gh-126469: remove unnecessary error-checking branch in `lexer.c` (#126473)
qqwqqw689
2025-01-01
1
-5/+1
*
Fix while statements with non-bool conditions in `_pyrepl` (#127509)
RUANG (James Roy)
2025-01-01
2
-2/+2
*
gh-128277: remove unnecessary critical section from `socket.close` (#128305)
Kumar Aditya
2025-01-01
3
-11/+23
*
gh-121676: Raise a ``DeprecationWarning`` if the Python implementation of ``f...
Kirill Podoprigora
2025-01-01
5
-5/+47
*
Reword `about.rst` to not limit Sphinx (#128325)
Stan Ulbrych
2024-12-31
1
-7/+8
*
gh-128277: make globals variables thread safe in socket module (#128286)
Kumar Aditya
2024-12-31
3
-36/+28
*
gh-88834: Unify the instance check for typing.Union and types.UnionType (GH-1...
Serhiy Storchaka
2024-12-31
3
-3/+81
*
gh-128277: use relaxed atomics for `sock_fd` (#128304)
Kumar Aditya
2024-12-31
1
-65/+102
*
gh-128262: Allow specialization of calls to classes with __slots__ (GH-128263)
Ken Jin
2024-12-31
5
-11/+17
*
gh-128342: Specify timeout unit in subprocess docstrings (GH-128343)
n-l-i
2024-12-30
1
-3/+3
*
gh-128100: Use atomic dictionary load in `_PyObject_GenericGetAttrWithDict` (...
Bogdan Romanyuk
2024-12-30
1
-0/+4
*
gh-119786: Mention `InternalDocs/interpreter.md` instead of non-existing `ada...
Yan Yanchii
2024-12-30
1
-1/+1
*
gh-128317: Document `calendar.TextCalendar.formatweek` (#128353)
Hugo van Kemenade
2024-12-30
1
-0/+8
*
gh-128118: Speed up copy.copy with fast lookup for atomic and container types...
Pieter Eendebak
2024-12-30
2
-18/+11
*
gh-119180: Set the name of the param to __annotate__ to "format" (#124730)
Jelle Zijlstra
2024-12-30
3
-2/+78
*
Docs: correctly markup sys.monitoring "What's New" entry (#128346)
Erlend E. Aasland
2024-12-30
1
-2/+2
*
gh-128321: Set LIBS instead of LDFLAGS when checking sqlite3 requirements (#1...
Zanie Blue
2024-12-30
3
-2/+5
*
GH-127381: pathlib ABCs: remove uncommon `PurePathBase` methods (#127853)
Barney Gale
2024-12-29
5
-433/+365
*
GH-127381: pathlib ABCs: remove `PathBase.stat()` (#128334)
Barney Gale
2024-12-29
4
-83/+62
*
gh-123424: add `ZipInfo._for_archive` to set suitable default properties (#12...
Bénédikt Tran
2024-12-29
6
-29/+72
*
gh-128192: mark new tests with skips based on hashlib algorithm availability ...
Gregory P. Smith
2024-12-29
2
-1/+19
*
expand the `asyncio.run_coroutine_threadsafe` recipes (#127576)
Thomas Grainger
2024-12-29
1
-8/+53
*
gh-128192: support HTTP sha-256 digest authentication as per RFC-7617 (GH-128...
Calvin Bui
2024-12-28
6
-5/+41
*
gh-128279: Enhance the NetBSD compatibility for thread naming (#128280)
Furkan Onder
2024-12-28
3
-0/+5
*
gh-119786: Fix typos in `InternalDocs/parser.md` (#128314)
Yan Yanchii
2024-12-28
1
-5/+5
*
gh-128265: Support WASI/Emscripten on PDB tests, by removing asyncio from pdb...
Thomas Grainger
2024-12-28
4
-60/+70
*
gh-127586: multiprocessing.Pool does not properly restore blocked signals (tr...
Stephen Hansen
2024-12-27
3
-3/+28
*
gh-127949: make deprecation of policy system more prominent (#128290)
Kumar Aditya
2024-12-27
3
-6/+43
*
gh-127089: Add missing description for codes in `http.HTTPStatus` (#127100)
donBarbos
2024-12-27
2
-30/+52
*
Mention loop_factory argument in docstring for asyncio.run() (#128288)
Andrew Svetlov
2024-12-27
1
-0/+1
*
gh-125887: Update PyObject_HasAttr exception behavior (#125907)
Damien
2024-12-27
1
-1/+2
*
gh-127537: Add __class_getitem__ to the python implementation of functools.pa...
CF Bolz-Tereick
2024-12-27
3
-0/+14
*
Remove incorrect imports rationale comment in `http.server` (#128278)
Moshe Kaplan
2024-12-26
1
-1/+1
*
gh-126868: Add freelist for compact ints to `_PyLong_New` (#128181)
Pieter Eendebak
2024-12-26
2
-12/+19
*
gh-87138: convert blake2b/2s types to heap types (#127669)
Bénédikt Tran
2024-12-26
1
-20/+69
*
gh-124761: add `socket.SO_REUSEPORT_LB` (#124961)
Thomas Grainger
2024-12-26
3
-0/+12
*
Clean up redundant ifdef in list getitem (#128257)
da-woods
2024-12-26
1
-4/+0
*
Docs: Fix comment out in `c-api/typeobj.rst` (#128266)
Yuki Kobayashi
2024-12-26
1
-0/+1
*
gh-119786: Fix typos in `InternalDocs/frames.md` (#128275)
Yan Yanchii
2024-12-26
1
-4/+4
*
gh-127949: add docs for asyncio policy deprecation (#128269)
Kumar Aditya
2024-12-26
2
-4/+38
[next]