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-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (G...
Miss Islington (bot)
2020-08-14
1
-8/+7
*
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-18957)
Victor Stinner
2020-03-12
1
-6/+4
*
[3.7] bpo-38643: Raise SystemError instead of crashing when PyNumber_ToBase i...
Serhiy Storchaka
2020-03-12
1
-9/+6
*
bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and ...
Miss Islington (bot)
2020-03-02
1
-2/+0
*
Give proper credits for the memoryview implementation. (GH-18626) (#18643)
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...
Miss Islington (bot)
2020-02-17
1
-3/+7
*
bpo-39606: allow closing async generators that are already closed (GH-18475) ...
Nathaniel J. Smith
2020-02-13
1
-2/+9
*
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-18121)
Miss Islington (bot)
2020-01-22
1
-0/+4
*
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
*
[3.7] bpo-38588: Fix possible crashes in dict and list when calling P… (GH-...
Dong-hee Na
2019-12-31
2
-0/+12
*
[3.7] bpo-38610: Fix possible crashes in several list methods (GH-17022) (GH-...
Pablo Galindo
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-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755)
Miss Islington (bot)
2019-11-19
1
-0/+11
*
[3.7] bpo-38395: Fix ownership in weakref.proxy methods (GH-16632) (GH-16663)
Pablo Galindo
2019-10-11
1
-31/+91
*
[3.7] bpo-38409: Fix grammar in str.strip() docstring (GH-16682) (GH-16686)
Zachary Ware
2019-10-09
2
-4/+4
*
bpo-38383: Fix possible integer overflow in startswith() of bytes and bytearr...
Miss Islington (bot)
2019-10-06
1
-1/+1
*
bpo-38013: make async_generator_athrow object tolerant to throwing exceptions...
Miss Islington (bot)
2019-09-17
1
-5/+0
*
bpo-38096: Complete the "structseq" and "named tuple" cleanup (GH-16010) (GH...
Miss Islington (bot)
2019-09-12
1
-2/+8
*
bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895) (GH...
Paul Ganssle
2019-09-12
2
-2/+2
*
Fix typo in dict object comment (GH-15814)
Miss Islington (bot)
2019-09-10
1
-1/+1
*
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)
Miss Islington (bot)
2019-09-08
1
-2/+4
*
bpo-36311: Fixes decoding multibyte characters around chunk boundaries and im...
Miss Islington (bot)
2019-08-21
1
-6/+10
*
bpo-37732: Fix GCC warning in _PyObject_Malloc() (GH-15333) (GH-15342) (GH-15...
Victor Stinner
2019-08-20
1
-15/+13
*
bpo-37681: no_sanitize_thread support from GCC 5.1 (GH-15096)
Miss Islington (bot)
2019-08-14
1
-2/+2
*
bpo-37417: Fix error handling in bytearray.extend. (GH-14407)
Miss Islington (bot)
2019-06-26
1
-0/+4
*
[3.7] bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304) ...
Miss Islington (bot)
2019-06-25
2
-6/+10
*
[3.7] bpo-37219: Remove erroneous optimization for differencing an empty set ...
Raymond Hettinger
2019-06-11
1
-8/+0
*
[3.7] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH...
Zackery Spytz
2019-06-07
1
-2/+2
*
[3.7] Fix a possible crash due to PyType_FromSpecWithBases() (GH-10304) (GH-1...
Petr Viktorin
2019-05-29
1
-0/+1
*
bpo-26423: Fix possible overflow in wrap_lenfunc() (GH-13606)
Miss Islington (bot)
2019-05-28
1
-1/+1
*
[3.7] bpo-28866: No type cache for types with specialized mro, invalidation i...
Miss Islington (bot)
2019-05-26
1
-8/+30
*
bpo-27987: pymalloc: align by 16bytes on 64bit platform (GH-12850)
Miss Islington (bot)
2019-05-25
1
-0/+6
*
bpo-35091: Objects/listobject.c: Replace overflow checks in gallop fu… (GH-...
Miss Islington (bot)
2019-05-23
1
-8/+4
*
bpo-36907: fix refcount bug in _PyStack_UnpackDict() (GH-13381) (GH-13493)
Jeroen Demeyer
2019-05-22
1
-5/+12
*
closes bpo-36951: Correct some types in the type_members struct in typeobject...
Miss Islington (bot)
2019-05-20
1
-3/+3
*
[3.7] Fix typo in _PyMethodDef_RawFastCallKeywords error message (GH-13343) (...
Stéphane Wirtel
2019-05-17
1
-1/+1
*
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
Miss Islington (bot)
2019-05-17
4
-4/+8
*
bpo:34848 : Correct an incorrect docstring for range().index method (GH-9877)
Miss Islington (bot)
2019-05-03
1
-1/+1
*
bpo-36745: Fix a possible reference leak in PyObject_SetAttr() (GH-12993)
Miss Islington (bot)
2019-04-28
1
-1/+3
*
[3.7] bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (G...
Victor Stinner
2019-04-11
2
-33/+18
*
bpo-24214: Fixed the UTF-8 incremental decoder. (GH-12603) (GH-12627)
Miss Islington (bot)
2019-03-30
1
-0/+3
*
bpo-36433: fix confusing error messages in classmethoddescr_call (GH-12556)
Miss Islington (bot)
2019-03-26
1
-6/+4
*
bpo-36218: Fix handling of heterogeneous values in list.sort (GH-12209) GH-12...
Miss Islington (bot)
2019-03-25
1
-11/+22
*
bpo-36312: Fix decoders for some code pages. (GH-12369)
Miss Islington (bot)
2019-03-21
1
-5/+16
*
bpo-36365: Fix compiler warning in structseq.c (GH-12451)
Victor Stinner
2019-03-19
1
-4/+10
*
[3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264). (...
Serhiy Storchaka
2019-03-14
3
-4/+4
[next]