| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
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'.
|
| |
|
| |
|
| |
|
|
|
|
| |
creates not a cursor. Patch by Xiang Zhang.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Patch by Jaysinh Shukla and Stéphane Wirtel.
|
|
|
|
| |
Patch by SilengGhost.
|
|
|
|
|
|
|
|
| |
Multi-phase extension module import now correctly allows the
``m_methods`` field to be used to add module level functions
to instances of non-module types returned from ``Py_create_mod``.
Patch by Xiang Zhang.
|
| |
|
| |
|
| |
|