- 09 Eyl, 2016 40 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #27213: Rework CALL_FUNCTION* opcodes to produce shorter and more efficient bytecode: * CALL_FUNCTION now only accepts position arguments * CALL_FUNCTION_KW accepts position arguments and keyword arguments, but keys of keyword arguments are packed into a constant tuple. * CALL_FUNCTION_EX is the most generic, it expects a tuple and a dict for positional and keyword arguments. CALL_FUNCTION_VAR and CALL_FUNCTION_VAR_KW opcodes have been removed. 2 tests of test_traceback are currently broken: skip test, the issue #28050 was created to track the issue. Patch by Demur Rumed, design by Serhiy Storchaka, reviewed by Serhiy Storchaka and Victor Stinner.
-
-
-
Steve Dower yazdı
-
Eric Snow yazdı
-
Benjamin Peterson yazdı
-
Steve Dower yazdı
-
R David Murray yazdı
This is buggy in the old email code as well, but it doesn't affect anything there because only the default line length is ever used there.
-
Steve Dower yazdı
-
Guido van Rossum yazdı
By Michael Lee.
-
Yury Selivanov yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Benjamin Peterson yazdı
-
Zachary Ware yazdı
This test file is a holdover from the days before hashlib, and doesn't seem to have anything of value in it.
-
Eric Snow yazdı
-
Brett Cannon yazdı
-
Brett Cannon yazdı
-
Yury Selivanov yazdı
-
Brett Cannon yazdı
implementation is an implementation detail (and why that is so).
-
Zachary Ware yazdı
-
Yury Selivanov yazdı
-
Benjamin Peterson yazdı
-
Guido van Rossum yazdı
-
Steve Dower yazdı
-
Guido van Rossum yazdı
Patch by Ivan Levkivskyi.
-
Guido van Rossum yazdı
(News items should be ordered newest-first within their section.)
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Benjamin Peterson yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Donald Stufft yazdı
-
Donald Stufft yazdı
-
Guido van Rossum yazdı
-
Donald Stufft yazdı
-
Guido van Rossum yazdı
Development is moving to https://github.com/ilevkivskyi/com2ann
-
Steve Dower yazdı
-
Steve Dower yazdı
-