- 06 Jan, 2008 8 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Reported by Jesse Towner.
-
Georg Brandl authored
they aren't returned from os.listdir anymore. Reported by Michael Haggerty.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Raymond Hettinger authored
-
- 05 Jan, 2008 20 commits
-
-
Guido van Rossum authored
-
-
Christian Heimes authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Thomas Heller authored
-
Andrew M. Kuchling authored
-
Jeffrey Yasskin authored
round included: * Revert round to its 2.6 behavior (half away from 0). * Because round, floor, and ceil always return float again, it's no longer necessary to have them delegate to __xxx___, so I've ripped that out of their implementations and the Real ABC. This also helps in implementing types that work in both 2.6 and 3.0: you return int from the __xxx__ methods, and let it get enabled by the version upgrade. * Make pow(-1, .5) raise a ValueError again.
-
Fred Drake authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Guido van Rossum authored
-
Guido van Rossum authored
and adds errors for -0x.
-
- 04 Jan, 2008 12 commits
-
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Christian Heimes authored
-
Andrew M. Kuchling authored
-
Lars Gustäbel authored
directory permissions and times. (will backport to 2.5)
-
Christian Heimes authored
-
Jeffrey Yasskin authored
compatibility after r59671 made them return integral types.
-
Raymond Hettinger authored
* Make the _replace() method respect subclassing. * Using property() to make _fields read-only wasn't a good idea. It caused len(Point._fields) to fail. * Add note to _cast() about length checking and alternative with the star-operator.
-
Christian Heimes authored
-