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
*
gh-102701: Fix overflow in dictobject.c (GH-102750)
Miss Islington (bot)
2023-03-17
1
-1
/
+1
*
gh-101892: Fix `SystemError` when a callable iterator call exhausts the itera...
Miss Islington (bot)
2023-03-04
1
-2
/
+2
*
gh-101765: unicodeobject: use Py_XDECREF correctly (GH-102283)
Miss Islington (bot)
2023-02-26
1
-1
/
+1
*
[3.11] gh-101765: Fix refcount issues in list and unicode pickling (GH-102265...
Jelle Zijlstra
2023-02-25
2
-1
/
+11
*
[3.11] gh-101765: Fix SystemError / segmentation fault in iter `__reduce__` w...
Ionite
2023-02-24
7
-23
/
+66
*
[3.11] GH-101696: invalidate type version tag in `_PyStaticType_Dealloc` (GH-...
Erlend E. Aasland
2023-02-11
1
-0
/
+2
*
[3.11] gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.1...
Łukasz Langa
2023-02-07
1
-2
/
+4
*
[3.11] gh-101266: Revert fix __sizeof__ for subclasses of int (#101638)
Mark Dickinson
2023-02-07
2
-8
/
+9
*
[3.11] gh-101266: Fix __sizeof__ for subclasses of int (GH-101394) (#101579)
Mark Dickinson
2023-02-05
2
-9
/
+8
*
[3.11] gh-101037: Fix potential memory underallocation for zeros of int subty...
Miss Islington (bot)
2023-01-21
1
-0
/
+5
*
gh-101056: Fix memory leak in `formatfloat()` in `bytesobject.c` (GH-101057)
Miss Islington (bot)
2023-01-16
1
-1
/
+3
*
[3.11] GH-100942: Fix incorrect cast in property_copy(). (GH-100965). (#101008)
Nikita Sobolev
2023-01-15
1
-3
/
+4
*
[3.11] gh-100637: Fix int and bool __sizeof__ calculation to include the 1 el...
Miss Islington (bot)
2023-01-03
1
-1
/
+4
*
[3.11] gh-99110: Initialize frame->previous in init_frame to fix segmentation...
Bill Fisher
2022-12-24
1
-0
/
+1
*
clarify the 4300-digit limit on int-str conversion (GH-100175)
Miss Islington (bot)
2022-12-12
1
-2
/
+2
*
[3.11] gh-99886: Fix crash when freeing objects with managed dictionaries (#9...
Ken Jin
2022-12-04
1
-3
/
+5
*
gh-99845: _PyObject_DictPointer(): fix dictoffset cast (#99922)
Victor Stinner
2022-12-01
1
-1
/
+2
*
gh-99553: fix bug where an ExceptionGroup subclass can wrap a BaseException (...
Miss Islington (bot)
2022-11-18
1
-1
/
+13
*
gh-99443: `descr_set_trampoline_call` return type should be `int` not `PyObje...
Miss Islington (bot)
2022-11-16
1
-1
/
+1
*
gh-99181: fix except* on unhashable exceptions (GH-99192)
Miss Islington (bot)
2022-11-08
1
-17
/
+26
*
gh-98852: Fix subscription of type aliases (GH-98920)
Miss Islington (bot)
2022-11-01
1
-0
/
+7
*
[3.11] gh-98783: Fix crashes when `str` subclasses are used in `_PyUnicode_Eq...
Dennis Sweeney
2022-10-30
1
-2
/
+2
*
obmalloc: Remove unused variable. (GH-98770)
Miss Islington (bot)
2022-10-27
1
-3
/
+1
*
gh-97943: PyFunction_GetAnnotations should return a borrowed reference. (GH-9...
Miss Islington (bot)
2022-10-06
1
-2
/
+5
*
gh-95196: Disable incorrect pickling of the C implemented classmethod descrip...
Miss Islington (bot)
2022-10-05
1
-1
/
+1
*
[3.11] GH-97779: Ensure that *all* frame objects are backed by "complete" fra...
Miss Islington (bot)
2022-10-04
2
-4
/
+34
*
gh-97591: In `Exception.__setstate__()` acquire strong references before call...
Miss Islington (bot)
2022-10-01
1
-1
/
+7
*
gh-97616: list_resize() checks for integer overflow (GH-97617)
Miss Islington (bot)
2022-09-28
1
-2
/
+8
*
gh-95778: Mention sys.set_int_max_str_digits() in error message (GH-96874)
Miss Islington (bot)
2022-09-16
1
-2
/
+2
*
[3.11] gh-96005: Handle WASI ENOTCAPABLE in getpath (GH-96006) (GH-96034) (GH...
Christian Heimes
2022-09-13
1
-0
/
+5
*
gh-96352: Set AttributeError context in _PyObject_GenericGetAttrWithDict (GH-...
Miss Islington (bot)
2022-09-08
1
-0
/
+2
*
gh-95778: Correctly pre-check for int-to-str conversion (GH-96537)
Miss Islington (bot)
2022-09-04
1
-4
/
+22
*
[3.11] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96500)
Gregory P. Smith
2022-09-02
1
-1
/
+44
*
gh-96455: update example in exception_handling_notes.txt to the 3.11RC byteco...
Miss Islington (bot)
2022-09-01
1
-25
/
+28
*
GH-96187: Prevent _PyCode_GetExtra to return garbage for negative indexes (GH...
Miss Islington (bot)
2022-08-23
1
-1
/
+1
*
gh-96046: Initialize ht_cached_keys in PyType_Ready() (GH-96047)
Miss Islington (bot)
2022-08-22
1
-9
/
+26
*
gh-95605: Fix `float(s)` error message when `s` contains only whitespace (GH-...
Miss Islington (bot)
2022-08-11
1
-1
/
+8
*
GH-92678: Document that you shouldn't be doing your own dictionary offset cal...
Miss Islington (bot)
2022-08-09
1
-1
/
+5
*
gh-94936: C getters: co_varnames, co_cellvars, co_freevars (GH-95008)
Miss Islington (bot)
2022-08-04
1
-0
/
+18
*
Revert "[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95...
Mark Shannon
2022-08-04
1
-29
/
+0
*
GH-92678: Fix tp_dictoffset inheritance. (GH-95596) (GH-95604)
Mark Shannon
2022-08-04
1
-3
/
+16
*
GH-95150: Use position and exception tables for code hashing and equality (GH...
Miss Islington (bot)
2022-08-01
1
-1
/
+18
*
gh-95369: add missing decref in error case of exception group's split (GH-95370)
Miss Islington (bot)
2022-07-28
1
-0
/
+1
*
[3.11] gh-95324: Emit a warning if an object doesn't call PyObject_GC_UnTrack...
Miss Islington (bot)
2022-07-27
2
-2
/
+4
*
[3.11] GH-92678: Expose managed dict clear and visit functions (GH-95246). (#...
Pablo Galindo Salgado
2022-07-25
1
-0
/
+29
*
[3.11] GH-94739: Backport GH-94958 to 3.11 (#94965)
Mark Shannon
2022-07-25
1
-20
/
+170
*
gh-95173: Revert commit 51ed2c56a1852cd6b09c85ba81312dc9782772ce (GH-95176)
Miss Islington (bot)
2022-07-24
1
-64
/
+13
*
GH-94438: Handle extended arguments and conditional pops in mark_stacks (GH-9...
Miss Islington (bot)
2022-07-22
1
-4
/
+9
*
[3.11] GH-95113: Don't use EXTENDED_ARG_QUICK in unquickened code (GH-95121) ...
Brandt Bucher
2022-07-22
1
-1
/
+1
*
[3.11] GH-95060: Fix PyCode_Addr2Location when addrq < 0 (GH-95094)
Miss Islington (bot)
2022-07-21
1
-0
/
+1
[next]