- 18 Apr, 2012 16 commits
-
-
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 15 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.
-
Charles-François Natali authored
chown() to root under certain circumstances.
-
Charles-François Natali authored
-
Antoine Pitrou authored
-
Ezio Melotti authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Brett Cannon authored
conditions when regrtest is run with its -j option.
-
Brett Cannon authored
-
- 16 Apr, 2012 9 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Brian Curtin authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-