- 25 Nis, 2009 31 kayıt (commit)
-
-
-
-
-
-
Also fix up the documentation for PyObject_GC_Resize(). It seems that since it first got documented, the documentation was actually for _PyObject_GC_Resize().
-
-
-
-
-
-
-
return type changed from int or int * to Py_ssize_t or Py_ssize_t * as this might cause problems on 64-bit platforms.
-
Thomas Heller yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Georg Brandl yazdı
#5834: use "failure" instead of "error" because the two have different meanings in unittest context.
-
Georg Brandl yazdı
-
-
documentation.
-
-
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 1 kayıt (commit)
-
-
Georg Brandl yazdı
-