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
*
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
*
|
More typos in 3.5 documentation and comments
Martin Panter
2015-10-07
1
-1/+1
*
|
merge
Raymond Hettinger
2015-05-17
1
-1/+1
|
\
\
|
|
/
|
*
Issue #23757: Only call the concrete list API for exact lists.
Raymond Hettinger
2015-05-17
1
-1/+1
*
|
Issue #23571: Enhance _Py_CheckFunctionResult()
Victor Stinner
2015-03-24
1
-9/+10
*
|
Issue #23571: In debug mode, _Py_CheckFunctionResult() now calls
Victor Stinner
2015-03-24
1
-12/+9
*
|
Issue #23571: _Py_CheckFunctionResult() now gives the name of the function
Victor Stinner
2015-03-21
1
-6/+20
*
|
Issue #23571: Oops, fix #ifdef assert()
Victor Stinner
2015-03-09
1
-1/+1
*
|
Issue #23571: PyObject_Call(), PyCFunction_Call() and call_function() now
Victor Stinner
2015-03-06
1
-20/+53
*
|
Issue #14203: Remove obsolete support for view==NULL in PyBuffer_FillInfo()
Stefan Krah
2015-02-03
1
-1/+6
*
|
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka
2015-02-02
1
-53/+27
|
\
\
|
|
/
|
*
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka
2015-02-02
1
-54/+27
*
|
Merge from 3.4.
Stefan Krah
2015-02-01
1
-2/+2
|
\
\
|
|
/
|
*
Issue #23370: Fix off-by-one error for non-contiguous buffers.
Stefan Krah
2015-02-01
1
-2/+2
*
|
Issue #22445: PyBuffer_IsContiguous() now implements precise contiguity
Stefan Krah
2015-02-01
1
-12/+37
*
|
Issue20284: Implement PEP461
Ethan Furman
2015-01-24
1
-2/+3
*
|
#16518: Bring error messages in harmony with docs ("bytes-like object")
R David Murray
2014-10-05
1
-7/+6
*
|
Closes #22540: speed up PyObject_IsInstance and PyObject_IsSubclass in the co...
Georg Brandl
2014-10-03
1
-0/+15
[next]