- 01 Ara, 2016 1 kayıt (commit)
-
-
Yury Selivanov yazdı
-
- 29 Kas, 2016 4 kayıt (commit)
-
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Victor Stinner yazdı
Issue #26273: Add new socket.TCP_CONGESTION (Linux 2.6.13) and socket.TCP_USER_TIMEOUT (Linux 2.6.37) constants. Patch written by Omar Sandoval.
-
Serhiy Storchaka yazdı
a descriptor that is used inside that class no longer prevents calling the __set_name__ method of other descriptors.
-
- 28 Kas, 2016 2 kayıt (commit)
-
-
Yury Selivanov yazdı
Thanks to Serhiy Storchaka for pointing out the missing notes. Patch by Elvis Pranskevichus.
-
Zachary Ware yazdı
-
- 26 Kas, 2016 4 kayıt (commit)
-
-
Łukasz Langa yazdı
-
Łukasz Langa yazdı
Fixes #24142: [configparser] always join multiline values to not leave the parser in an invalid state
-
Serhiy Storchaka yazdı
in the documentation.
-
Serhiy Storchaka yazdı
in the documentation.
-
- 25 Kas, 2016 5 kayıt (commit)
-
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
-
Berker Peksag yazdı
Patch by Wojtek Ruszczewski.
-
Berker Peksag yazdı
Patch by Julien Palard.
-
- 24 Kas, 2016 5 kayıt (commit)
-
-
Victor Stinner yazdı
Issue #28782: Fix a bug in the implementation ``yield from`` when checking if the next instruction is YIELD_FROM. Regression introduced by WORDCODE (issue #26647). Reviewed by Serhiy Storchaka and Yury Selivanov.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
Raymond Hettinger yazdı
-
INADA Naoki yazdı
-
- 23 Kas, 2016 2 kayıt (commit)
-
-
Steve Dower yazdı
-
Steve Dower yazdı
-
- 22 Kas, 2016 15 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Steve Dower yazdı
-
Victor Stinner yazdı
A pattern is equal to itself.
-
Victor Stinner yazdı
Typo catched by Serhiy Storchaka, thanks!
-
Victor Stinner yazdı
Replace int(value.address)+offset with value.cast(unsigned char*)+offset. It seems like int(value.address) fails on old versions of GDB.
-
INADA Naoki yazdı
-
Ned Deily yazdı
Start 3.6.0rc1. (Note, patch level was incorrectly set to 3.6.0b4+ following b3. It is now b4+ again.)
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Ned Deily yazdı
-
Raymond Hettinger yazdı
Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.)
-
Raymond Hettinger yazdı
Issue #26163: Disable periodically failing test which was overly demanding of the frozenset hash function effectiveness
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-
- 21 Kas, 2016 2 kayıt (commit)
-
-
Raymond Hettinger yazdı
-
Raymond Hettinger yazdı
-