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-102956: Fix returning of empty byte strings after seek in zipfile … (#10...
Jokimax
2023-10-24
3
-5/+22
*
GH-109214: _SET_IP before _PUSH_FRAME (but not _POP_FRAME) (GH-111001)
Brandt Bucher
2023-10-24
5
-44/+28
*
GH-111182: Update EnumType.__contains__ docs (GH-111184)
InSync
2023-10-24
1
-3/+4
*
gh-109017: Use non alternate name for Kyiv (GH-109251)
Jochen Sprickerhof
2023-10-24
1
-7/+4
*
Revert "Fix a code snippet typo in asyncio docs (#108427)" (GH-111271)
Zachary Ware
2023-10-24
1
-1/+1
*
gh-111151: Convert monospaced directives to :ref: (#111152)
InSync
2023-10-24
3
-8/+20
*
gh-75666: Tkinter: add tests for binding (GH-111202)
Serhiy Storchaka
2023-10-24
1
-0/+307
*
gh-97928: Change the behavior of tkinter.Text.count() (GH-98484)
Serhiy Storchaka
2023-10-24
5
-55/+53
*
gh-110019: Refactor summarize_stats (GH-110398)
Michael Droettboom
2023-10-24
1
-791/+1041
*
Fix typo in sys docs (#111196)
James Tocknell
2023-10-24
1
-1/+1
*
GH-94438: Restore ability to jump over None tests (GH-111237)
Savannah Ostrowski
2023-10-24
4
-0/+38
*
gh-110572: Remove `test_*` from `_testcapi/getargs.c` (GH-111214)
Nikita Sobolev
2023-10-24
4
-214/+25
*
gh-109894: Fix initialization of static `MemoryError` in subinterpreter (gh-1...
Radislav Chugunov
2023-10-23
4
-4/+16
*
gh-101100: Fix Sphinx warnings for `fileno` (#111118)
Hugo van Kemenade
2023-10-23
8
-13/+49
*
Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (#110963)
Anthony Shaw
2023-10-23
1
-0/+2
*
typo: missing line of output in pull parser example (#111068)
Don Patterson
2023-10-23
1
-0/+1
*
Fix typo in 3.13's whatsnew (#111215)
Pablo Martí Gamboa
2023-10-23
1
-1/+1
*
gh-105931: Fix surprising compileall stripdir behaviour (GH-108671)
hetmankp
2023-10-23
3
-6/+37
*
GH-109369: Add machinery for deoptimizing tier2 executors, both individually ...
Mark Shannon
2023-10-23
7
-2/+353
*
gh-67565: Remove redundant C-contiguity checks (GH-105521)
Furkan Onder
2023-10-23
30
-464/+36
*
gh-110383: Italicize variable name (#111206)
Nick
2023-10-23
1
-1/+1
*
gh-110383: Added explanation about simplest regex use case for quantifiers. (...
Nick
2023-10-23
1
-0/+3
*
gh-110828: AIX 32bit build needs -latomic for _testcapi module (#110962)
Ayappan Perumal
2023-10-22
3
-3/+9
*
gh-110196: Fix ipaddress.IPv6Address.__reduce__ (GH-110198)
Tian Gao
2023-10-22
3
-0/+11
*
gh-109975: What's new in 3.13: Add module headers to removals and sort (#110994)
Hugo van Kemenade
2023-10-22
1
-66/+107
*
gh-101100: Fix sphinx warnings in `library/asyncio-dev.rst` (GH-111179)
Nikita Sobolev
2023-10-22
2
-4/+11
*
gh-101100: Fix Sphinx warning in `tutorial/introduction.rst` (#111173)
Maciej Olko
2023-10-22
2
-2/+1
*
gh-109975: What's new in 3.13: Add PEP 594 to release highlights (#110993)
Hugo van Kemenade
2023-10-22
1
-113/+127
*
gh-111085: Fix invalid state handling in TaskGroup and Timeout (#111111)
Serhiy Storchaka
2023-10-21
6
-9/+120
*
gh-111159: Fix `doctest` output comparison for exceptions with notes (#111160)
Nikita Sobolev
2023-10-21
3
-1/+159
*
gh-111157: Mention `__notes__` in `traceback.format_exception_only` docstring...
Nikita Sobolev
2023-10-21
1
-15/+12
*
gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)
Serhiy Storchaka
2023-10-21
12
-141/+126
*
gh-111123: symtable should visit exception handlers before the else block (#1...
Irit Katriel
2023-10-21
4
-2/+25
*
gh-110572: Fix potential leaks in test_*_code in _testcapi/getargs.c (GH-110573)
Nikita Sobolev
2023-10-21
1
-33/+57
*
gh-111155: Fix direct invocation of test_pprint (GH-111156)
Nikita Sobolev
2023-10-21
1
-1/+5
*
gh-110974: Make sure all test_zoneinfo tests are collected (GH-110975)
Nikita Sobolev
2023-10-21
1
-2/+5
*
gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (#111143)
Victor Stinner
2023-10-21
4
-22/+75
*
gh-106310 - document the __signature__ attribute (#106311)
Gouvernathor
2023-10-20
1
-0/+5
*
gh-111046: for wasi-threads, export memory as well via the linker (GH-111099)
YAMAMOTO Takashi
2023-10-20
3
-0/+11
*
gh-110964: clinic: refactor output_templates() (#110982)
Victor Stinner
2023-10-20
1
-56/+53
*
gh-111133: Remove unnecessary PyFrozenSet_Check() calls in const folding (GH-...
Kirill Podoprigora
2023-10-20
1
-14/+3
*
gh-111132: Fix crash on interactive_filename in `run_mod` (#111136)
Nikita Sobolev
2023-10-20
2
-1/+14
*
gh-111089: Use PyUnicode_AsUTF8() in sqlite3 (#111122)
Victor Stinner
2023-10-20
1
-6/+1
*
gh-111126: Use `isinstance` instead of `assert[Not]IsInstance` in `test_typin...
Nikita Sobolev
2023-10-20
1
-4/+4
*
gh-111089: PyUnicode_AsUTF8AndSize() sets size on error (#111106)
Victor Stinner
2023-10-20
3
-4/+11
*
gh-111089: Add PyUnicode_AsUTF8() to the limited C API (#111121)
Victor Stinner
2023-10-20
9
-16/+23
*
gh-111119: Fix flaky test test_lock_two_threads (gh-111124)
Sam Gross
2023-10-20
1
-4/+12
*
gh-110093: Partially revert previous change in socketmodule.c (GH-111120)
Serhiy Storchaka
2023-10-20
1
-1/+3
*
gh-111089: PyUnicode_AsUTF8() now raises on embedded NUL (#111091)
Victor Stinner
2023-10-20
8
-25/+49
*
gh-110093: Replace trivial Py_BuildValue() with direct C API call (GH-110094)
Serhiy Storchaka
2023-10-20
13
-32/+33
[next]