| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This fixes an apparent copy-and-paste error.
Patch by Manuel Jacob.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Patch by Lowe Thiderman
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Patch by Mark Dickinson.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
with 1, as in other lines.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
This fixes a bytes/string confusion in the API which prevented
custom authobjects from working at all.
Original patch by Erno Tukia.
|
|
|
|
| |
Patch by Alexander Belopolsky.
|
| |
|
|
|
|
| |
a string argument contains non-BMP character.
|
| |
|
| |
|
|
|
|
| |
non-greedy repeat. Patch by Matthew Barnett.
|
|
|
|
|
| |
increased from 65534 to 2147483647 (on 32-bit platform) or 4294967294 (on
64-bit).
|
|
|
|
| |
iterables. Patch by Ankur Ankan.
|
| |
|
| |
|
| |
|
|
|
|
| |
with size >= 2**31), instead of producing illegal marshal data.
|
| |
|
|
|
|
| |
the disk is full. Original patch by Amir Szekely.
|
| |
|
| |
|
| |
|
|
|
|
| |
Patch by Jeremy Kloth.
|
| |
|
| |
|
| |
|
|
|
|
| |
and a full traceback including line number.
|
|
|
|
| |
2*math.pi].
|
| |
|
| |
|
|
|
|
| |
symlinks on POSIX platforms.
|
|
|
|
|
|
|
|
| |
in the interpreter.
I've left a couple of them in: zlib (third-party lib), getaddrinfo.c
(doesn't include Python.h, and probably obsolete), _sre.c (legitimate
use for the re.LOCALE flag).
|
|
|
|
| |
writes and escapes non-ascii characters.
|