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-93627: Align Python implementation of pickle with C implementation of pick...
Pieter Eendebak
2023-09-10
3
-10/+72
*
gh-109174: Add support of SimpleNamespace in copy.replace() (GH-109175)
Serhiy Storchaka
2023-09-10
4
-0/+58
*
gh-109162: libregrtest: add Logger class (#109212)
Victor Stinner
2023-09-10
4
-99/+123
*
gh-109162: libregrtest: add TestResults class (#109208)
Victor Stinner
2023-09-10
3
-274/+306
*
gh-109162: Refactor libregrtest.Regrtest (#109206)
Victor Stinner
2023-09-10
5
-115/+120
*
gh-109162: Refactor libregrtest.runtest_mp (#109205)
Victor Stinner
2023-09-10
4
-56/+57
*
gh-109162: libregrtest: remove WorkerJob class (#109204)
Victor Stinner
2023-09-09
7
-88/+126
*
gh-109162: libregrtest: fix _decode_worker_job() (#109202)
Victor Stinner
2023-09-09
3
-5/+21
*
Improve the sieve() recipe in the itertools docs (gh-109199)
Raymond Hettinger
2023-09-09
1
-4/+7
*
Fix an ironic typo in a code comment. (gh-109186)
Raymond Hettinger
2023-09-09
1
-1/+1
*
gh-109162: Refactor libregrtest.RunTests (#109177)
Victor Stinner
2023-09-09
5
-60/+88
*
gh-109050: Remove remaining tests for legacy Unicode C API (GH-109068)
Serhiy Storchaka
2023-09-09
6
-197/+1
*
gh-109118: Fix runtime crash when NameError happens in PEP 695 function (#109...
Jelle Zijlstra
2023-09-09
7
-106/+189
*
gh-109162: Refactor libregrtest.runtest (#109172)
Victor Stinner
2023-09-09
5
-104/+134
*
gh-109052: Use the base opcode when comparing code objects (gh-109107)
Tian Gao
2023-09-09
3
-6/+24
*
gh-109162: Refactor libregrtest WorkerJob (#109171)
Victor Stinner
2023-09-09
5
-41/+48
*
gh-109162: Refactor Regrtest.action_run_tests() (#109170)
Victor Stinner
2023-09-09
1
-49/+49
*
gh-108996: Skip broken test_msvcrt for now (#109169)
Victor Stinner
2023-09-08
1
-0/+2
*
gh-109162: Regrtest copies 'ns' attributes (#109168)
Victor Stinner
2023-09-08
3
-48/+73
*
gh-109162: Refactor Regrtest.main() (#109163)
Victor Stinner
2023-09-08
4
-62/+64
*
gh-108996: add tests for msvcrt (#109004)
AN Long
2023-09-08
2
-0/+112
*
gh-109054: configure checks if libatomic is needed (#109101)
Victor Stinner
2023-09-08
3
-2/+151
*
gh-108455: peg_generator: enable mypy's `--warn-unreachable` setting and `red...
Alex Waygood
2023-09-08
3
-9/+13
*
gh-91960: FreeBSD Cirrus CI runs configure separately (#109127)
Victor Stinner
2023-09-08
1
-2/+5
*
gh-109114: Relax the check for invalid lambdas inside f-strings to avoid fals...
Pablo Galindo Salgado
2023-09-08
4
-1125/+1073
*
Check the result of PySet_Contains() for error in Python/symtable.c (GH-109146)
Serhiy Storchaka
2023-09-08
1
-15/+57
*
GH-108614: Unbreak emscripten build (GH-109132)
Mark Shannon
2023-09-08
5
-10/+11
*
GH-109067: fix randomly failing `test_async_gen_asyncio_gc_aclose_09` test (#...
Kumar Aditya
2023-09-08
1
-3/+5
*
gh-109136: Fix summarize_stats.py tool (#109137)
Michael Droettboom
2023-09-08
1
-1/+1
*
gh-106922: Fix error location for constructs with spaces and parentheses (#10...
Pablo Galindo Salgado
2023-09-08
4
-3/+68
*
gh-109140: Rename duplicated tests in `test_binascii` (#109141)
Hugo van Kemenade
2023-09-08
1
-1/+1
*
gh-104690: thread_run() checks for tstate dangling pointer (#109056)
Victor Stinner
2023-09-08
4
-20/+35
*
GH-91079: Rename C_RECURSION_LIMIT to Py_C_RECURSION_LIMIT (#108507)
Victor Stinner
2023-09-08
17
-39/+67
*
GH-108716: Turn off deep-freezing of code objects. (GH-108722)
Mark Shannon
2023-09-08
15
-86/+50
*
Update `CODEOWNERS` for `Tools/wasm/` (#109119)
Brett Cannon
2023-09-08
1
-0/+3
*
gh-109022: [Enum] require `names=()` to create empty enum type (GH-109048)
Ethan Furman
2023-09-08
3
-4/+14
*
Use unittest test runner for doctests in test_statistics (GH-108921)
Serhiy Storchaka
2023-09-07
1
-8/+1
*
Add version directives to ast docs (#108788)
Shantanu
2023-09-07
1
-4/+42
*
gh-68403: Fix test_coverage in test_trace (GH-108910)
Serhiy Storchaka
2023-09-07
1
-3/+8
*
gh-75743: Restore test_timeout.testConnectTimeout() (#109087)
Ee Durbin
2023-09-07
1
-16/+10
*
gh-103186: Make test_generated_cases less noisy by default (GH-109100)
Serhiy Storchaka
2023-09-07
1
-5/+14
*
gh-109094: remove unnecessary updates of frame->prev_instr in instrumentation...
Irit Katriel
2023-09-07
2
-6/+11
*
gh-107924: re-order os.sendfile() flag documentation (#107926)
Christoph Anton Mitterer
2023-09-07
1
-19/+20
*
gh-108732: include comprehension locals in frame.f_locals (#109026)
Carl Meyer
2023-09-07
3
-4/+19
*
gh-102823: Document return type of floor division on floats (#102824)
Mark Dickinson
2023-09-07
2
-3/+7
*
gh-88943: Improve syntax error for non-ASCII character that follows a numeric...
Serhiy Storchaka
2023-09-07
3
-1/+8
*
gh-107544: Add docs about `json.dumps(..., default=)` (#108259)
Nikita Sobolev
2023-09-07
1
-1/+12
*
gh-71770: Add more details on behavior of configparser's default_section (#31...
Stanley
2023-09-07
1
-2/+4
*
GH-108614: Add `RESUME_CHECK` instruction (GH-108630)
Mark Shannon
2023-09-07
16
-482/+519
*
gh-103186: Suppress RuntimeWarning about unclosed async iterator in test_sys_...
Serhiy Storchaka
2023-09-07
1
-4/+28
[next]