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
*
Fix a possible crash in range.__reversed__(). (GH-10252)
Miss Islington (bot)
2018-10-31
1
-0/+1
*
bpo-34973: Fix crash in bytes constructor. (GH-9841)
Miss Islington (bot)
2018-10-21
1
-35/+69
*
bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349). ...
Serhiy Storchaka
2018-10-20
1
-51/+19
*
bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH...
Miss Islington (bot)
2018-10-20
1
-28/+9
*
bpo-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059) (GH-...
Miss Islington (bot)
2018-10-19
1
-8/+3
*
bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9...
Miss Islington (bot)
2018-10-14
2
-3/+5
*
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
*
[3.6] bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) (GH...
Miss Islington (bot)
2018-09-26
1
-1/+3
*
Fix Tools/gdb/libpython.py
Miss Islington (bot)
2018-09-11
2
-24/+14
*
[3.6] Fix misleading mentions of tp_size in comments (GH-9137)
Benjamin Peterson
2018-09-10
2
-3/+3
*
bpo-25750: fix refcounts in type_getattro() (GH-6118) (GH-9088)
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-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) (GH-8311)
Serhiy Storchaka
2018-07-17
1
-5/+24
*
fix two typos in Objects/odictobject.c comments (GH-8040)
Miss Islington (bot)
2018-07-06
1
-2/+2
*
bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (G...
Yury Selivanov
2018-06-08
1
-8/+7
*
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
*
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...
Miss Islington (bot)
2018-03-13
1
-4/+36
*
[3.6] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-602...
Miss Islington (bot)
2018-03-11
1
-0/+7
*
bpo-18533: Avoid RecursionError from repr() of recursive dictview (GH-4823)
Miss Islington (bot)
2018-02-26
1
-4/+12
*
bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)
INADA Naoki
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.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)
Terry Jan Reedy
2018-02-04
2
-2/+2
*
bpo-32137: The repr of deeply nested dict now raises a RecursionError (GH-457...
Miss Islington (bot)
2018-02-01
3
-6/+5
*
[3.6] bpo-32583: Fix possible crashing in builtin Unicode decoders (GH-5325) ...
Xiang Zhang
2018-01-31
1
-2/+20
*
[3.6] Revert "bpo-32690: Preserve order of locals() (GH-5379) (#5390)"
Nick Coghlan
2018-01-30
1
-2/+2
*
bpo-32690: Preserve order of locals() (GH-5379) (#5390)
Miss Islington (bot)
2018-01-28
1
-2/+2
*
bpo-32685: Improve suggestion for print statement (GH-5380)
Miss Islington (bot)
2018-01-28
1
-14/+19
*
Fix wrong assert in unicodeobject (GH-5340)
Miss Islington (bot)
2018-01-27
1
-1/+1
*
[3.6] bpo-32028: Fix suggestions for indented print statements (GH-5249)
Miss Islington (bot)
2018-01-20
1
-5/+11
*
Removed unnecesssary bit inversion which doesn't improve dispersion statistic...
Miss Islington (bot)
2018-01-18
1
-1/+1
*
bpo-26163: Frozenset hash improvement (GH-5194) (#5198)
Miss Islington (bot)
2018-01-16
1
-0/+1
*
[3.6] bpo-32555: Fix locale encodings (#5193)
Victor Stinner
2018-01-15
1
-10/+26
*
Fix outdated comment in typeobject.c (GH-5090)
Miss Islington (bot)
2018-01-04
1
-1/+1
*
bpo-31619: Fixed integer overflow in converting huge strings to int. (GH-3884...
Miss Islington (bot)
2017-12-03
1
-3/+11
*
[3.6] bpo-32176: Set CO_NOFREE in the code object constructor (GH-4684)
Nick Coghlan
2017-12-03
1
-1/+9
*
[3.6] bpo-30923, bpo-31279: Fix GCC warnings (#4620)
Victor Stinner
2017-11-29
1
-1/+1
*
bpo-16055: Fixes incorrect error text for int('1', base=1000) (GH-4376) (#4389)
Miss Islington (bot)
2017-11-14
1
-1/+1
*
bpo-31626: Fixed a bug in debug memory allocator. (GH-3844) (#4191)
Miss Islington (bot)
2017-10-31
1
-11/+2
*
[3.6] bpo-20047: Make bytearray methods partition() and rpartition() rejectin...
Serhiy Storchaka
2017-10-29
4
-24/+47
[next]