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
*
Issue #28350: String constants with null character no longer interned.
Serhiy Storchaka
2016-10-04
1
-8/+8
|
\
|
*
Issue #28350: String constants with null character no longer interned.
Serhiy Storchaka
2016-10-04
1
-8/+8
*
|
merge 3.5 (#26617)
Benjamin Peterson
2016-10-04
1
-12/+13
|
\
\
|
*
|
ensure gc tracking is off when invoking weakref callbacks (closes #26617)
Benjamin Peterson
2016-10-04
1
-12/+13
|
|
/
*
|
Issue #27358: Optimized merging var-keyword arguments and improved error
Serhiy Storchaka
2016-10-02
1
-9/+36
*
|
Issue #27942: String constants now interned recursively in tuples and frozens...
Serhiy Storchaka
2016-09-30
1
-7/+45
|
\
\
|
|
/
|
*
Issue #27942: String constants now interned recursively in tuples and frozens...
Serhiy Storchaka
2016-09-30
1
-7/+45
*
|
Issue #21578: Fixed misleading error message when ImportError called with
Serhiy Storchaka
2016-09-27
1
-22/+24
|
\
\
|
|
/
|
*
Issue #21578: Fixed misleading error message when ImportError called with
Serhiy Storchaka
2016-09-27
1
-22/+24
*
|
Issue #27914: Fixed a comment in PyModule_ExcDef.
Serhiy Storchaka
2016-09-26
1
-1/+1
*
|
issue #28144: Decrease empty_keys_struct's dk_refcnt
Serhiy Storchaka
2016-09-26
1
-1/+1
*
|
Issue #28194: Clean up some checks in dict implementation.
Serhiy Storchaka
2016-09-26
1
-10/+11
*
|
Issue #28203: Merge from 3.5
Mark Dickinson
2016-09-24
1
-6/+17
|
\
\
|
|
/
|
*
Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). P...
Mark Dickinson
2016-09-24
1
-6/+17
*
|
remove unneeded cast
Benjamin Peterson
2016-09-23
1
-1/+1
*
|
Issue #28214: Now __set_name__ is looked up on the class instead of the
Serhiy Storchaka
2016-09-21
1
-5/+7
*
|
Merge 3.5
Victor Stinner
2016-09-21
1
-1/+1
|
\
\
|
|
/
|
*
Fix PyUnicode_FromFormatV() error handling
Victor Stinner
2016-09-21
1
-1/+1
|
*
Issue #28189: dictitems_contains no longer swallows compare errors.
Raymond Hettinger
2016-09-19
1
-1/+1
*
|
va_end() all va_copy()ed va_lists.
Christian Heimes
2016-09-21
2
-0/+5
*
|
replace usage of Py_VA_COPY with the (C99) standard va_copy
Benjamin Peterson
2016-09-21
2
-4/+3
*
|
merge
Raymond Hettinger
2016-09-19
1
-1/+1
*
|
correct silly spelling problem
Benjamin Peterson
2016-09-19
1
-9/+9
*
|
replace obmalloc's homegrown uptr and uchar types with standard ones
Benjamin Peterson
2016-09-19
1
-42/+31
*
|
improvements to code that checks whether Python (obmalloc) allocated an address
Benjamin Peterson
2016-09-19
1
-76/+22
*
|
Issue #28139: Merge indentation fixes from 3.5 into 3.6
Martin Panter
2016-09-17
1
-8/+12
|
\
\
|
|
/
|
*
Issue #28139: Fix messed up indentation
Martin Panter
2016-09-17
1
-8/+12
*
|
Issue #25270: Merge from 3.5
Berker Peksag
2016-09-16
1
-5/+14
|
\
\
|
|
/
|
*
Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an...
Berker Peksag
2016-09-16
1
-5/+14
*
|
Unicode 9.0.0
Benjamin Peterson
2016-09-15
1
-716/+857
*
|
Add _PyDict_CheckConsistency()
Victor Stinner
2016-09-14
2
-6/+90
*
|
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...
Christian Heimes
2016-09-13
5
-51/+51
*
|
Fix _PyDict_Pop() on pending key
Victor Stinner
2016-09-13
1
-1/+1
*
|
Issue #28040: Cleanup find_empty_slot()
Victor Stinner
2016-09-13
1
-6/+2
*
|
Fix warning in _PyCFunction_FastCallKeywords()
Victor Stinner
2016-09-12
1
-2/+1
*
|
Issue #28077: find_empty_slot() only supports combined dict
Victor Stinner
2016-09-12
1
-3/+7
*
|
Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict()
Victor Stinner
2016-09-12
2
-0/+8
*
|
Revert change f860b7a775c5
Victor Stinner
2016-09-12
2
-20/+8
*
|
ssue #27213: Reintroduce checks in _PyStack_AsDict()
Victor Stinner
2016-09-12
2
-8/+20
*
|
Issue #28071: Add early-out for differencing from an empty set.
Raymond Hettinger
2016-09-12
1
-0/+8
*
|
Issue #28045: Merge from 3.5
Berker Peksag
2016-09-12
1
-1/+1
|
\
\
|
|
/
|
*
Issue #28045: Fix comment in range_contains_long()
Berker Peksag
2016-09-12
1
-1/+1
*
|
Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
Serhiy Storchaka
2016-09-11
2
-20/+8
*
|
Issue #27129: Replaced wordcode related magic constants with macros.
Serhiy Storchaka
2016-09-11
2
-4/+4
*
|
Issue #23722: Initialize __class__ from type.__new__()
Nick Coghlan
2016-09-11
1
-2/+11
*
|
Issue #25221: merge from 3.5.
Mark Dickinson
2016-09-10
1
-1/+2
|
\
\
|
|
/
|
*
Issue #25221: Fix corrupted result from PyLong_FromLong(0) when Python is com...
Mark Dickinson
2016-09-10
1
-1/+2
|
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter
2016-09-07
5
-5/+5
*
|
Fixed compiler warnings in compact dict implementation on 32-bit platforms.
Serhiy Storchaka
2016-09-10
1
-11/+11
*
|
dictobject.c: explain why stringlib is used
Victor Stinner
2016-09-10
1
-1/+1
[next]