- 19 Nis, 2009 1 kayıt (commit)
-
-
Antoine Pitrou yazdı
Patch by Brian Quinlan.
-
- 18 Nis, 2009 18 kayıt (commit)
-
-
Benjamin Peterson yazdı
........ r71725 | benjamin.peterson | 2009-04-18 15:25:25 -0500 (Sat, 18 Apr 2009) | 1 line initalize -> initialize ........
-
Mark Dickinson yazdı
LIBS="$LIBS $LIBM" section.
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71722 | benjamin.peterson | 2009-04-18 15:12:47 -0500 (Sat, 18 Apr 2009) | 1 line try to initalize all builtin types with PyType_Ready to avoid problems like #5787 ........
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
problems for binary distributions of Python in situations where the build machine has SSE2 but the target machine does not. Therefore, don't enable SSE2 instructions automatically on x86.
-
Benjamin Peterson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71719 | benjamin.peterson | 2009-04-18 10:31:34 -0500 (Sat, 18 Apr 2009) | 1 line rename internal bytes_ functions to bytearray ........
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
........ r71715 | mark.dickinson | 2009-04-18 15:59:42 +0100 (Sat, 18 Apr 2009) | 2 lines Issue #1869: Fix a couple of minor round() issues. ........
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
........ r71710 | mark.dickinson | 2009-04-18 15:41:37 +0100 (Sat, 18 Apr 2009) | 2 lines Backport r71704 (add configure check for C99 round function) to trunk. ........
-
Mark Dickinson yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71705 | mark.dickinson | 2009-04-18 15:13:43 +0100 (Sat, 18 Apr 2009) | 2 lines copysign shouldn't be declared as static in pymath.c ........
-
Mark Dickinson yazdı
a fallback function if round doesn't exist.
-
Hirokazu Yamamoto yazdı
-
Mark Dickinson yazdı
string <-> float conversion routines to make round(x, n) correctly rounded for floats x, so that it always agrees with format(x, '.<n>f'). Also fix some other round nuisances, like round(123.456, 1-2**31) giving an integer rather than a float.
-
Mark Dickinson yazdı
we can't figure out how to get and set the x87 control word.
-
Mark Dickinson yazdı
Make it so.
-
Eric Smith yazdı
-
- 17 Nis, 2009 13 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
separate FormatTestCase classes have been combined, and test_short_repr has been moved from FormatTestCase to the existing ReprTestCase.
-
Raymond Hettinger yazdı
-
Mark Dickinson yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Mark Dickinson yazdı
Fix a bug in the memory management in dtoa.c.
-
Tarek Ziadé yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71674 | tarek.ziade | 2009-04-17 16:29:56 +0200 (Fri, 17 Apr 2009) | 1 line DistutilsSetupError was not raised when one single warning occured ........
-
Eric Smith yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Mark Dickinson yazdı
digits of precision for floats.
-
Raymond Hettinger yazdı
-
- 16 Nis, 2009 7 kayıt (commit)
-
-
Eric Smith yazdı
-
Eric Smith yazdı
-
Eric Smith yazdı
Addresses the float -> string conversion, using David Gay's code which was added in Mark Dickinson's checkin r71663. Also addresses these, which are intertwined with the short repr changes: - Issue #5772: format(1e100, '<') produces '1e+100', not '1.0e+100' - Issue #5515: 'n' formatting with commas no longer works poorly with leading zeros. - PEP 378 Format Specifier for Thousands Separator: implemented for floats.
-
Mark Dickinson yazdı
- incorporate and adapt David Gay's dtoa and strtod into the Python core - on platforms where we can use Gay's code (almost all!), repr(float) is based on the shortest sequence of decimal digits that rounds correctly. - add sys.float_repr_style attribute to indicate whether we're using Gay's code or not - add autoconf magic to detect and enable SSE2 instructions on x86/gcc - slight change to repr and str: repr switches to exponential notation at 1e16 instead of 1e17, str switches at 1e11 instead of 1e12
-
Thomas Heller yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71640 | thomas.heller | 2009-04-16 08:26:33 +0200 (Do, 16 Apr 2009) | 1 line Remove unneeded code. ........ r71641 | thomas.heller | 2009-04-16 08:42:02 +0200 (Do, 16 Apr 2009) | 2 lines Remove duplicated function declaration. Make _pagesize static. ........
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71651 | r.david.murray | 2009-04-16 14:12:53 -0400 (Thu, 16 Apr 2009) | 2 lines Less red ink (warning->note) and add link to def of side-by-side assembly. ........
-
Collin Winter yazdı
-
- 15 Nis, 2009 1 kayıt (commit)
-
-
R. David Murray yazdı
svn+ssh://pythondev@svn.python.org/python/trunk ........ r71631 | r.david.murray | 2009-04-15 18:33:07 -0400 (Wed, 15 Apr 2009) | 4 lines Fix for issue3440: add warning to subprocess discussion of env parameter that on Windows SystemRoot is required in order to run side-by-side assemblies. ........
-