- 13 Apr, 2016 7 commits
-
-
Senthil Kumaran authored
[minor] - Correct the docstring of locale.str. Patch by poleto.
-
Senthil Kumaran authored
-
Martin Panter authored
-
Martin Panter authored
-
Steve Dower authored
-
Steve Dower authored
-
Martin Panter authored
-
- 12 Apr, 2016 12 commits
-
-
Victor Stinner authored
-
Victor Stinner authored
syscall() function requires #include <unistd.h>.
-
Victor Stinner authored
Issue #26735: Fix os.urandom() on Solaris 11.3 and newer when reading more than 1,024 bytes: call getrandom() multiple times with a limit of 1024 bytes per call.
-
Victor Stinner authored
Issue #26639: Replace imp with importlib in Tools/i18n/pygettext.py. Remove _get_modpkg_path(), replaced with importlib.util.find_spec().
-
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 2 commits
-
-
Serhiy Storchaka authored
in places where Py_DECREF was used.
-
Serhiy Storchaka authored
in places where Py_DECREF was used.
-