- 24 Agu, 2012 25 kayıt (commit)
-
-
Stefan Krah yazdı
will be removed in Python 4.0.
-
Antoine Pitrou yazdı
-
Mark Dickinson yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Brett Cannon yazdı
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 yazdı
Patch by Chris Rebert.
-
Antoine Pitrou yazdı
Patch by Chris Rebert.
-
Brett Cannon yazdı
already one. Patch by Dave Malcolm.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
Closes #9374: add back now-unused module attributes; removing them is a backward compatibility issue, since they have a public-seeming name.
-
Andrew Svetlov yazdı
Patch by Vinay Sajip.
-
R David Murray yazdı
Fix by Colin Su. Test by me, based on a test written by Petri Lehtinen.
-
R David Murray yazdı
Fix by Colin Su. Test by me, based on a test written by Petri Lehtinen.
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
-
Martin v. Löwis yazdı
Add input dependency on custom build step.
-
Martin v. Löwis yazdı
-
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 4 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ı
-