- 18 Jan, 2008 1 commit
-
-
Raymond Hettinger authored
-
- 17 Jan, 2008 13 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Christian Heimes authored
Added comment about VS 2008 and PGO builds.
-
Raymond Hettinger authored
-
Andrew M. Kuchling authored
-
Raymond Hettinger authored
-
Brett Cannon authored
-
Andrew M. Kuchling authored
-
http://bugs.python.org/issue1339Gregory P. Smith authored
- Factor out the duplication of EHLO/HELO in login() and sendmail() to a new function, ehlo_or_helo_if_needed(). - Use ehlo_or_helo_if_needed() in starttls() - Check for the starttls exception in starttls() in the same way as login() checks for the auth extension. Contributed by Bill Fenner.
-
Raymond Hettinger authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
Fixes issue 829951 - http://bugs.python.org/issue829951
-
Raymond Hettinger authored
-
- 16 Jan, 2008 13 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Thomas Heller authored
compliance with PEP 3118.
-
Georg Brandl authored
-
Georg Brandl authored
to work with the newest Sphinx.
-
Thomas Heller authored
are used in a Structure or Union constructor.
-
Thomas Heller authored
passed to a Structure or Union constructor.
-
Thomas Heller authored
that array types do not live longer than needed.
-
Georg Brandl authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
Andrew M. Kuchling authored
-
- 15 Jan, 2008 13 commits
-
-
Amaury Forgeot d'Arc authored
Not sure if these are the correct values, but save_stdout has to be set before its usage...
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Refactor if/elif chain for clarity and speed. Remove dependency on subclasses having to implement _empty and _full.
-
Guido van Rossum authored
exec call and when creating a recursive instance.
-
Andrew M. Kuchling authored
The duplication is intentional -- this paragraph is in a section describing additions to the sys module, and there's a later section that mentions the switch. I think most people scan the what's-new and don't read it in detail, so a bit of duplication is OK.
-
Jeffrey Yasskin authored
precision. This has been discussed at http://bugs.python.org/issue1682. It's useful primarily for teaching, but it also demonstrates how to implement a member of the numeric tower, including fallbacks for mixed-mode arithmetic. I expect to write a couple more patches in this area: * Rational.from_decimal() * Rational.trim/approximate() (maybe with different names) * Maybe remove the parentheses from Rational.__str__() * Maybe rename one of the Rational classes * Maybe make Rational('3/2') work.
-
Georg Brandl authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Skip Montanaro authored
empty() and full().
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Orignal patch (without tests) by Leif Walsh.
-