- 13 Jul, 2008 3 commits
-
-
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 7 commits
-
-
Facundo Batista authored
-
Andrew M. Kuchling authored
-
Skip Montanaro authored
-
Gregory P. Smith authored
redundant ":443" port number designation when the connection is using the default https port (443).
-
Gregory P. Smith authored
-
Josiah Carlson authored
-
Gregory P. Smith authored
properly when raising an exception due to the bz2file being closed. Prevents a deadlock.
-
- 06 Jul, 2008 3 commits
-
-
Amaury Forgeot d'Arc authored
Forward-port of 38255 (2005/01/15!) This was already fixed in 2.4, but never merged into trunk... py3k is already right, thanks to the bytes/str distinction! Should be backported to 2.5.
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-