- 12 May, 2012 1 kayıt (commit)
-
-
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ı
-
- 09 May, 2012 8 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Optimize also PyUnicode_Format(): call unicode_writer_prepare() only once per argument.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Larry Hastings yazdı
-
R David Murray yazdı
-
R David Murray yazdı
-
Victor Stinner yazdı
-
- 08 May, 2012 9 kayıt (commit)
-
-
Richard Oudkerk yazdı
-
Richard Oudkerk yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Larry Hastings yazdı
-
Larry Hastings yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
explicitly set UnsupportedOperation's module rather than relying on incorrect globals on startup (closes #14745)
-