- 20 Feb, 2012 4 commits
-
-
Georg Brandl authored
Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior.
-
Georg Brandl authored
in order to make algorithmic complexity attacks on (e.g.) web apps much more complicated. The environment variable PYTHONHASHSEED and the new command line flag -R control this behavior.
-
Vinay Sajip authored
-
Éric Araujo authored
Also wrap two looong lines.
-
- 19 Feb, 2012 5 commits
-
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Sandro Tosi authored
-
Benjamin Peterson authored
-
Jesus Cea authored
-
- 18 Feb, 2012 5 commits
-
-
Sandro Tosi authored
-
Charles-François Natali authored
upon malformed POST request.
-
Charles-François Natali authored
upon malformed POST request.
-
Terry Jan Reedy authored
to to makes bytes mutable, before deciding to add bytearrays.)
-
Ezio Melotti authored
-
- 17 Feb, 2012 1 commit
-
-
Petri Lehtinen authored
Closes #11689.
-
- 16 Feb, 2012 5 commits
-
-
Petri Lehtinen authored
Closes #13995.
-
Charles-François Natali authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
- 15 Feb, 2012 13 commits
-
-
Victor Stinner authored
-
Sandro Tosi authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
-
Victor Stinner authored
-
Petri Lehtinen authored
Initial patch by Johannes Vogel.
-
Antoine Pitrou authored
Patch by Hynek Schlawack.
-
Éric Araujo authored
-
Éric Araujo authored
-
Éric Araujo authored
-
Antoine Pitrou authored
-
Antoine Pitrou authored
Patch by Suman Saha.
-
Antoine Pitrou authored
Patch by Suman Saha.
-
- 14 Feb, 2012 6 commits
-
-
Antoine Pitrou authored
Issue #10287: nntplib now queries the server's CAPABILITIES first before sending MODE READER, and only sends it if not already in READER mode. Patch by Hynek Schlawack.
-
Meador Inge authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Victor Stinner authored
-
- 13 Feb, 2012 1 commit
-
-
Ezio Melotti authored
-