- 09 Haz, 2016 2 kayıt (commit)
-
-
Yury Selivanov yazdı
-
Serhiy Storchaka yazdı
-
- 08 Haz, 2016 13 kayıt (commit)
-
-
Barry Warsaw yazdı
-
Barry Warsaw yazdı
a negative number without setting an exception.
-
Guido van Rossum yazdı
-
Guido van Rossum yazdı
(Upstream is https://github.com/python/typing) - Add TYPE_CHECKING (false at runtime, true in type checkers) (upstream #230). - Avoid error on Union[xml.etree.cElementTree.Element, str] (upstream #229). - Repr of Tuple[()] should be 'Tuple[()]' (upstream #231). - Add NewType() (upstream #189).
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
It will probably be added back in Python 3.6, once its compatibility issues are resolved; see [1] for more details. [1] https://mail.python.org/pipermail/async-sig/2016-June/000045.html
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
-
Yury Selivanov yazdı
Patch by A. Jesse Jiryu Davis
-
Martin Panter yazdı
-
Berker Peksag yazdı
-
Martin Panter yazdı
Patch by Susumu Koshiba.
-
Martin Panter yazdı
-
- 07 Haz, 2016 5 kayıt (commit)
-
-
Vinay Sajip yazdı
-
Terry Jan Reedy yazdı
-
Victor Stinner yazdı
Issue #26839: On Linux, os.urandom() now calls getrandom() with GRND_NONBLOCK to fall back on reading /dev/urandom if the urandom entropy pool is not initialized yet. Patch written by Colm Buckley.
-
Martin Panter yazdı
-
Martin Panter yazdı
-
- 06 Haz, 2016 1 kayıt (commit)
-
-
Ned Deily yazdı
- "See also" links to the new docs are now provided in the legacy pages - links to setuptools documentation have been updated (original patch by Susan Sun)
-
- 05 Haz, 2016 10 kayıt (commit)
-
-
Martin Panter yazdı
Based on patch by Xiang Zhang.
-
Serhiy Storchaka yazdı
Patch by Xiang Zhang.
-
Serhiy Storchaka yazdı
Original patch by Jelle Zijlstra.
-
Martin Panter yazdı
If the underlying send() method indicates a partial write, such as when the call is interrupted to handle a signal, the server would silently drop the remaining data. Also add deprecated support for SimpleHandler.stdout.write() doing partial writes.
-
Senthil Kumaran yazdı
exclude_patterns in Sphinx conf.py will exclude the .rsts from the build. It was incorrect exclude 2.x rsts in that. This fix contributed again Jelle Zijlstra, excludes doctests in whatsnew/2.7.rst from being exercised by using doctests skip option.
-
Berker Peksag yazdı
Patch by Terry Chia and Laura Rupprecht.
-
Senthil Kumaran yazdı
Patch contributed by Jelle Zijlstra.
-
Senthil Kumaran yazdı
Patch contributed by Jelle Zijlstra.
-
instead of the generic ProcessTestCase class as they are posix specific.
-
Ned Deily yazdı
-
- 04 Haz, 2016 9 kayıt (commit)
-
-
doko@ubuntu.com yazdı
Patch by Xavier de Gaye.
-
Serhiy Storchaka yazdı
-
Serhiy Storchaka yazdı
Patch by ingrid, Gregory Loyse and Jelle Zijlstra.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
-
Zachary Ware yazdı
-
-
Serhiy Storchaka yazdı
Patch by Xavier de Gaye.
-
Kushal Das yazdı
-