Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed duplicated words in in comments and docs. | Serhiy Storchaka | 2014-12-01 | 2 | -2/+2 |
|\ | |||||
| * | Removed duplicated words in in comments and docs. | Serhiy Storchaka | 2014-12-01 | 2 | -2/+2 |
| | | |||||
* | | Issue #21032: Deprecated the use of re.LOCALE flag with str patterns or | Serhiy Storchaka | 2014-12-01 | 1 | -1/+5 |
| | | | | | | | | re.ASCII. It was newer worked. | ||||
* | | merge 3.4 | Benjamin Peterson | 2014-11-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | context is keyword-only | Benjamin Peterson | 2014-11-30 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 (#22960) | Benjamin Peterson | 2014-11-30 | 1 | -3/+8 |
|\ \ | |/ | |||||
| * | add context parameter to xmlrpclib.ServerProxy (#22960) | Benjamin Peterson | 2014-11-30 | 1 | -2/+7 |
| | | | | | | | | Patch by Alex Gaynor. | ||||
* | | Issue #22389: Add contextlib.redirect_stderr(). | Berker Peksag | 2014-11-28 | 2 | -0/+19 |
| | | |||||
* | | (Merge 3.4) Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation | Victor Stinner | 2014-11-28 | 1 | -4/+10 |
|\ \ | |/ | | | | | Patch written by Martin Richard. | ||||
| * | Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation | Victor Stinner | 2014-11-28 | 1 | -4/+10 |
| | | | | | | | | Patch written by Martin Richard. | ||||
* | | (Merge 3.4) asyncio doc: reformat event loop policy doc | Victor Stinner | 2014-11-28 | 1 | -8/+18 |
|\ \ | |/ | |||||
| * | asyncio doc: reformat event loop policy doc | Victor Stinner | 2014-11-28 | 1 | -8/+18 |
| | | |||||
* | | (Merge 3.4) asyncio doc: explain how to pass keywords to callbacks | Victor Stinner | 2014-11-28 | 2 | -0/+38 |
|\ \ | |/ | | | | | (functools.partial) | ||||
| * | asyncio doc: explain how to pass keywords to callbacks (functools.partial) | Victor Stinner | 2014-11-28 | 2 | -0/+38 |
| | | |||||
* | | Issue #21514: The documentation of the json module now refers to new JSON RFC | Serhiy Storchaka | 2014-11-27 | 1 | -39/+72 |
|\ \ | |/ | | | | | 7159 instead of obsoleted RFC 4627. | ||||
| * | Issue #21514: The documentation of the json module now refers to new JSON RFC | Serhiy Storchaka | 2014-11-27 | 1 | -39/+72 |
| | | | | | | | | 7159 instead of obsoleted RFC 4627. | ||||
* | | Merge with 3.4 | Zachary Ware | 2014-11-27 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | pydoc: Add a note about setting PAGER to affect console output pagination. | Zachary Ware | 2014-11-27 | 1 | -0/+4 |
| | | | | | | | | Suggested by James Lowden on docs@. | ||||
* | | Issue22780: reword NotImplemented docs to emphasise should | Ethan Furman | 2014-11-27 | 3 | -4/+25 |
|\ \ | |/ | |||||
| * | (3.4) Issue22780: reword NotImplemented docs to emphasise should | Ethan Furman | 2014-11-27 | 3 | -4/+26 |
| | | |||||
* | | Merge with 3.4 | Zachary Ware | 2014-11-27 | 1 | -6/+4 |
|\ \ | |/ | |||||
| * | pydoc: Remove mention of '-g' command line option, document its removal. | Zachary Ware | 2014-11-27 | 1 | -6/+4 |
| | | |||||
* | | add readline.append_history_file (closes #22940) | Benjamin Peterson | 2014-11-26 | 1 | -1/+28 |
| | | | | | | | | patch by "bru" | ||||
* | | 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 | ||||
* | | Issue #19676: Added the "namereplace" error handler. | Serhiy Storchaka | 2014-11-25 | 5 | -5/+34 |
| | | |||||
* | | 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. | ||||
* | | update versionchanged | Benjamin Peterson | 2014-11-24 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 (#22788) | Benjamin Peterson | 2014-11-24 | 1 | -5/+10 |
|\ \ | |/ | |||||
| * | add context parameter to HTTPHandler (closes #22788) | Benjamin Peterson | 2014-11-24 | 1 | -5/+10 |
| | | |||||
| * | correct versionchanged version | Benjamin Peterson | 2014-11-24 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 (#22921) | Benjamin Peterson | 2014-11-23 | 1 | -7/+7 |
|\ \ | |/ | |||||
| * | don't require OpenSSL SNI to pass hostname to ssl functions (#22921) | Benjamin Peterson | 2014-11-23 | 1 | -7/+7 |
| | | | | | | | | 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 |
| | | |||||
* | | PEP 479: Don't let StopIteration bubble out of calls to next() inside a ↵ | Raymond Hettinger | 2014-11-23 | 1 | -4/+16 |
| | | | | | | | | generator. | ||||
* | | Issue #22834: Have import suppress FileNotFoundError when the current | Brett Cannon | 2014-11-21 | 3 | -0/+20 |
| | | | | | | | | | | | | working directory no longer exists. Thanks to Martin Panter for the bug report. | ||||
* | | Issue #22453: Removed non-documented macro PyObject_REPR(). | Serhiy Storchaka | 2014-11-18 | 1 | -0/+4 |
| | | |||||
* | | Close #19494: add urrlib.request.HTTPBasicPriorAuthHandler | Nick Coghlan | 2014-11-12 | 2 | -0/+20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This auth handler adds the Authorization header to the first HTTP request rather than waiting for a HTTP 401 Unauthorized response from the server as the default HTTPBasicAuthHandler does. This allows working with websites like https://api.github.com which do not follow the strict interpretation of RFC, but more the dicta in the end of section 2 of RFC 2617: > A client MAY preemptively send the corresponding Authorization > header with requests for resources in that space without receipt > of another challenge from the server. Similarly, when a client > sends a request to a proxy, it may reuse a userid and password in > the Proxy-Authorization header field without receiving another > challenge from the proxy server. See section 4 for security > considerations associated with Basic authentication. Patch by Matej Cepl. | ||||
* | | Issue #22845: Improved formatting of dis documentation. | Serhiy Storchaka | 2014-11-11 | 1 | -23/+24 |
|\ \ | |/ | |||||
| * | Issue #22845: Improved formatting of dis documentation. | Serhiy Storchaka | 2014-11-11 | 1 | -23/+24 |
| | | |||||
* | | Issue #22839: Fix Snapshot.statistics() link. | Berker Peksag | 2014-11-10 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #22839: Fix Snapshot.statistics() link. | Berker Peksag | 2014-11-10 | 1 | -1/+1 |
| | | |||||
* | | Issue #22578: Added attributes to the re.error class. | Serhiy Storchaka | 2014-11-10 | 1 | -2/+25 |
| | | |||||
* | | Issue #21650: Add an `--sort-keys` option to json.tool CLI. | Berker Peksag | 2014-11-10 | 2 | -0/+19 |
| | | |||||
* | | Issue #22824: Updated reprlib output format for sets to use set literals. | Raymond Hettinger | 2014-11-10 | 1 | -1/+1 |
| | | |||||
* | | merge | Raymond Hettinger | 2014-11-10 | 1 | -4/+5 |
|\ \ | |/ | |||||
| * | Issue 22830: Clarify docs for functools.cmp_to_key(). | Raymond Hettinger | 2014-11-10 | 1 | -4/+5 |
| | | |||||
* | | Issue #22823: Use set literals instead of creating a set from a list | Raymond Hettinger | 2014-11-09 | 2 | -2/+2 |
| | | |||||
* | | Issue #22695: Fix rendering of the deprecated-removed role in HTML. | Berker Peksag | 2014-11-08 | 1 | -6/+4 |
|\ \ | |/ |