- 25 Apr, 2009 1 commit
-
-
Benjamin Peterson authored
-
- 24 Apr, 2009 8 commits
-
-
Thomas Heller authored
now prefixed with 'Py' or '_ctypes'.
-
Thomas Heller authored
-
Thomas Heller authored
directory other than the source directory.
-
Mark Dickinson authored
-
Mark Dickinson authored
While we're at it, use new unittest.skipUnless decorator to implement skipping for that test.
-
Mark Dickinson authored
now accepts arbitrary Rational instances.
-
Mark Dickinson authored
-
Mark Dickinson authored
- simplify parsing and printing of complex numbers - make complex(repr(z)) round-tripping work for complex numbers involving nans, infs, or negative zeros - don't accept some of the stranger complex strings that were previously allowed---e.g., complex('1..1j')
-
- 23 Apr, 2009 5 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Kurt B. Kaiser authored
docs on Windows. Patch 5783 gpolo. Will port.
-
- 22 Apr, 2009 6 commits
-
-
Mark Dickinson authored
-
Eric Smith authored
-
Nick Coghlan authored
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 authored
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 authored
-
Eric Smith authored
-
- 21 Apr, 2009 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
R. David Murray authored
test_support.import_module on the appropriate modules before any other imports.
-
Senthil Kumaran authored
-
- 20 Apr, 2009 6 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
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 authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
Tarek Ziadé authored
-
- 19 Apr, 2009 5 commits
-
-
Mark Dickinson authored
is deprecated. Use an explicit int() instead.
-
Ronald Oussoren authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
- 18 Apr, 2009 5 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-