Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge 3.3 | Benjamin Peterson | 2015-01-01 | 2 | -2/+2 |
|\ | |||||
| * | merge 3.2 | Benjamin Peterson | 2015-01-01 | 2 | -2/+2 |
| |\ | |||||
| | * | update for copyright for 2015 | Benjamin Peterson | 2015-01-01 | 2 | -2/+2 |
| | | | |||||
| | * | Copyright year update, add version to licenses.v3.2.6rc1 | Georg Brandl | 2014-10-04 | 2 | -2/+6 |
| | | | |||||
| | * | Issue #18747: document issue with OpenSSL's CPRNG state and fork | Christian Heimes | 2013-10-29 | 2 | -0/+12 |
| | | | |||||
| | * | Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than | Georg Brandl | 2014-09-30 | 1 | -1/+1 |
| | | | | | | | | | | | | 100 headers are read. Adapted from patch by Jyrki Pulliainen. | ||||
* | | | update docs for #23111 | Benjamin Peterson | 2014-12-30 | 1 | -1/+1 |
| | | | |||||
* | | | use a proper m-dash | Benjamin Peterson | 2014-12-29 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #23125: Update nose project page link. | Berker Peksag | 2014-12-28 | 1 | -1/+1 |
| | | | | | | | | | | | | Reported by Damien Marié. | ||||
* | | | #23040: Clarify treatment of encoding and errors when component is bytes. | R David Murray | 2014-12-25 | 1 | -3/+4 |
| | | | | | | | | | | | | Patch by Wojtek Ruszczewski. | ||||
* | | | update correct French examples (#23109) | Benjamin Peterson | 2014-12-24 | 1 | -2/+2 |
| | | | |||||
* | | | improve incorrect French (#23109) | Benjamin Peterson | 2014-12-24 | 1 | -2/+2 |
| | | | | | | | | | | | | Following suggestions from Clément. | ||||
* | | | doucment that Py_SetPath copies its argument (closes #23110) | Benjamin Peterson | 2014-12-24 | 1 | -0/+3 |
| | | | |||||
* | | | asyncio doc: Fix doc of get and put methods of Queue | Victor Stinner | 2014-12-22 | 1 | -8/+13 |
| | | | |||||
* | | | Fix typo. | Barry Warsaw | 2014-12-19 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #23070: Fix a comment in the tutorial. | Berker Peksag | 2014-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | "Python" has 6 characters, not 7. Reported by Ross Burnett. | ||||
* | | | Issue #23049: Pure python equivalent shouldn't imply more exactitude than ↵ | Raymond Hettinger | 2014-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | | is really there. | ||||
* | | | asyncio doc: call_soon() does not call immediatly the callback. Patch written | Victor Stinner | 2014-12-15 | 1 | -1/+3 |
| | | | | | | | | | | | | by Martin Panter. | ||||
* | | | Issue #23047: Fix typo in pyporting.rst. | Berker Peksag | 2014-12-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Patch by Chaitanya agrawal. | ||||
* | | | Issue #17128: Use private version of OpenSSL for 3.x OS X 10.5+ installers. | Ned Deily | 2014-12-13 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Among other issues, the Apple-supplied 0.9.7 libs for the 10.5 ABI cannot verify newer SHA-256 certs as now used by python.org services. Document in the installer ReadMe some of the certificate management issues that users now need to be more concerned with due to PEP 476's enabling cert verification by default. For now, continue to use the Apple-supplied 0.9.8 libs for the 10.6+ installer since they use Apple private APIs to verify certificates using the system- and user-managed CA keychain stores. | ||||
* | | | Address some comments from Nick Coghlan | Brett Cannon | 2014-12-12 | 1 | -8/+23 |
| | | | |||||
* | | | remove reference to dead irc channel (closes #23038) | Benjamin Peterson | 2014-12-12 | 1 | -3/+1 |
| | | | |||||
* | | | Issue 23005: Fix typos | Raymond Hettinger | 2014-12-12 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #22823: Fixed an output of sets in examples. | Serhiy Storchaka | 2014-12-11 | 1 | -12/+12 |
| | | | |||||
* | | | whitespace | Terry Jan Reedy | 2014-12-10 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #23006 whitespace | Terry Jan Reedy | 2014-12-10 | 1 | -2/+2 |
| | | | |||||
* | | | Issue #23006: Improve the documentation and indexing of dict.__missing__. | Terry Jan Reedy | 2014-12-10 | 2 | -5/+14 |
| | | | | | | | | | | | | | | | Add an entry in the language datamodel special methods section. Revise and index its discussion in the stdtypes mapping/dict section. | ||||
* | | | fix path to patchlevel.py | Benjamin Peterson | 2014-12-10 | 1 | -1/+1 |
| | | | |||||
* | | | #22918: Drop obsolete mention of 'keys' in datamodel __iter__ docs. | R David Murray | 2014-12-10 | 1 | -2/+1 |
| | | | | | | | | | | | | Patch by Chaitanya Agrawal. | ||||
* | | | Issue #12602: Add missing cross-references to runpy and using/cmdline docs. | Berker Peksag | 2014-12-09 | 3 | -7/+20 |
| | | | | | | | | | | | | Patch by Éric Araujo. | ||||
* | | | fix reference by adding module name | Benjamin Peterson | 2014-12-07 | 1 | -1/+1 |
| | | | |||||
* | | | HTTPSConnection: prefer the context's check_hostname attribute over the ↵ | Benjamin Peterson | 2014-12-07 | 1 | -8/+3 |
| | | | | | | | | | | | | constructor parameter (#22959) | ||||
* | | | note that sslv3 may not be available | Benjamin Peterson | 2014-12-06 | 1 | -2/+5 |
| | | | |||||
* | | | Fix a bad link | Brett Cannon | 2014-12-05 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #22581: Use more "bytes-like object" throughout the docs and comments. | Serhiy Storchaka | 2014-12-05 | 4 | -17/+20 |
| | | | |||||
* | | | Issue #22914: Update the Python 2/3 porting HOWTO to describe a more | Brett Cannon | 2014-12-05 | 1 | -584/+343 |
| | | | | | | | | | | | | automated process. | ||||
* | | | Edit Menus section of Idle doc. Make menu entries match current Idle in order | Terry Jan Reedy | 2014-12-05 | 1 | -123/+138 |
| | | | | | | | | | | | | and case. Edit some of the explanatory sentences and end all with a period. | ||||
* | | | docs.inspect: Fix BoundArguments example. Issue #22998. | Yury Selivanov | 2014-12-05 | 1 | -1/+2 |
| | | | |||||
* | | | Issue #3068: Document the new Configure Extensions dialog and menu entry. | Terry Jan Reedy | 2014-12-04 | 1 | -11/+19 |
| | | | |||||
* | | | Issue #16893: For Idle doc, move index entries, copy no-subprocess section | Terry Jan Reedy | 2014-12-04 | 1 | -20/+38 |
| | | | | | | | | | | | | | | | from idlelib/help.txt, add 'C' comment, and remove obsolete ^Z comment Original patch by Zach Ware. | ||||
* | | | Fix #22987: update the compatibility matrix for a SSLv23 client. | Antoine Pitrou | 2014-12-03 | 1 | -4/+3 |
| | | | |||||
* | | | Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects | Serhiy Storchaka | 2014-12-03 | 1 | -8/+2 |
| | | | | | | | | | | | | | | | | | | returned by ZipFile.open() can now operate independently of the ZipFile even if the ZipFile was created by passing in a file-like object as the first argument to the constructor. | ||||
* | | | Closes #22475: asyncio doc, fix Task.get_stack() doc | Victor Stinner | 2014-12-02 | 1 | -1/+1 |
| | | | |||||
* | | | Close #22473: asyncio doc: rephrase Future with run_forever() example | Victor Stinner | 2014-12-02 | 1 | -8/+3 |
| | | | |||||
* | | | Removed duplicated words in in comments and docs. | Serhiy Storchaka | 2014-12-01 | 2 | -2/+2 |
| | | | |||||
* | | | context is keyword-only | Benjamin Peterson | 2014-11-30 | 1 | -1/+1 |
| | | | |||||
* | | | add context parameter to xmlrpclib.ServerProxy (#22960) | Benjamin Peterson | 2014-11-30 | 1 | -2/+7 |
| | | | | | | | | | | | | Patch by Alex Gaynor. | ||||
* | | | Closes #22348: Rephrase asyncio.StreamWriter.drain() documentation | Victor Stinner | 2014-11-28 | 1 | -4/+10 |
| | | | | | | | | | | | | Patch written by Martin Richard. | ||||
* | | | asyncio doc: reformat event loop policy doc | Victor Stinner | 2014-11-28 | 1 | -8/+18 |
| | | | |||||
* | | | asyncio doc: explain how to pass keywords to callbacks (functools.partial) | Victor Stinner | 2014-11-28 | 2 | -0/+38 |
| | | |