| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Patch by Mariatta Wijaya.
|
|
|
|
| |
Original patch by Xiang Zhang.
|
|
|
|
| |
Reported by Vladimir Rutsky.
|
| |
|
| |
|
|
|
|
| |
Patch by Mariatta Wijaya.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Patch by Tom Clark.
|
|
|
|
| |
Reported by Regina Ochotzki on docs@p.o.
|
| |
|
|
|
|
| |
PyMapping_Keys and PyMapping_Values. Based on patch by Xiang Zhang.
|
| |
|
| |
|
| |
|
|
|
|
| |
an empty bytestring is passed
|
|
|
|
| |
Patch by Gergely Imreh and Markus Holtermann.
|
| |
|
|
|
|
| |
Patch by Stephen J. Turnbull.
|
|
|
|
| |
Patch by Roger Serwy, updated by Bayard Randel.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Patch by py.user.
|
|
|
|
| |
3.6 version)
|
| |
|
| |
|
|
|
|
| |
reentrancy
|
| |
|
| |
|
|
|
|
| |
issue14976.
|
| |
|
|
|
|
| |
consistent with the code.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ChaCha20 Poly1305.
|
|
|
|
|
|
| |
documentation.
Initial patch contributed by Jaysinh shukla.
|
| |
|
| |
|
| |
|
|
|
|
| |
argument.
|
| |
|
|
|
|
|
|
|
| |
Perhaps the BytesParser 'text' argument should really be bytes, but
it hasn't been, it has been text, so for backward compatibility
and for consistency with the regular Parser class, I'm keeping it
as 'text'.
|