Serhiy Storchaka
fbc877b794
Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value.
2014-07-22 11:10:37 +03:00
Serhiy Storchaka
1392df96ef
Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value.
2014-07-22 11:09:36 +03:00
Serhiy Storchaka
dfead8ddc2
Null merge
2014-07-22 11:03:28 +03:00
Serhiy Storchaka
525c0ce8f4
Merge heads
2014-07-22 11:03:16 +03:00
Serhiy Storchaka
cb7d43cbdf
Merge heads
2014-07-22 11:02:56 +03:00
Serhiy Storchaka
23ea9c8c91
Issue #15759 : "make suspicious", "make linkcheck" and "make doctest" in Doc/
...
now display special message when and only when there are failures.
2014-07-22 10:28:21 +03:00
Serhiy Storchaka
17f5f817de
Issue #15759 : "make suspicious", "make linkcheck" and "make doctest" in Doc/
...
now display special message when and only when there are failures.
2014-07-22 10:24:25 +03:00
Senthil Kumaran
284a4a1bb0
Merge 3.4
...
Fix localhost checking in FileHandler. Raised in #21970 .
2014-07-22 00:16:18 -07:00
Senthil Kumaran
bc07ac5180
Fix localhost checking in FileHandler. Raised in #21970 .
2014-07-22 00:15:20 -07:00
Antoine Pitrou
26408df88f
Issue #21976 : Fix test_ssl to accept LibreSSL version strings.
...
Thanks to William Orr.
2014-07-21 18:37:36 -04:00
Antoine Pitrou
dfab935c74
Issue #21976 : Fix test_ssl to accept LibreSSL version strings.
...
Thanks to William Orr.
2014-07-21 18:35:01 -04:00
Victor Stinner
41323e7483
(Merge 3.4) Issue #19629 : Add missing "import stat"
...
Sort also imports in support/__init__.py
2014-07-21 21:40:55 +02:00
Victor Stinner
47ae763d28
Issue #19629 : Add missing "import stat"
...
Sort also imports in support/__init__.py
2014-07-21 21:40:19 +02:00
Victor Stinner
963b4bab52
Merge Python 3.4
...
* Issue #19811 , #22022 : test_pathlib uses support.rmtree() instead of
shutil.rmtree() to remove the temporary directory.
* Issue #19629 : Fix support.rmtree(), use os.lstat() to check if the file is a
directory, not os.path.isdir()
2014-07-21 19:20:06 +02:00
Victor Stinner
ec86469ca3
Issue #19811 , #22022 : test_pathlib uses support.rmtree() instead of
...
shutil.rmtree() to remove the temporary directory.
2014-07-21 19:19:05 +02:00
Victor Stinner
67f8706521
Issue #19629 : Fix support.rmtree(), use os.lstat() to check if the file is a
...
directory, not os.path.isdir()
2014-07-21 19:18:12 +02:00
Victor Stinner
a7d03d98c9
Issue #22018 : Hum, set_wakeup_fd() still raises ValueError on Windows
2014-07-21 17:17:28 +02:00
Victor Stinner
0bffc94d57
Issue #22018 : signal.set_wakeup_fd() now raises an OSError instead of a
...
ValueError on fstat() failure.
2014-07-21 16:28:54 +02:00
Victor Stinner
38d773bd10
(Merge 3.4) asyncio: Fix test_stdin_broken_pipe(), drain() is not a coroutine
2014-07-21 16:23:51 +02:00
Victor Stinner
0dee8ad579
asyncio: Fix test_stdin_broken_pipe(), drain() is not a coroutine
2014-07-21 16:23:33 +02:00
Victor Stinner
56e8c29a4e
Issue #22018 : Add _testcapi.raise_signal()
...
- Use _testcapi.raise_signal() in test_signal
- close also os.pipe() file descriptors in some test_signal tests where they
were not closed properly
- Remove faulthandler._sigill() and faulthandler._sigbus(): reuse
_testcapi.raise_signal() in test_faulthandler
2014-07-21 12:30:22 +02:00
Raymond Hettinger
569a7fa13a
merge
2014-07-20 21:31:35 -07:00
Raymond Hettinger
854e76effa
Issue #21868 : Prevent turtle crash due to invalid undo buffer size.
2014-07-20 21:30:32 -07:00
Benjamin Peterson
7e9522fadf
merge 3.4
2014-07-20 13:06:19 -07:00
Benjamin Peterson
01963e6ae9
add #
2014-07-20 13:05:01 -07:00