- 24 Agu, 2012 6 kayıt (commit)
-
-
Martin v. Löwis yazdı
-
Ross Lagerwall yazdı
-
Ross Lagerwall yazdı
It was exposed by 03c98d05b140 and dbbf3ccf72e8.
-
Nick Coghlan yazdı
-
Nick Coghlan yazdı
Close #2501: Permission bits are once again correctly copied from the source file to the cached bytecode file. Test by Eric Snow.
-
Ned Deily yazdı
-
- 23 Agu, 2012 11 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
decimal.py. The hack to remove the ideal exponent is no longer required.
-
Ned Deily yazdı
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 yazdı
(Patch by Ronald Oussoren)
-
Ned Deily yazdı
-
Ned Deily yazdı
(Patch by Ronald Oussoren)
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
Alexander Belopolsky yazdı
-
R David Murray yazdı
It was correct in the original patch and I foobared it when I restructured part of the code.
-
R David Murray yazdı
The new code correctly handles historic changes in UTC offsets. A test for this should follow. Original patch by Alexander Belopolsky.
-
- 22 Agu, 2012 7 kayıt (commit)
-
-
Stefan Krah yazdı
-
Stefan Krah yazdı
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 yazdı
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 yazdı
-
Ronald Oussoren yazdı
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 yazdı
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 yazdı
-
- 21 Agu, 2012 11 kayıt (commit)
-
-
Trent Nelson yazdı
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 yazdı
-
Trent Nelson yazdı
This is necessary for ZFS systems, which don't support UF_IMMUTABLE.
-
Richard Oudkerk yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Nick Coghlan yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Trent Nelson yazdı
-
Trent Nelson yazdı
-
- 20 Agu, 2012 5 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Ethan Furman.
-
Antoine Pitrou yazdı
Patch by Ethan Furman.
-
Senthil Kumaran yazdı
-