- 15 May, 2012 8 commits
-
-
Martin v. Löwis authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
This replaces the original PEP 409 implementation. See #14133.
-
R David Murray authored
This patch also clarifies the definition of Naive and Aware. Original patch by Greg Weller, I modified the first hunk somewhat to make the exposition even clearer (I hope).
-
R David Murray authored
-
R David Murray authored
This patch also clarifies the definition of Naive and Aware. Original patch by Greg Weller, I modified the first hunk somewhat to make the exposition even clearer (I hope).
-
Brian Curtin authored
-
Brian Curtin authored
-
- 14 May, 2012 19 commits
-
-
Antoine Pitrou authored
Patch by Hynek.
-
Antoine Pitrou authored
Patch by Hynek.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Giampaolo Rodola' authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Lars Gustäbel authored
After a discussion in the tracker, the decision was made to keep the ExFileObject class after all as a subclass of io.BufferedReader instead of removing it completely.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Martin v. Löwis authored
-
Brian Curtin authored
-
- 13 May, 2012 13 commits
-
-
Brian Curtin authored
-
Brian Curtin authored
-
Brian Curtin authored
branch: vs2010 tag: tip user: Brian Curtin <brian@python.org> date: Sun May 13 16:15:11 2012 -0500 summary: Changes to allow Profile Guided Optimization builds to succeed on VS2010
-
Mark Dickinson authored
-
Mark Dickinson authored
Issue #14245: Improve floating-point entry in FAQ. Thanks Zbyszek Jędrzejewski-Szmek for some of the wording.
-
Antoine Pitrou authored
Issue #14417: Mutating a dict during lookup now restarts the lookup instead of raising a RuntimeError (undoes issue #14205).
-
Charles-François Natali authored
timing attacks. Patch by Jon Oberheide.
-
Brett Cannon authored
-
Brian Curtin authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Brett Cannon authored
The code itself does not raise a DeprecationWarning as the functions are technically fine, it's just a bad API. Unfortunately experience has shown that the terrible API has been exposed in various places, necessitating that it stick around probably until py4k comes around since it is such a shift to move over to importlib.find_loader().
-
Brian Curtin authored
-