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
/
abstract.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Backed out changeset b9c9691c72c5
Victor Stinner
2016-12-04
1
-4/+4
*
|
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
1
-4/+4
*
|
Backed out changeset 7efddbf1aa70
Victor Stinner
2016-11-30
1
-62/+60
*
|
Uniformize argument names of "call" functions
Victor Stinner
2016-11-29
1
-60/+62
*
|
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka
2016-11-20
1
-11/+17
|
/
*
Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising
Serhiy Storchaka
2016-10-21
1
-12/+10
*
remove unneeded cast
Benjamin Peterson
2016-09-23
1
-1/+1
*
va_end() all va_copy()ed va_lists.
Christian Heimes
2016-09-21
1
-0/+2
*
replace usage of Py_VA_COPY with the (C99) standard va_copy
Benjamin Peterson
2016-09-21
1
-1/+1
*
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly opt...
Christian Heimes
2016-09-13
1
-2/+2
*
Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict()
Victor Stinner
2016-09-12
1
-0/+3
*
Revert change f860b7a775c5
Victor Stinner
2016-09-12
1
-19/+7
*
ssue #27213: Reintroduce checks in _PyStack_AsDict()
Victor Stinner
2016-09-12
1
-7/+19
*
Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
Serhiy Storchaka
2016-09-11
1
-19/+7
*
Add METH_FASTCALL calling convention
Victor Stinner
2016-09-10
1
-0/+56
*
Issue #27810: Add _PyCFunction_FastCallKeywords()
Victor Stinner
2016-09-09
1
-2/+5
*
Add _PyObject_FastCallKeywords()
Victor Stinner
2016-09-09
1
-0/+68
*
Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation.
Serhiy Storchaka
2016-09-06
1
-1/+19
*
Issue #27830: Remove unused _PyStack_AsDict()
Victor Stinner
2016-09-05
1
-34/+0
*
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
1
-0/+39
*
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
1
-1/+1
*
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
*
_PyFunction_FastCallDict() supports keyword args
Victor Stinner
2016-08-22
1
-6/+5
*
Rename _PyObject_FastCall() to _PyObject_FastCallDict()
Victor Stinner
2016-08-22
1
-6/+6
*
Issue #26984: int() now always returns an instance of exact int.
Serhiy Storchaka
2016-08-21
1
-12/+23
*
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
*
call_function_tail() uses fast call
Victor Stinner
2016-08-19
1
-13/+6
*
Add _PyObject_FastCall()
Victor Stinner
2016-08-19
1
-0/+76
*
Issue #27581: Merge overflow fix from 3.5
Martin Panter
2016-07-25
1
-4/+5
|
\
|
*
Issue #27581: Don’t rely on overflow wrapping in PySequence_Tuple()
Martin Panter
2016-07-25
1
-4/+5
*
|
Merge spelling fixes from 3.5
Martin Panter
2016-06-20
1
-1/+1
|
\
\
|
|
/
|
*
Fix spelling errors in code comments
Martin Panter
2016-06-20
1
-2/+2
*
|
Comment fixes extracted from patch by Demur Rumed.
Serhiy Storchaka
2016-06-12
1
-1/+1
*
|
Issue #26983: float() now always return an instance of exact float.
Serhiy Storchaka
2016-06-03
1
-6/+24
*
|
Issue #24802: Merge null termination fixes from 3.5
Martin Panter
2015-11-07
1
-2/+20
|
\
\
|
|
/
|
*
Issue #24802: Merge null termination fixes from 3.4 into 3.5
Martin Panter
2015-11-07
1
-2/+20
|
|
\
|
|
*
Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary
Martin Panter
2015-11-07
1
-2/+20
*
|
|
Issue #25556: Add assertions to PyObject_GetItem() to ensure that an exception
Victor Stinner
2015-11-05
1
-3/+8
|
/
/
*
|
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-1/+1
|
\
\
|
|
/
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
[prev]
[next]