| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Thanks for the e-mail report to docs@.
|
|
|
|
| |
super call
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
default arguments. Patch contributed by Chris Jerdonek.
|
| |
|
|
|
|
| |
Patch by Serhiy Storchaka.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
method doesn't require an argument again.
|
|
|
|
|
|
| |
decoder (already working as unicode strings).
Patch by Serhiy Storchaka.
|
| |
|
|
|
|
| |
all-pdf`).
|
|
|
|
| |
datetime.MAXYEAR. Patch by Cédric Krier.
|
| |
|
| |
|
|
|
|
| |
tools (dpkg-dev) installed.
|
| |
|
| |
|
|\ |
|
| | |
|
|/
|
|
| |
Storchaka.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
elements "meta" and "param".
|
|
|
|
| |
(Compiler: Solaris Studio 12.3)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
in time.
Patch by Jeremy Kloth.
|
|
|
|
| |
Patch by Chris Rebert.
|
| |
|
|
|
|
|
|
| |
ValueError when the file-like object is closed.
Patch by Alessandro Moura.
|
|
|
|
| |
Jerdonek.
|
|
|
|
| |
accordingly.
|
| |
|
|
|
|
|
|
|
|
| |
on the action's default, reverting it back to previous behavior. Conversion
is only done on string defaults.
Add a test for this and another test that ensures such type conversions are
only called once.
|
|
|
|
| |
decref 'k' in too many error cases.
|
| |
|
|
|
|
| |
int(b'', somebase) calls PyLong_FromString() with char* of length 1 but the function accesses the first argument at offset 1. CID 715359
|
|
|
|
| |
when action='append', type='str' and default=[].
|