- 09 Jan, 2017 23 commits
-
-
Vinay Sajip authored
Thanks to Evan_ for the report and Marco Buttu for the patch.
-
Vinay Sajip authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Stefan Krah authored
so let's defer this until 3.7, 3.8, ... all have this new function.
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
- There was no real problem to begin with. - The hypothetical problem has been fixed by 5bdc8e1a50c8.
-
Victor Stinner authored
-
Victor Stinner authored
Python/random.c is more then in the 3.6 branch.
-
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
-
Serhiy Storchaka authored
-
Serhiy Storchaka authored
-
Xiang Zhang authored
-
Xiang Zhang 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.
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 08 Jan, 2017 15 commits
-
-
Xiang Zhang authored
-
Xiang Zhang authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
Martin Panter authored
-
Martin Panter authored
-
Martin Panter authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
Stefan Krah authored
-
- 07 Jan, 2017 2 commits
-
-
Stefan Krah authored
maintenance issues (cost/benefit).
-
Stefan Krah authored
path in order to avoid maintenance issues.
-