- 21 Oct, 2015 2 commits
-
-
Berker Peksag authored
Reported by Antony Lee.
-
Berker Peksag authored
-
- 20 Oct, 2015 7 commits
-
-
Victor Stinner authored
Explain why calling os.open() with os.O_TMPFILE is a safe test to check if O_TMPFILE is supported by the running kernel.
-
Serhiy Storchaka authored
calculation fails.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Berker Peksag authored
This one should make Docs 3.5 and Docs 3.x green again.
-
Berker Peksag authored
This should make buildbots green.
-
Berker Peksag authored
This should make buildbots green.
-
- 19 Oct, 2015 9 commits
-
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
doko@ubuntu.com authored
-
doko@ubuntu.com authored
-
- 18 Oct, 2015 3 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
Patch by Louis Sautier.
-
Serhiy Storchaka authored
-
- 17 Oct, 2015 4 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
- 16 Oct, 2015 3 commits
-
-
Brett Cannon authored
in Python 3.6. The new PEP 4 policy of any module existing in both 2.7 and 3.5 applies here, hence the module will be with us for a bit longer.
-
Berker Peksag authored
Patch by TAKASE Arihiro.
-
Berker Peksag authored
Patch by TAKASE Arihiro.
-
- 14 Oct, 2015 7 commits
-
-
Steve Dower authored
-
Steve Dower authored
-
Serhiy Storchaka authored
that caused segmentation fault or hang in iterating after moving several items to the start of ordered dict.
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
tab in the IDLE Preferences dialog. Code patch by Mark Roseman.
-
- 13 Oct, 2015 4 commits
-
-
Serhiy Storchaka authored
pickletools.opcodes.
-
Serhiy Storchaka authored
pickletools.opcodes.
-
Zachary Ware authored
-
Zachary Ware authored
Patch by Serhiy Storchaka.
-
- 12 Oct, 2015 1 commit
-
-
Victor Stinner authored
Issue #25274: sys.setrecursionlimit() now raises a RecursionError if the new recursion limit is too low depending at the current recursion depth. Modify also the "lower-water mark" formula to make it monotonic. This mark is used to decide when the overflowed flag of the thread state is reset.
-