- 08 Ara, 2016 6 kayıt (commit)
-
-
Xavier de Gaye yazdı
-
Xavier de Gaye yazdı
test_functools hanging on the Android armv7 qemu emulator.
-
Benjamin Peterson yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Yury Selivanov yazdı
-
- 07 Ara, 2016 9 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
This makes tests passing after changes by issue #5322.
-
INADA Naoki yazdı
Improve speed of dict literal with constant keys up to 30%.
-
Serhiy Storchaka yazdı
Original patch by Andreas Stührk.
-
Serhiy Storchaka yazdı
writes the index file when it is not changed.
-
Serhiy Storchaka yazdı
writes the index file when it is not changed.
-
Ned Deily yazdı
Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will be cherrypicked and merged here.
-
Ned Deily yazdı
-
Ned Deily yazdı
-
- 06 Ara, 2016 11 kayıt (commit)
-
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
Patch by Serhiy Storchaka.
-
Ned Deily yazdı
-
Serhiy Storchaka yazdı
again. But they still are deprecated and will be disabled in 3.7.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
The fix for catch_warnings() is the issue #28835 (not the issue #28089).
-
Victor Stinner yazdı
Issue #28089: Fix a regression introduced in warnings.catch_warnings(): call warnings.showwarning() if it was overriden inside the context manager.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
- 05 Ara, 2016 3 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Nick Coghlan yazdı
Handling zero-argument super() in __init_subclass__ and __set_name__ involved moving __class__ initialisation to type.__new__. This requires cooperation from custom metaclasses to ensure that the new __classcell__ entry is passed along appropriately. The initial implementation of that change resulted in abruptly broken zero-argument super() support in metaclasses that didn't adhere to the new requirements (such as Django's metaclass for Model definitions). The updated approach adopted here instead emits a deprecation warning for those cases, and makes them work the same way they did in Python 3.5. This patch also improves the related class machinery documentation to cover these details and to include more reader-friendly cross-references and index entries.
-
- 04 Ara, 2016 5 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
- 03 Ara, 2016 5 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
- 02 Ara, 2016 1 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-