- 18 Nis, 2012 21 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
_multiprocessing.win32 modules now live in a single module "_winapi". Patch by sbt.
-
Stefan Krah yazdı
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 yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
-
Stefan Krah yazdı
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 yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Antoine Pitrou yazdı
-
Antoine Pitrou yazdı
-
Benjamin Peterson yazdı
Being able to overload a sys.module entry during import of a module was broken by this changeset.
-
Benjamin Peterson yazdı
-
Brian Curtin yazdı
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 yazdı
-
Brett Cannon yazdı
in importlib. Thanks to PJE for pointing out the issue and Nick Coghlan for filing the bug.
-
- 17 Nis, 2012 15 kayıt (commit)
-
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
or __name__ are not set in globals. Thanks to Stefan Behnel for the bug report.
-
Brian Curtin yazdı
-
Charles-François Natali yazdı
chown() to root under certain circumstances.
-
Charles-François Natali yazdı
chown() to root under certain circumstances.
-
Charles-François Natali yazdı
-
Antoine Pitrou yazdı
-
Ezio Melotti yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
conditions when regrtest is run with its -j option.
-
Brett Cannon yazdı
-
- 16 Nis, 2012 4 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Vinay Sajip yazdı
-
Brian Curtin yazdı
-
Brian Curtin yazdı
-