- 09 Sep, 2016 40 commits
-
-
issue14976.
-
issue14976.
-
-
Steve Dower authored
-
R David Murray authored
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 authored
-
Steve Dower authored
-
Victor Stinner authored
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 authored
-
Eric Snow authored
-
Benjamin Peterson authored
-
Guido van Rossum authored
By Michael Lee.
-
Yury Selivanov authored
-
Steve Dower authored
-
Steve Dower authored
-
Benjamin Peterson authored
-
Zachary Ware authored
This test file is a holdover from the days before hashlib, and doesn't seem to have anything of value in it.
-
Eric Snow authored
-
Brett Cannon authored
-
Brett Cannon authored
-
Yury Selivanov authored
-
Brett Cannon authored
implementation is an implementation detail (and why that is so).
-
Zachary Ware authored
-
Yury Selivanov authored
-
Benjamin Peterson authored
-
Guido van Rossum authored
-
Steve Dower authored
-
Guido van Rossum authored
Patch by Ivan Levkivskyi.
-
Guido van Rossum authored
(News items should be ordered newest-first within their section.)
-
Steve Dower authored
-
Steve Dower authored
-
Benjamin Peterson authored
-
Steve Dower authored
-
Steve Dower authored
-
Donald Stufft authored
-
Donald Stufft authored
-
Guido van Rossum authored
-
Donald Stufft authored
-
Guido van Rossum authored
Development is moving to https://github.com/ilevkivskyi/com2ann
-