- 10 Jun, 2016 3 commits
-
-
Berker Peksag authored
Initial patch by ingrid.
-
https://github.com/python/pythondotorg/issues/945doko@ubuntu.com authored
unused and outdated icons.
-
Berker Peksag authored
Patch by Arthur Carcano.
-
- 02 Jun, 2016 1 commit
-
-
Tommy Beadle authored
-
- 10 Jun, 2016 2 commits
-
-
Martin Panter authored
-
Martin Panter authored
-
- 02 Jun, 2016 1 commit
-
-
Tommy Beadle authored
-
- 09 Jun, 2016 2 commits
-
-
Yury Selivanov authored
-
Serhiy Storchaka authored
-
- 08 Jun, 2016 13 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
a negative number without setting an exception.
-
Guido van Rossum authored
-
Guido van Rossum authored
(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 authored
-
Yury Selivanov authored
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 authored
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by A. Jesse Jiryu Davis
-
Martin Panter authored
-
Berker Peksag authored
-
Martin Panter authored
Patch by Susumu Koshiba.
-
Martin Panter authored
-
- 07 Jun, 2016 5 commits
-
-
Vinay Sajip authored
-
Terry Jan Reedy authored
-
Victor Stinner authored
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 authored
-
Martin Panter authored
-
- 06 Jun, 2016 1 commit
-
-
Ned Deily authored
- "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 Jun, 2016 10 commits
-
-
Martin Panter authored
Based on patch by Xiang Zhang.
-
Serhiy Storchaka authored
Patch by Xiang Zhang.
-
Serhiy Storchaka authored
Original patch by Jelle Zijlstra.
-
Martin Panter authored
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 authored
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 authored
Patch by Terry Chia and Laura Rupprecht.
-
Senthil Kumaran authored
Patch contributed by Jelle Zijlstra.
-
Senthil Kumaran authored
Patch contributed by Jelle Zijlstra.
-
instead of the generic ProcessTestCase class as they are posix specific.
-
Ned Deily authored
-
- 04 Jun, 2016 2 commits
-
-
doko@ubuntu.com authored
Patch by Xavier de Gaye.
-
Serhiy Storchaka authored
-