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-110752: Reset `ceval.eval_breaker` to 0 in `interpreter_clear` (GH-110753)
Tian Gao
2023-10-12
2
-0/+5
*
gh-109409: Fix inheritance of frozen dataclass from non-frozen dataclass mixi...
Nikita Sobolev
2023-10-12
3
-4/+107
*
gh-109094: remove redundant arg to _PyFrame_PushTrampolineUnchecked (GH-110759)
Irit Katriel
2023-10-12
3
-4/+4
*
GH-109214: Convert _SAVE_CURRENT_IP to _SET_IP in tier 2 trace creation. (GH-...
Mark Shannon
2023-10-12
8
-59/+22
*
gh-107450: Raise OverflowError when parser column offset overflows (#110754)
Lysandros Nikolaou
2023-10-12
2
-0/+10
*
gh-110696: Fix incorrect syntax error message for incorrect argument unpackin...
Pablo Galindo Salgado
2023-10-12
4
-1134/+1500
*
gh-71587: Establish global state in `_datetime` (#110475)
Erlend E. Aasland
2023-10-12
2
-145/+173
*
gh-106193: Rename and fix duplicated tests in `test_monitoring` (GH-109139)
Hugo van Kemenade
2023-10-12
1
-7/+7
*
gh-104169: Fix test_peg_generator after tokenizer refactoring (#110727)
Lysandros Nikolaou
2023-10-12
10
-14/+24
*
GH-110749: fix unistd.h import in file_tokenizer.c (#110750)
Filipe Laíns
2023-10-12
1
-4/+4
*
gh-110682: Ignore `__match_args__` from `__instancecheck__` in protocols (#11...
Nikita Sobolev
2023-10-12
3
-1/+39
*
gh-85283: _stat extension now uses the limited C API (#110711)
Victor Stinner
2023-10-11
3
-0/+9
*
gh-110673: test_pty raises on short write (#110677)
Victor Stinner
2023-10-11
1
-5/+14
*
gh-110733: Micro-optimization in BaseEventLoop._run_once (#110735)
J. Nick Koston
2023-10-11
2
-2/+6
*
gh-110631: Fix reST indentation in `Doc/reference` (#110708)
Ezio Melotti
2023-10-11
4
-77/+79
*
gh-85283: If Py_LIMITED_API is defined, undefine Py_BUILD_CORE (#110725)
Victor Stinner
2023-10-11
3
-4/+17
*
gh-110631: Fix reST indentation (#110724)
Ezio Melotti
2023-10-11
8
-59/+57
*
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti
2023-10-11
34
-926/+933
*
gh-65052: Prevent pdb from crashing when trying to display objects (#110578)
Tian Gao
2023-10-11
3
-7/+62
*
gh-109408: Revert pre-commit whitespace checks pending portable solution (#11...
Hugo van Kemenade
2023-10-11
2
-34/+110
*
gh-110313: Revert "gh-90108: Disable LTO on _freeze_module and _teste… (#11...
Victor Stinner
2023-10-11
1
-2/+2
*
gh-104169: Refactor tokenizer into lexer and wrappers (#110684)
Lysandros Nikolaou
2023-10-11
29
-2988/+3185
*
gh-110289: C API: Add PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSiz...
Serhiy Storchaka
2023-10-11
11
-0/+280
*
GH-107518: Remove the Argument Clinic How-To (#109900)
Adam Turner
2023-10-11
7
-2068/+18
*
gh-84489: Properly handle trailing spaces in Py_BuildValue() format strings (...
Zackery Spytz
2023-10-11
3
-35/+40
*
gh-76106: Remove the cleanup lock in test_socket (GH-110539)
Serhiy Storchaka
2023-10-11
1
-24/+2
*
gh-84489: C API: Add tests for Py_BuildValue() (GH-110596)
Serhiy Storchaka
2023-10-11
2
-0/+117
*
gh-110631: fix wrong indentation in the `Doc/whatsnew` dir (#110632)
Ezio Melotti
2023-10-11
7
-222/+222
*
GH-110488: Fix two small issues in `pathlib.PurePath.with_name()` (#110651)
Barney Gale
2023-10-11
3
-6/+15
*
gh-110662: multiprocessing test_async_timeout() increase timeout (#110663)
Victor Stinner
2023-10-11
1
-1/+1
*
gh-110666: Fix multiprocessing test_terminate() elapsed (#110667)
Victor Stinner
2023-10-11
1
-20/+15
*
gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (#110657)
Victor Stinner
2023-10-11
4
-10/+15
*
gh-108277: test_os tolerates 1 ms diff for timerfd (#110661)
Victor Stinner
2023-10-11
1
-2/+2
*
gh-110647: Fix signal test_stress_modifying_handlers() (#110650)
Victor Stinner
2023-10-10
2
-2/+4
*
GH-110109: Simplify pathlib test setup (#110308)
Barney Gale
2023-10-10
1
-76/+42
*
gh-108826: Document `dis` module CLI and rename `_test` function to `main` (#...
Radislav Chugunov
2023-10-10
4
-4/+30
*
gh-108303: Move all inspect test files to `test_inspect/` (#109607)
Nikita Sobolev
2023-10-10
11
-7/+15
*
gh-110525: Add tests for internal `set` CAPI (GH-110630)
Nikita Sobolev
2023-10-10
6
-3/+117
*
gh-110631: Set three-space indents for reST in EditorConfig (#110635)
Hugo van Kemenade
2023-10-10
1
-0/+3
*
gh-109693: Update pycore_interp.h to use pyatomic.h (#110604)
Donghee Na
2023-10-10
1
-4/+3
*
GH-109408: Move the C file whitespace check from patchcheck to pre-commit (#1...
Adam Turner
2023-10-10
3
-90/+23
*
Don't doubly-parallelise sphinx-lint (#110617)
Adam Turner
2023-10-10
1
-0/+1
*
gh-110050: Adjust the newline position in the TypeError message of the random...
Yilei Yang
2023-10-10
1
-2/+2
*
gh-101100: Fix sphinx warnings in `library/socketserver.rst` (GH-110207)
Nikita Sobolev
2023-10-10
2
-26/+52
*
gh-110388: Add tests for tty (GH-110394)
Serhiy Storchaka
2023-10-10
2
-0/+81
*
gh-81002: Add tests for termios (GH-110386)
Serhiy Storchaka
2023-10-10
2
-0/+221
*
gh-110590: Fix a bug where _sre.compile would overwrite exceptions (#110591)
Nikita Sobolev
2023-10-10
3
-0/+9
*
gh-109595: Add -Xcpu_count=<n> cmdline for container users (#109667)
Donghee Na
2023-10-10
15
-11/+192
*
gh-110378: Fix test_async_gen_propagates_generator_exit in test_contextlib_as...
Serhiy Storchaka
2023-10-10
1
-9/+5
*
gh-110558: Enable ruff's pyupgrade rules when running on Argument Clinic (#11...
Alex Waygood
2023-10-10
4
-5/+20
[prev]
[next]