- 19 Apr, 2012 10 commits
-
-
Victor Stinner authored
-
Larry Hastings authored
-
Antoine Pitrou authored
Issue #14308: Fix an exception when a dummy thread is in the threading module's active list after a fork().
-
Antoine Pitrou authored
Issue #14308: Fix an exception when a "dummy" thread is in the threading module's active list after a fork().
-
Antoine Pitrou authored
-
Martin v. Löwis authored
Patch by Stefan Behnel.
-
Nick Coghlan authored
-
Nick Coghlan authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 18 Apr, 2012 24 commits
-
-
Victor Stinner authored
It is now possible to use a custom type for the __builtins__ namespace, instead of a dict. It can be used for sandboxing for example. Raise also a NameError instead of ImportError if __build_class__ name if not found in __builtins__.
-
Ned Deily authored
-
Ned Deily authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
_multiprocessing.win32 modules now live in a single module "_winapi". Patch by sbt.
-
Stefan Krah authored
in order to understand the algorithm anyway. 2) v->exp == -v->digits may be assumed. 3) Fix comment (v always shares data with a).
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
rightfully states that an mpd_t with a coefficient flagged as MPD_CONST_DATA must not be in the position of the result operand. In this particular case several assumptions guarantee that a resize will never occur in all possible code paths, which was the reason for using MPD_CONST_DATA and saving an instruction by omitting the initialization of tmp.alloc. For readability, tmp is now flagged as MPD_STATIC_DATA and tmp.alloc is initialized.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Benjamin Peterson authored
Being able to overload a sys.module entry during import of a module was broken by this changeset.
-
Benjamin Peterson authored
-
Brian Curtin authored
Add INCREFs, fix args->kwargs, and a second args==NULL check was removed, left over from a merger with another function. Instead, checking msg==NULL does what that used to do in a roundabout way.
-
Brett Cannon authored
-
Brett Cannon authored
in importlib. Thanks to PJE for pointing out the issue and Nick Coghlan for filing the bug.
-
- 17 Apr, 2012 6 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Brett Cannon authored
-
Brett Cannon authored
or __name__ are not set in globals. Thanks to Stefan Behnel for the bug report.
-
Brian Curtin authored
-
Charles-François Natali authored
chown() to root under certain circumstances.
-