- 11 Haz, 2016 6 kayıt (commit)
-
-
Berker Peksag yazdı
It was documented since 07a5610bae9d. Initial patch by Roger Luethi.
-
Terry Jan Reedy yazdı
Reformat header above separator line (added if missing) to a common format. Patch by Yoni Lavi.
-
Yury Selivanov yazdı
Patch by David Coles.
-
Yury Selivanov yazdı
Patch by Łukasz Langa.
-
Terry Jan Reedy yazdı
-
Terry Jan Reedy yazdı
This is how paste work on Windows, Mac, modern Linux apps, and ttk widgets. The exception was X11 tk widgets. Original patch by Serhiy Storchake.
-
- 10 Haz, 2016 3 kayıt (commit)
-
-
Berker Peksag yazdı
Initial patch by ingrid.
-
-
Berker Peksag yazdı
Patch by Arthur Carcano.
-
- 02 Haz, 2016 1 kayıt (commit)
-
-
Tommy Beadle yazdı
-
- 10 Haz, 2016 2 kayıt (commit)
-
-
Martin Panter yazdı
-
Martin Panter yazdı
-
- 02 Haz, 2016 1 kayıt (commit)
-
-
Tommy Beadle yazdı
-
- 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 6 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.
-