Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only support append_history if readline has it | Benjamin Peterson | 2014-11-26 | 5 | -0/+56 |
| | |||||
* | fix variable name | Benjamin Peterson | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | add readline.append_history_file (closes #22940) | Benjamin Peterson | 2014-11-26 | 4 | -2/+106 |
| | | | | patch by "bru" | ||||
* | Issue #19676: Fixed integer overflow issue in "namereplace" error handler. | Serhiy Storchaka | 2014-11-26 | 1 | -5/+11 |
| | |||||
* | merge 3.4 | Benjamin Peterson | 2014-11-26 | 2 | -0/+13 |
|\ | |||||
| * | handle errors without a reason attribute | Benjamin Peterson | 2014-11-25 | 1 | -1/+1 |
| | | |||||
| * | don't fail tests when www.python.org can't be validated by the system | Benjamin Peterson | 2014-11-25 | 2 | -0/+13 |
| | | |||||
* | | Issue #19676: Tweak documentation a bit. | Berker Peksag | 2014-11-25 | 2 | -3/+5 |
| | | | | | | | | | | | | * Updated version info to 3.5 * Fixed a markup error * Added a versionadded directive to namereplace_errors documentation | ||||
* | | (Merge 3.4) Closes #22685, asyncio: Set the transport of stdout and stderr | Victor Stinner | 2014-11-25 | 2 | -5/+44 |
|\ \ | |/ | | | | | | | StreamReader objects in the SubprocessStreamProtocol. It allows to pause the transport to not buffer too much stdout or stderr data. | ||||
| * | Closes #22685, asyncio: Set the transport of stdout and stderr StreamReader | Victor Stinner | 2014-11-25 | 2 | -5/+44 |
| | | | | | | | | | | objects in the SubprocessStreamProtocol. It allows to pause the transport to not buffer too much stdout or stderr data. | ||||
* | | Issue #19676: Added the "namereplace" error handler. | Serhiy Storchaka | 2014-11-25 | 11 | -7/+255 |
| | | |||||
* | | Issue #20351: Add examples for csv.DictReader and csv.DictWriter. | Berker Peksag | 2014-11-24 | 1 | -0/+25 |
|\ \ | |/ | | | | | Patch by Charles-Axel Dein. | ||||
| * | Issue #20351: Add examples for csv.DictReader and csv.DictWriter. | Berker Peksag | 2014-11-24 | 1 | -0/+25 |
| | | | | | | | | Patch by Charles-Axel Dein. | ||||
* | | Issue #22934: Update the comment to mention Programs/_freeze_importlib.c. | Berker Peksag | 2014-11-24 | 2 | -2/+2 |
| | | |||||
* | | update versionchanged | Benjamin Peterson | 2014-11-24 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 (#22788) | Benjamin Peterson | 2014-11-24 | 4 | -21/+24 |
|\ \ | |/ | |||||
| * | add context parameter to HTTPHandler (closes #22788) | Benjamin Peterson | 2014-11-24 | 4 | -21/+24 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2014-11-24 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | add NEWS note for #22921 | Benjamin Peterson | 2014-11-24 | 1 | -0/+3 |
| | | |||||
* | | merge 3.4 (null) | Benjamin Peterson | 2014-11-24 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | correct versionchanged version | Benjamin Peterson | 2014-11-24 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 (#22921) | Benjamin Peterson | 2014-11-23 | 16 | -79/+24 |
|\ \ | |/ | |||||
| * | don't require OpenSSL SNI to pass hostname to ssl functions (#22921) | Benjamin Peterson | 2014-11-23 | 16 | -67/+22 |
| | | | | | | | | Patch by Donald Stufft. | ||||
* | | merge 3.4 | Benjamin Peterson | 2014-11-23 | 1 | -4/+1 |
|\ \ | |/ | |||||
| * | document that cadefault does nothing now | Benjamin Peterson | 2014-11-23 | 1 | -4/+1 |
| | | |||||
* | | Update importlib.h | Antoine Pitrou | 2014-11-23 | 1 | -430/+430 |
| | | |||||
* | | Issue #22894: TestCase.subTest() would cause the test suite to be stopped ↵ | Antoine Pitrou | 2014-11-23 | 3 | -1/+33 |
|\ \ | |/ | | | | | when in failfast mode, even in the absence of failures. | ||||
| * | Issue #22894: TestCase.subTest() would cause the test suite to be stopped ↵ | Antoine Pitrou | 2014-11-23 | 3 | -1/+33 |
| | | | | | | | | when in failfast mode, even in the absence of failures. | ||||
* | | Null merge | Antoine Pitrou | 2014-11-23 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Issue #22638: SSLv3 is now disabled throughout the standard library. | Antoine Pitrou | 2014-10-17 | 2 | -0/+6 |
| | | | | | | | | It can still be enabled by instantiating a SSLContext manually. | ||||
* | | PEP 479: Use the return-keyword instead of raising StopIteration inside a ↵ | Raymond Hettinger | 2014-11-23 | 6 | -7/+4 |
| | | | | | | | | generators. | ||||
* | | PEP 479: Don't let StopIteration bubble out of calls to next() inside a ↵ | Raymond Hettinger | 2014-11-23 | 2 | -7/+28 |
| | | | | | | | | generator. | ||||
* | | Really add downloads page link to OS X installer README screens. | Ned Deily | 2014-11-22 | 2 | -1/+15 |
| | | |||||
* | | Add downloads page link to OS X installer README screens. | Ned Deily | 2014-11-22 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Add downloads page link to OS X installer README screens. | Ned Deily | 2014-11-22 | 2 | -8/+9 |
| | | |||||
* | | Issue #22834: cwd can't not exist on Windows, skip the test | Zachary Ware | 2014-11-22 | 1 | -0/+1 |
| | | |||||
* | | Closes #22869: Move PyOS_CheckStack back to pythonrun.c | Zachary Ware | 2014-11-22 | 2 | -38/+37 |
| | | |||||
* | | Issue #22869: Remove duplicate stack check from pythonrun.c | Steve Dower | 2014-11-22 | 1 | -37/+0 |
| | | |||||
* | | Issue #19720: Suppressed context for some exceptions in importlib. | Serhiy Storchaka | 2014-11-21 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | Issue #17293: socket.gethostbyname() can raise an exception of FreeBSD. | Serhiy Storchaka | 2014-11-21 | 1 | -1/+4 |
| | | |||||
* | | Issue #19720: Suppressed context for some exceptions in importlib. | Serhiy Storchaka | 2014-11-21 | 3 | -5/+6 |
| | | |||||
* | | Issue #22834: Have import suppress FileNotFoundError when the current | Brett Cannon | 2014-11-21 | 7 | -1000/+1042 |
| | | | | | | | | | | | | working directory no longer exists. Thanks to Martin Panter for the bug report. | ||||
* | | Issue #22869: Add pylifecycle.c/.h files to pythoncore project. | Steve Dower | 2014-11-21 | 2 | -0/+8 |
| | | |||||
* | | Issue #22796: HTTP cookie parsing is now stricter, in order to protect ↵ | Antoine Pitrou | 2014-11-21 | 3 | -23/+48 |
| | | | | | | | | against potential injection attacks. | ||||
* | | (Merge 3.4) asyncio: BaseSelectorEventLoop.close() now closes the self-pipe | Victor Stinner | 2014-11-20 | 1 | -1/+3 |
|\ \ | |/ | | | | | | | before calling the parent close() method. If the event loop is already closed, the self-pipe is not unregistered from the selector. | ||||
| * | asyncio: BaseSelectorEventLoop.close() now closes the self-pipe before calling | Victor Stinner | 2014-11-20 | 1 | -1/+3 |
| | | | | | | | | | | the parent close() method. If the event loop is already closed, the self-pipe is not unregistered from the selector. | ||||
* | | Merge 3.4 (asyncio) | Victor Stinner | 2014-11-20 | 4 | -21/+35 |
|\ \ | |/ | |||||
| * | asyncio: Coroutine objects are now rejected with a TypeError by the following | Victor Stinner | 2014-11-20 | 4 | -21/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | functions: * add_signal_handler() * call_at() * call_later() * call_soon() * call_soon_threadsafe() * run_in_executor() Fix also the error message of add_signal_handler() (fix the name of the function). | ||||
* | | Merge with 3.4 (asyncio) | Victor Stinner | 2014-11-20 | 3 | -43/+67 |
|\ \ | |/ | |||||
| * | asyncio, test_events: Ignore the "SSL handshake failed" log in debug mode | Victor Stinner | 2014-11-20 | 1 | -1/+3 |
| | |