- 13 May, 2012 4 kayıt (commit)
-
-
Brian Curtin yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Martin v. Löwis yazdı
Patch by Serhiy Storchaka.
-
- 12 May, 2012 14 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
(issue #13903).
-
Brett Cannon yazdı
The long-term goal is to deprecate imp.find_module() in favour of this API, but it will take some time as some APIs explicitly return/use what imp.find_module() returns.
-
Brett Cannon yazdı
-
Antoine Pitrou yazdı
-
Sandro Tosi yazdı
-
Sandro Tosi yazdı
-
Stefan Krah yazdı
universal: it returns a meaningless result. Use sys.maxsize instead of platform.architecture as a fallback. Patch by Ned Deily.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Patch by Hynek Schlawack.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Ross Lagerwall yazdı
-
- 11 May, 2012 9 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Brett Cannon yazdı
importlib.abc.FileLoader.load_module()/get_filename() and importlib.machinery.ExtensionFileLoader.load_module() have their single argument be optional as the loader's constructor has all the ncessary information. This allows for the deprecation of imp.load_source()/load_compile()/load_package().
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
importlib.machinery that provide the suffix details for import. The attributes were not put on imp so as to compartmentalize everything importlib needs for setting up imports in importlib.machinery. This also led to an indirect deprecation of inspect.getmoduleinfo() as it directly returned imp.get_suffix's returned tuple which no longer makes sense.
-
Brett Cannon yazdı
import machinery is no longer implicit.
-
Ned Deily yazdı
-
Ned Deily yazdı
support chflag operations. (Patch by Hynek Schlawack)
-
Ned Deily yazdı
support chflag operations. (Patch by Hynek Schlawack)
-
- 10 May, 2012 13 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
Patch by Hynek Schlawack.
-
Antoine Pitrou yazdı
Patch by Hynek Schlawack.
-
Richard Oudkerk yazdı
In Python 3.2 and earlier, Process.join() and Connection.poll() treated negative timeouts as zero timeouts. Earlier versions from the 3.3 line of development treat them as infinite timeouts. The patch reverts to the old behaviour.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Jesus Cea yazdı
-
Jesus Cea yazdı
-