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
path:
root
/
Objects
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.9] Fix typos in the Objects directory (GH-28766) (GH-28795)
Christian Clauss
2021-10-07
6
-7/+7
*
[3.9] bpo-45385: Fix reference leak from descr_check (GH-28719) (GH-28780)
Dong-hee Na
2021-10-07
1
-39/+41
*
[3.9] Remove trailing spaces (GH-28710)
Serhiy Storchaka
2021-10-03
1
-1/+1
*
[3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)
Łukasz Langa
2021-09-22
1
-1/+1
*
bpo-45167: Fix deepcopying of GenericAlias (GH-28324) (GH-28368)
Miss Islington (bot)
2021-09-15
1
-0/+2
*
bpo-45030: Fix integer overflow in __reduce__ of the range iterator (GH-28000)
Miss Islington (bot)
2021-09-04
1
-16/+18
*
[3.9] bpo-45083: Include the exception class qualname when formatting an exce...
Miss Islington (bot)
2021-09-03
1
-0/+8
*
bpo-45018: Fix rangeiter_reduce in rangeobject.c (GH-27938) (GH-27991)
Miss Islington (bot)
2021-08-27
1
-1/+1
*
bpo-44954: Fix wrong result in float.fromhex corner case (GH-27834) (GH-27855)
Miss Islington (bot)
2021-08-20
1
-2/+2
*
bpo-44698: Restore complex pow behaviour for small integral exponents (GH-277...
Miss Islington (bot)
2021-08-17
1
-21/+7
*
bpo-33930: Fix segfault with deep recursion when cleaning method objects (GH-...
Miss Islington (bot)
2021-08-11
1
-1/+5
*
bpo-44872: use new trashcan macros in framobject.c (GH-27683) (GH-27691)
Irit Katriel
2021-08-10
1
-2/+2
*
bpo-44707: Fix an undefined behavior of the null pointer arithmetic (GH-27292...
Miss Islington (bot)
2021-07-29
1
-2/+9
*
bpo-44657: Fix instancemethod_call to use PyInstanceMethod_GET_FUNCTION (GH-2...
Miss Islington (bot)
2021-07-28
1
-1/+1
*
bpo-44698: Fix undefined behaviour in complex exponentiation. (GH-27278) (GH-...
Miss Islington (bot)
2021-07-26
1
-8/+15
*
bpo-44720: Don't crash when calling weakref.proxy(not_an_iterator).__next__ (...
Miss Islington (bot)
2021-07-24
1
-0/+6
*
bpo-44184: Fix subtype_dealloc() for freed type (GH-26274)
Miss Islington (bot)
2021-07-15
1
-2/+9
*
bpo-44184: Apply GH-26274 to the non-GC-type branch of subtype_dealloc (GH-27...
Miss Islington (bot)
2021-07-15
1
-3/+11
*
[3.9] bpo-44562: Remove invalid PyObject_GC_Del from error path of types.Gene...
Ken Jin
2021-07-05
1
-4/+4
*
Revert "bpo-44562: Remove invalid PyObject_GC_Del from error path of types.Ge...
Pablo Galindo
2021-07-04
1
-3/+3
*
bpo-44562: Remove invalid PyObject_GC_Del from error path of types.GenericAli...
Miss Islington (bot)
2021-07-04
1
-3/+3
*
bpo-44523: Remove the pass-through for hash() in weakref proxy objects (GH-26...
Miss Islington (bot)
2021-06-29
1
-16/+2
*
Fix a potential reference-counting bug in long_pow (GH-26690) (#26702)
Miss Islington (bot)
2021-06-13
1
-0/+1
*
[3.9] bpo-43667: Fix broken Unicode encoding in non-UTF locales on Solaris (G...
Jakub Kulík
2021-05-21
1
-0/+40
*
bpo-44114: Fix dictkeys_reversed and dictvalues_reversed function signatures ...
Miss Islington (bot)
2021-05-16
1
-4/+4
*
bpo-44114: Remove redundant cast. (GH-26098)
Miss Islington (bot)
2021-05-13
1
-2/+2
*
[3.9] bpo-42083: Allow NULL doc in PyStructSequence_NewType (#25896)
Petr Viktorin
2021-05-04
1
-6/+11
*
bpo-42800: Add audit events for f_code and tb_frame (GH-24182)
Steve Dower
2021-05-03
2
-7/+9
*
bpo-42924: Fix incorrect copy in bytearray_repeat (GH-24208) (#24211)
Miss Islington (bot)
2021-04-26
1
-2/+4
*
bpo-35883: Py_DecodeLocale() escapes invalid Unicode characters (GH-24843)
Miss Islington (bot)
2021-03-17
1
-4/+5
*
[3.9] bpo-43499: Restrict co_code to be under INT_MAX in codeobject (GH-20628...
Ammar Askar
2021-03-17
2
-1/+11
*
bpo-41654: Fix compiler warning in MemoryError_dealloc() (GH-22387) (GH-24894)
Miss Islington (bot)
2021-03-16
1
-1/+2
*
bpo-43499: Silence compiler warnings about using legacy C API on Windows (GH-...
Serhiy Storchaka
2021-03-16
1
-0/+6
*
[3.9] bpo-40052: Fix alignment issue in PyVectorcall_Function() (GH-23999) (G...
Miss Islington (bot)
2021-01-05
1
-1/+2
*
[3.9] bpo-42425: Fix possible leak in initialization of errmap for OSError (G...
Serhiy Storchaka
2021-01-02
1
-1/+3
*
[3.9] bpo-42195: Ensure consistency of Callable's __args__ in collections.abc...
kj
2020-12-14
1
-21/+39
*
bpo-42536: GC track recycled tuples (GH-23623) (GH-23651)
Brandt Bucher
2020-12-07
3
-0/+26
*
bpo-42576: Raise TypeError when passing in keyword arguments to GenericAlias ...
Miss Islington (bot)
2020-12-05
1
-1/+1
*
bpo-42412: Fix possible leaks and check arguments in PyType_FromModuleAndSpec...
Miss Islington (bot)
2020-11-21
1
-5/+18
*
bpo-40998: Address compiler warnings found by ubsan (GH-20929)
Miss Islington (bot)
2020-11-18
1
-1/+5
*
[3.9] bpo-42332: Add weakref slot to types.GenericAlias (GH-23250) (GH-23309)
kj
2020-11-17
1
-0/+6
*
Fix typo in unicodeobject.c (GH-23180)
Miss Islington (bot)
2020-11-10
1
-1/+1
*
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-22702)
Miss Skeleton (bot)
2020-10-15
1
-16/+6
*
bpo-42015: Reorder dereferencing calls in meth_dealloc, to make sure m_self i...
Miss Skeleton (bot)
2020-10-12
1
-2/+4
*
Fix the attribute names in the docstring of GenericAlias (GH-22594)
Miss Skeleton (bot)
2020-10-08
1
-1/+1
*
[3.9] bpo-41909: Enable previously disabled recursion checks. (GH-22536) (GH-...
Serhiy Storchaka
2020-10-04
2
-4/+0
*
bpo-41780: Fix __dir__ of types.GenericAlias (GH-22262)
Miss Islington (bot)
2020-09-15
1
-0/+39
*
bpo-29590: fix stack trace for gen.throw() with yield from (GH-19896)
Miss Islington (bot)
2020-09-04
1
-0/+10
[next]