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
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-123091: Use more _Py_IsImmortalLoose() (GH-123602) (GH-123622)
Petr Viktorin
2024-09-03
1
-1
/
+1
*
[3.13] gh-123091: Use _Py_IsImmortalLoose() (#123511) (#123600)
Victor Stinner
2024-09-02
2
-7
/
+7
*
[3.13] gh-122688: Fix support of var-positional parameter in Argument Clinic ...
Serhiy Storchaka
2024-09-02
1
-12
/
+6
*
[3.13] gh-122527: Fix a crash on deallocation of `PyStructSequence` (GH-12257...
Miss Islington (bot)
2024-09-02
1
-6
/
+22
*
[3.13] gh-123448: Move `_PyNoDefault_Type` to the static types array (GH-1234...
Miss Islington (bot)
2024-08-28
1
-0
/
+1
*
[3.13] gh-122982: Extend the deprecation period for bool inversion by two yea...
Miss Islington (bot)
2024-08-25
1
-2
/
+2
*
[3.13] GH-120097: Make FrameLocalsProxy a mapping (GH-120101) (GH-120749)
Miss Islington (bot)
2024-08-23
1
-1
/
+1
*
[3.13] gh-123083: Fix a potential use-after-free in ``STORE_ATTR_WITH… (#12...
Donghee Na
2024-08-23
1
-0
/
+2
*
[3.13] gh-123022: Fix crash with `Py_Initialize` in background thread (GH-12...
Miss Islington (bot)
2024-08-17
1
-4
/
+12
*
[3.13] gh-122888: Fix crash on certain calls to str() (GH-122889) (#122947)
Miss Islington (bot)
2024-08-12
1
-1
/
+10
*
[3.13] gh-120974: Make asyncio `swap_current_task` safe in free-threaded buil...
Miss Islington (bot)
2024-08-02
1
-16
/
+38
*
[3.13] gh-120906: Support arbitrary hashable keys in FrameLocalsProxy (GH-122...
Petr Viktorin
2024-07-31
1
-56
/
+76
*
[3.13] gh-116622: Fix testPyObjectPrintOSError on Android (GH-122487) (#122490)
Miss Islington (bot)
2024-07-31
1
-2
/
+9
*
[3.13] gh-122208: Don't delivery PyDict_EVENT_ADDED until it can't fail (#122...
Dino Viehland
2024-07-30
1
-11
/
+8
*
[3.13] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122249)
Eric Snow
2024-07-29
1
-4
/
+19
*
[3.13] gh-122291: Intern latin-1 one-byte strings at startup (GH-122303) (GH-...
Miss Islington (bot)
2024-07-27
1
-27
/
+9
*
[3.13] GH-121832: Assert that the version number of static builtin types is n...
Miss Islington (bot)
2024-07-25
1
-0
/
+2
*
[3.13] gh-116322: Fix typo in the GH-ifdef check (GH-122268) (#122284)
Miss Islington (bot)
2024-07-25
1
-1
/
+1
*
[3.13] gh-117482: Simplify the Fix For Builtin Types Slot Wrappers (gh-121932)
Eric Snow
2024-07-24
1
-30
/
+93
*
[3.13] gh-120974: Make _asyncio._leave_task atomic in the free-threaded build...
Miss Islington (bot)
2024-07-23
1
-15
/
+15
*
[3.13] gh-121266: Remove Py_ALWAYS_INLINE in dictobject.c (GH-121493) (#122095)
Miss Islington (bot)
2024-07-21
1
-3
/
+3
*
[3.13] gh-121266: Change dict check_lookup() return type to int (GH-121581) (...
Miss Islington (bot)
2024-07-20
1
-11
/
+11
*
[3.13] gh-121905: Consistently use "floating-point" instead of "floating poin...
Serhiy Storchaka
2024-07-19
4
-10
/
+10
*
[3.13] gh-118934: Make PyEval_GetLocals return borrowed reference (GH-119769)...
Miss Islington (bot)
2024-07-19
1
-0
/
+4
*
[3.13] gh-113993: Don't immortalize in PyUnicode_InternInPlace; keep immortal...
Petr Viktorin
2024-07-17
1
-1
/
+1
*
[3.13] gh-121863: Immortalize names in code objects to avoid crash (GH-121903...
Miss Islington (bot)
2024-07-17
1
-1
/
+1
*
[3.13] gh-121153: Fix some errors with use of _PyLong_CompactValue() (GH-1211...
Serhiy Storchaka
2024-07-17
1
-13
/
+55
*
[3.13] gh-121860: Fix crash when materializing managed dict (GH-121866) (#121...
Miss Islington (bot)
2024-07-16
1
-5
/
+12
*
[3.13] gh-113993: For string interning, do not rely on (or assert) _Py_IsImmo...
Miss Islington (bot)
2024-07-16
1
-7
/
+8
*
[3.13] gh-121794: Don't set `ob_tid` to zero in fast-path dealloc (GH-121799)...
Miss Islington (bot)
2024-07-15
1
-2
/
+6
*
[3.13] gh-121731: Fix mimalloc compile error on GNU/Hurd (GH-121732) (#121773)
Miss Islington (bot)
2024-07-14
1
-0
/
+1
*
[3.13] gh-121660: Fix `ga_getitem` by explicitly checking for `NULL` result (...
Miss Islington (bot)
2024-07-14
1
-0
/
+4
*
[3.13] gh-121652: Handle `allocate_weakref` returning NULL (GH-121653) (#121721)
Miss Islington (bot)
2024-07-13
1
-0
/
+7
*
[3.13] gh-120198: Stop the world when setting __class__ on free-threaded buil...
Ken Jin
2024-07-12
2
-49
/
+62
*
[3.13] gh-117482: Fix Builtin Types Slot Wrappers (gh-121630)
Miss Islington (bot)
2024-07-11
1
-10
/
+30
*
[3.13] gh-117657: Fix TSan race in _PyDict_CheckConsistency (GH-121551) (#121...
Miss Islington (bot)
2024-07-10
1
-9
/
+15
*
[3.13] gh-121460: Skip freeing unallocated arenas (gh-121589)
Miss Islington (bot)
2024-07-10
1
-0
/
+8
*
[3.13] GH-121439: Allow PyTupleObjects with an ob_size of 20 in the free_list...
Miss Islington (bot)
2024-07-10
1
-1
/
+1
*
[3.13] gh-112075: Fix dict thread safety issues (GH-119288) (#121545)
Miss Islington (bot)
2024-07-09
1
-25
/
+41
*
[3.13] gh-117657: Fix TSAN races in setobject.c (GH-121511) (#121541)
Miss Islington (bot)
2024-07-09
1
-8
/
+10
*
[3.13] gh-121368: Fix seq lock memory ordering in _PyType_Lookup (GH-121388) ...
Miss Islington (bot)
2024-07-08
1
-1
/
+1
*
[3.13] gh-117657: Fix data races reported by TSAN in some set methods (GH-120...
Miss Islington (bot)
2024-07-01
3
-114
/
+64
*
gh-121115: Skip __index__ in PyLong_AsNativeBytes by default (GH-121118)
Miss Islington (bot)
2024-06-28
1
-1
/
+5
*
[3.13] gh-120858: PyDict_Next should not lock the dict (GH-120859) (#120964)
Miss Islington (bot)
2024-06-24
1
-7
/
+1
*
[3.13] gh-120860: Fix a few bugs in `type_setattro` error paths. (GH-120861) ...
Miss Islington (bot)
2024-06-24
1
-37
/
+41
*
[3.13] gh-113993: Allow interned strings to be mortal, and fix related issues...
Petr Viktorin
2024-06-24
5
-127
/
+454
*
[3.13] gh-119521: Rename IncompleteInputError to _IncompleteInputError and re...
Miss Islington (bot)
2024-06-24
1
-8
/
+12
*
[3.13] gh-119344: Make critical section API public (GH-119353) (#120856)
Sam Gross
2024-06-21
3
-43
/
+32
*
[3.13] gh-120384: Fix array-out-of-bounds crash in `list_ass_subscript` (GH-1...
Miss Islington (bot)
2024-06-21
1
-12
/
+33
*
[3.13] gh-117511: Make PyMutex public in the non-limited API (GH-117731) (#12...
Sam Gross
2024-06-20
1
-1
/
+1
[next]