Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. | Terry Jan Reedy | 2013-03-09 | 2 | -1/+2 |
|\ | |||||
| * | Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. | Terry Jan Reedy | 2013-03-09 | 2 | -1/+2 |
| |\ | |||||
| | * | Issue #17332: fix json doc typo /convered/converted/ found by Ernie Hershey. | Terry Jan Reedy | 2013-03-09 | 2 | -1/+2 |
| | | | |||||
* | | | Closes #17376: Merged clarification from 3.3. | Vinay Sajip | 2013-03-08 | 1 | -1/+5 |
|\ \ \ | |/ / | |||||
| * | | Issue #17376: Merged clarification from 3.2. | Vinay Sajip | 2013-03-08 | 1 | -1/+5 |
| |\ \ | | |/ | |||||
| | * | Issue #17376: Clarified documentation for TimedRotatingFileHandler weekday ↵ | Vinay Sajip | 2013-03-08 | 1 | -1/+5 |
| | | | | | | | | | | | | rotation. | ||||
* | | | fix warning (closes #17327) | Benjamin Peterson | 2013-03-08 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #17378: ctypes documentation fix. | Eli Bendersky | 2013-03-08 | 1 | -0/+5 |
|\ \ \ | |/ / | | | | | | | | | | Document that ctypes automatically applies byref() when argtypes declares POINTER. | ||||
| * | | Issue #17378: ctypes documentation fix. | Eli Bendersky | 2013-03-08 | 1 | -0/+5 |
| |\ \ | | |/ | | | | | | | | | | Document that ctypes automatically applies byref() when argtypes declares POINTER. | ||||
| | * | Issue #17378: ctypes documentation fix. | Eli Bendersky | 2013-03-08 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | Document that ctypes automatically applies byref() when argtypes declares POINTER. | ||||
* | | | Issue #17384: Consolidated cleanup operations in tests. | Vinay Sajip | 2013-03-08 | 1 | -4/+14 |
| | | | |||||
* | | | Add PyDict_SetDefault. (closes #17327) | Benjamin Peterson | 2013-03-08 | 5 | -11/+41 |
| | | | | | | | | | | | | Patch by Stefan Behnel and I. | ||||
* | | | (Merge 3.3) Issue #17223: the test is specific to 32-bit wchar_t type | Victor Stinner | 2013-03-08 | 1 | -11/+3 |
|\ \ \ | |/ / | | | | | | | Skip the test on Windows. | ||||
| * | | Issue #17223: the test is specific to 32-bit wchar_t type | Victor Stinner | 2013-03-08 | 1 | -11/+3 |
| | | | | | | | | | | | | Skip the test on Windows. | ||||
* | | | Merge: PEP8 fixup on previous patch, remove unused imports in test_email. | R David Murray | 2013-03-07 | 2 | -6/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge: PEP8 fixup on previous patch, remove unused imports in test_email. | R David Murray | 2013-03-07 | 2 | -6/+2 |
| |\ \ | | |/ | |||||
| | * | PEP8 fixup on previous patch, remove unused import in test_email. | R David Murray | 2013-03-07 | 2 | -2/+1 |
| | | | |||||
* | | | Merge: #14645: Generator now emits correct linesep for all parts. | R David Murray | 2013-03-07 | 3 | -4/+57 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | Merge: #14645: Generator now emits correct linesep for all parts. | R David Murray | 2013-03-07 | 3 | -4/+57 |
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| | * | #14645: Generator now emits correct linesep for all parts. | R David Murray | 2013-03-07 | 3 | -4/+58 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Fix memory leak introduced in 15190138d3f3. | Ezio Melotti | 2013-03-07 | 1 | -2/+6 |
| | | | |||||
* | | | Merge typo fix in Misc/NEWS entry from 3.3. | Ezio Melotti | 2013-03-07 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge typo fix in Misc/NEWS entry from 3.2. | Ezio Melotti | 2013-03-07 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix typo in Misc/NEWS entry. | Ezio Melotti | 2013-03-07 | 1 | -1/+1 |
| | | | |||||
* | | | #11732: null merge with 3.3. | Ezio Melotti | 2013-03-07 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | #11732: null merge with 3.2. | Ezio Melotti | 2013-03-07 | 0 | -0/+0 |
| |\ \ | | |/ | |||||
| | * | #11732: add a new suppress_crash_popup() context manager to test.support ↵ | Ezio Melotti | 2013-03-07 | 4 | -6/+41 |
| | | | | | | | | | | | | that disables crash popups on Windows and use it in test_ctypes. | ||||
* | | | #11732: merge with 3.3. | Ezio Melotti | 2013-03-07 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | #11732: make suppress_crash_popup() work on Windows XP and Windows Server 2003. | Ezio Melotti | 2013-03-07 | 1 | -1/+3 |
| | | | |||||
* | | | Merge fix for #15465 from 3.3 | Nick Coghlan | 2013-03-07 | 5 | -32/+55 |
|\ \ \ | |/ / | |||||
| * | | Close #15465: Document C API version macros | Nick Coghlan | 2013-03-07 | 5 | -32/+55 |
| | | | | | | | | | | | | | | | | | | | | | Mostly moving the existing macro docs over from the standard library docs to the C API docs where they belong. Patch by Kushal Das. | ||||
* | | | Refactor ftplib by getting rid of 4 methods (retr*() and stor*()) which were ↵ | Giampaolo Rodola' | 2013-03-07 | 1 | -71/+15 |
| | | | | | | | | | | | | duplicated in TLS_FTP class. | ||||
* | | | PEP8-ify ftplib.py: get rid of multiple statements on one line (if cond: ...) | Giampaolo Rodola' | 2013-03-07 | 1 | -29/+57 |
| | | | |||||
* | | | Merge 3.3. | Stefan Krah | 2013-03-07 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Issue #17361: Use cc from sysconfig for testing flags. | Stefan Krah | 2013-03-07 | 1 | -2/+2 |
| | | | |||||
* | | | (Merge 3.3) _PyUnicode_Writer() now also reuses Unicode singletons: | Victor Stinner | 2013-03-06 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | empty string and latin1 single character | ||||
| * | | _PyUnicode_Writer() now also reuses Unicode singletons: | Victor Stinner | 2013-03-06 | 1 | -1/+1 |
| | | | | | | | | | | | | empty string and latin1 single character | ||||
* | | | Fix doc grammar and line width | Eli Bendersky | 2013-03-06 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix doc grammar and line width | Eli Bendersky | 2013-03-06 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Fix doc grammar and line width | Eli Bendersky | 2013-03-06 | 1 | -2/+2 |
| | | | |||||
* | | | Fix formatting changes that led to compilation errors | Eli Bendersky | 2013-03-06 | 1 | -4/+2 |
| | | | |||||
* | | | call_commethod was only used in samples/Windows, which no longer exists. | Eli Bendersky | 2013-03-06 | 2 | -57/+3 |
| | | | | | | | | | | | | | | | This method is dead code - not documented, not tested. As far as we know, it can be horribly broken. | ||||
* | | | Fix some formatting | Eli Bendersky | 2013-03-06 | 1 | -11/+11 |
| | | | |||||
* | | | #17364: merge with 3.3. | Ezio Melotti | 2013-03-06 | 1 | -1/+0 |
|\ \ \ | |/ / | |||||
| * | | #17364: merge with 3.2. | Ezio Melotti | 2013-03-06 | 1 | -1/+0 |
| |\ \ | | |/ | |||||
| | * | #17364: remove documentation for a function that does not exist. | Ezio Melotti | 2013-03-06 | 1 | -1/+0 |
| | | | |||||
* | | | #17363: merge with 3.3. | Ezio Melotti | 2013-03-06 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs. | Ezio Melotti | 2013-03-06 | 1 | -2/+2 |
| | | | |||||
* | | | Backed out changeset b9f7b1bf36aa | Victor Stinner | 2013-03-06 | 2 | -15/+7 |
| | | | |||||
* | | | Issue #17223: Fix PyUnicode_FromUnicode() on Windows (16-bit wchar_t type) | Victor Stinner | 2013-03-05 | 2 | -7/+15 |
| | | | | | | | | | | | | to reject invalid UTF-16 surrogate. |