- 06 Oct, 2013 18 commits
-
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
Fix markup to not add parens to the "hashlib.md5" constructor when the object is meant, not the call.
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Georg Brandl authored
-
Raymond Hettinger authored
-
Raymond Hettinger authored
-
- 05 Oct, 2013 5 commits
-
-
Tim Peters authored
Reduce the base by the modulus when the base is larger than the modulus. This can unboundedly speed the "startup costs" of doing modular exponentiation, particularly in cases where the base is much larger than the modulus. Original patch by Armin Rigo, inspired by https://github.com/pyca/ed25519.
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 04 Oct, 2013 3 commits
-
-
Raymond Hettinger authored
-
Jesus Cea authored
-
Jesus Cea authored
-
- 03 Oct, 2013 6 commits
-
-
Eric Snow authored
-
Eric Snow authored
-
Eric Snow authored
-
Eric Snow authored
-
Antoine Pitrou authored
-
Serhiy Storchaka authored
-
- 02 Oct, 2013 4 commits
-
-
Ned Deily authored
-
Martin v. Löwis authored
-
Serhiy Storchaka authored
frozenset subclasses.
-
Raymond Hettinger authored
-
- 01 Oct, 2013 3 commits
-
-
Nick Coghlan authored
Report and patch by Hrvoje Nikšić
-
Raymond Hettinger authored
The path wasn't being taken due to an over-restrictive type check.
-
Senthil Kumaran authored
-
- 30 Sep, 2013 1 commit
-
-
Antoine Pitrou authored
Patch by Oscar Benjamin.
-