- 12 Nis, 2016 9 kayıt (commit)
-
-
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 19 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.
-
Martin Panter yazdı
-
- 10 Nis, 2016 12 kayıt (commit)
-
-
Serhiy Storchaka yazdı
in places where Py_DECREF was used.
-
Serhiy Storchaka yazdı
in places where Py_DECREF was used.
-
Serhiy Storchaka yazdı
object's type name, not object's representation. Based on patch by Mahmoud Lababidi.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
error handler for stdin and stdout.
-
Serhiy Storchaka yazdı
error handler for stdin and stdout.
-
Martin Panter yazdı
-
Martin Panter yazdı
Remove redundant tests now that str is unicode.
-
Martin Panter yazdı
This eliminates a few redundant test cases.
-
Martin Panter yazdı
-