- 12 Jan, 2017 1 commit
-
-
Victor Stinner authored
-
- 11 Jan, 2017 3 commits
-
-
Serhiy Storchaka authored
-
Vinay Sajip authored
-
Martin Panter authored
-
- 10 Jan, 2017 2 commits
-
-
Xiang Zhang authored
-
Xiang Zhang authored
Based on patch by Martin Panter.
-
- 09 Jan, 2017 4 commits
-
-
Stefan Krah authored
- There was no real problem to begin with. - The hypothetical problem has been fixed by 5bdc8e1a50c8.
-
Victor Stinner authored
Copy and then adapt Python/random.c from default branch. Difference between 3.5 and default branches: * Python 3.5 only uses getrandom() in non-blocking mode: flags=GRND_NONBLOCK * If getrandom() fails with EAGAIN: py_getrandom() immediately fails and remembers that getrandom() doesn't work. * Python 3.5 has no _PyOS_URandomNonblock() function: _PyOS_URandom() works in non-blocking mode on Python 3.5
-
Serhiy Storchaka authored
-
Xiang Zhang authored
In urllib.request, suffixes in no_proxy environment variable with leading dots could match related hostnames again (e.g. .b.c matches a.b.c). Patch by Milan Oberkirch.
-
- 08 Jan, 2017 1 commit
-
-
Martin Panter authored
-
- 06 Jan, 2017 1 commit
-
-
Xavier de Gaye authored
-
- 04 Jan, 2017 1 commit
-
-
Serhiy Storchaka authored
test_powlong is the same as test_powint. Patch by Lukas Schwaighofer.
-
- 03 Jan, 2017 8 commits
-
-
Serhiy Storchaka authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Berker Peksag authored
Noticed by Serhiy Storchaka.
-
Berker Peksag authored
Patch by Jim Fasarakis-Hilliard.
-
- 02 Jan, 2017 19 commits
-
-
Ned Deily authored
-
Ned Deily authored
-
Ned Deily authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Larry Hastings authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Berker Peksag authored
Patch by Sam Breese.
-
Berker Peksag authored
Zip files can be larger than 4 GiB if allowZip64 is true (default since Python 3.4)
-
Berker Peksag authored
Patch by Jim Fasarakis-Hilliard.
-