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-119690: Adds Unicode support for named pipes in _winapi (GH-119717)
Miss Islington (bot)
2024-05-31
6
-29/+92
*
[3.13] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadSta...
Miss Islington (bot)
2024-05-31
4
-0/+36
*
[3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850)
Miss Islington (bot)
2024-05-31
15
-49/+1019
*
gh-116145: Updated bundled Tcl/Tk on Windows to 8.6.14 (GH-117030)
Miss Islington (bot)
2024-05-31
4
-12/+13
*
[3.13] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH...
Miss Islington (bot)
2024-05-31
2
-18/+36
*
[3.13] gh-111201: Improve pyrepl auto indentation (GH-119606) (GH-119833)
Miss Islington (bot)
2024-05-31
3
-11/+101
*
[3.13] gh-97747: Improvements to WASM browser REPL. (GH-97665) (GH-119828)
Miss Islington (bot)
2024-05-31
2
-8/+69
*
[3.13] gh-119548: Add a 'clear' command to the REPL (GH-119549) (#119552)
Miss Islington (bot)
2024-05-31
3
-1/+12
*
[3.13] gh-107262: Update Tkinter tests for Tcl/Tk 8.6.14 (GH-119322) (GH-119806)
Miss Islington (bot)
2024-05-30
2
-9/+22
*
[3.13] Docs: `shutil.rmtree`'s `onerror` has no pending removal version (GH-1...
Miss Islington (bot)
2024-05-30
1
-3/+3
*
[3.13] gh-109218: Improve documentation for the complex() constructor (GH-119...
Miss Islington (bot)
2024-05-30
4
-63/+135
*
[3.13] gh-119791: Fix new Tkinter tests for wantobjects=0 (GH-119792) (GH-119...
Miss Islington (bot)
2024-05-30
1
-3/+10
*
[3.13] gh-119729: Use 't' in pkg-config file name for free-threaded build (GH...
Miss Islington (bot)
2024-05-30
3
-7/+16
*
[3.13] gh-117398: Convert datetime.IsoCalendarDate To A Heap Type (gh-119637)...
Miss Islington (bot)
2024-05-30
1
-22/+63
*
[3.13] gh-119779: Fix pyporting howto docs (GH-119785) (#119788)
Miss Islington (bot)
2024-05-30
1
-2/+2
*
[3.13] gh-117142: Slightly hacky fix for memory leak of StgInfo (GH-119424) (...
Miss Islington (bot)
2024-05-30
2
-53/+45
*
[3.13] gh-118055: Update the finder glossary entry (GH-118278) (GH-119773)
Miss Islington (bot)
2024-05-30
1
-2/+2
*
[3.13] subprocess docs: Fix semantically important typo (GH-119752) (#119757)
Miss Islington (bot)
2024-05-30
1
-1/+1
*
[3.13] GH-89727: Fix FD leak on `os.fwalk()` generator finalization. (GH-1197...
Miss Islington (bot)
2024-05-30
2
-2/+30
*
[3.13] GH-89727: Fix `os.fwalk()` recursion error on deep trees (GH-119638) (...
Miss Islington (bot)
2024-05-30
3
-40/+56
*
[3.13] gh-119260: Clarify is_dataclass Behavior for Subclasses in Documentati...
Miss Islington (bot)
2024-05-30
2
-2/+20
*
[3.13] gh-117398: Add multiphase support to _datetime (gh-119694)
Eric Snow
2024-05-29
2
-15/+31
*
[3.13] GH-119169: Implement `pathlib.Path.walk()` using `os.walk()` (GH-11957...
Miss Islington (bot)
2024-05-29
3
-39/+34
*
[3.13] GH-89727: Partially fix `shutil.rmtree()` recursion error on deep tree...
Miss Islington (bot)
2024-05-29
4
-28/+33
*
gh-119070: Fix py.exe handling of /usr/bin/env commands missing extension (GH...
Miss Islington (bot)
2024-05-29
3
-1/+12
*
[3.13] gh-119525: Fix deadlock with `_PyType_Lookup` and the GIL (GH-119527) ...
Miss Islington (bot)
2024-05-29
2
-4/+9
*
[3.13] gh-119555: catch SyntaxError from compile() in the InteractiveColoredC...
Miss Islington (bot)
2024-05-29
3
-1/+11
*
[3.13] gh-119661: Add _Py_SINGLETON() include in Argumenet Clinic (#119712) (...
Victor Stinner
2024-05-29
12
-19/+43
*
[3.13] gh-119704: Fix reference leak in the ``Python/Python-tokenize.c`` (GH-...
Miss Islington (bot)
2024-05-29
1
-0/+1
*
[3.13] gh-119443: Turn off from __future__ import annotations in REPL (GH-119...
Miss Islington (bot)
2024-05-29
3
-1/+12
*
[3.13] gh-119538: Add missing expat build dependencies (GH-119647) (#119685)
Miss Islington (bot)
2024-05-28
1
-1/+3
*
[3.13] gh-117398: Statically Allocate the Datetime C-API (GH-119472) (gh-119641)
Eric Snow
2024-05-28
3
-110/+194
*
[3.13] gh-119118: Fix performance regression in tokenize module (GH-119615) (...
Miss Islington (bot)
2024-05-28
4
-4/+68
*
[3.13] gh-119011: `type.__type_params__` now return an empty tuple (GH-119296...
Miss Islington (bot)
2024-05-28
4
-0/+19
*
[3.13] gh-119311: Fix name mangling with PEP 695 generic classes (#119464) (#...
Jelle Zijlstra
2024-05-28
7
-14/+150
*
[3.13] gh-119581: Add a test of InitVar with name shadowing (GH-119582) (#119...
Miss Islington (bot)
2024-05-28
1
-0/+23
*
[3.13] Clarify base64.a85encode docs: *wrapcols* doesn't count the newline (G...
Miss Islington (bot)
2024-05-28
2
-2/+2
*
[3.13] [doc] Clarify the nature of the root logger in the `logging` documenta...
Miss Islington (bot)
2024-05-28
1
-9/+11
*
[3.13] Re-order imports to align with zipp 3.18.2 (GH-119587) (#119589)
Miss Islington (bot)
2024-05-28
2
-3/+3
*
[3.13] gh-116860: Remove outdated `test_parserhack` from `test_future` (GH-11...
Miss Islington (bot)
2024-05-28
1
-20/+0
*
[3.13] gh-117398: Revert gh-119636, Add multiphase support to _datetime (#119...
Eric Snow
2024-05-28
2
-32/+15
*
[3.13] gh-119317: findall instead of traverse for docutils nodes (GH-119319) ...
Miss Islington (bot)
2024-05-27
2
-4/+4
*
[3.13] gh-117398: Add multiphase support to _datetime (gh-119373) (gh-119636)
Miss Islington (bot)
2024-05-27
2
-15/+32
*
[3.13] gh-119584: Fix test_import Failed Assertion (gh-119623) (gh-119633)
Miss Islington (bot)
2024-05-27
3
-2/+8
*
[3.13] gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561) ...
Miss Islington (bot)
2024-05-27
4
-4/+100
*
[3.13] Docs: Move inline JavaScript to own file to reduce duplication (GH-119...
Hugo van Kemenade
2024-05-27
2
-85/+90
*
[3.13] Misc cleanups and wording improvements for the itertools docs (gh-1196...
Miss Islington (bot)
2024-05-27
1
-122/+116
*
[3.13] gh-119580: Improve version added section for convenience variable (GH-...
Miss Islington (bot)
2024-05-27
1
-0/+2
*
[3.13] Docs: Only install sphinx-autobuild for `make htmllive` (GH-119607) (#...
Miss Islington (bot)
2024-05-27
2
-2/+5
*
[3.13] gh-119467: Fix Py_buffer.format type and correct documentation typo (G...
Miss Islington (bot)
2024-05-27
1
-2/+2
[prev]
[next]