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
*
#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
*
Issue #22290: PyObject_Call() now fails with an assertion error when called
Victor Stinner
2014-09-04
1
-0/+5
*
merge 3.4
Benjamin Peterson
2014-06-27
1
-9/+6
|
\
|
*
use NULL not 0
Benjamin Peterson
2014-06-27
1
-9/+6
*
|
PEP 465: a dedicated infix operator for matrix multiplication (closes #21176)
Benjamin Peterson
2014-04-10
1
-0/+14
|
/
*
Better assertion in PyObject_Call() to detect functions returning a result with
Victor Stinner
2013-12-19
1
-1/+2
*
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
Serhiy Storchaka
2013-12-11
1
-56/+36
|
\
|
*
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
Serhiy Storchaka
2013-12-11
1
-56/+36
*
|
Issue #19437: Fix PyObject_CallFunction(), handle Py_VaBuildValue() and
Victor Stinner
2013-10-29
1
-0/+2
*
|
Issue #19369: Optimized the usage of __length_hint__().
Serhiy Storchaka
2013-10-24
1
-8/+10
*
|
Issue #1772673: The type of `char*` arguments now changed to `const char*`.
Serhiy Storchaka
2013-10-19
1
-4/+4
*
|
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-4/+3
|
\
\
|
|
/
|
*
Issue #18783: Removed existing mentions of Python long type in docstrings,
Serhiy Storchaka
2013-08-27
1
-4/+3
*
|
Issue #16741: Fix an error reporting in int().
Serhiy Storchaka
2013-08-03
1
-24/+5
|
\
\
|
|
/
|
*
Issue #16741: Fix an error reporting in int().
Serhiy Storchaka
2013-08-03
1
-24/+5
*
|
Issue #18408: add more assertions on PyErr_Occurred() in ceval.c to detect bugs
Victor Stinner
2013-07-15
1
-2/+1
*
|
Issue #18408: PyObject_Call() now fails with an assertion error in debug mode
Victor Stinner
2013-07-15
1
-1/+7
*
|
Issue #18203: Replace malloc() with PyMem_Malloc() in _PySequence_BytesToCha...
Victor Stinner
2013-07-07
1
-8/+11
*
|
Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and
Serhiy Storchaka
2013-05-29
1
-7/+10
*
|
Closes #17892: Fix the name of _PyObject_CallMethodObjIdArgs
Alexandre Vassalotti
2013-05-02
1
-1/+1
*
|
Issue #17715: Merge fix from 3.3.
Mark Dickinson
2013-04-13
1
-0/+2
|
\
\
|
|
/
|
*
Issue #17715: Add missing NULL Check to PyNumber_Long.
Mark Dickinson
2013-04-13
1
-0/+2
*
|
Revert a premature patch for issue #14010 (changeset 846bd418aee5).
Serhiy Storchaka
2013-04-06
1
-5/+2
|
\
\
|
|
/
|
*
Revert a premature patch for issue #14010 (changeset aaaf36026511).
Serhiy Storchaka
2013-04-06
1
-5/+2
*
|
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
Serhiy Storchaka
2013-04-06
1
-2/+5
|
\
\
|
|
/
|
*
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
Serhiy Storchaka
2013-04-06
1
-2/+5
*
|
Issue #16148: Small improvements and cleanup. Added version information
Armin Ronacher
2012-10-07
1
-7/+8
*
|
and another one
Christian Heimes
2012-10-06
1
-2/+2
*
|
move var declaration to top of block to fix compilation on Windows, fixes a7e...
Christian Heimes
2012-10-06
1
-2/+4
*
|
Issue #16148: implemented PEP 424
Armin Ronacher
2012-10-06
1
-29/+47
|
/
*
Issue #16060: Fix a double DECREF in int() implementation. Thanks Serhiy Sto...
Mark Dickinson
2012-09-27
1
-4/+3
*
Merge 3.2.
Stefan Krah
2012-08-21
1
-0/+7
|
\
|
*
Issue #15736: Fix overflow in _PySequence_BytesToCharpArray().
Stefan Krah
2012-08-21
1
-0/+7
*
|
Merge 3.2.
Stefan Krah
2012-08-20
1
-0/+5
|
\
\
|
|
/
|
*
Issue #15732: Fix (constructed) crash in _PySequence_BytesToCharpArray().
Stefan Krah
2012-08-20
1
-0/+5
*
|
Issue #12834: Fix PyBuffer_ToContiguous() for non-contiguous arrays.
Stefan Krah
2012-07-28
1
-56/+0
*
|
Issue #2377: Make importlib the implementation of __import__().
Brett Cannon
2012-04-14
1
-0/+29
*
|
long() -> int()
Benjamin Peterson
2012-03-21
1
-2/+2
*
|
make _PyNumber_ConvertIntegralToInt static, since it's only used in abstract.c
Benjamin Peterson
2012-03-21
1
-4/+10
*
|
rewrite this function, which was still accounting for classic classes
Benjamin Peterson
2012-03-21
1
-24/+12
*
|
correctly lookup __trunc__ in int() constructor
Benjamin Peterson
2012-03-21
1
-2/+3
*
|
some more identifier goodness
Benjamin Peterson
2012-03-21
1
-27/+8
*
|
Whitespace.
Stefan Krah
2012-03-06
1
-1/+1
*
|
- Issue #10181: New memoryview implementation fixes multiple ownership
Stefan Krah
2012-02-25
1
-7/+7
*
|
use the static identifier api for looking up special methods
Benjamin Peterson
2012-01-22
1
-8/+8
*
|
Add a separate NEWS entry for a change to PyObject_CallMethod in the PEP 380 ...
Nick Coghlan
2012-01-14
1
-2/+0
*
|
Implement PEP 380 - 'yield from' (closes #11682)
Nick Coghlan
2012-01-13
1
-2/+0
*
|
fix weird indentation
Benjamin Peterson
2011-12-28
1
-1/+1
*
|
Use the new Unicode API
Victor Stinner
2011-11-22
1
-1/+1
[next]