- 25 Agu, 2012 2 kayıt (commit)
-
-
Nick Coghlan yazdı
-
Ned Deily yazdı
-
- 24 Agu, 2012 33 kayıt (commit)
-
-
Brett Cannon yazdı
fromlist of __import__ propagate. The problem previously was that if something listed in fromlist didn't exist then that's okay. The fix for that was too broad in terms of catching ImportError. The trick with the solution to this issue is that the proper refactoring of import thanks to importlib doesn't allow for a way to distinguish (portably) between an ImportError because finders couldn't find a loader, or a loader raised the exception. In Python 3.4 the hope is to introduce a new exception (e.g. ModuleNotFound) to make it clean to differentiate why ImportError was raised.
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Vinay Sajip yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
Mark Dickinson yazdı
-
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 5 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ı
-