- 09 Jun, 2016 1 commit
-
-
Serhiy Storchaka authored
-
- 08 Jun, 2016 31 commits
-
-
Terry Jan Reedy authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
negative number without setting an exception.
-
Barry Warsaw authored
a negative number without setting an exception.
-
Terry Jan Reedy authored
-
Guido van Rossum authored
-
Guido van Rossum authored
-
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
-
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
-
Yury Selivanov authored
-
Yury Selivanov authored
-
Yury Selivanov authored
Patch by A. Jesse Jiryu Davis
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Berker Peksag authored
-
Berker Peksag authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
Patch by Susumu Koshiba.
-
Victor Stinner authored
Fix a "gcc -pendatic" warning.
-
Victor Stinner authored
Fix a "gcc -pedantic" warning on "buffer += n" because buffer type is void*.
-
Martin Panter authored
-
- 07 Jun, 2016 8 commits
-
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Terry Jan Reedy authored
-
Terry Jan Reedy authored
-
Victor Stinner 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
-