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.8] bpo-33930: Fix segfault with deep recursion when cleaning method object...
Łukasz Langa
2021-08-11
1
-1
/
+5
*
bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27692)
Irit Katriel
2021-08-10
1
-2
/
+2
*
bpo-42800: Add audit events for f_code and tb_frame (GH-24182)
Miss Islington (bot)
2021-05-03
2
-7
/
+9
*
bpo-43962: Fix _PyInterpreterState_IDIncref() (GH-25683) (GH-25686)
Victor Stinner
2021-04-28
1
-3
/
+9
*
bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24212)
Miss Islington (bot)
2021-04-26
1
-2
/
+4
*
bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843) (G...
Miss Islington (bot)
2021-03-29
1
-4
/
+5
*
[3.8] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (G...
Petr Viktorin
2021-01-12
1
-1
/
+2
*
[3.8] bpo-42425: Fix possible leak in initialization of errmap for OSError (G...
Serhiy Storchaka
2021-01-01
1
-1
/
+3
*
bpo-42536: GC track recycled tuples (GH-23623) (GH-23652)
Brandt Bucher
2020-12-07
3
-0
/
+26
*
bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec...
Miss Islington (bot)
2020-11-21
1
-5
/
+18
*
bpo-42143: Ensure PyFunction_NewWithQualName() can't fail after creating the ...
Miss Skeleton (bot)
2020-10-29
1
-13
/
+16
*
bpo-42065: Fix incorrectly formatted _codecs.charmap_decode error message (GH...
Miss Skeleton (bot)
2020-10-18
1
-1
/
+1
*
bpo-41984: GC track all user classes (GH-22701/GH-22707)
Miss Skeleton (bot)
2020-10-15
1
-16
/
+6
*
[3.8] bpo-41909: Enable previously disabled recursion checks. (GH-22536) (GH-...
Serhiy Storchaka
2020-10-05
2
-4
/
+0
*
bpo-41654: Explicitly cast PyExc_MemoryError to PyTypeObject to avoid warning...
Pablo Galindo
2020-09-05
1
-2
/
+3
*
[3.8] [3.9] bpo-41654: Fix deallocator of MemoryError to account for subclass...
Pablo Galindo
2020-09-01
1
-2
/
+12
*
bpo-41295: Reimplement the Carlo Verre "hackcheck" (GH-21528)
Miss Islington (bot)
2020-07-18
1
-7
/
+20
*
bpo-41175: Guard against a NULL pointer dereference within bytearrayobject (G...
Miss Islington (bot)
2020-07-10
1
-1
/
+3
*
bpo-39960: Allow heap types in the "Carlo Verre" hack check that override "tp...
scoder
2020-07-05
1
-11
/
+30
*
bpo-40824: Do not mask errors in __iter__ in "in" and the operator module. (G...
Miss Islington (bot)
2020-06-22
1
-1
/
+3
*
Fix a possible refleak in tupleobject.c (GH-19018)
Miss Islington (bot)
2020-03-15
1
-1
/
+3
*
bpo-39884: Add method name in "bad call flags" error (GH-18944) (GH-18956)
Victor Stinner
2020-03-12
2
-2
/
+4
*
[3.8] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase i...
Serhiy Storchaka
2020-03-12
1
-9
/
+6
*
[3.8] bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_travers...
Pablo Galindo
2020-03-02
1
-2
/
+0
*
Give proper credits for the memoryview implementation. (GH-18626) (#18642)
Miss Islington (bot)
2020-02-24
1
-1
/
+11
*
bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530)
Miss Islington (bot)
2020-02-22
1
-3
/
+9
*
[3.8] bpo-39453: Fix contains method of list to hold strong references (GH-18...
Dong-hee Na
2020-02-17
1
-3
/
+7
*
[3.8] closes bpo-39630: Update pointers to string literals to be const char *...
Benjamin Peterson
2020-02-13
1
-2
/
+2
*
[3.8] bpo-39606: allow closing async generators that are already closed (GH-1...
Miss Islington (bot)
2020-02-13
1
-4
/
+11
*
bpo-39605: Remove a cast that causes a warning. (GH-18473)
Miss Islington (bot)
2020-02-11
1
-1
/
+1
*
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Miss Islington (bot)
2020-02-11
6
-31
/
+31
*
Fixes in sorting descriptions (GH-18317)
Miss Islington (bot)
2020-02-03
1
-8
/
+8
*
bpo-39425: Fix list.count performance regression (GH-18119) (GH-18120)
Miss Islington (bot)
2020-01-22
1
-0
/
+4
*
closes bpo-39415: Remove unused codes from longobject.c complexobject.c float...
Miss Islington (bot)
2020-01-21
3
-68
/
+0
*
bpo-39386: Prevent double awaiting of async iterator (GH-18081)
Miss Islington (bot)
2020-01-20
1
-4
/
+12
*
bpo-38400 Don't check for NULL linked list pointers in _PyObject_IsFreed (GH-...
Miss Islington (bot)
2020-01-19
1
-1
/
+4
*
Document CodeType.replace (GH-17776)
Miss Islington (bot)
2019-12-31
2
-4
/
+4
*
[3.8] bpo-38588: Fix possible crashes in dict and list when calling P… (GH-...
Dong-hee Na
2019-12-31
2
-0
/
+12
*
bpo-38610: Fix possible crashes in several list methods (GH-17022)
Miss Islington (bot)
2019-12-30
1
-3
/
+12
*
closes bpo-30364: Replace deprecated no_address_safety_analysis attribute. (G...
Miss Islington (bot)
2019-12-26
1
-7
/
+7
*
bpo-38922: Raise code.__new__ audit event when code object replace() is calle...
Miss Islington (bot)
2019-11-26
1
-0
/
+7
*
bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755)
Miss Islington (bot)
2019-11-19
1
-0
/
+11
*
bpo-38555: Fix an undefined behavior. (GH-16883)
Miss Skeleton (bot)
2019-10-23
1
-8
/
+7
*
bpo-38525: Fix a segmentation fault when using reverse iterators of empty dic...
Miss Islington (bot)
2019-10-19
1
-2
/
+7
*
[3.8] bpo-36389: Backport debug enhancements from master (GH-16796)
Victor Stinner
2019-10-15
6
-158
/
+149
*
Fix strict-aliasing rules errors on gcc 4.8.5. (GH-16714)
Miss Islington (bot)
2019-10-13
1
-1
/
+1
*
bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16684)
Miss Islington (bot)
2019-10-09
2
-4
/
+4
*
[3.8] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16662)
Pablo Galindo
2019-10-08
1
-31
/
+88
*
bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearr...
Miss Islington (bot)
2019-10-06
1
-1
/
+1
*
Restore tp_clear for function object. (#16502)
Neil Schemenauer
2019-10-01
1
-13
/
+21
[next]