- 06 Oct, 2013 13 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
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
-
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. (grafted from f34c59494420765b013136ca93f63b716d9f1d30)
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
Ezio Melotti authored
-
- 04 Oct, 2013 1 commit
-
-
Benjamin Peterson authored
-
- 03 Oct, 2013 1 commit
-
-
Serhiy Storchaka authored
-
- 02 Oct, 2013 3 commits
-
-
Ned Deily authored
-
Martin v. Löwis authored
-
Serhiy Storchaka authored
and instances of set and frozenset subclasses.
-
- 01 Oct, 2013 10 commits
-
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Senthil Kumaran authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Barry Warsaw authored
-
- 30 Sep, 2013 7 commits
-
-
Barry Warsaw authored
prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen.
-
Barry Warsaw authored
prevent readline() calls from consuming too much memory. Patch by Jyrki Pulliainen.
-
Barry Warsaw authored
-
Barry Warsaw authored
-
Antoine Pitrou authored
Patch by Oscar Benjamin.
-
Barry Warsaw authored
-
Barry Warsaw authored
-