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 #11734: Add support for IEEE 754 half-precision floats to the struct mo...
Mark Dickinson
2016-09-03
1
-1/+183
*
PEP 7 style for if/else in C
Victor Stinner
2016-09-02
2
-17/+34
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
8
-17/+17
*
Issue #27870: A left shift of zero by a large integer no longer attempts to a...
Mark Dickinson
2016-08-29
1
-0/+5
*
Issue #25402: in int-to-decimal-string conversion, reduce intermediate storag...
Mark Dickinson
2016-08-29
1
-8/+11
*
Issue #27214: Fix potential bug and remove useless optimization in long_inver...
Mark Dickinson
2016-08-29
1
-2/+4
*
Issue #27506: Support bytes/bytearray.translate() delete as keyword argument
Martin Panter
2016-08-27
4
-60/+37
*
Merge
Raymond Hettinger
2016-08-26
1
-1/+1
|
\
|
*
Issue 19504: Change "customise" to "customize" American spelling.
Raymond Hettinger
2016-08-26
1
-1/+1
*
|
Issue #27830: Revert, remove _PyFunction_FastCallKeywords()
Victor Stinner
2016-08-25
1
-45/+0
*
|
method_call() and slot_tp_new() now uses fast call
Victor Stinner
2016-08-24
3
-40/+51
*
|
Issue #27830: Fix _PyObject_FastCallKeywords()
Victor Stinner
2016-08-24
1
-1/+1
*
|
_PyObject_FastCallDict(): avoid _Py_CheckFunctionResult()
Victor Stinner
2016-08-24
1
-2/+2
*
|
Add _PyObject_FastCallKeywords()
Victor Stinner
2016-08-24
1
-0/+79
*
|
Use Py_ssize_t type for number of arguments
Victor Stinner
2016-08-24
2
-3/+8
*
|
PyObject_CallMethodObjArgs() now uses fast call
Victor Stinner
2016-08-23
1
-32/+71
*
|
Backed out changeset 0e4f26083bbb (PyObject_CallMethodObjArgs)
Victor Stinner
2016-08-23
1
-71/+32
*
|
PyObject_CallMethodObjArgs() now uses fast call
Victor Stinner
2016-08-23
1
-32/+71
*
|
Issue #27809: Use _PyObject_FastCallDict()
Victor Stinner
2016-08-22
1
-15/+13
*
|
Issue #27809: Use _PyObject_FastCallDict()
Victor Stinner
2016-08-22
1
-24/+10
*
|
_PyFunction_FastCallDict() supports keyword args
Victor Stinner
2016-08-22
2
-9/+8
*
|
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
Victor Stinner
2016-08-22
4
-15/+15
*
|
Issue #27792: force int return type for modulo operations involving bools.
Mark Dickinson
2016-08-22
1
-2/+5
*
|
Issue #26984: int() now always returns an instance of exact int.
Serhiy Storchaka
2016-08-21
1
-12/+23
*
|
Untabify Objects/longobject.c.
Mark Dickinson
2016-08-21
1
-2/+2
*
|
Issue #25604: Fix minor bug in integer true division, which could
Mark Dickinson
2016-08-21
1
-2/+2
*
|
Issue #27662: don't use PY_SIZE_MAX for overflow checking in List_New. Patch ...
Mark Dickinson
2016-08-21
1
-11/+1
*
|
Merge #27782 fix from 3.5
Nick Coghlan
2016-08-21
1
-29/+35
|
\
\
|
|
/
|
*
Issue #27782: Fix m_methods handling in multiphase init
Nick Coghlan
2016-08-21
1
-29/+35
*
|
Issue #27692: Removed unnecessary NULL checks in exceptions.c.
Serhiy Storchaka
2016-08-20
1
-4/+3
*
|
Issue #27366: Fix init_subclass()
Victor Stinner
2016-08-20
1
-0/+5
*
|
PyFile_WriteObject() now uses fast call
Victor Stinner
2016-08-19
1
-9/+2
*
|
calliter_iternext() now uses fast call
Victor Stinner
2016-08-19
1
-19/+21
*
|
slot_tp_iter() now uses fast call
Victor Stinner
2016-08-19
1
-6/+3
*
|
slot_nb_bool() now uses fast call
Victor Stinner
2016-08-19
1
-8/+2
*
|
Issue #27128: Cleanup slot_nb_bool()
Victor Stinner
2016-08-19
1
-25/+41
*
|
Issue #27128: slot_sq_item() uses fast call
Victor Stinner
2016-08-19
1
-10/+3
*
|
Issue #27128: Cleanup slot_sq_item()
Victor Stinner
2016-08-19
1
-25/+33
*
|
call_method() and call_maybe() now use fast call
Victor Stinner
2016-08-19
1
-20/+26
*
|
Cleanup call_method() and call_maybe()
Victor Stinner
2016-08-19
1
-14/+12
*
|
Merge 3.5 (fix refleak in call_maybe())
Victor Stinner
2016-08-19
1
-1/+3
|
\
\
|
|
/
|
*
Fix a refleak in call_maybe()
Victor Stinner
2016-08-19
1
-1/+3
*
|
Merge 3.5 (fix refleak in call_method)
Victor Stinner
2016-08-19
1
-1/+3
|
\
\
|
|
/
|
*
Fix a refleak in call_method()
Victor Stinner
2016-08-19
1
-1/+3
*
|
contains and rich compare slots use fast call
Victor Stinner
2016-08-19
1
-16/+4
*
|
Fix PyObject_Call() parameter names
Victor Stinner
2016-08-19
1
-2/+4
*
|
Avoid call_function_tail() for empty format str
Victor Stinner
2016-08-19
1
-20/+19
*
|
PEP 7: add {...} around null_error() in abstract.c
Victor Stinner
2016-08-19
1
-28/+65
*
|
Cleanup callmethod()
Victor Stinner
2016-08-19
1
-2/+6
*
|
Cleanup call_function_tail()
Victor Stinner
2016-08-19
1
-20/+29
[next]