| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
as reported by Serhiy Storchaka and Matthew Barnett.
|
|
|
|
| |
found by Serhiy Storchaka and Matthew Barnett
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
rotation.
|
|
|
|
|
| |
Document that ctypes automatically applies byref() when argtypes declares
POINTER.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Previously the parts of the message retained whatever linesep they had on
read, which means if the messages weren't read in univeral newline mode, the
line endings could well be inconsistent. In general sending it via smtplib
would result in them getting fixed, but it is better to generate them
correctly to begin with. Also, the new send_message method of smtplib does
not do the fixup, so that method is producing rfc-invalid output without this
fix.
|
| |
|
|
|
|
| |
that disables crash popups on Windows and use it in test_ctypes.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
response message when send_error includes a message in addition to error
status. Patch contributed by Karl.
|
|
|
|
| |
list is being resized concurrently.
|
|
|
|
| |
by Marius Gedminas.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
specified to demonstrate correct behavior
|
| |
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|