- 24 Aug, 2012 27 commits
-
-
Mark Dickinson authored
-
Mark Dickinson authored
-
Stefan Krah authored
will be removed in Python 4.0.
-
Antoine Pitrou authored
-
Mark Dickinson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Brett Cannon authored
of source path to set_data() and make the new argument private until possible API changes can be discussed more thoroughly in Python 3.4.
-
Antoine Pitrou authored
Patch by Chris Rebert.
-
Antoine Pitrou authored
Patch by Chris Rebert.
-
Brett Cannon authored
already one. Patch by Dave Malcolm.
-
Georg Brandl authored
-
Georg Brandl authored
Closes #9374: add back now-unused module attributes; removing them is a backward compatibility issue, since they have a public-seeming name.
-
Andrew Svetlov authored
Patch by Vinay Sajip.
-
R David Murray authored
Fix by Colin Su. Test by me, based on a test written by Petri Lehtinen.
-
R David Murray authored
Fix by Colin Su. Test by me, based on a test written by Petri Lehtinen.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Martin v. Löwis authored
Add input dependency on custom build step.
-
Martin v. Löwis authored
-
Martin v. Löwis authored
-
Ross Lagerwall authored
-
Ross Lagerwall authored
It was exposed by 03c98d05b140 and dbbf3ccf72e8.
-
Nick Coghlan authored
-
Nick Coghlan authored
Close #2501: Permission bits are once again correctly copied from the source file to the cached bytecode file. Test by Eric Snow.
-
Ned Deily authored
-
- 23 Aug, 2012 11 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
decimal.py. The hack to remove the ideal exponent is no longer required.
-
Ned Deily authored
environment variable to a value comparable to what it sets for CC for the benefit of C++ extension modules. (Patch by Ronald Oussoren)
-
Ned Deily authored
(Patch by Ronald Oussoren)
-
Ned Deily authored
-
Ned Deily authored
(Patch by Ronald Oussoren)
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
Alexander Belopolsky authored
-
R David Murray authored
It was correct in the original patch and I foobared it when I restructured part of the code.
-
R David Murray authored
The new code correctly handles historic changes in UTC offsets. A test for this should follow. Original patch by Alexander Belopolsky.
-
- 22 Aug, 2012 2 commits
-
-
Stefan Krah authored
-
Stefan Krah authored
had a coefficient with MAX_PREC=425000000 digits and a negative exponent. Increasing the context limits above the official values fixes the issue and is safe (in this case!).
-