- 08 Sep, 2016 33 commits
-
-
Christian Heimes authored
Issue #26798: Coverity complains about potential memcpy() of overlapped regions. It doesn't hurt to use memmove() here. CID 1372514 / CID 1372515. Upstream https://github.com/BLAKE2/BLAKE2/issues/32
-
Christian Heimes authored
Issue #16113: SHA3: allocate extra memory for lane extraction and check return value of PyModule_Create()
-
Senthil Kumaran authored
Initial patch contributed by Denver Coneybeare.
-
Senthil Kumaran authored
Initial patch contributed by Denver Coneybeare.
-
Christian Heimes authored
-
Christian Heimes authored
-
Gregory P. Smith authored
to use https and add a link to RFC-7693.
-
Gregory P. Smith authored
-
Gregory P. Smith authored
-
Ethan Furman authored
-
Eric Snow authored
-
R David Murray authored
-
R David Murray authored
-
Brett Cannon authored
-
Eric Snow authored
Patch by Ramchandra Apte.
-
R David Murray authored
-
R David Murray authored
This is a wholesale reorganization and editing of the email documentation to make the new API the standard one, and the old API the 'legacy' one. The default is still the compat32 policy, for backward compatibility. We will change that eventually.
-
Benjamin Peterson authored
-
Benjamin Peterson authored
-
Davin Potts authored
-
Steve Dower authored
-
-
-
-
between runs given the same Grammar.txt input regardless of the hash randomization setting.
-
between runs given the same Grammar.txt input regardless of the hash randomization setting.
-
Vinay Sajip authored
-
Steve Dower authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Vinay Sajip authored
-
Brett Cannon authored
Thanks to Xiang Zhang for the patch.
-
- 07 Sep, 2016 7 commits
-
-
Eric Snow authored
-
Eric Snow authored
-
Davin Potts authored
-
Martin Panter authored
-
Martin Panter authored
-
Gregory P. Smith authored
required for PGO linking to be a configure time error rather than make time when --with-optimizations is enabled. Also improve our ability to find the llvm-profdata tool on MacOS and some Linuxes.
-
Gregory P. Smith authored
required for PGO linking - to be a configure time error rather than make time when --with-optimizations is enabled. Also improve our ability to find the llvm-profdata tool on MacOS and some Linuxes.
-