- 12 Apr, 2016 8 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
Patch written by Demur Rumed.
-
Victor Stinner authored
Use directly dis.opmap[name] rather than dis.opname.index(name). Patch written by Demur Rumed.
-
Victor Stinner authored
Simplify code to build opcode.opname. Patch written by Demur Rumed.
-
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 1 commit
-
-
Martin Panter authored
-