- 13 Nis, 2016 10 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
NOTE: A direct call of super.__init__ is not endorsed!
-
Serhiy Storchaka yazdı
NOTE: A direct call of super.__init__ is not endorsed!
-
Senthil Kumaran yazdı
[minor] - Correct the docstring of locale.str. Patch by poleto.
-
Senthil Kumaran yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Steve Dower yazdı
-
Steve Dower yazdı
-
Martin Panter yazdı
-
- 12 Nis, 2016 12 kayıt (commit)
-
-
Victor Stinner yazdı
-
Victor Stinner yazdı
syscall() function requires #include <unistd.h>.
-
Victor Stinner yazdı
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 yazdı
Issue #26639: Replace imp with importlib in Tools/i18n/pygettext.py. Remove _get_modpkg_path(), replaced with importlib.util.find_spec().
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Patch written by Demur Rumed.
-
Victor Stinner yazdı
Use directly dis.opmap[name] rather than dis.opname.index(name). Patch written by Demur Rumed.
-
Victor Stinner yazdı
Simplify code to build opcode.opname. Patch written by Demur Rumed.
-
Georg Brandl yazdı
-
Georg Brandl yazdı
-
Serhiy Storchaka yazdı
Based on patch by Xiang Zhang.
-
Serhiy Storchaka yazdı
Based on patch by Xiang Zhang.
-
- 11 Nis, 2016 18 kayıt (commit)
-
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Victor Stinner yazdı
-
Victor Stinner yazdı
-
Berker Peksag yazdı
Reported by Robert on docs@p.o.
-
Berker Peksag yazdı
Reported by Robert on docs@p.o.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Berker Peksag yazdı
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 yazdı
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 yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
Patch by Xiang Zhang.
-