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/getpass.rst` (#110461)
Nikita Sobolev
2023-10-19
2
-2/+1
*
gh-76785: Make interpreters.*Channel Objects Shareable (gh-110607)
Eric Snow
2023-10-19
3
-2/+5
*
gh-76785: Add *Channel.is_closed (gh-110606)
Eric Snow
2023-10-19
3
-2/+302
*
gh-101100: Fix sphinx warnings in `library/codecs.rst` (#110979)
Nikita Sobolev
2023-10-19
2
-34/+36
*
gh-111031: Check more files in `test_tokenize` (#111032)
Nikita Sobolev
2023-10-19
1
-10/+0
*
gh-111050: IDLE - Simplify configdialog.HighPage.theme_elements (#111053)
Terry Jan Reedy
2023-10-19
2
-24/+22
*
GH-103082: Clean up the sys.monitoring docs (GH-110532)
Tian Gao
2023-10-18
2
-101/+165
*
Fix a misspelling of Interpeter -> Interpreter (GH-111040)
Nikita Sobolev
2023-10-18
2
-2/+2
*
GH-104232: Fix statement about trace return values (GH-110516)
Tian Gao
2023-10-18
1
-3/+2
*
GH-102895 Add an option local_exit in code.interact to block exit() from term...
Tian Gao
2023-10-18
5
-33/+114
*
gh-111015: Install IDLE.app and Python Launcher.app on macOS with correct per...
Joshua Root
2023-10-18
3
-0/+5
*
gh-100445: Improve error message for unterminated strings with escapes (#100446)
Shantanu
2023-10-18
3
-4/+25
*
gh-103737: IDLE - Remove unneeded .keys() for dict iteration (#110960)
Terry Jan Reedy
2023-10-18
8
-26/+28
*
gh-111019: Align expected and actual titles in test output (#111020)
James
2023-10-18
2
-10/+10
*
gh-108747: Add unit tests for site.{usercustomize,sitecustomize} hooks (#109470)
Charles Machalow
2023-10-18
2
-0/+40
*
gh-110938: More syntax tests for PEP695 funcs and classes (#110986)
Nikita Sobolev
2023-10-18
1
-0/+15
*
gh-109975: What's new in 3.13: longer full support (#110997)
Hugo van Kemenade
2023-10-18
1
-0/+5
*
gh-110961: Fixed asyncio.wait docstring to remove deprecated coroutine refere...
Bar Harel
2023-10-18
1
-2/+0
*
Regen Doc/requirements-oldest-sphinx.txt (#111012)
Victor Stinner
2023-10-18
1
-2/+1
*
gh-76785: Clean Up the Channels Module (gh-110568)
Eric Snow
2023-10-17
3
-297/+335
*
gh-85283: Build _uuid extension with limited C API (#111010)
Victor Stinner
2023-10-17
3
-4/+7
*
gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567)
Eric Snow
2023-10-17
8
-47/+202
*
gh-85283: Build _scproxy extension with limited C API (#111008)
Victor Stinner
2023-10-17
3
-18/+16
*
gh-84570: Send-Wait Fixes for _xxinterpchannels (gh-111006)
Eric Snow
2023-10-17
5
-148/+571
*
gh-85283: Build resource extension with limited C API (#110989)
Victor Stinner
2023-10-17
4
-36/+38
*
gh-85283: Fix _ctypes_test build on Windows in release mode (#111005)
Victor Stinner
2023-10-17
1
-0/+7
*
Add `.ruff_cache/` to `.gitignore` (#110983)
Nikita Sobolev
2023-10-17
1
-0/+1
*
gh-110995: Fix test_gdb check_usable_gdb() (#110998)
Victor Stinner
2023-10-17
2
-6/+13
*
gh-109693: Remove pycore_atomic.h (gh-110992)
Donghee Na
2023-10-17
8
-564/+4
*
gh-85283: Add PySys_Audit() to the limited C API (#108571)
Victor Stinner
2023-10-17
8
-14/+37
*
gh-85283: Build winsound extension with limited C API (#110978)
Victor Stinner
2023-10-17
8
-151/+30
*
gh-107457: update dis documentation with changes in 3.12 (#108900)
Matthieu Dartiailh
2023-10-17
1
-16/+43
*
gh-110938: Fix error messages for indented blocks with functions and classes ...
Pablo Galindo Salgado
2023-10-17
4
-22/+46
*
gh-110964: Remove private _PyArg functions (#110966)
Victor Stinner
2023-10-17
166
-228/+510
*
gh-85283: Fix Argument Clinic for md5 extension (#110976)
Victor Stinner
2023-10-17
2
-5/+4
*
gh-85283: Build md5 extension with limited C API (#110967)
Victor Stinner
2023-10-17
5
-69/+28
*
Bump test deps: `ruff` and `pre-commit-hooks` (#110972)
Nikita Sobolev
2023-10-17
2
-4/+4
*
gh-110968: Py_MOD_PER_INTERPRETER_GIL_SUPPORTED new in 3.13. (#110969)
Victor Stinner
2023-10-17
5
-7/+13
*
gh-110695: test_asyncio uses 50 ms for clock resolution (#110952)
Victor Stinner
2023-10-17
1
-2/+2
*
Bump sphinx-lint to v0.8.1 (#110933)
Alex Waygood
2023-10-17
1
-3/+2
*
gh-85283: Build errno and _ctypes_test with limited C API (#110955)
Victor Stinner
2023-10-17
5
-40/+45
*
gh-85283: Add PyMem_RawMalloc() to the limited C API (#108570)
Victor Stinner
2023-10-17
8
-6/+39
*
gh-85283: Build _testimportmultiple with limited C API (#110954)
Victor Stinner
2023-10-17
3
-4/+8
*
gh-109693: Update _gil_runtime_state.locked to use pyatomic.h (gh-110836)
Donghee Na
2023-10-16
8
-18/+86
*
gh-84570: Factor Out _channel_send_wait() (gh-110949)
Eric Snow
2023-10-16
1
-45/+43
*
gh-107450: Remove unnecessary overflow check in parser error handler (#110940)
Lysandros Nikolaou
2023-10-16
1
-6/+0
*
gh-110905: [Enum] minor fixes and cleanup (GH-110906)
Pieter Eendebak
2023-10-16
2
-6/+4
*
C-API docs: Clarify the size of arenas (#110895)
Mienxiu
2023-10-16
1
-1/+2
*
gh-110864: TypeVar constructor: Partially revert gh-110784, `constraints` can...
Nikita Sobolev
2023-10-16
1
-20/+14
*
Enable ruff on several more files in `Lib/test` (#110929)
Alex Waygood
2023-10-16
6
-21/+16
[prev]
[next]