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
*
[docs] TypeVarTuple default is keyword-only (#119215)
Sebastian Rittau
2024-05-20
1
-1/+1
*
gh-115119: Fall back to bundled libmpdec if system libmpdec is not found (#11...
Erlend E. Aasland
2024-05-20
3
-12/+28
*
typing docs: Fix formatting issue (#119210)
David Foster
2024-05-20
1
-1/+1
*
gh-119185: Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tempfile_p...
Thanos
2024-05-20
1
-1/+1
*
gh-103134: Update multiprocessing.managers.ListProxy and DictProxy (GH-103133)
Roy Hyunjin Han
2024-05-20
3
-10/+60
*
gh-118928: Remove unneeded sqlite3 NEWS entry (#119208)
Erlend E. Aasland
2024-05-20
1
-2/+0
*
gh-118928: sqlite3: correctly bail if sequences of params are used with named...
Erlend E. Aasland
2024-05-20
2
-0/+3
*
Enable some stricter mypy settings on `Lib/_pyrepl` (#119077)
Alex Waygood
2024-05-20
1
-4/+1
*
gh-119121: Fix and test `async.staggered.staggered_race` (#119173)
Nikita Sobolev
2024-05-20
3
-2/+100
*
IDLE: fix url in config.py comment (#119198)
Terry Jan Reedy
2024-05-20
1
-1/+1
*
gh-119105: difflib: improve recursion for degenerate cases (#119131)
pulkin
2024-05-19
2
-5/+20
*
GH-119113: Raise `TypeError` from `pathlib.PurePath.with_suffix(None)` (#119124)
Barney Gale
2024-05-19
3
-7/+9
*
GH-118447: Fix FreeBSD test failures. (#119170)
Barney Gale
2024-05-19
1
-0/+1
*
GH-119146: Don't run JIT CI on unrelated changes (GH-119147)
Savannah Ostrowski
2024-05-19
1
-0/+6
*
marshal docs: Remove reference to "Sun" (#119161)
Jelle Zijlstra
2024-05-19
1
-1/+1
*
Try to repair oddball test bots timing out in test_int (#119166)
Tim Peters
2024-05-19
1
-0/+8
*
gh-118750: Asymptotically faster `int(string)` (#118751)
Tim Peters
2024-05-19
3
-33/+479
*
GH-118447: Fix handling of unreadable symlinks in `os.path.realpath()` (#118489)
Barney Gale
2024-05-18
3
-13/+32
*
gh-119050: Add type hints to libregrtest/results.py (#119144)
Victor Stinner
2024-05-18
1
-6/+6
*
gh-119132: Update sys.version to identify free-threaded or not. (gh-119134)
Donghee Na
2024-05-18
3
-11/+24
*
docs: make mimalloc license text literal (#119046)
Rafael Fontenelle
2024-05-18
1
-21/+21
*
gh-119132: Log sys._is_gil_enabled() in test.pythoninfo (#119140)
Victor Stinner
2024-05-18
1
-3/+7
*
gh-119078: Clarify venv tutorial (GH-119129)
Nice Zombies
2024-05-18
1
-4/+4
*
Minor improvements to the docs for itertools.tee() (gh-119135)
Raymond Hettinger
2024-05-18
1
-10/+11
*
gh-119049: Defer `import warnings` in `pathlib._local` (#119111)
Kirill Podoprigora
2024-05-17
1
-1/+1
*
gh-112066: Fix versionadded in PyDict_SetDefaultRef docs (#118696)
Lysandros Nikolaou
2024-05-17
1
-0/+1
*
Fix typos in documentation (#119092)
Xie Yanbo
2024-05-17
10
-15/+15
*
Improve `pyrepl` type-annotation coverage (#119081)
Alex Waygood
2024-05-17
6
-14/+31
*
gh-119049: Fix incorrect display of warning which is constructed by C API (GH...
Kirill Podoprigora
2024-05-16
4
-4/+57
*
GH-118943: Fix a race condition when generating jit_stencils.h (GH-118957)
Brandt Bucher
2024-05-16
2
-7/+15
*
Explain how to install LLVM on Fedora (GH-118983)
Miro Hrončok
2024-05-16
1
-0/+6
*
gh-108267: Fix object.__setattr__ regression in dataclasses docs (#119082)
Shantanu
2024-05-16
1
-1/+2
*
Add Tkinter tests for different events (GH-118778)
Serhiy Storchaka
2024-05-16
1
-0/+278
*
gh-119064: Use os_helper.FakePath instead of pathlib.Path in tests (GH-119065)
Serhiy Storchaka
2024-05-16
19
-127/+115
*
Fix typos in test_buffer.py and update numpy issue links (#118963)
Wulian233
2024-05-16
1
-6/+6
*
Use literal syntax in origin property (#119029)
Rafael Fontenelle
2024-05-16
1
-1/+1
*
Docs: fix typos in documentation (gh-118941)
Xie Yanbo
2024-05-15
9
-15/+15
*
gh-119009: Add gettext target (#119006)
Rafael Fontenelle
2024-05-15
2
-0/+8
*
gh-118760: Fix errors in calling Tkinter bindings on Windows (GH-118782)
Serhiy Storchaka
2024-05-15
2
-0/+4
*
Remove references to private symbols from zipimport module docstring (GH-119015)
Thomas Grainger
2024-05-15
1
-3/+1
*
gh-118486: Simplify test_win32_mkdir_700 to check the exact ACL (GH-119056)
Steve Dower
2024-05-15
2
-16/+9
*
3.13 What's New: Add PEP 702 (#118922)
Jelle Zijlstra
2024-05-15
1
-0/+3
*
GH-74033: Drop deprecated `pathlib.Path` keyword arguments (#118793)
Barney Gale
2024-05-14
4
-9/+5
*
GH-101357: Suppress `OSError` from `pathlib.Path.exists()` and `is_*()` (#118...
Barney Gale
2024-05-14
5
-125/+92
*
gh-118928: sqlite3: disallow sequences of params with named placeholders (#11...
Erlend E. Aasland
2024-05-14
4
-8/+10
*
Misc improvements to the itertools docs (gh-119040)
Raymond Hettinger
2024-05-14
1
-35/+26
*
typing tests: remove some unnecessary uses of `exec()` (#119005)
Alex Waygood
2024-05-14
1
-19/+9
*
Add yet few cases for urlparse/urlunparse roundtrip tests (GH-119031)
Serhiy Storchaka
2024-05-14
1
-0/+17
*
gh-67693: Fix urlunparse() and urlunsplit() for URIs with path starting with ...
Serhiy Storchaka
2024-05-14
3
-4/+70
*
GH-118836: Fix JIT build error when SHT_NOTE section is present (GH-119000)
Michał Górny
2024-05-13
2
-0/+3
[next]