- 15 May, 2012 15 commits
-
-
Giampaolo Rodola' authored
-
Giampaolo Rodola' authored
-
Giampaolo Rodola' authored
#14807: move undocumented tarfile.filemode() to stat.filemode(). Add tarfile.filemode alias with deprecation warning.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
This is safe because the actual value is already range-checked.
-
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 6 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).
-