- 12 Apr, 2016 4 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Serhiy Storchaka authored
Based on patch by Xiang Zhang.
-
Serhiy Storchaka authored
Based on patch by Xiang Zhang.
-
- 11 Apr, 2016 19 commits
-
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Victor Stinner authored
-
Victor Stinner authored
-
Berker Peksag authored
Reported by Robert on docs@p.o.
-
Berker Peksag authored
Reported by Robert on docs@p.o.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Berker Peksag authored
The default value of __len__ is 0, not 1: >>> from unittest.mock import MagicMock >>> mock = MagicMock() >>> len(mock) 0 Reported by Alex on docs@p.o. Remove the remaining VMSError reference. VMS support is gone.
-
Berker Peksag authored
The default value of __len__ is 0, not 1: >>> from unittest.mock import MagicMock >>> mock = MagicMock() >>> len(mock) 0 Reported by Alex on docs@p.o. Remove the remaining VMSError reference. VMS support is gone.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
Patch by Xiang Zhang.
-
Martin Panter authored
-
- 10 Apr, 2016 12 commits
-
-
Serhiy Storchaka authored
in places where Py_DECREF was used.
-
Serhiy Storchaka authored
in places where Py_DECREF was used.
-
Serhiy Storchaka authored
object's type name, not object's representation. Based on patch by Mahmoud Lababidi.
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
error handler for stdin and stdout.
-
Serhiy Storchaka authored
error handler for stdin and stdout.
-
Martin Panter authored
-
Martin Panter authored
Remove redundant tests now that str is unicode.
-
Martin Panter authored
This eliminates a few redundant test cases.
-
Martin Panter authored
-
- 09 Apr, 2016 5 commits
-
-
Martin Panter authored
-
Martin Panter authored
* No longer attempts to close already freed socket file descriptor * Use socket object to be compatible with Windows * Do not use a timeout to avoid complication with non-blocking mode * Use internal localhost server rather than depending on a third party * Avoid trouble with buffered HTTP data by testing tunnelled CONNECT data
-
Martin Panter authored
-
Victor Stinner authored
-
Victor Stinner authored
Issue #26716. IOError is a deprecated alias to OSError since Python 3.3.
-