- 18 Feb, 2016 2 commits
-
-
Benjamin Peterson authored
-
Benjamin Peterson authored
Patch from Chi Hsuan Yen.
-
- 16 Feb, 2016 1 commit
-
-
Ned Deily authored
-
- 15 Feb, 2016 2 commits
- 14 Feb, 2016 1 commit
-
-
Martin Panter authored
-
- 13 Feb, 2016 2 commits
-
-
Yury Selivanov authored
-
Vinay Sajip authored
-
- 11 Feb, 2016 2 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
no ResourceWarning is emitted.
-
- 10 Feb, 2016 4 commits
-
-
Guido van Rossum authored
-
Serhiy Storchaka authored
if the stack is too deep.
-
Martin Panter authored
The original form is incorrect grammar and feels awkward, even though the meaning is clear.
-
Martin Panter authored
-
- 08 Feb, 2016 5 commits
-
-
Serhiy Storchaka authored
-
Gregory P. Smith authored
not have a math vocabulary.
-
Steve Dower authored
-
Serhiy Storchaka authored
when the iteration is finished, but when it was failed with error.
-
Serhiy Storchaka authored
-
- 09 Feb, 2016 1 commit
-
-
Martin Panter authored
Based on patch by Guido van Rossum.
-
- 08 Feb, 2016 1 commit
-
-
Serhiy Storchaka authored
-
- 07 Feb, 2016 1 commit
-
-
Serhiy Storchaka authored
Fixed the documented about buffer overflow error for "es#" and "et#" format units.
-
- 08 Feb, 2016 1 commit
-
-
Martin Panter authored
* Various sections were pointing to the section on the string.Formatter class, when the section on the common format string syntax is probably more appropriate * Fix references to various format() functions and methods * Nested replacement fields may contain conversions and format specifiers, and this is tested; see Issue #19729 for instance
-
- 06 Feb, 2016 1 commit
-
-
Senthil Kumaran authored
-
- 04 Feb, 2016 4 commits
-
-
Martin Panter authored
Based on patches by Brian Brazil and Daniel Rocco.
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Zachary Ware authored
Reported by Denis Akhiyarov on docs@
-
- 02 Feb, 2016 2 commits
-
-
Zachary Ware authored
Reported by Jon Tetlak on docs@
-
Serhiy Storchaka authored
Fixed a crash when unpickle the functools.partial object with wrong state. Fixed a leak in failed functools.partial constructor. "args" and "keywords" attributes of functools.partial have now always types tuple and dict correspondingly.
-
- 03 Feb, 2016 1 commit
-
-
Martin Panter authored
Based on patch by Aviv Palivoda.
-
- 02 Feb, 2016 1 commit
-
-
Raymond Hettinger authored
-
- 01 Feb, 2016 2 commits
-
-
Victor Stinner authored
Patch written by Carlo Beccarini <hackdiablo.cb@gmail.com>.
-
Victor Stinner authored
Accept time delta up to 0.12 second, instead of 0.11, for the "AMD64 FreeBSD 9.x" buildbot slave.
-
- 02 Feb, 2016 1 commit
-
-
Martin Panter authored
* test_contains() did not override anything * test_expandtabs/upper/lower() in FixedStringTest were masking usable tests in string_tests. These tests now get run for bytearray() and bytes(). * test_expandtabs/upper/lower() in buffer_tests were only run on bytearray() and are redundant with string_tests
-
- 01 Feb, 2016 1 commit
-
-
Martin Panter authored
Test test_wrong_cert() runs a server that rejects the client's certificate, so ECONNRESET is reasonable in addition to SSLError. On the other hand, the other three tests don't even need to run a server because they are just testing the parsing of invalid certificate files. Also fix a ResourceWarning by closing the wrapped socket.
-
- 31 Jan, 2016 1 commit
-
-
Victor Stinner authored
Issue #26248, patch written by Ben Hoyt: 1) Clarify that the return values of is_dir()/is_file()/etc are cached separately for follow_symlinks True and False. 2) Be more specific about when the functions require a system call, and how it relates to caching and follow_symlinks. 3) DRY up common stuff between is_dir and is_file by saying "Caching, system calls made, and exceptions raised are as per is_dir" in is_file. 4) Tweak to the first paragraph of docs for is_dir/is_file to simplify: assume the follow_symlinks=True default, then note the follow_symlinks=False non-default case after.
-
- 30 Jan, 2016 3 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
invalid pattern. Patch by Thomas Nyberg.
-