GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/cpython.git
3.6
3.7
3.8
3.9
backport-e35ca41-3.11
gentoo
gentoo-2.7-vanilla
main
master
Gentoo fork of Python
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-120161: Fix a Crash in the _datetime Module (gh-120518)
Miss Islington (bot)
2024-06-15
1
-46
/
+2
*
ssl: Hard-disable SSLv3 to avoid automagic deps
Michał Górny
2024-06-06
1
-0
/
+4
*
[3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066)
Łukasz Langa
2024-06-04
2
-1
/
+70
*
[3.13] gh-89928: Fix integer conversion of device numbers (GH-31794) (GH-120053)
Miss Islington (bot)
2024-06-04
2
-37
/
+83
*
[3.13] gh-117398: Use Per-Interpreter State for the _datetime Static Types (g...
Miss Islington (bot)
2024-06-03
1
-55
/
+142
*
[3.13] gh-117142: Support Importing ctypes in Isolated Interpreters (gh-120008)
Miss Islington (bot)
2024-06-03
1
-1
/
+1
*
[3.13] gh-117398: Add datetime Module State (gh-120004)
Miss Islington (bot)
2024-06-03
1
-162
/
+370
*
[3.13] gh-117657: Fix itertools.count thread safety (GH-119268) (#120007)
Sam Gross
2024-06-03
1
-9
/
+31
*
[3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005)
Sam Gross
2024-06-03
1
-15
/
+9
*
[3.13] Revert "[3.13] gh-69214: Fix fcntl.ioctl() request type (GH-119498) (...
Victor Stinner
2024-06-01
2
-9
/
+8
*
gh-119690: Adds Unicode support for named pipes in _winapi (GH-119717)
Miss Islington (bot)
2024-05-31
2
-28
/
+33
*
[3.13] gh-119585: Fix crash involving `PyGILState_Release()` and `PyThreadSta...
Miss Islington (bot)
2024-05-31
1
-0
/
+9
*
[3.13] gh-103194: Fix Tkinter’s Tcl value type handling for Tcl 8.7/9.0 (GH...
Miss Islington (bot)
2024-05-31
1
-18
/
+32
*
[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-117142: Slightly hacky fix for memory leak of StgInfo (GH-119424) (...
Miss Islington (bot)
2024-05-30
2
-53
/
+45
*
[3.13] gh-117398: Add multiphase support to _datetime (gh-119694)
Eric Snow
2024-05-29
1
-15
/
+11
*
[3.13] gh-119661: Add _Py_SINGLETON() include in Argumenet Clinic (#119712) (...
Victor Stinner
2024-05-29
11
-16
/
+34
*
[3.13] gh-117398: Statically Allocate the Datetime C-API (GH-119472) (gh-119641)
Eric Snow
2024-05-28
1
-110
/
+188
*
[3.13] gh-117398: Revert gh-119636, Add multiphase support to _datetime (#119...
Eric Snow
2024-05-28
1
-11
/
+15
*
[3.13] gh-117398: Add multiphase support to _datetime (gh-119373) (gh-119636)
Miss Islington (bot)
2024-05-27
1
-15
/
+11
*
[3.13] gh-119584: Fix test_import Failed Assertion (gh-119623) (gh-119633)
Miss Islington (bot)
2024-05-27
1
-0
/
+3
*
[3.13] gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561) ...
Miss Islington (bot)
2024-05-27
1
-2
/
+89
*
gh-118263: Add additional arguments to path_t (Argument Clinic type) in posix...
Miss Islington (bot)
2024-05-24
2
-285
/
+362
*
[3.13] gh-69214: Fix fcntl.ioctl() request type (GH-119498) (#119504)
Miss Islington (bot)
2024-05-24
2
-8
/
+9
*
[3.13] gh-118692: Avoid creating unnecessary StopIteration instances for moni...
Miss Islington (bot)
2024-05-24
1
-4
/
+5
*
[3.13] gh-119213: Be More Careful About _PyArg_Parser.kwtuple Across Interpre...
Miss Islington (bot)
2024-05-22
2
-1
/
+81
*
gh-118507 : Refactor `nt._path_is*` to improve applicability for other cases ...
Miss Islington (bot)
2024-05-22
2
-341
/
+414
*
[3.13] gh-119049: Fix incorrect display of warning which is constructed by C ...
Miss Islington (bot)
2024-05-17
1
-0
/
+10
*
gh-118486: Simplify test_win32_mkdir_700 to check the exact ACL (GH-119056)
Miss Islington (bot)
2024-05-15
1
-1
/
+1
*
[3.13] gh-118998: Handle errors correctly in `tmtotuple` in `timemodule` (GH-...
Miss Islington (bot)
2024-05-13
1
-10
/
+17
*
[3.13] gh-118895: Call PyType_Ready() on typing.NoDefault (GH-118897) (#118914)
Miss Islington (bot)
2024-05-10
1
-0
/
+3
*
gh-118209: Add Windows structured exception handling to mmap module (GH-118213)
Miss Islington (bot)
2024-05-10
1
-48
/
+328
*
[3.13] Revert "gh-115432: Add critical section variant that handles a NULL ob...
Miss Islington (bot)
2024-05-09
1
-9
/
+0
*
gh-118773: Use language-invariant SDDL string instead of aliases for ACLs. (G...
Miss Islington (bot)
2024-05-09
1
-154
/
+22
*
[3.13] gh-117657: Acquire a critical section around `SemLock.__{enter,exit}__...
Miss Islington (bot)
2024-05-09
2
-4
/
+14
*
gh-118671: Updated dead ActiveState links (#118730)
trag1c
2024-05-08
1
-1
/
+1
*
bpo-115773: Use the right variable name based on the field we are trying read...
Abhinav Upadhyay
2024-05-07
1
-2
/
+2
*
gh-66410: Do not stringify arguments of Tkinter callback (GH-98592)
Serhiy Storchaka
2024-05-07
2
-11
/
+14
*
gh-118314: Fix padding edge case in binascii.a2b_base64 strict mode (GH-118320)
Youfu Zhang
2024-05-07
1
-0
/
+7
*
gh-112075: use per-thread dict version pool (#118676)
Dino Viehland
2024-05-07
1
-1
/
+13
*
gh-118527: Intern code consts in free-threaded build (#118667)
Sam Gross
2024-05-06
1
-0
/
+12
*
gh-71592: Fix a leak in tkinter.Tk destructor when _debug is true (GH-118664)
Serhiy Storchaka
2024-05-06
1
-0
/
+1
*
gh-118362: Fix thread safety around lookups from the type cache in the face o...
Dino Viehland
2024-05-06
4
-6
/
+8
*
gh-71592: Add ability to trace Tcl commands executed by Tkinter (GH-118291)
Serhiy Storchaka
2024-05-06
2
-2
/
+175
*
gh-116322: Rename PyModule_ExperimentalSetGIL to PyUnstable_Module_SetGIL (GH...
Petr Viktorin
2024-05-06
13
-15
/
+15
*
gh-95382: Improve performance of json encoder with indent (GH-118105)
Pieter Eendebak
2024-05-06
1
-40
/
+96
*
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado
2024-05-05
1
-5
/
+16
*
gh-110850: Remove _PyTime_TimeUnchecked() function (#118552)
Victor Stinner
2024-05-05
2
-5
/
+12
*
gh-109617: fix ncurses incompatibility on macOS with Xcode 15 (#111258)
Davide Rizzo
2024-05-04
1
-4
/
+13
*
gh-111997: C-API for signalling monitoring events (#116413)
Irit Katriel
2024-05-04
4
-1
/
+512
[next]