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
*
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-04
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-14
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-12
1
-1/+1
*
closes bpo-39605: Fix some casts to not cast away const. (GH-18453)
Miss Islington (bot)
2020-02-12
6
-31/+31
*
Fixes in sorting descriptions (GH-18317)
Miss Islington (bot)
2020-02-04
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-22
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)
2020-01-01
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-27
1
-7/+7
*
bpo-38922: Raise code.__new__ audit event when code object replace() is calle...
Miss Islington (bot)
2019-11-27
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-14
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
*
bpo-30773: Fix ag_running; prohibit running athrow/asend/aclose in parallel (...
Miss Islington (bot)
2019-09-30
1
-2/+34
*
bpo-38115: Deal with invalid bytecode offsets in lnotab (GH-16079) (GH-16464)
Gregory P. Smith
2019-09-28
1
-1/+3
*
bpo-38005: Remove support of string argument in InterpreterID(). (GH-16227)
Miss Islington (bot)
2019-09-25
1
-50/+31
*
bpo-38236: Dump path config at first import error (GH-16300) (GH-16332)
Victor Stinner
2019-09-23
1
-8/+11
*
[3.8] bpo-38070: Py_FatalError() logs runtime state (GH-16258)
Victor Stinner
2019-09-18
1
-6/+7
*
bpo-38013: make async_generator_athrow object tolerant to throwing exceptions...
Miss Islington (bot)
2019-09-17
1
-5/+0
*
[3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID....
Serhiy Storchaka
2019-09-14
1
-51/+49
*
[3.8] bpo-37206: Unrepresentable default values no longer represented as None...
Serhiy Storchaka
2019-09-14
9
-23/+23
*
bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) (GH...
Miss Islington (bot)
2019-09-12
1
-2/+8
*
[3.8] bpo-37879: Suppress subtype_dealloc decref when base type is a C heap t...
Petr Viktorin
2019-09-12
1
-10/+10
[next]