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
/
complexobject.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update Argument Clinic generated code for bpo-29878. (#1001)
Serhiy Storchaka
2017-04-05
1
-1/+1
*
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka
2017-03-30
1
-1/+1
*
bpo-29894: Deprecate returning an instance of complex subclass from __complex...
Serhiy Storchaka
2017-03-24
1
-10/+19
*
bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615)
Serhiy Storchaka
2017-03-19
1
-17/+23
*
bpo-29602: fix signed zero handling in complex constructor. (#203)
Mark Dickinson
2017-02-20
1
-3/+3
*
Use _PyObject_CallNoArg()
Victor Stinner
2016-12-06
1
-1/+1
*
Backed out changeset b9c9691c72c5
Victor Stinner
2016-12-04
1
-1/+1
*
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
1
-1/+1
*
Issue #28203: Merge from 3.5
Mark Dickinson
2016-09-24
1
-6/+17
|
\
|
*
Issue #28203: Fix incorrect type in error message from complex(1.0, {2:3}). P...
Mark Dickinson
2016-09-24
1
-6/+17
*
|
Issue #26331: Implement the parsing part of PEP 515.
Brett Cannon
2016-09-09
1
-26/+37
|
/
*
Issue #24802: Merge null termination fixes from 3.4 into 3.5
Martin Panter
2015-11-07
1
-7/+0
|
\
|
*
Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary
Martin Panter
2015-11-07
1
-7/+0
*
|
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka
2015-02-02
1
-1/+8
|
\
\
|
|
/
|
*
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka
2015-02-02
1
-1/+8
*
|
Issue #22604: Fix assertion error in debug mode when dividing a complex numbe...
Antoine Pitrou
2014-10-10
1
-2/+6
|
\
\
|
|
/
|
*
Issue #22604: Fix assertion error in debug mode when dividing a complex numbe...
Antoine Pitrou
2014-10-10
1
-2/+6
*
|
Issue #21803: remove macro indirections in complexobject.h
Antoine Pitrou
2014-07-07
1
-17/+17
|
/
*
Silence expression result unused warnings with clang.
Christian Heimes
2013-12-04
1
-1/+1
*
#17080: improve error message of float/complex when the wrong type is passed.
Ezio Melotti
2013-11-07
1
-4/+6
*
#19068: merge with 3.3.
Ezio Melotti
2013-10-05
1
-2/+2
|
\
|
*
#19068: use imperative mood in complex object docstrings. Patch by Marco Buttu.
Ezio Melotti
2013-10-05
1
-2/+2
*
|
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou
2013-08-13
1
-1/+1
*
|
Close #17694: Add minimum length to _PyUnicodeWriter
Victor Stinner
2013-04-17
1
-1/+1
*
|
Issue #16290: __complex__ must now always return an instance of complex.
Mark Dickinson
2012-11-14
1
-6/+6
|
/
*
Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args ...
Victor Stinner
2012-05-29
1
-3/+14
*
use the static identifier api for looking up special methods
Benjamin Peterson
2012-01-22
1
-2/+2
*
Implement PEP 393.
Martin v. Löwis
2011-09-28
1
-15/+4
*
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
Brian Curtin
2011-08-11
1
-2/+1
*
Issue #10833: Use PyErr_Format() and PyUnicode_FromFormat() instead of
Victor Stinner
2011-03-21
1
-13/+1
*
Removed static function complex_format, moved it into complex_repr. Modified ...
Eric Smith
2010-12-04
1
-10/+8
*
Issue #10557: Fixed error messages from float() and other numeric
Alexander Belopolsky
2010-12-04
1
-13/+17
*
#6780: fix complex() constructor TypeError message
Victor Stinner
2010-12-03
1
-1/+1
*
follow up to #9778: define and use an unsigned hash type
Benjamin Peterson
2010-10-23
1
-7/+7
*
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson
2010-10-17
1
-2/+2
*
Issue #9337: Make float.__str__ identical to float.__repr__.
Mark Dickinson
2010-08-04
1
-7/+1
*
Issue #8188: Introduce a new scheme for computing hashes of numbers
Mark Dickinson
2010-05-23
1
-9/+9
*
Issue #8748: Fix two issues with comparisons between complex and integer
Mark Dickinson
2010-05-21
1
-8/+44
*
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou
2010-05-09
1
-806/+806
*
Issue #7845: Make 1j.__le__(2j) return NotImplemented rather than raising Ty...
Mark Dickinson
2010-03-13
1
-4/+2
*
Merged revisions 78319 via svnmerge from
Ezio Melotti
2010-02-22
1
-1/+1
*
Merged revisions 77292-77293 via svnmerge from
Benjamin Peterson
2010-01-04
1
-36/+26
*
Merged revisions 76561 via svnmerge from
Mark Dickinson
2009-11-28
1
-4/+0
*
Make sure memory is freed on error in complex_subtype_from_string.
Mark Dickinson
2009-10-26
1
-8/+7
*
Remove length limitation on string arguments to complex()
Mark Dickinson
2009-10-26
1
-7/+11
*
Issue 7147 - remove ability to attempt to build Python without complex number...
Skip Montanaro
2009-10-18
1
-4/+0
*
Issue #5829: complex('1e500') shouldn't raise OverflowError
Mark Dickinson
2009-05-20
1
-2/+2
*
Merged revisions 72718 via svnmerge from
Mark Dickinson
2009-05-17
1
-2/+2
*
Issue #5920: Changed format.__float__ and complex.__float__ to use a precisio...
Eric Smith
2009-05-05
1
-6/+6
*
Merged revisions 72253 via svnmerge from
Mark Dickinson
2009-05-03
1
-4/+4
[next]