- 05 Feb, 2016 2 commits
-
-
Eric V. Smith authored
-
Eric V. Smith authored
Fix issue 26287: While handling FORMAT_VALUE opcode, the top of stack was being corrupted if an error occurred in PyObject_Format().
-
- 06 Feb, 2016 1 commit
-
-
Martin Panter authored
-
- 04 Feb, 2016 8 commits
-
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Raymond Hettinger authored
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Martin Panter authored
Based on patches by Brian Brazil and Daniel Rocco.
-
Zachary Ware authored
-
Zachary Ware authored
Reported by Denis Akhiyarov on docs@
-
- 02 Feb, 2016 3 commits
-
-
Zachary Ware authored
-
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 3 commits
-
-
Martin Panter authored
-
Martin Panter authored
Based on patch by Aviv Palivoda.
-
Martin Panter authored
-
- 02 Feb, 2016 3 commits
-
-
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.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 01 Feb, 2016 3 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
Patch written by Carlo Beccarini <hackdiablo.cb@gmail.com>.
-
Victor Stinner authored
-
- 02 Feb, 2016 2 commits
-
-
Martin Panter authored
-
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 3 commits
-
-
Martin Panter authored
-
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.
-
Victor Stinner authored
Accept time delta up to 0.12 second, instead of 0.11, for the "AMD64 FreeBSD 9.x" buildbot slave.
-
- 31 Jan, 2016 3 commits
-
-
Victor Stinner authored
-
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.
-
Raymond Hettinger authored
-
- 30 Jan, 2016 9 commits
-
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Berker Peksag authored
invalid pattern. Patch by Thomas Nyberg.
-
Berker Peksag authored
invalid pattern. Patch by Thomas Nyberg.
-
Berker Peksag authored
This will hopefully make maintenance of venv documentation easier. For example, see commits a4f0d76af176 and 5764cc02244d. This patch has been reviewed by Vinaj Sajip, the maintainer of venv module.
-
Berker Peksag authored
-
Berker Peksag authored
-