| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Ganswindt from docs@)
|
|
|
|
| |
docs@)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
reflect 2-tuples.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
frozenset subclasses.
|
| |
|
|
|
|
| |
Report and patch by Hrvoje Nikšić
|
|
|
|
| |
The path wasn't being taken due to an over-restrictive type check.
|
| |
|
|
|
|
|
|
| |
when necessary.
Patch by Oscar Benjamin.
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
is used.
|
|
|
|
| |
Patch by Xavier de Gaye.
|
|
|
|
|
|
|
|
| |
Au_read.readframes() now updates current file position and reads correct
number of frames from multichannel stream. Au_write.writeframesraw() now
correctly updates current file position. Au_read.getnframes() now returns an
integer (as in Python 2). Au_read and Au_write now correctly works with file
object if start file position is not a zero.
|