- 14 Tem, 2008 3 kayıt (commit)
-
-
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 10 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ı
-
Raymond Hettinger yazdı
-
Robert Schuppenies yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 08 Tem, 2008 2 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Issue 2517: Allow unicode messages in Exceptions again by correctly bypassing the instance dictionary when looking up __unicode__ on new-style classes
-