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
path:
root
/
Tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.12] gh-65701: document that freeze doesn't work with framework builds on m...
Miss Islington (bot)
2023-12-22
2
-0/+10
*
[3.12] gh-106560: Fix redundant declarations in Python/frozen.c (#112612) (#1...
Victor Stinner
2023-12-03
1
-1/+12
*
[3.12] Bump mypy to 1.7.1 (#112581) (#112601)
Alex Waygood
2023-12-01
1
-1/+1
*
[3.12] gh-106931: Intern Statically Allocated Strings Globally (gh-107272) (g...
Eric Snow
2023-11-27
1
-0/+2
*
[3.12] Remove `imp_dummy_def` from `Tools/c-analyzer/cpython/ignored.tsv` (gh...
Miss Islington (bot)
2023-11-16
1
-1/+0
*
[3.12] gh-112088: Run autoreconf in GHA check_generated_files (GH-112090) (#1...
Victor Stinner
2023-11-16
1
-0/+31
*
[3.12] Bump mypy to 1.7.0 (GH-111961) (#112033)
Alex Waygood
2023-11-13
1
-1/+1
*
[3.12] Sync location of `mypy` pin with the `main` branch (#111317)
Artyom Romanov
2023-10-25
1
-0/+0
*
[3.12] Bump test deps: `ruff` and `mypy` (GH-111288) (#111313)
Artyom Romanov
2023-10-25
1
-1/+1
*
[3.12] Bump test deps: `ruff` and `pre-commit-hooks` (GH-110972) (#110980)
Nikita Sobolev
2023-10-17
1
-1/+1
*
[3.12] gh-109408: Revert pre-commit whitespace checks pending portable soluti...
Miss Islington (bot)
2023-10-11
1
-10/+110
*
[3.12] GH-109408: Move the C file whitespace check from patchcheck to pre-com...
Adam Turner
2023-10-10
2
-90/+8
*
[3.12] GH-109408: Move the Python file whitespace check from patchcheck to pr...
Miss Islington (bot)
2023-10-10
1
-25/+7
*
[3.12] gh-110558: Enable ruff's pyupgrade rules when running on Argument Clin...
Miss Islington (bot)
2023-10-10
2
-1/+16
*
[3.12] gh-110558: Run ruff on Argument Clinic in CI (#110559) (#110598)
Alex Waygood
2023-10-10
1
-0/+14
*
[3.12] gh-109408: Add the docs whitespace check from patchcheck to pre-commit...
Miss Islington (bot)
2023-10-10
1
-32/+12
*
[3.12] gh-103053: Fix test_tools.test_freeze on FreeBSD (GH-110451) (#110456)
Miss Islington (bot)
2023-10-06
1
-14/+19
*
[3.12] gh-109615: Fix support test_copy_python_src_ignore() (#109958) (#110340)
Victor Stinner
2023-10-04
2
-2/+16
*
[3.12] Code: Update Donghee Na's name (GH-109744) (#110225)
Miss Islington (bot)
2023-10-02
4
-4/+4
*
[3.12] gh-109615: Fix test_tools.test_freeze SRCDIR (#109935) (#109950)
Victor Stinner
2023-10-02
1
-47/+7
*
[3.12] gh-109098: Fuzz re module instead of internal sre (GH-109911) (#109932)
Miss Islington (bot)
2023-10-02
1
-3/+3
*
[3.12] gh-109596: Ensure repeated rules in the grammar are not allowed and fi...
Pablo Galindo Salgado
2023-10-02
1
-1/+7
*
[3.12] gh-109991: Update GitHub CI workflows to use OpenSSL 3.0.11 and multis...
Miss Islington (bot)
2023-09-28
1
-3/+3
*
[3.12] gh-108740: Fix "make regen-all" race condition (#108741) (#109019)
Victor Stinner
2023-09-08
1
-1/+1
*
[3.12] gh-109002: Ensure only one wheel for each vendored package (GH-109003)...
Miss Islington (bot)
2023-09-06
1
-4/+10
*
[3.12] Disable `differing_test_runners` health check (GH-108886) (#108887)
Miss Islington (bot)
2023-09-04
1
-0/+4
*
[3.12] gh-108179: Add error message for parser stack overflows (GH-108256) (#...
Miss Islington (bot)
2023-08-22
1
-2/+1
*
[3.12] gh-107565: Update multissltests and GitHub CI workflows to use OpenSSL...
Miss Islington (bot)
2023-08-18
1
-3/+3
*
[3.12] gh-86457: Fix signature for code.replace() (GH-23199) (#107744)
Serhiy Storchaka
2023-08-16
1
-123/+132
*
[3.12] gh-91054: make code watcher tests resilient to other watchers (GH-1078...
Miss Islington (bot)
2023-08-11
1
-0/+1
*
[3.12] Fix the long64 reader in umarshal.py (GH-107828) (#107849)
Miss Islington (bot)
2023-08-11
1
-4/+4
*
[3.12] gh-106263: Fix segfault in `signaldict_repr` in `_decimal` module (#â...
Charlie Zhao
2023-07-31
1
-0/+1
*
[3.12] gh-104629: Build _testclinic extension module on Windows (GH-104723) (...
Miss Islington (bot)
2023-07-28
1
-1/+1
*
[3.12] gh-101524: Only Use Public C-API in the _xxsubinterpreters Module (gh-...
Miss Islington (bot)
2023-07-27
1
-0/+1
*
[3.12] Docs: Argument Clinic: Restructure "Basic concepts and usage" (GH-1069...
Miss Islington (bot)
2023-07-27
1
-7/+13
*
[3.12] gh-106970: Fix Argument Clinic 'destination <name> clear' command (GH-...
Miss Islington (bot)
2023-07-22
1
-8/+8
*
[3.12] gh-101538: Add experimental wasi-threads build (GH-101537) (#106834)
Miss Islington (bot)
2023-07-17
1
-1/+7
*
wasm: do not use inline comment in .editorconfig (GH-106610)
Miss Islington (bot)
2023-07-16
1
-1/+2
*
[3.12] gh-103186: In test_tools.freeze, fetch CONFIG_ARGS from original sourc...
Miss Islington (bot)
2023-07-12
1
-1/+1
*
[3.12] gh-64595: Fix regression in file write logic in Argument Clinic (#1064...
Erlend E. Aasland
2023-07-05
1
-23/+12
*
[3.12] gh-100238: Use setuptools in peg-generator and reenable tests (GH-1047...
Miss Islington (bot)
2023-07-05
1
-7/+47
*
[3.12] gh-106368: Add tests for permutation helpers in Argument Clinic (GH-10...
Miss Islington (bot)
2023-07-04
1
-2/+2
*
[3.12] gh-106359: Fix corner case bugs in Argument Clinic converter parser (G...
Miss Islington (bot)
2023-07-03
1
-7/+9
*
[3.12] Fix c-analyzer for GCC: ignore LANG env var (GH-106173) (#106178)
Miss Islington (bot)
2023-06-28
1
-1/+7
*
[3.12] gh-105699: Use a Thread-Local Variable for PKGCONTEXT (gh-105740) (gh-...
Miss Islington (bot)
2023-06-14
3
-1/+9
*
[3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)
Eric Snow
2023-06-14
1
-0/+1
*
[3.12] gh-98040: Fix importbench: use types.ModuleType() (GH-105743) (#105754)
Miss Islington (bot)
2023-06-13
1
-1/+2
*
[3.12] gh-102304: doc: Add links to Stable ABI and Limited C API (#105345) (#...
Victor Stinner
2023-06-06
1
-4/+4
*
[3.12] gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready()...
Miss Islington (bot)
2023-06-01
1
-0/+2
*
[3.12] gh-103142: Upgrade binary builds and CI to OpenSSL 1.1.1u (GH-105174) ...
Miss Islington (bot)
2023-06-01
2
-2/+4
[next]