- 13 Jul, 2008 11 commits
-
-
Alexandre Vassalotti authored
Changed statements of the form Py_DECREF(obj), obj = 0 to Py_CLEAR(obj).
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Alexandre Vassalotti authored
in Py_CLEAR().
-
Martin v. Löwis authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Nick Coghlan authored
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 authored
Correct a couple of errors in the updated catch_warning documentation (the Py3k version was fixed before being checked in)
-
Nick Coghlan authored
Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for itto test_warnings.
-
Brett Cannon authored
should have returned True. Fixes issue #3339. Thanks, Henk Punt for the report and Andrii v. Mishkovskiyi for attempting a patch.
-
- 12 Jul, 2008 4 commits
-
-
Benjamin Peterson authored
-
Alexandre Vassalotti authored
-
Benjamin Peterson authored
-
Matthias Klose authored
-
- 11 Jul, 2008 10 commits
-
-
Josiah Carlson authored
-
Josiah Carlson authored
-
Amaury Forgeot d'Arc authored
#3343: Py_DisplaySourceLine should be a private function. Rename it to _Py_DisplaySourceLine.
-
Amaury Forgeot d'Arc authored
some applications relied on them. Also remove duplicated lines.
-
Raymond Hettinger authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
3.0.
-
Brett Cannon authored
-
- 10 Jul, 2008 10 commits
-
-
Robert Schuppenies authored
sys.getsizeof.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Robert Schuppenies authored
Issue3122.
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Robert Schuppenies authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 08 Jul, 2008 3 commits
-
-
Nick Coghlan authored
-
Nick Coghlan authored
Issue 2517: Allow unicode messages in Exceptions again by correctly bypassing the instance dictionary when looking up __unicode__ on new-style classes
-
Georg Brandl authored
-
- 07 Jul, 2008 2 commits
-
-
Facundo Batista authored
-
Andrew M. Kuchling authored
-