- 04 May, 2013 8 commits
-
-
Antoine Pitrou authored
Issue #5845: Enable tab-completion in the interactive interpreter by default, thanks to a new sys.__interactivehook__. (original patch by Éric Araujo)
-
Brett Cannon authored
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 authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
- 03 May, 2013 7 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
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 authored
-
Raymond Hettinger authored
-
- 02 May, 2013 1 commit
-
-
Alexandre Vassalotti authored
-
- 01 May, 2013 9 commits
-
-
Antoine Pitrou authored
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 authored
-
Ezio Melotti authored
-
Charles-Francois Natali authored
-
Ezio Melotti authored
-
Charles-Francois Natali authored
descriptor supported.
-
Charles-Francois Natali authored
descriptor supported.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 30 Apr, 2013 15 commits
-
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Benjamin Peterson authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Gregory P. Smith authored
that already contains the right news)
-
Gregory P. Smith authored
-
Gregory P. Smith authored
than the one merged from 3.2 to match the actual changes here.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
libffi to 3.0.13. (i'm not sure if it is needed anymore but see issue 10309 for details which makes no mention of upstream; this change is already in 3.3 and 3.4 but may need reapplying to 2.7 as done here)
-