- 12 Jul, 2008 2 commits
-
-
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 8 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
-
Georg Brandl authored
-
Gregory P. Smith authored
-
Benjamin Peterson authored
-
Gregory P. Smith authored
interrupted by a signal.
-
Gregory P. Smith authored
freelists. Changes their CompactFreeList apis into ClearFreeList apis and calls them via gc.collect().
-