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-31095: fix potential crash during GC (GH-2974) (#3196)
INADA Naoki
2017-09-26
2
-0/+9
*
[3.5] bpo-22207: Add checks for possible integer overflows in unicodeobject.c...
Serhiy Storchaka
2017-07-11
1
-6/+12
*
[3.5] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302)...
Serhiy Storchaka
2017-06-28
1
-0/+14
*
[3.5] bpo-30708: Add private C API function _PyUnicode_AsWideCharString(). (G...
Serhiy Storchaka
2017-06-27
1
-0/+31
*
[3.5] bpo-30730: Prevent environment variables injection in subprocess on Win...
Serhiy Storchaka
2017-06-23
1
-2/+2
*
[3.5] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1678)
Serhiy Storchaka
2017-05-20
1
-29/+51
*
[3.5] bpo-25794: Fix `type.__setattr__()` for non-interned attribute names. (...
Serhiy Storchaka
2017-05-20
1
-5/+34
*
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1530) (#1480)
Xiang Zhang
2017-05-10
1
-3/+5
*
[3.5] bpo-29802: Fix the cleaning up issue in PyUnicode_FSDecoder(). (GH-1217...
Serhiy Storchaka
2017-04-21
1
-0/+1
*
[3.5] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() ...
Serhiy Storchaka
2017-04-19
1
-3/+9
*
bpo-29998: Pickling and copying ImportError now preserves name and path (#101...
Serhiy Storchaka
2017-04-08
1
-0/+48
*
Expand the PySlice_GetIndicesEx macro. (#1023) (#1045)
Serhiy Storchaka
2017-04-08
6
-20/+23
*
bpo-29941: Assert fixes (#886) (#956)
T. Wouters
2017-04-02
1
-1/+3
*
bpo-29935: Fixed error messages in the index() method of tuple, list and dequ...
Serhiy Storchaka
2017-03-30
2
-4/+4
*
bpo-28876: bool of large range raises OverflowError (#699) (#735)
Serhiy Storchaka
2017-03-20
1
-1/+20
*
bpo-29116: Fix error messages for concatenating bytes and bytearray with unsu...
Serhiy Storchaka
2017-03-19
2
-2/+2
*
Fix wrapping into StopIteration of return values in generators and coroutines...
Yury Selivanov
2017-03-12
1
-2/+1
*
bpo-29602: fix signed zero handling in complex constructor. (#203) (#205)
Mark Dickinson
2017-02-20
1
-3/+3
*
bpo-24274: fix comment in dictobject.c (GH-194)
INADA Naoki
2017-02-20
1
-1/+1
*
bpo-29347: Fix possibly dereferencing undefined pointers when creating weakre...
Xiang Zhang
2017-02-20
1
-0/+2
*
bpo-29438: Fixed use-after-free in key sharing dict (#40)
INADA Naoki
2017-02-13
1
-6/+4
*
Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if
Serhiy Storchaka
2017-01-25
1
-24/+54
*
Issue #29337: Fixed possible BytesWarning when compare the code objects.
Serhiy Storchaka
2017-01-24
1
-3/+3
*
Fix grammar, typos and markup in documentation and code comments
Martin Panter
2017-01-14
1
-1/+1
*
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
Serhiy Storchaka
2017-01-12
1
-8/+23
*
Issue #29145: Fix overflow checks in str.replace() and str.join().
Xiang Zhang
2017-01-10
1
-6/+8
*
Issue #29111: Fix memoryview signature.
Stefan Krah
2016-12-30
1
-1/+1
*
Issue #29073: bytearray formatting no longer truncates on first null byte.
Serhiy Storchaka
2016-12-28
1
-1/+3
*
Issue #28427: old keys should not remove new values from
Antoine Pitrou
2016-12-27
1
-25/+56
*
Issue #29044: Fix a use-after-free in string '%c' formatter.
Xiang Zhang
2016-12-22
1
-3/+4
*
Issue #28147: Fix a memory leak in split-table dictionaries
INADA Naoki
2016-12-20
1
-6/+15
*
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
Serhiy Storchaka
2016-12-17
1
-3/+2
*
Revert changeset 1f31bf3f76f5 (issue5322) except tests.
Serhiy Storchaka
2016-12-14
1
-28/+1
*
Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.
Serhiy Storchaka
2016-12-02
1
-1/+28
*
Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.
Serhiy Storchaka
2016-12-05
1
-2/+16
*
Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701).
Serhiy Storchaka
2016-11-16
1
-1/+1
*
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Serhiy Storchaka
2016-11-16
2
-6/+44
*
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
4
-7/+42
*
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
Serhiy Storchaka
2016-11-12
1
-1/+1
|
\
|
*
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
Serhiy Storchaka
2016-11-12
1
-1/+1
|
|
\
|
|
*
Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X
Serhiy Storchaka
2016-11-12
1
-1/+1
|
|
*
Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache.
Serhiy Storchaka
2015-12-02
1
-0/+5
*
|
|
ssue #27942: Fix memory leak in codeobject.c
Yury Selivanov
2016-11-09
1
-0/+2
*
|
|
genobject: Remove unnecessary tp_free slots from aiter_wrapper and coro_wrapper
Yury Selivanov
2016-11-09
1
-2/+2
*
|
|
make sure dict view types are initialized
Benjamin Peterson
2016-11-06
1
-0/+9
*
|
|
Issue #23996: Added _PyGen_SetStopIterationValue for safe raising
Serhiy Storchaka
2016-11-06
1
-10/+50
*
|
|
Issue #28385: An error message when non-empty format spec is passed to
Serhiy Storchaka
2016-10-30
1
-19/+9
*
|
|
Backed out changeset 9f7505019767 (issue #27275).
Serhiy Storchaka
2016-10-30
1
-7/+22
*
|
|
Issue #27275: Fixed implementation of pop() and popitem() methods in
Serhiy Storchaka
2016-10-25
1
-22/+7
*
|
|
Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b...
Serhiy Storchaka
2016-10-25
1
-10/+2
|
\
\
\
|
|
/
/
[next]