Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #20315: Removed support for backward compatibility with early 2.x ↵ | Serhiy Storchaka | 2014-01-20 | 8 | -98/+3 |
|\ | | | | | | | | | | | | | versions. Removed backward compatibility alias curses.window.nooutrefresh which should be removed in 2.3. | ||||
| * | Issue #20315: Removed support for backward compatibility with early 2.x ↵ | Serhiy Storchaka | 2014-01-20 | 6 | -93/+3 |
| | | | | | | | | versions. | ||||
* | | Fix grammar and add markup | Eli Bendersky | 2014-01-20 | 1 | -5/+6 |
| | | |||||
* | | Formatting & rst link markup fixes | Eli Bendersky | 2014-01-20 | 1 | -3/+4 |
| | | |||||
* | | Clarify what the loop arguments means for functions listed in 18.5.2.5 | Eli Bendersky | 2014-01-20 | 1 | -0/+6 |
| | | |||||
* | | Explain the 'result' argument in asyncio.sleep | Eli Bendersky | 2014-01-20 | 1 | -1/+2 |
| | | |||||
* | | Merge from 3.3. | Stefan Krah | 2014-01-20 | 2 | -1/+3 |
|\ \ | |/ | |||||
| * | Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H. | Stefan Krah | 2014-01-20 | 2 | -1/+3 |
| | | |||||
* | | Fixes Issue #20165: The unittest module no longer considers tests marked with | Gregory P. Smith | 2014-01-20 | 4 | -5/+17 |
| | | | | | | | | @expectedFailure successful if they pass. | ||||
* | | Fix the unittest to run properly when the working directory has | Gregory P. Smith | 2014-01-20 | 1 | -1/+1 |
| | | | | | | | | additional bits set (such as the setgid or sticky bits). | ||||
* | | merge 3.3 (#6627) | Benjamin Peterson | 2014-01-20 | 1 | -6/+12 |
|\ \ | |/ | |||||
| * | put notes in a ..note section | Benjamin Peterson | 2014-01-20 | 1 | -12/+12 |
| | | |||||
| * | document that a new Python thread context is created in ctypes callbacks ↵ | Benjamin Peterson | 2014-01-20 | 1 | -1/+7 |
| | | | | | | | | | | | | (closes #6627) Patch by Nikolaus Rath. | ||||
* | | Improve fix for issue #20300. | Larry Hastings | 2014-01-19 | 1 | -1/+1 |
| | | |||||
* | | Issue #20300: Fix exception when setting conversion class member "default" | Larry Hastings | 2014-01-19 | 1 | -2/+4 |
| | | | | | | | | to None. | ||||
* | | Issue #20294: Argument Clinic now supports argument parsing for __new__ and | Larry Hastings | 2014-01-19 | 6 | -239/+365 |
| | | | | | | | | __init__ functions. | ||||
* | | Issue #20299: Argument Clinic custom converters may now change the default | Larry Hastings | 2014-01-19 | 2 | -2/+7 |
| | | | | | | | | value of c_default and py_default with a class member. | ||||
* | | merge 3.3 (#17811) | Benjamin Peterson | 2014-01-19 | 2 | -12/+20 |
|\ \ | |/ | |||||
| * | improve description of buffers argument for readv/writev (closes #17811) | Benjamin Peterson | 2014-01-19 | 2 | -14/+22 |
| | | | | | | | | Patch by Nikolaus Rath. | ||||
* | | merge 3.3 (#18574) | Benjamin Peterson | 2014-01-19 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | correct news entry for #18574 | Benjamin Peterson | 2014-01-19 | 1 | -2/+2 |
| | | |||||
* | | merge 3.3 (#18574) | Benjamin Peterson | 2014-01-19 | 4 | -3/+9 |
|\ \ | |/ | |||||
| * | add Nikolaus Rath to ACKS | Benjamin Peterson | 2014-01-19 | 1 | -0/+1 |
| | | |||||
| * | fix handling of 100-continue status code (closes #18574) | Benjamin Peterson | 2014-01-19 | 3 | -3/+8 |
| | | |||||
* | | Use correct C type in byte_converter. | Serhiy Storchaka | 2014-01-18 | 1 | -1/+1 |
| | | |||||
* | | Fix test failures (--without-doc-strings). | Stefan Krah | 2014-01-18 | 1 | -1/+3 |
| | | |||||
* | | Merge #19855: restore use of LC_ALL, not LC_MESSAGES | R David Murray | 2014-01-18 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | #19855: restore use of LC_ALL, not LC_MESSAGES | R David Murray | 2014-01-18 | 1 | -2/+2 |
| | | | | | | | | | | | | I didn't realize LC_ALL was an override, and I should have. I tried to make a test, but it is not clear that the LC variables actually affect the strings that uuid is using to parse the command output. | ||||
* | | Issue #20270: urllib.urlparse now supports empty ports. | Serhiy Storchaka | 2014-01-18 | 3 | -24/+47 |
|\ \ | |/ | |||||
| * | Issue #20270: urllib.urlparse now supports empty ports. | Serhiy Storchaka | 2014-01-18 | 3 | -24/+47 |
| | | |||||
* | | Issue #20244: Fixed possible file leaks when unexpected error raised in | Serhiy Storchaka | 2014-01-18 | 1 | -0/+6 |
|\ \ | |/ | | | | | tarfile open functions. | ||||
| * | Issue #20244: Fixed possible file leaks when unexpected error raised in | Serhiy Storchaka | 2014-01-18 | 1 | -0/+6 |
| | | | | | | | | tarfile open functions. | ||||
* | | Issue #20243: TarFile no longer raise ReadError when opened in write mode. | Serhiy Storchaka | 2014-01-18 | 3 | -10/+35 |
|\ \ | |/ | |||||
| * | Issue #20243: TarFile no longer raise ReadError when opened in write mode. | Serhiy Storchaka | 2014-01-18 | 3 | -11/+36 |
| | | |||||
* | | Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't | Serhiy Storchaka | 2014-01-18 | 3 | -1/+10 |
|\ \ | |/ | | | | | write complete output on close. | ||||
| * | Issue #20238: TarFile opened with external fileobj and "w:gz" mode didn't | Serhiy Storchaka | 2014-01-18 | 3 | -1/+10 |
| | | | | | | | | write complete output on close. | ||||
* | | Issue #20245: The open functions in the tarfile module now correctly handle ↵ | Serhiy Storchaka | 2014-01-18 | 3 | -7/+25 |
|\ \ | |/ | | | | | empty mode. | ||||
| * | Issue #20245: The open functions in the tarfile module now correctly handle ↵ | Serhiy Storchaka | 2014-01-18 | 3 | -7/+25 |
| | | | | | | | | empty mode. | ||||
* | | Doc improvements for Clinic howto "Goals" section. | Larry Hastings | 2014-01-18 | 1 | -9/+9 |
| | | |||||
* | | Issue #20292: Small bug fix for Argument Clinic supporting format units | Larry Hastings | 2014-01-18 | 1 | -1/+5 |
| | | | | | | | | for strings with explicit encodings. | ||||
* | | merge 3.3 | Benjamin Peterson | 2014-01-18 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | rm extra whitespace | Benjamin Peterson | 2014-01-18 | 1 | -1/+1 |
| | | |||||
* | | merge 3.3 | Benjamin Peterson | 2014-01-18 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | link to builtin open not io.open | Benjamin Peterson | 2014-01-18 | 1 | -6/+6 |
| | | |||||
* | | merge 3.3 (#17814) | Benjamin Peterson | 2014-01-18 | 1 | -8/+16 |
|\ \ | |/ | |||||
| * | describe type of Popen streams (closes #17814) | Benjamin Peterson | 2014-01-18 | 1 | -8/+16 |
| | | | | | | | | Patch more or less by Nikolaus Rath. | ||||
* | | Issue #20287: Argument Clinic's output is now configurable, allowing | Larry Hastings | 2014-01-18 | 8 | -243/+1015 |
| | | | | | | | | delaying its output or even redirecting it to a separate file. | ||||
* | | Issue #20265: Merge with 3.3 | Zachary Ware | 2014-01-17 | 2 | -13/+12 |
|\ \ | |/ | |||||
| * | Issue #20265: Updated some parts of the Using Windows document. | Zachary Ware | 2014-01-17 | 2 | -13/+12 |
| | | | | | | | | | | | | | | Includes: -mention cx_Freeze instead of py2exe (at least until py2exe supports Python 3) -update ActivePython link -Remove mention of platforms that were never supported by Python 3 (Win9x, DOS) | ||||
* | | avoid a compiler warning about assigning const char * to char *. | Gregory P. Smith | 2014-01-17 | 1 | -1/+1 |
|\ \ | |/ |