COMMITS
/ Python/pystrtod.c May 20, 2009
M
Refactor to remove duplicated nan/inf parsing code in
Mark Dickinson committed
May 5, 2009
May 3, 2009
M
Merged revisions 72257 via svnmerge from
Mark Dickinson committed
M
Issue #5914: Add new C-API function PyOS_string_to_double, to complement
Mark Dickinson committed
May 1, 2009
M
Issue #5859: Remove use of fixed-length buffers for float formatting
Mark Dickinson committed
April 29, 2009
M
Issue #5864: Fix problem with empty code formatting for floats,
Mark Dickinson committed
April 27, 2009
E
Merged revisions 72040 via svnmerge from
Eric Smith committed
April 26, 2009
E
Issue #5835: Deprecate PyOS_ascii_formatd.
Eric Smith committed
M
Merged revisions 71976 via svnmerge from
Mark Dickinson committed
M
Internal plumbing changes for float parsing:
Mark Dickinson committed
April 23, 2009
M
Issue #5816: Simplify code for parsing and printing of complex numbers.
Mark Dickinson committed
April 17, 2009
M
Issue 5780: Fix test_float failures for legacy style float repr.
Mark Dickinson committed
April 16, 2009
E
Simplify PyOS_double_to_string.
Eric Smith committed
E
The other half of Issue #1580: use short float repr where possible.
Eric Smith committed
April 3, 2009
E
Added ',' thousands grouping to int.__format__. See PEP 378.
Eric Smith committed
July 19, 2008
E
Merged revisions 65125 via svnmerge from
Eric Smith committed
June 24, 2008
E
Merged revisions 64491 via svnmerge from
Eric Smith committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
May 11, 2008
E
Merged revisions 63078 via svnmerge from
Eric Smith committed
April 30, 2008
E
Merged revisions 62586 via svnmerge from
Eric Smith committed
March 18, 2008
February 22, 2008
January 6, 2008
C
Merged revisions 59703-59773 via svnmerge from
Christian Heimes committed
August 11, 2006
T
Merged revisions 46753-51188 via svnmerge from
Thomas Wouters committed
June 8, 2006
T
Partially merge trunk into p3yk. The removal of Mac/Tools is confusing svn
Thomas Wouters committed
May 27, 2006
T
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
Thomas Wouters committed
April 21, 2006
T
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
Thomas Wouters committed
February 15, 2006
M
Merge ssize_t branch.
Martin v. Löwis committed
January 8, 2006
N
Fix icc warnings: strlen() returns size_t
Neal Norwitz committed
December 18, 2005
N
Fix compiler warnings
Neal Norwitz committed
N
Get float() to be more portable across platforms. Disable hex strings.
Neal Norwitz committed
June 8, 2004
M
Patch #774665: Make Python LC_NUMERIC agnostic.
Martin v. Löwis committed