- 04 May, 2013 13 kayıt (commit)
-
-
Brett Cannon yazdı
other tests.
-
Antoine Pitrou yazdı
Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again.
-
Antoine Pitrou yazdı
Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again.
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__. (original patch by Éric Araujo)
-
Brett Cannon yazdı
attributes to None. The long-term goal is for people to be able to rely on these attributes existing and checking for None to see if they have been set. Since import itself sets these attributes when a loader does not the only instances when the attributes are None are from someone overloading __import__() and not using a loader or someone creating a module from scratch. This patch also unifies module initialization. Before you could have different attributes with default values depending on how the module object was created. Now the only way to not get the same default set of attributes is to circumvent initialization by calling ModuleType.__new__() directly.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 03 May, 2013 7 kayıt (commit)
-
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
trying to load an extension module. While at it, also add a proper unittest.skipIf() guard to another test involving imp.load_dynamic().
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 02 May, 2013 1 kayıt (commit)
-
-
Alexandre Vassalotti yazdı
-
- 01 May, 2013 9 kayıt (commit)
-
-
Antoine Pitrou yazdı
Issue #13721: SSLSocket.getpeercert() and SSLSocket.do_handshake() now raise an OSError with ENOTCONN, instead of an AttributeError, when the SSLSocket is not connected.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Charles-Francois Natali yazdı
-
Ezio Melotti yazdı
-
Charles-Francois Natali yazdı
descriptor supported.
-
Charles-Francois Natali yazdı
descriptor supported.
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
- 30 Nis, 2013 10 kayıt (commit)
-
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Benjamin Peterson yazdı
-
Ezio Melotti yazdı
-
Ezio Melotti yazdı
-
Gregory P. Smith yazdı
that already contains the right news)
-
Gregory P. Smith yazdı
-
Gregory P. Smith yazdı
than the one merged from 3.2 to match the actual changes here.
-