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 #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
*
|
Issue #27810: Rerun Argument Clinic on all modules
Victor Stinner
2016-09-10
2
-32/+32
*
|
Add METH_FASTCALL calling convention
Victor Stinner
2016-09-10
2
-0/+80
*
|
Fix SystemError in compact dict
Victor Stinner
2016-09-10
1
-19/+33
*
|
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon
2016-09-09
3
-86/+205
*
|
Issue #25856: The __module__ attribute of extension classes and functions
Serhiy Storchaka
2016-09-09
1
-12/+15
*
|
Issue #27810: Add _PyCFunction_FastCallKeywords()
Victor Stinner
2016-09-09
2
-2/+31
*
|
remove all usage of Py_LOCAL
Benjamin Peterson
2016-09-09
4
-15/+15
*
|
Add _PyObject_FastCallKeywords()
Victor Stinner
2016-09-09
1
-0/+68
*
|
remove unconvincing use of Py_LOCAL
Benjamin Peterson
2016-09-09
1
-6/+6
*
|
Issue #27576: Fix call order in OrderedDict.__init__().
Eric Snow
2016-09-09
1
-2/+15
*
|
Issue #28003: Implement PEP 525 -- Asynchronous Generators.
Yury Selivanov
2016-09-09
1
-46/+986
*
|
Issue #28033: Fix typo in dictobject.c
Berker Peksag
2016-09-09
1
-1/+1
*
|
Issue #24254: Drop cls.__definition_order__.
Eric Snow
2016-09-08
2
-80/+1
*
|
Additional safe-guard against dereferencing NULL in reduce_newobj
Christian Heimes
2016-09-08
1
-1/+7
*
|
Add NULL check for gen->gi_code in gen_send_ex()
Christian Heimes
2016-09-08
1
-1/+1
*
|
do not worry about 64-bit dict sizes on 32-bit platforms
Benjamin Peterson
2016-09-08
2
-4/+10
*
|
Add a new private version to the builtin dict type
Victor Stinner
2016-09-08
1
-0/+19
*
|
#27364: Deprecate invalid escape strings in str/byutes.
R David Murray
2016-09-08
2
-1/+5
*
|
access dk_indices through a union
Benjamin Peterson
2016-09-08
2
-17/+18
*
|
Add documentation to the dict implementation
Victor Stinner
2016-09-08
2
-3/+42
*
|
Reindeint DK_xxx macros
Victor Stinner
2016-09-08
1
-6/+11
*
|
dk_get_index/dk_set_index uses a type indices variable
Victor Stinner
2016-09-08
1
-8/+16
*
|
use static inline instead of Py_LOCAL_INLINE
Benjamin Peterson
2016-09-08
1
-16/+16
*
|
Split lookdict_unicode_nodummy() assertion to debug
Victor Stinner
2016-09-08
1
-1/+2
*
|
fix spelling
Benjamin Peterson
2016-09-08
1
-1/+1
*
|
Add assertions to dk_set_index()
Victor Stinner
2016-09-08
1
-4/+14
*
|
Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529)
Steve Dower
2016-09-08
1
-19/+27
*
|
link to canonical blogspot
Benjamin Peterson
2016-09-08
1
-1/+1
*
|
use native inline instead of Py_LOCAL_INLINE
Benjamin Peterson
2016-09-08
1
-3/+3
*
|
rearrange to make gcc happy
Benjamin Peterson
2016-09-08
1
-1/+3
*
|
Add Py_MEMBER_SIZE macro
Victor Stinner
2016-09-08
1
-8/+12
*
|
Implement compact dict
Victor Stinner
2016-09-08
4
-548/+736
*
|
more PY_LONG_LONG to long long
Benjamin Peterson
2016-09-08
1
-2/+2
*
|
Issue #15767: Add ModuleNotFoundError.
Eric Snow
2016-09-07
1
-0/+9
*
|
replace some Py_LOCAL_INLINE with the inline keyword
Benjamin Peterson
2016-09-07
1
-9/+10
*
|
Make PyCodeObject.co_extra even more private to force users through the prope...
Brett Cannon
2016-09-07
1
-23/+31
*
|
use c++ style comments
Benjamin Peterson
2016-09-07
1
-4/+4
*
|
Change error return value to be more consistent with the rest of Python
Brett Cannon
2016-09-07
1
-5/+5
*
|
use a the bool type for a boolean variable
Benjamin Peterson
2016-09-07
1
-2/+4
*
|
Add the co_extra field and accompanying APIs to code objects.
Brett Cannon
2016-09-07
1
-0/+91
*
|
require C99 bool
Benjamin Peterson
2016-09-07
1
-20/+0
*
|
replace PY_SIZE_MAX with SIZE_MAX
Benjamin Peterson
2016-09-07
3
-4/+4
*
|
merge 3.5 (#27968)
Benjamin Peterson
2016-09-07
1
-12/+15
|
\
\
|
|
/
[next]