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-101100: Fix sphinx warnings in `library/time.rst` (#110862)
Nikita Sobolev
2023-10-14
2
-34/+60
*
remove redundant call to attach_loop in watcher (#110847)
Thomas Grainger
2023-10-14
1
-2/+0
*
gh-110715: Add missing import in zipfile (gh-110822)
Kirill Podoprigora
2023-10-14
2
-7/+19
*
gh-109747: Improve errors for unsupported look-behind patterns (GH-109859)
Serhiy Storchaka
2023-10-14
6
-13/+46
*
gh-107705: Fix file leak in test_tkinter in the C locale (GH-110507)
Serhiy Storchaka
2023-10-14
1
-5/+10
*
gh-88434: Emit deprecation warnings for non-integer numbers in gettext if tra...
Serhiy Storchaka
2023-10-14
4
-12/+32
*
gh-101100: Fix sphinx warnings in `usage/cmdline.rst` (#110841)
Nikita Sobolev
2023-10-14
2
-9/+9
*
gh-110628: Add tests for PyLong C API (GH-110629)
Serhiy Storchaka
2023-10-14
3
-17/+600
*
gh-110392: Fix tty functions (GH-110642)
Serhiy Storchaka
2023-10-14
3
-2/+12
*
gh-110815: Support non-ASCII keyword names in PyArg_ParseTupleAndKeywords() (...
Serhiy Storchaka
2023-10-14
5
-3/+64
*
regrtest: --fast-ci/slow-ci no longer imply --rerun-fail (#110849)
Victor Stinner
2023-10-14
2
-2/+0
*
gh-109693: Update pyruntimestate._finalizing to use pyatomic.h (gh-110837)
Donghee Na
2023-10-13
1
-4/+3
*
gh-110697: test_os TimerfdTests uses selectors (#110789)
Victor Stinner
2023-10-13
1
-102/+67
*
gh-110771: Decompose run_forever() into parts (#110773)
Russell Keith-Magee
2023-10-13
4
-31/+95
*
Bump sphinx-lint to 0.7.0 (#110830)
Alex Waygood
2023-10-13
1
-3/+2
*
gh-110703: Add asyncio.wait_for() change notes for 3.11 (GH-110818)
paskozdilar
2023-10-13
1
-3/+3
*
gh-110815: Improve tests for PyArg_ParseTupleAndKeywords() (GH-110817)
Serhiy Storchaka
2023-10-13
2
-18/+70
*
gh-110803: Reorganize docs for what PyType_Slot doesn't cover (GH-110813)
Petr Viktorin
2023-10-13
2
-15/+32
*
Merge branch 'main' of https://github.com/python/cpython
Thomas Wouters
2023-10-13
13
-20/+195
|
\
|
*
gh-110805: Fix test_peg_generator after the change in the parser for REPL tra...
Pablo Galindo Salgado
2023-10-13
1
-1/+1
|
*
gh-110805: Allow the repl to show source code and complete tracebacks (#110775)
Pablo Galindo Salgado
2023-10-13
11
-19/+191
|
*
gh-106212: Raise when using c-analyzer with clang on darwin (#110757)
Lysandros Nikolaou
2023-10-13
1
-0/+3
*
|
Post 3.13.0a1
Thomas Wouters
2023-10-13
1
-1/+1
*
|
Python 3.13.0a1
v3.13.0a1
Thomas Wouters
2023-10-13
638
-2806/+8653
|
/
*
Fix the pyspecific SOURCE_URI (#110811)
T. Wouters
2023-10-13
1
-1/+1
*
gh-107450: Fix testMemoryErrorBigSource using the bigmemtest decorator (GH-11...
Lysandros Nikolaou
2023-10-13
1
-1/+1
*
gh-110525: Delete `test_c_api` method from `set` object (#110688)
Nikita Sobolev
2023-10-13
4
-158/+4
*
gh-107450: Fix parser column offset overflow test on Windows (#110768)
Lysandros Nikolaou
2023-10-13
1
-1/+3
*
GH-110796: fix intermittent test failure in test_current_exceptions
Filipe Laíns
2023-10-13
1
-6/+3
*
GH-110786: suppress BrokenPipeError on the sysconfig CLI (#110791)
Filipe Laíns
2023-10-13
2
-1/+6
*
GH-103480: fix sysconfig package not being installed (#110792)
Filipe Laíns
2023-10-13
1
-0/+1
*
gh-109693: Update _gil_runtime_state.last_holder to use pyatomic.h (#110605)
Donghee Na
2023-10-13
2
-9/+9
*
GH-103480: make sysconfig a package (GH-110785)
Filipe Laíns
2023-10-12
4
-229/+250
*
gh-110782: Fix crash when TypeVar is constructed with keyword args (#110784)
Jelle Zijlstra
2023-10-12
3
-18/+28
*
Remove unnecessary escape in Doc/library/enum.rst (GH-110780)
InSync
2023-10-12
1
-1/+1
*
gh-109653: Improve the import time of `email.utils` (#109824)
Alex Waygood
2023-10-12
2
-5/+11
*
gh-110721: Use the traceback module for PyErr_Display() and fallback to the C...
Pablo Galindo Salgado
2023-10-12
7
-837/+146
*
gh-94597: Add asyncio.EventLoop (#110723)
Thomas Grainger
2023-10-12
6
-5/+30
*
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
[prev]
[next]