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-9263: Use _PyObject_ASSERT() in object.c (GH-10110)
Victor Stinner
2018-10-26
1
-18/+22
*
bpo-35059: Convert PyObject_INIT() to function (GH-10077)
Victor Stinner
2018-10-26
6
-9/+9
*
bpo-9263: _Py_NegativeRefcount() use _PyObject_AssertFailed() (GH-10109)
Victor Stinner
2018-10-26
1
-8/+5
*
bpo-9263: Dump Python object on GC assertion failure (GH-10062)
Victor Stinner
2018-10-25
1
-0/+52
*
bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093)
Victor Stinner
2018-10-25
1
-2/+2
*
bpo-35053: Enhance tracemalloc to trace free lists (GH-10063)
Victor Stinner
2018-10-25
2
-0/+9
*
bpo-30863: Rewrite PyUnicode_AsWideChar() and PyUnicode_AsWideCharString(). (...
Serhiy Storchaka
2018-10-23
1
-123/+121
*
bpo-9263: _PyObject_Dump() detects freed memory (GH-10061)
Victor Stinner
2018-10-23
2
-23/+71
*
Fix issue 34551 - remove redundant store (#9009)
Eric Lippert
2018-10-22
1
-1/+1
*
bpo-34984: Improve error messages for bytes and bytearray constructors. (GH-9...
Serhiy Storchaka
2018-10-21
2
-6/+23
*
bpo-34973: Fix crash in bytes constructor. (GH-9841)
Serhiy Storchaka
2018-10-21
1
-35/+69
*
bpo-34574: Prevent OrderedDict iterators from exhaustion during pickling. (GH...
Sergey Fedoseev
2018-10-20
1
-28/+9
*
bpo-34573: Simplify __reduce__() of set and dict iterators. (GH-9050)
Sergey Fedoseev
2018-10-20
2
-59/+7
*
bpo-33712: OrderedDict only creates od_fast_nodes cache if needed (GH-7349)
Serhiy Storchaka
2018-10-19
1
-50/+18
*
bpo-33073: Rework int.as_integer_ratio() implementation (GH-9303)
Serhiy Storchaka
2018-10-19
1
-6/+1
*
bpo-34974: Do not replace unexpected errors in bytes() and bytearray(). (GH-9...
Serhiy Storchaka
2018-10-14
2
-3/+5
*
bpo-34940: Fix the error handling in _check_for_legacy_statements(). (GH-9764)
Zackery Spytz
2018-10-12
1
-8/+18
*
Micro-optimize list index range checks (GH-9784)
Raymond Hettinger
2018-10-11
1
-5/+18
*
Add missing closing quote and trailing period in str.isidentifier() docstring...
Emanuele Gaifas
2018-10-08
2
-4/+4
*
bpo-33014: Clarify str.isidentifier docstring (GH-6088)
Sanyam Khurana
2018-10-08
2
-6/+6
*
bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733)
Zackery Spytz
2018-10-06
1
-2/+3
*
bpo-34899: Fix a possible assertion failure due to int_from_bytes_impl() (GH-...
Zackery Spytz
2018-10-05
1
-1/+1
*
bpo-34879: Fix a possible null pointer dereference in bytesobject.c (GH-9683)
Zackery Spytz
2018-10-03
1
-1/+1
*
bpo-30156: Remove property_descr_get() optimization (GH-9541)
Victor Stinner
2018-10-01
1
-28/+5
*
bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624)
INADA Naoki
2018-09-26
1
-1/+3
*
Fix compiler warning with a type cast (GH-9300)
Raymond Hettinger
2018-09-14
1
-1/+1
*
Fix-up parenthesis, organization, and NULL check (GH-9297)
Raymond Hettinger
2018-09-14
1
-6/+11
*
bpo-33073: Adding as_integer_ratio to ints. (GH-8750)
Lisa Roach
2018-09-14
2
-1/+60
*
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
Benjamin Peterson
2018-09-12
2
-2/+2
*
bpo-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059)
Sergey Fedoseev
2018-09-11
1
-8/+3
*
Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187)
Victor Stinner
2018-09-11
1
-52/+53
*
Fix misleading mentions of tp_size in comments (GH-9093)
Peter Eisentraut
2018-09-10
2
-3/+3
*
bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)
Victor Stinner
2018-09-07
1
-53/+52
*
bpo-25750: fix refcounts in type_getattro() (GH-6118)
jdemeyer
2018-09-07
1
-6/+11
*
closes bpo-34599: Improve performance of _Py_bytes_capitalize(). (GH-9083)
Sergey Fedoseev
2018-09-07
1
-17/+3
*
bpo-34523: Support surrogatepass in locale codecs (GH-8995)
Victor Stinner
2018-08-29
2
-73/+102
*
bpo-34523: Add _PyCoreConfig.filesystem_encoding (GH-8963)
Victor Stinner
2018-08-29
1
-24/+18
*
closes bpo-34504: Remove the useless NULL check in PySequence_Check(). (GH-8935)
Alexey Izbyshev
2018-08-25
1
-1/+1
*
closes bpo-34501: PyType_FromSpecWithBases: Check spec->name before dereferen...
Alexey Izbyshev
2018-08-25
1
-4/+9
*
closes bpo-34493: Objects/genobject.c: Add missing NULL check to compute_cr_o...
Alexey Izbyshev
2018-08-25
1
-0/+3
*
closes bpo-34468: Objects/rangeobject.c: Fix an always-false condition in ran...
Alexey Izbyshev
2018-08-24
1
-4/+4
*
closes bpo-34477: Objects/typeobject.c: Add missing NULL check to type_init()...
Alexey Izbyshev
2018-08-24
1
-0/+3
*
bpo-34436: Fix check that disables overallocation for the last fmt specifier ...
Alexey Izbyshev
2018-08-23
1
-3/+3
*
bpo-34435: Add missing NULL check to unicode_encode_ucs1(). (GH-8823)
Alexey Izbyshev
2018-08-19
1
-2/+3
*
bpo-22602: Raise an exception in the UTF-7 decoder for ill-formed sequences s...
Zackery Spytz
2018-08-19
1
-0/+5
*
bpo-34151: Improve performance of some list operations (GH-8332)
Sergey Fedoseev
2018-08-11
1
-15/+36
*
bpo-34301: Add _PyInterpreterState_Get() helper function (GH-8592)
Victor Stinner
2018-08-03
6
-10/+10
*
bpo-1617161: Make the hash and equality of methods not depending on the value...
Serhiy Storchaka
2018-07-31
3
-37/+20
*
bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic....
Serhiy Storchaka
2018-07-26
1
-0/+96
*
bpo-34170: Add _PyCoreConfig.bytes_warning (GH-8447)
Victor Stinner
2018-07-24
2
-6/+8
[prev]
[next]