- 22 Nis, 2009 4 kayıt (commit)
-
-
Nick Coghlan yazdı
Issue 5354: Change API for import_fresh_module() to better support test_warnings use case (also fixes some bugs in the original implementation)
-
Eric Smith yazdı
int, long, and float __format__(), and it keeps their implementation in sync with py3k. Also added PyOS_double_to_string. This is the "fallback" version that's also available in trunk, and should be kept in sync with that code. I'll add an issue to document PyOS_double_to_string in the C API. There are many internal cleanups. Externally visible changes include: - Implement PEP 378, Format Specifier for Thousands Separator, for floats, ints, and longs. - Issue #5515: 'n' formatting for ints, longs, and floats handles leading zero formatting poorly. - Issue #5772: For float.__format__, don't add a trailing ".0" if we're using no type code and we have an exponent.
-
Vinay Sajip yazdı
-
Eric Smith yazdı
-
- 21 Nis, 2009 4 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
R. David Murray yazdı
test_support.import_module on the appropriate modules before any other imports.
-
Senthil Kumaran yazdı
-
- 20 Nis, 2009 6 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
correctly rounded, using round-half-to-even. This ensures that the value of float(n) doesn't depend on whether we're using 15-bit digits or 30-bit digits for Python longs.
-
Raymond Hettinger yazdı
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
Tarek Ziadé yazdı
-
- 19 Nis, 2009 5 kayıt (commit)
-
-
Mark Dickinson yazdı
is deprecated. Use an explicit int() instead.
-
Ronald Oussoren yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 18 Nis, 2009 10 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Georg Brandl yazdı
-
- 17 Nis, 2009 1 kayıt (commit)
-
-
Tarek Ziadé yazdı
-
- 16 Nis, 2009 6 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Raymond Hettinger yazdı
-
R. David Murray yazdı
-
Thomas Heller yazdı
Make _pagesize static.
-
Thomas Heller yazdı
-
- 15 Nis, 2009 2 kayıt (commit)
-
-
R. David Murray yazdı
env parameter that on Windows SystemRoot is required in order to run side-by-side assemblies.
-
Benjamin Peterson yazdı
tests by R. David Murray
-
- 14 Nis, 2009 1 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
- 13 Nis, 2009 1 kayıt (commit)
-
-
Tarek Ziadé yazdı
-