- 26 Nov, 2016 2 commits
-
-
Serhiy Storchaka authored
in the documentation.
-
Serhiy Storchaka authored
in the documentation.
-
- 25 Nov, 2016 5 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Wojtek Ruszczewski.
-
Berker Peksag authored
Patch by Julien Palard.
-
- 24 Nov, 2016 5 commits
-
-
Victor Stinner authored
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 authored
-
Guido van Rossum authored
-
Raymond Hettinger authored
-
INADA Naoki authored
-
- 23 Nov, 2016 2 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
- 22 Nov, 2016 15 commits
-
-
Raymond Hettinger authored
-
Steve Dower authored
-
Victor Stinner authored
A pattern is equal to itself.
-
Victor Stinner authored
Typo catched by Serhiy Storchaka, thanks!
-
Victor Stinner authored
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 authored
-
Ned Deily authored
Start 3.6.0rc1. (Note, patch level was incorrectly set to 3.6.0b4+ following b3. It is now b4+ again.)
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Raymond Hettinger authored
Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.)
-
Raymond Hettinger authored
Issue #26163: Disable periodically failing test which was overly demanding of the frozenset hash function effectiveness
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 21 Nov, 2016 11 commits
-
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
Issue 28587: list.index documentation missing start and stop arguments. (Contributed by Mariatta Wijaya.)
-
Yury Selivanov authored
-
Yury Selivanov authored
Allow AF_UNIX in create_server & create_connection
-
Raymond Hettinger authored
Issue 28475: Improve error message for random.sample() with k < 0. (Contributed by Francisco Couzo).
-
Serhiy Storchaka authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-