- 25 Nis, 2009 11 kayıt (commit)
-
-
Walter Dörwald yazdı
makeunicodedata.py and regenerated the Unicode database (This fixes u'\u1d79'.lower() == '\x00').
-
-
regard to person and audience.
-
Tarek Ziadé yazdı
-
quit() and not close().
-
Tarek Ziadé yazdı
-
Walter Dörwald yazdı
support.EnvironmentVarGuard objects restored the environment variables incorrectly on __exit__. Fix this by recording the initial value of each environment variable on the first access in set() or unset().
-
-
-
Mark Dickinson yazdı
-
Benjamin Peterson yazdı
-
- 24 Nis, 2009 8 kayıt (commit)
-
-
Thomas Heller yazdı
now prefixed with 'Py' or '_ctypes'.
-
Thomas Heller yazdı
-
Thomas Heller yazdı
directory other than the source directory.
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
While we're at it, use new unittest.skipUnless decorator to implement skipping for that test.
-
Mark Dickinson yazdı
now accepts arbitrary Rational instances.
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
- 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 Nis, 2009 5 kayıt (commit)
-
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Kurt B. Kaiser yazdı
docs on Windows. Patch 5783 gpolo. Will port.
-
- 22 Nis, 2009 6 kayıt (commit)
-
-
Mark Dickinson yazdı
-
Eric Smith yazdı
-
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ı
-