COMMITS
/ Objects/floatobject.c June 4, 2013
V
Reuse Py_MIN and Py_MAX macros: remove duplicate MIN/MAX macros
Victor Stinner committed
April 17, 2013
V
Close #17694: Add minimum length to _PyUnicodeWriter
Victor Stinner committed
January 27, 2013
E
Fix a few typos and a double semicolon. Patch by Eitan Adler.
Ezio Melotti committed
June 22, 2012
D
Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allocation issues
David Malcolm committed
May 29, 2012
V
Issue #14744: Use the new _PyUnicodeWriter internal API to speed up str%args and str.format(args)
Victor Stinner committed
March 30, 2012
K
Issue #14435: Remove special block allocation code from floatobject.c
Kristján Valur Jónsson committed
January 27, 2012
M
Merge 3.2 -> default (issue 13889)
Mark Dickinson committed
M
October 14, 2011
V
Issue #13088: Add shared Py_hexdigits constant to format a number into base 16
Victor Stinner committed
September 28, 2011
M
Implement PEP 393.
Martin v. Löwis committed
August 11, 2011
B
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
Brian Curtin committed
March 14, 2011
J
Issue #11495: OSF support is eliminated. It was deprecated in Python 3.2
Jesus Cea committed
February 22, 2011
B
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon committed
December 4, 2010
M
M
Issue #10596: Fix float.__mod__ to have the same behaviour as
Mark Dickinson committed
M
Remove some unecessary '#ifdef Py_NAN's from floatobject.c
Mark Dickinson committed
A
Issue #10557: Fixed error messages from float() and other numeric
Alexander Belopolsky committed
November 30, 2010
G
Include structseq.h in Python.h, and remove now-redundant includes in individual sources.
Georg Brandl committed
October 17, 2010
B
make hashes always the size of pointers; introduce Py_hash_t #9778
Benjamin Peterson committed
August 4, 2010
M
Issue #9337: Make float.__str__ identical to float.__repr__.
Mark Dickinson committed
July 6, 2010
M
Style nit.
Mark Dickinson committed
July 2, 2010
B
Merged revisions 82447 via svnmerge from
Benjamin Peterson committed
June 27, 2010
M
Issue #9089: Remove references to intobject.c and intobject.h from comments.
Mark Dickinson committed
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
February 22, 2010
E
Merged revisions 78319 via svnmerge from
Ezio Melotti committed
December 30, 2009
M
Merged revisions 77139-77140 via svnmerge from
Mark Dickinson committed
November 28, 2009
M
Merged revisions 76561 via svnmerge from
Mark Dickinson committed
October 26, 2009
M
Fix extra-long line; also makes py3k match trunk here.
Mark Dickinson committed
June 28, 2009
May 20, 2009
M
Refactor to remove duplicated nan/inf parsing code in
Mark Dickinson committed
May 11, 2009
M
Merged revisions 72564 via svnmerge from
Mark Dickinson committed
May 5, 2009
May 3, 2009
M
Merged revisions 72253 via svnmerge from
Mark Dickinson committed
M
Issue #5914: Add new C-API function PyOS_string_to_double, to complement
Mark Dickinson committed
April 26, 2009
M
Internal plumbing changes for float parsing:
Mark Dickinson committed
April 18, 2009
M
Revert accidental changes to Objects/floatobject.c
Mark Dickinson committed
M
The SSE2 detection and enabling could potentially cause
Mark Dickinson committed
M
Issue #1869 (and 4707, 5118, 5473, 1456775): use the new
Mark Dickinson committed
April 16, 2009
E
The other half of Issue #1580: use short float repr where possible.
Eric Smith committed
April 15, 2009
B
Merged revisions 71627 via svnmerge from
Benjamin Peterson committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
January 17, 2009
M
Remove attempted long->int conversions in py3k version of float.as_integer_ratio.
Mark Dickinson committed
M
Issue #4910, patch 3/3: rename nb_long to nb_reserved
Mark Dickinson committed
January 15, 2009
M
Issue 4910, patch 2 of (probably) 3: pave the way for renaming of
Mark Dickinson committed
December 18, 2008
K
Add missing Py_CHARMASK when calling isspace().
Kristján Valur Jónsson committed
October 11, 2008
B
merge from trunk
Benjamin Peterson committed
September 22, 2008
A
Merged revisions 66552-66553 via svnmerge from
Andrew MacIntyre committed
August 21, 2008
M
Merged revisions 65964 via svnmerge from
Mark Dickinson committed
August 18, 2008
G
fix cut and paste error in a comment
Gregory P. Smith committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed