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-72684: Tkinter: provide interface for "tk busy" subcommands (GH-107684)
Serhiy Storchaka
2023-08-19
4
-1/+146
*
Docs: format sys.float_info properly (#108107)
Erlend E. Aasland
2023-08-19
1
-52/+73
*
gh-107704: Argument Clinic: add support for deprecating keyword use of parame...
Serhiy Storchaka
2023-08-19
9
-1344/+2992
*
gh-101100: Only show GitHub check annotations on changed doc paragraphs (#108...
C.A.M. Gerlach
2023-08-19
2
-31/+208
*
gh-107565: Update macOS installer to use OpenSSL 3.0.10. (GH-107897)
Ned Deily
2023-08-18
2
-3/+4
*
gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL 1.1.1v...
Ned Deily
2023-08-18
3
-7/+9
*
gh-107801: Improve the accuracy of os.lseek docs (#107935)
Erlend E. Aasland
2023-08-18
3
-14/+33
*
Minor code clean-up for the factor() recipe (GH-108114)
Raymond Hettinger
2023-08-18
1
-3/+1
*
gh-107995: Fix doctest collection of functools.cached_property objects (#107996)
Tyler Smart
2023-08-18
5
-0/+22
*
gh-104504: Run mypy on cases_generator in CI (and blacken the code) (gh-108090)
Dong-hee Na
2023-08-18
11
-195/+314
*
gh-108083: Don't ignore exceptions in sqlite3.Connection.__init__() and .clos...
Erlend E. Aasland
2023-08-18
2
-31/+77
*
gh-108014: Add Py_IsFinalizing() function (#108032)
Victor Stinner
2023-08-18
9
-9/+24
*
Docs: emphasise warning and add accurate markups for sys.unraisablehook (#108...
Erlend E. Aasland
2023-08-18
1
-17/+21
*
gh-107801: Improve the docs of the SEEK_* constants (#108099)
Erlend E. Aasland
2023-08-17
1
-4/+14
*
Docs: Fix Sphinx warnings in io.rst (#107903)
Erlend E. Aasland
2023-08-17
2
-36/+36
*
gh-107944: Improve error message for function calls with bad keyword argument...
Pablo Galindo Salgado
2023-08-17
5
-11/+106
*
gh-106581: Project through calls (#108067)
Guido van Rossum
2023-08-17
16
-109/+409
*
gh-104683: Argument Clinic: Remove unreachable code from _module_and_class() ...
Erlend E. Aasland
2023-08-17
1
-2/+0
*
gh-102029: Deprecate passing arguments to `_PyRLock` in `threading` (#102071)
Nikita Sobolev
2023-08-17
4
-0/+38
*
gh-105481: opcode.h is no longer generated during the build (#108080)
Irit Katriel
2023-08-17
7
-72/+99
*
Add workflow for automatic issue headers (#108054)
Adam Turner
2023-08-17
1
-0/+53
*
gh-107801: Document SEEK_HOLE and SEEK_DATA (#107936)
Erlend E. Aasland
2023-08-17
1
-2/+27
*
gh-105481: fix out of date comment (#108079)
Irit Katriel
2023-08-17
1
-1/+1
*
GH-108035: Remove the `_PyCFrame` struct as it is no longer needed for perfor...
Mark Shannon
2023-08-17
21
-103/+66
*
GH-107987: Remove the Distributing Python Modules guide (#108016)
Adam Turner
2023-08-17
5
-170/+16
*
gh-107298: Fix some references in the C API documentation (GH-108072)
Serhiy Storchaka
2023-08-17
11
-20/+20
*
gh-105539: Explict resource management for connection objects in sqlite3 test...
Erlend E. Aasland
2023-08-17
9
-387/+373
*
gh-107298: Add standard exceptions and warnings in the nitpick_ignore list (G...
Serhiy Storchaka
2023-08-17
1
-0/+71
*
gh-106581: Split `CALL_PY_EXACT_ARGS` into uops (#107760)
Guido van Rossum
2023-08-16
14
-116/+412
*
gh-105481: generate op IDs from bytecode.c instead of hard coding them in opc...
Irit Katriel
2023-08-16
21
-1461/+1533
*
GH-92584: Remove references to Distutils in configure.rst (#108043)
Adam Turner
2023-08-16
1
-11/+6
*
GH-92584: Remove Installing Python Modules (Distutils version) (#108020)
Adam Turner
2023-08-16
5
-1090/+3
*
GH-92584: Remove references to Distutils in ``PYTHONUSERBASE`` (#108040)
Adam Turner
2023-08-16
2
-4/+4
*
GH-92584: Redirect macOS package installation to the PPUG (#108044)
Adam Turner
2023-08-16
1
-6/+2
*
gh-56166: Deprecate passing confusing positional arguments in re functions (#...
Serhiy Storchaka
2023-08-16
5
-19/+153
*
gh-107211: Fix select extension build on Solaris (#108012)
Victor Stinner
2023-08-16
1
-2/+4
*
GH-92584: Remove reference to Distutils in ``cx_Freeze``'s description (#108047)
Adam Turner
2023-08-16
1
-2/+2
*
gh-105522: [Enum] Correctly handle possible exceptions during testing (GH-105...
Nikita Sobolev
2023-08-16
1
-54/+96
*
gh-91051: fix type watcher test to be robust to existing watcher (#107989)
Carl Meyer
2023-08-16
1
-6/+4
*
Improve the feature-proposal issue form (#108033)
Alex Waygood
2023-08-16
1
-12/+10
*
Remove Sphinx problem matcher to avoid annotating unchanged files (#108005)
Hugo van Kemenade
2023-08-16
2
-44/+0
*
gh-107298: Fix C API Buffer documentation (#108011)
Victor Stinner
2023-08-16
3
-11/+14
*
GH-92584: Drop reference to Distutils in ``site.USER_BASE`` (#108031)
Adam Turner
2023-08-16
1
-1/+1
*
gh-104683: Argument Clinic: Extract parse function name helper (#107964)
Erlend E. Aasland
2023-08-16
2
-33/+30
*
gh-107909: Test explicit `object` base in PEP695 generic classes (#108001)
Nikita Sobolev
2023-08-16
1
-0/+4
*
gh-108000: Test that `lambda` also has `__type_params__` (#108002)
Nikita Sobolev
2023-08-16
1
-7/+10
*
gh-106659: Fix test_embed.test_forced_io_encoding() on Windows (#108010)
Victor Stinner
2023-08-16
2
-1/+8
*
gh-106368: Argument Clinic: Test that keyword params are disallowed in groups...
Erlend E. Aasland
2023-08-16
1
-0/+21
*
gh-105724: Add location information to `assert` errors (GH-105935)
Nikita Sobolev
2023-08-16
4
-6/+124
*
gh-106300: Improve errors testing in test_unittest.test_runner (GH-106737)
Nikita Sobolev
2023-08-16
1
-52/+65
[prev]
[next]