- 24 Aug, 2012 18 commits
-
-
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 7 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!).
-
Stefan Krah authored
required for a corner case in dec_hash() in the following commit and also usually faster. dec_hash() needs some extra precision above MPD_MAX_PREC, and _mpd_base_ndivmod() is not audited for that. 2) Use _mpd_basemul() if the length of the smaller operand is less than or equal to 256. While this is technically an optimization, it is required for *testing* corner cases in dec_hash() in reasonable time.
-
Victor Stinner authored
-
Ronald Oussoren authored
This is due to an off-by-one error: the allocated buffer didn't have room for a NUL character at the end of the mbstowcs result. (merge with 3.2)
-
Ronald Oussoren authored
This is due to an off-by-one error: the allocated buffer didn't have room for a NUL character at the end of the mbstowcs result.
-
Ezio Melotti authored
-
- 21 Aug, 2012 4 commits
-
-
Trent Nelson authored
This is necessary for ZFS systems, which don't support UF_IMMUTABLE. (Note: this commit is a manual merge of 78699:019a2390b014 as both _test_chflags_regular_file and test_lchflags_symlink differ between 3.2 and default.)
-
Trent Nelson authored
-
Trent Nelson authored
This is necessary for ZFS systems, which don't support UF_IMMUTABLE.
-
Richard Oudkerk authored
-