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-128533: Add `NOT_TAKEN` instruction after bytecode optimization. (GH-128554)
Mark Shannon
2025-01-06
4
-139/+127
*
gh-127146: Fix test_sysconfigdata_json for Emscripten (#128556)
Hood Chatham
2025-01-06
1
-4/+4
*
GH-128375: Better instrument for `FOR_ITER` (GH-128445)
Mark Shannon
2025-01-06
27
-544/+827
*
GH-128073: Include `EXIT_IF` when checking for escaping calls (GH-128537)
Mark Shannon
2025-01-06
2
-1/+26
*
gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)
Victor Stinner
2025-01-06
18
-53/+270
*
gh-128340: add thread safe handle for `loop.call_soon_threadsafe` (#128369)
Kumar Aditya
2025-01-06
4
-1/+151
*
gh-90241: Clarify documentation for PyUnicode_FSConverter and PyUnicode_FSDec...
Serhiy Storchaka
2025-01-06
2
-11/+36
*
gh-111178: fix UBSan failures in `Objects/descrobject.c` (GH-128245)
Bénédikt Tran
2025-01-06
1
-7/+10
*
gh-77214: Update outdated documentation for numeric PyArg_Parse formats (GH-1...
Serhiy Storchaka
2025-01-06
1
-8/+14
*
gh-128089: Add PYC magic number for VALUE_WITH_FAKE_GLOBALS (#128097)
Jelle Zijlstra
2025-01-06
1
-1/+1
*
gh-102471: convert decimal module to use PyLong_Export API (PEP 757) (#128267)
Sergey B Kirpichev
2025-01-06
1
-24/+27
*
gh-128519: Align the docstring of untokenize() to match the docs (#128521)
Tomas R.
2025-01-06
1
-10/+4
*
gh-98188: Fix EmailMessage.get_payload to decode data when CTE value has extr...
RanKKI
2025-01-06
5
-2/+59
*
Docs: fix `MessageDefect` references in email.policy docs (#128468)
Yuki Kobayashi
2025-01-05
2
-3/+2
*
gh-128504: Upgrade doctest to ubuntu-24.04 (#128506)
Damien
2025-01-05
1
-1/+1
*
gh-128137: Update PyASCIIObject to handle interned field with the atomic oper...
Donghee Na
2025-01-05
3
-10/+18
*
gh-128437: Add `BOLT_COMMON_FLAGS` with `-update-debug-sections` (gh-128455)
Zanie Blue
2025-01-05
2
-4/+32
*
gh-115765: Document and enforce Autoconf 2.72 requirement (#128502)
Erlend E. Aasland
2025-01-04
2
-3/+6
*
gh-127553: Remove outdated TODO comment in _pydatetime (#127564)
Beomsoo Kim
2025-01-04
1
-1/+0
*
gh-127954: Document PyObject_DelItemString (#127986)
RUANG (James Roy)
2025-01-04
1
-0/+7
*
Docs: amend json.dump() post gh-128482 (#128489)
Erlend E. Aasland
2025-01-04
1
-5/+8
*
gh-126719: Clarify math.fmod docs (#127741)
Stan Ulbrych
2025-01-04
1
-1/+2
*
pathlib tests: create `walk()` test hierarchy without using class under test ...
Barney Gale
2025-01-04
2
-39/+58
*
Docs: mark up json.dump() using parameter list (#128482)
Erlend E. Aasland
2025-01-04
1
-48/+70
*
GH-127381: pathlib ABCs: remove `PathBase.move()` and `move_into()` (#128337)
Barney Gale
2025-01-04
4
-153/+148
*
gh-128152: Argument Clinic: ignore pre-processor directives inside C comments...
Erlend E. Aasland
2025-01-04
3
-0/+15
*
Add `check-readthedocs` pre-commit hook (#128453)
sobolevn
2025-01-04
1
-0/+1
*
gh-128002: fix many thread safety issues in asyncio (#128147)
Kumar Aditya
2025-01-04
3
-175/+951
*
gh-125985: Fix `cmodule_function()` scaling benchmark (#128460)
Sam Gross
2025-01-03
1
-3/+11
*
gh-128354: Consistently use LIBS over LDFLAGS in library build checks (#128359)
Zanie Blue
2025-01-03
2
-43/+41
*
gh-128456: Use '-reorder-functions=cdsort' for BOLT builds (#128457)
Zanie Blue
2025-01-03
2
-2/+2
*
gh-128400: Only show the current thread in `faulthandler` if the GIL is disab...
Peter Bierma
2025-01-03
4
-5/+45
*
gh-127903: Fix a crash on debug builds when calling `Objects/unicodeobject::_...
Alexander Shadchin
2025-01-03
3
-3/+15
*
gh-89083: improve UUIDv8 uniqueness tests (GH-128149)
Bénédikt Tran
2025-01-03
1
-6/+10
*
gh-111178: fix UBSan failures in `Modules/zlibmodule.c` (GH-128252)
Bénédikt Tran
2025-01-03
1
-5/+9
*
gh-111178: fix UBSan failures in `Objects/tupleobject.c` (GH-128251)
Bénédikt Tran
2025-01-03
1
-14/+20
*
gh-111178: fix UBSan failures in `Objects/enumobject.c` (GH-128246)
Bénédikt Tran
2025-01-03
1
-22/+35
*
gh-111178: fix UBSan failures in `Modules/curses*.c` (GH-128244)
Bénédikt Tran
2025-01-03
2
-71/+114
*
gh-111178: fix UBSan failures in `Modules/_csv.c` (GH-128243)
Bénédikt Tran
2025-01-03
1
-28/+48
*
gh-112015: Implement `ctypes.memoryview_at()` (GH-112018)
Rian Hunter
2025-01-03
6
-1/+120
*
gh-128317: Highlight today in colour in calendar CLI output (#128318)
Hugo van Kemenade
2025-01-03
5
-13/+85
*
gh-127787: refactor helpers for `PyUnicodeErrorObject` internal interface (GH...
Bénédikt Tran
2025-01-03
2
-155/+293
*
gh-115765: Upgrade to GNU Autoconf 2.72 (#128411)
Erlend E. Aasland
2025-01-03
8
-3104/+4509
*
gh-128404: Remove `asyncio` from `Lib/test/test_sys_settrace` (#128435)
Thomas Grainger
2025-01-03
1
-6/+2
*
gh-127529: Correct asyncio's `accept_connection` behaviour for handling `Conn...
jb2170
2025-01-03
3
-3/+36
*
gh-128104: Remove `Py_STRFTIME_C99_SUPPORT`; require C99-compliant strftime (...
Zanie Blue
2025-01-03
5
-27/+10
*
gh-108202: Document calendar.TextCalendar formatting helpers (#127608)
Stan Ulbrych
2025-01-03
1
-1/+26
*
gh-128133: use relaxed atomics for hash of bytes (#128412)
Abhijeet
2025-01-03
1
-31/+39
*
gh-128404: remove asyncio from test_type_params (#128436)
Thomas Grainger
2025-01-03
1
-5/+2
*
gh-128426: Mention PySequence_Fast in free-threading C API HOWTO (#128428)
Nathan Goldbaum
2025-01-03
1
-2/+4
[next]