- 05 May, 2013 8 commits
-
-
Richard Oudkerk authored
weakref callbacks. This is 2e446e87ac5b except that collections/__init__.py has been modified to import proxy from _weakref instead of weakref. This eliminates an import cycle which seems to cause a problem on Unix but not Windows.
-
Antoine Pitrou authored
Note that this is a potentially disruptive change since it may release some system resources which would otherwise remain perpetually alive (e.g. database connections kept in thread-local storage).
-
Richard Oudkerk authored
-
Richard Oudkerk authored
weakref callbacks.
-
Roger Serwy authored
-
Roger Serwy authored
-
Antoine Pitrou authored
(thanks Arfrever for reporting).
-
Antoine Pitrou authored
(thanks Arfrever for reporting).
-
- 04 May, 2013 20 commits
-
-
Brett Cannon authored
-
Brett Cannon authored
legitimately false.
-
Brett Cannon authored
Windows.
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
other tests.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again.
-
Antoine Pitrou authored
Issue #17408: Avoid using an obsolete instance of the copyreg module when the interpreter is shutdown and then started again.
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
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 4 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
-