- 15 Tem, 2008 2 kayıt (commit)
-
-
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 10 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.
-
Amaury Forgeot d'Arc yazdı
some applications relied on them. Also remove duplicated lines.
-
Raymond Hettinger yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
3.0.
-
Brett Cannon yazdı
-
- 10 Tem, 2008 6 kayıt (commit)
-
-
Robert Schuppenies yazdı
sys.getsizeof.
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Robert Schuppenies yazdı
Issue3122.
-
Andrew M. Kuchling yazdı
-
Raymond Hettinger yazdı
-