- 07 Feb, 2011 10 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Nick Coghlan authored
Issue 10971: Make test_zipimport_support once again compatible with refleak hunting (reviewed by Georg Brandl)
-
Raymond Hettinger authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Eli Bendersky authored
-
Eli Bendersky authored
[commit during RC with Brett's approval]
-
Raymond Hettinger authored
-
- 06 Feb, 2011 3 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 05 Feb, 2011 16 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
The absolute_import statement got moved to a new Python 2.5 and Newer section as it was available since then. The division statement got moved to Common Gotchas since it has been around for so long that any modern Python program can use it.
-
Gregory P. Smith authored
happens when the end exits before the beginning.
-
Martin v. Löwis authored
in the limited ABI
-
Martin v. Löwis authored
-
Éric Araujo authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
prevent garbage collection! (fortunately)
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
- 04 Feb, 2011 3 commits
-
-
Brett Cannon authored
would lead to a decref of a NULL. Fixes issue #11110.
-
Antoine Pitrou authored
-
Martin v. Löwis authored
-
- 03 Feb, 2011 4 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Georg Brandl authored
-
Georg Brandl authored
-
- 02 Feb, 2011 1 commit
-
-
Raymond Hettinger authored
-
- 01 Feb, 2011 3 commits
-
-
Raymond Hettinger authored
If tested as '__main__' instead 'decimal', the tracebacks would abbreviate 'decimal.Inexact' as 'Inexact', breaking the doctests. (Reviewed by Antoine.)
-
Antoine Pitrou authored
-
Eric Smith authored
-