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-110109: Move tests for `pathlib.Path.walk()` into main test classes. (#110...
Barney Gale
2023-10-28
1
-169/+169
*
gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336)
Guido van Rossum
2023-10-28
4
-9/+67
*
CI: Include Python version in cache.config key (#111410)
Hugo van Kemenade
2023-10-28
1
-7/+5
*
gh-111342: fix typo in math.sumprod (GH-111416)
Sergey B Kirpichev
2023-10-28
3
-1/+3
*
gh-110205: Fix asyncio ThreadedChildWatcher._join_threads() (#110884)
Guido van Rossum
2023-10-27
2
-12/+10
*
gh-59013: Make line number of function breakpoint more precise (#110582)
Tian Gao
2023-10-27
3
-3/+63
*
gh-108765: Include explicitly <unistd.h> in signalmodule.c (#111402)
Victor Stinner
2023-10-27
2
-1/+5
*
gh-111406: Fix broken link to bpython's site (#111407)
Zack Cerza
2023-10-27
1
-1/+1
*
Fix typos in import system docs (#111396)
Jonathan Berthias
2023-10-27
1
-3/+3
*
gh-111386: Fix `uint32_t` cast in `generated_cases.c.h` (#111387)
Nikita Sobolev
2023-10-27
2
-2/+2
*
gh-111388: Add `show_group` parameter to `traceback.format_exception_only` (#...
Nikita Sobolev
2023-10-27
4
-8/+185
*
gh-111276: Clarify docs and comments about the role of LC_CTYPE (#111319)
Łukasz Langa
2023-10-27
2
-9/+12
*
no-issue: Remove unused variable in getpath.py (gh-111372)
Satish Pokala
2023-10-27
1
-2/+0
*
gh-89519: Remove classmethod descriptor chaining, deprecated since 3.11 (gh-1...
Raymond Hettinger
2023-10-27
8
-193/+25
*
gh-111343: Fix `itertools` docs: `start` arg is optional for `count` (gh-111344)
Nikita Sobolev
2023-10-27
1
-1/+1
*
gh-109587: Allow "precompiled" perf-trampolines to largely mitigate the cost ...
gsallam
2023-10-27
8
-10/+199
*
gh-111380: Show SyntaxWarnings only once when parsing if invalid syntax is en...
Pablo Galindo Salgado
2023-10-27
3
-0/+19
*
GH-94438: Fix RuntimeWarning for jump tests in test_sys_settrace (GH-111341)
Tian Gao
2023-10-26
1
-2/+6
*
GH-111293: Fix DirEntry.inode dropping higher bits on Windows (GH-111294)
zcxsythenew
2023-10-26
2
-3/+4
*
gh-111354: define names for RESUME oparg values (#111365)
Irit Katriel
2023-10-26
7
-8/+16
*
gh-111259: Optimize recursive wildcards in pathlib (GH-111303)
Serhiy Storchaka
2023-10-26
2
-3/+4
*
gh-109094: replace frame->prev_instr by frame->instr_ptr (#109095)
Irit Katriel
2023-10-26
23
-164/+249
*
Output more details in the re tracing (GH-111357)
Serhiy Storchaka
2023-10-26
2
-4/+42
*
gh-111348: Fix direct invocation of `test_doctest`; remove `test_doctest.test...
Nikita Sobolev
2023-10-26
1
-15/+1
*
GH-111213: Fix a few broken stats (GH-111216)
Mark Shannon
2023-10-26
2
-7/+19
*
GH-111339: Change `valid` property of executors to `is_valid()` method (GH-11...
Mark Shannon
2023-10-26
2
-19/+19
*
bpo-43950: handle wide unicode characters in tracebacks (#28150)
Batuhan Taskaya
2023-10-26
2
-14/+98
*
gh-67224: Show source lines in tracebacks when using the -c option when runni...
Pablo Galindo Salgado
2023-10-26
13
-36/+104
*
Docs: Add `restart_events()` and positional arg semantics for `sys.monitoring...
Tian Gao
2023-10-25
1
-8/+13
*
gh-110679: Improved markup in enum.rst (GH-110747)
Khalil Mouawad
2023-10-25
1
-15/+15
*
gh-100762: Fix optimization in gen_close (#111069)
Irit Katriel
2023-10-25
3
-8/+5
*
gh-111165: Add missed "support." prefix for "verbose" (GH-111327)
Serhiy Storchaka
2023-10-25
1
-1/+1
*
gh-108590: Improve sqlite3 docs on encoding issues and how to handle those (#...
Erlend E. Aasland
2023-10-25
1
-33/+50
*
gh-111187: Postpone removal version for locale.getdefaultlocale() to 3.15 (#1...
Hugo van Kemenade
2023-10-25
6
-11/+27
*
gh-111230: Fix errors checking in _ssl module init (#111232)
Nikita Sobolev
2023-10-25
2
-82/+72
*
gh-111174: Fix crash in getbuffer() called repeatedly for empty BytesIO (GH-1...
Serhiy Storchaka
2023-10-25
3
-3/+20
*
gh-111165: Move test running code from test.support to libregrtest (GH-111166)
Serhiy Storchaka
2023-10-25
12
-342/+266
*
gh-106320: Re-add some PyLong/PyDict C-API functions (GH-#111162)
scoder
2023-10-25
10
-55/+44
*
gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111067)
Serhiy Storchaka
2023-10-25
8
-72/+215
*
Bump test deps: `ruff` and `mypy` (#111288)
Artyom Romanov
2023-10-25
2
-2/+2
*
gh-111295: Fix error checking in time extension module init (#111296)
Nikita Sobolev
2023-10-25
2
-10/+18
*
gh-111233: Fix error checking in select extension module init (#111234)
Nikita Sobolev
2023-10-25
2
-66/+85
*
gh-111253: Fix error checking in _socket module init (#111254)
Nikita Sobolev
2023-10-25
2
-2/+3
*
gh-111251: Fix error checking in _blake2 module init (#111252)
Nikita Sobolev
2023-10-25
2
-8/+18
*
gh-57129: Add test for inspect.getsource in the REPL (#111197)
Pablo Galindo Salgado
2023-10-25
1
-1/+64
*
Fix first parameter name in `tool` functions from `sys.monitoring` (#111286)
Pavel Karateev
2023-10-24
1
-9/+9
*
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
[prev]
[next]