- 19 Nis, 2016 2 kayıt (commit)
-
-
Lars Gustäbel yazdı
-
Lars Gustäbel yazdı
link field limits for multibyte character encodings like utf-8.
-
- 18 Nis, 2016 12 kayıt (commit)
-
-
Berker Peksag yazdı
Patch by Xiang Zhang.
-
Berker Peksag yazdı
Patch by Xiang Zhang.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
typing.py: Consider ellipsis in TupleMeta.__eq__. By Kalle Tuure. github.com/python/typing/pull/201.
-
Victor Stinner yazdı
-
Victor Stinner yazdı
Issue #26777: Fix random failing of the test on the "AMD64 FreeBSD 9.x 3.5" buildbot: File ".../Lib/test/test_asyncio/test_tasks.py", line 2398, in go self.assertTrue(0.09 < dt < 0.11, dt) AssertionError: False is not true : 0.11902812402695417 Replace "< 0.11" with "< 0.15".
-
Martin Panter yazdı
-
Georg Brandl yazdı
-
Raymond Hettinger yazdı
-
Martin Panter yazdı
Based on patch by Philipp Hagemeister. This fixes a regression caused by revision f4377699fd47.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
-
- 17 Nis, 2016 9 kayıt (commit)
-
-
Serhiy Storchaka yazdı
Based on patch by Xiang Zhang.
-
Victor Stinner yazdı
Issue #26770: set_inheritable() avoids calling fcntl() twice if the FD_CLOEXEC is already set/cleared. This change only impacts platforms using the fcntl() implementation of set_inheritable() (not Linux nor Windows).
-
Serhiy Storchaka yazdı
messages.
-
Serhiy Storchaka yazdı
-
-
Steven D'Aprano yazdı
-
Steven D'Aprano yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
Patch by Anthony Sottile.
-
- 16 Nis, 2016 17 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
Handle is probably meant to be excluded, and STARTUPINFO will be added to __all__ in 3.6.
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Benjamin Peterson yazdı
-
Steven D'Aprano yazdı
-
Serhiy Storchaka yazdı
Patch by Aviv Palivoda.
-
Serhiy Storchaka yazdı
Patch by Aviv Palivoda.
-
Senthil Kumaran yazdı
issue26775 - Improve test coverage for urllib.parse Patch contributed by Luiz Poleto.
-
Senthil Kumaran yazdı
Patch contributed by Luiz Poleto.
-
Martin Panter yazdı
-
Martin Panter yazdı
-
Martin Panter yazdı
-