- 16 Tem, 2008 2 kayıt (commit)
-
-
Eric Smith yazdı
-
Georg Brandl yazdı
-
- 15 Tem, 2008 13 kayıt (commit)
-
-
Georg Brandl yazdı
-
Mark Dickinson yazdı
computing 2.0**-1074 accurately. Using ldexp(1.0, -1074) should be safer.
-
Thomas Heller yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
always set a dlerror() message.
-
Mark Dickinson yazdı
to convert floats to and from hexadecimal strings respectively.
-
Jesse Noller yazdı
-
Thomas Heller yazdı
-
Thomas Heller yazdı
release build) when the format string of a pointer to an incomplete structure is created.
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Issue 2235: __hash__ is once again inherited by default, but inheritance can be blocked explicitly so that collections.Hashable remains meaningful
-
Jesse Noller yazdı
-
Eric Smith yazdı
Added '#' formatting to integers. This adds the 0b, 0o, or 0x prefix for bin, oct, hex. There's still one failing case, and I need to finish the docs. I hope to finish those today.
-
- 14 Tem, 2008 7 kayıt (commit)
-
-
Benjamin Peterson yazdı
The fact that this was failing and went unnoticed so long seems like a good argument for being able to enable and disble py3kwarnings through Python.
-
Robert Schuppenies yazdı
-
Gregory P. Smith yazdı
process rather than both parent and child. Does anyone actually use fork1()? It appears to be a Solaris thing but if Python is built with pthreads on Solaris, fork1() and fork() should be the same.
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
- 13 Tem, 2008 11 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
Changed statements of the form Py_DECREF(obj), obj = 0 to Py_CLEAR(obj).
-
Andrew M. Kuchling yazdı
-
Andrew M. Kuchling yazdı
-
Alexandre Vassalotti yazdı
in Py_CLEAR().
-
Martin v. Löwis yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Nick Coghlan yazdı
Fix issue 3221 by emitting a RuntimeWarning instead of raising SystemError when the parent module can't be found during an absolute import (likely due to non-PEP 361 aware code which sets a module level __package__ attribute)
-
Nick Coghlan yazdı
Correct a couple of errors in the updated catch_warning documentation (the Py3k version was fixed before being checked in)
-
Nick Coghlan yazdı
Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for itto test_warnings.
-
Brett Cannon yazdı
should have returned True. Fixes issue #3339. Thanks, Henk Punt for the report and Andrii v. Mishkovskiyi for attempting a patch.
-
- 12 Tem, 2008 4 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Alexandre Vassalotti yazdı
-
Benjamin Peterson yazdı
-
Matthias Klose yazdı
-
- 11 Tem, 2008 3 kayıt (commit)
-
-
Josiah Carlson yazdı
-
Josiah Carlson yazdı
-
Amaury Forgeot d'Arc yazdı
#3343: Py_DisplaySourceLine should be a private function. Rename it to _Py_DisplaySourceLine.
-