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-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733)
Miss Islington (bot)
2018-10-06
1
-2/+3
*
bpo-34899: Fix a possible assertion failure due to int_from_bytes_impl() (GH-...
Miss Islington (bot)
2018-10-05
1
-1/+1
*
bpo-34879: Fix a possible null pointer dereference in bytesobject.c (GH-9683)
Miss Islington (bot)
2018-10-03
1
-1/+1
*
bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624)
Miss Islington (bot)
2018-09-26
1
-1/+3
*
[3.7] Fix misleading mentions of tp_size in comments. (GH-9136)
Benjamin Peterson
2018-09-10
2
-3/+3
*
bpo-25750: fix refcounts in type_getattro() (GH-6118)
Miss Islington (bot)
2018-09-07
1
-6/+11
*
closes bpo-34504: Remove the useless NULL check in PySequence_Check(). (GH-8935)
Miss Islington (bot)
2018-08-26
1
-1/+1
*
closes bpo-34501: PyType_FromSpecWithBases: Check spec->name before dereferen...
Miss Islington (bot)
2018-08-25
1
-4/+9
*
closes bpo-34493: Objects/genobject.c: Add missing NULL check to compute_cr_o...
Miss Islington (bot)
2018-08-25
1
-0/+3
*
closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in ran...
Miss Islington (bot)
2018-08-24
1
-4/+4
*
closes bpo-34477: Objects/typeobject.c: Add missing NULL check to type_init()...
Miss Islington (bot)
2018-08-24
1
-0/+3
*
bpo-34436: Fix check that disables overallocation for the last fmt specifier ...
Miss Islington (bot)
2018-08-23
1
-3/+3
*
bpo-34435: Add missing NULL check to unicode_encode_ucs1(). (GH-8823)
Miss Islington (bot)
2018-08-19
1
-2/+3
*
bpo-24618: Add a check in the code constructor. (GH-8283)
Miss Islington (bot)
2018-07-16
1
-3/+15
*
bpo-34087: Fix buffer overflow in int(s) and similar functions (GH-8274)
Miss Islington (bot)
2018-07-14
1
-0/+2
*
bpo-34042: Fix dict.copy() to maintain correct total refcount (GH-8119)
Miss Islington (bot)
2018-07-06
1
-0/+7
*
fix two typos in Objects/odictobject.c comments (GH-8040)
Miss Islington (bot)
2018-07-06
1
-2/+2
*
update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470)
Miss Islington (bot)
2018-06-07
1
-724/+946
*
Fix typo in __mul__ and __rmul__ docstring (GH-6674)
Miss Islington (bot)
2018-05-09
1
-2/+2
*
bpo-33391: Fix refleak in set_symmetric_difference (GH-6670)
Miss Islington (bot)
2018-05-02
1
-1/+3
*
Spelling fixes to docs, docstrings, and comments (GH-6374)
Miss Islington (bot)
2018-04-20
1
-1/+1
*
bpo-33312: Fix clang ubsan out of bounds warnings in dict. (GH-6537) (GH-6543)
Miss Islington (bot)
2018-04-20
2
-24/+14
*
bpo-33205: dict: Change GROWTH_RATE to `used*3` (GH-6350)
Miss Islington (bot)
2018-04-17
1
-6/+5
*
[3.7] bpo-33031: Remove dead code in C implementation of OrderedDict. (GH-612...
Serhiy Storchaka
2018-04-09
1
-76/+1
*
bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341)
Miss Islington (bot)
2018-04-03
1
-0/+1
*
Fix typo and edit for clarity in the docstrings of sys.float_info. (GH-2251)
Miss Islington (bot)
2018-03-26
1
-3/+2
*
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
Miss Islington (bot)
2018-03-17
1
-0/+21
*
[3.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (G...
xdegaye
2018-03-13
1
-4/+36
*
[3.7] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-602...
Serhiy Storchaka
2018-03-11
1
-0/+7
*
closes bpo-32898: Fix debug build crash with COUNT_ALLOCS (GH-5800)
Miss Islington (bot)
2018-02-22
3
-3/+4
*
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
Miss Islington (bot)
2018-02-13
2
-6/+6
*
bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler...
Miss Islington (bot)
2018-02-13
1
-7/+3
*
[3.7] bpo-32746: Fix multiple typos (GH-5144) (GH-5520)
Miss Islington (bot)
2018-02-04
3
-3/+3
*
bpo-32583: Fix possible crashing in builtin Unicode decoders (#5325)
Xiang Zhang
2018-01-31
1
-2/+20
*
bpo-32703: Fix coroutine resource warning in case where there's an error (GH-...
Yury Selivanov
2018-01-29
1
-6/+7
*
bpo-28685: Fix compiler warning (GH-5423)
Victor Stinner
2018-01-29
1
-1/+2
*
bpo-28685: Optimize sorted() list.sort() with type-specialized comparisons (#...
embg
2018-01-29
2
-71/+345
*
bpo-32690: Preserve order of locals() (#5379)
Raymond Hettinger
2018-01-28
1
-2/+2
*
bpo-32685: Improve suggestion for print statement (GH-5375)
Nitish Chandra
2018-01-28
1
-14/+19
*
bpo-32677: Optimize str.isascii() (GH-5356)
INADA Naoki
2018-01-28
1
-4/+36
*
Fix wrong assert in unicodeobject (GH-5340)
INADA Naoki
2018-01-27
1
-1/+1
*
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
INADA Naoki
2018-01-27
6
-1/+72
*
bpo-32670: Enforce PEP 479. (#5327)
Yury Selivanov
2018-01-26
1
-50/+8
*
bpo-18533: Avoid RecursionError from repr() of recursive dictview (#4823)
bennorth
2018-01-26
1
-4/+12
*
bpo-32571: Fix reading uninitialized memory (GH-5332)
INADA Naoki
2018-01-26
1
-0/+5
*
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...
Serhiy Storchaka
2018-01-25
7
-131/+106
*
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov
2018-01-23
1
-0/+1
*
bpo-31179: Make dict.copy() up to 5.5 times faster. (#3067)
Yury Selivanov
2018-01-22
1
-0/+73
*
bpo-32591: Add native coroutine origin tracking (#5250)
Nathaniel J. Smith
2018-01-21
1
-4/+57
*
bpo-32028: Fix suggestions for indented print statements (GH-4688)
Sanyam Khurana
2018-01-20
1
-5/+11
[next]