Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Closes #23244: fix typo. Thanks Mayank Tripathi for the patch. | Georg Brandl | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | Issue 19548: update codecs module documentation | Nick Coghlan | 2015-01-06 | 1 | -1/+4 |
| | | | | | | | | - clarified the distinction between text encodings and other codecs - clarified relationship with builtin open and the io module - consolidated documentation of error handlers into one section - clarified type constraints of some behaviours - added tests for some of the new statements in the docs | ||||
* | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -3/+3 |
| | |||||
* | Closes #21782: the default hash(x) is not exactly id(x) but derived from it. | Georg Brandl | 2014-10-06 | 1 | -2/+2 |
| | |||||
* | Issue #22295: Adopt 'python -m pip' as the preferred invocation | Nick Coghlan | 2014-09-06 | 1 | -0/+8 |
| | |||||
* | Issue #22232 (partial fix): update Universal newlines Glossary entry. | Terry Jan Reedy | 2014-08-23 | 1 | -1/+1 |
| | |||||
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -0/+8 |
| | |||||
* | Issue #19713: Update importlib docs for module spec changes, including ↵ | Eric Snow | 2013-12-17 | 1 | -0/+4 |
| | | | | deprecations. | ||||
* | Issue #18840: Introduce the json module in the tutorial, and deemphasize the ↵ | Antoine Pitrou | 2013-12-05 | 1 | -4/+20 |
|\ | | | | | | | pickle module. | ||||
| * | Issue #18840: Introduce the json module in the tutorial, and deemphasize the ↵ | Antoine Pitrou | 2013-12-05 | 1 | -4/+20 |
| | | | | | | | | pickle module. | ||||
* | | Issue #18326: merge with 3.3 | Zachary Ware | 2013-11-22 | 1 | -2/+4 |
|\ \ | |/ | |||||
| * | Issue #18326: Clarify that list.sort's arguments are keyword-only. | Zachary Ware | 2013-11-22 | 1 | -2/+4 |
| | | | | | | | | | | Also, attempt to reduce confusion in the glossary by not saying there are different "types" of arguments and parameters. | ||||
* | | Tweak 'provisional' in glossary | Nick Coghlan | 2013-10-20 | 1 | -6/+13 |
| | | |||||
* | | Issue #19190: Improve cross-references in builtin types and functions ↵ | Serhiy Storchaka | 2013-10-09 | 1 | -6/+7 |
|\ \ | |/ | | | | | documentation. | ||||
| * | Issue #19190: Improve cross-references in builtin types and functions ↵ | Serhiy Storchaka | 2013-10-09 | 1 | -6/+7 |
| | | | | | | | | documentation. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-08 | 1 | -1/+9 |
|\ \ | |/ | |||||
| * | Closes #19178: some more cross-references about packages in glossary. Patch ↵ | Georg Brandl | 2013-10-08 | 1 | -1/+9 |
| | | | | | | | | by Berker Peksag. | ||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix small grammar mistake. | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| | | |||||
* | | moved the single-dispatch generic function definitions to the glossary | Łukasz Langa | 2013-06-07 | 1 | -0/+13 |
|/ | |||||
* | #14187: Add glossary entry for 'function annotations'. | R David Murray | 2013-05-06 | 1 | -0/+10 |
| | | | | Patch by Chris Rebert. | ||||
* | Elaborate on bytes-like objects. | Antoine Pitrou | 2013-05-04 | 1 | -2/+6 |
| | |||||
* | #16518: add "bytes-like object" to the glossary. | Ezio Melotti | 2013-04-30 | 1 | -0/+4 |
| | |||||
* | #16128: merge with 3.2. | Ezio Melotti | 2013-02-01 | 1 | -1/+2 |
|\ | |||||
| * | #16128: clarify that instances of user-defined classes compare equal with ↵ | Ezio Melotti | 2013-02-01 | 1 | -1/+2 |
| | | | | | | | | themselves. | ||||
* | | #16747: merge with 3.2. | Ezio Melotti | 2013-01-02 | 1 | -11/+11 |
|\ \ | |/ | |||||
| * | #16747: fix link to file objects in the glossary. | Ezio Melotti | 2013-01-02 | 1 | -11/+11 |
| | | |||||
* | | Merge from 3.2: add links and index entries for "argument" and "parameter." | Chris Jerdonek | 2012-12-25 | 1 | -2/+3 |
|\ \ | |/ | | | | | | | This adds to the work done for issue #15990 (i.e. f44b8d69e5fc and the commits referenced there). | ||||
| * | Add additional links and index entries for "argument" and "parameter". | Chris Jerdonek | 2012-12-25 | 1 | -2/+3 |
| | | | | | | | | | | This adds to the work done for issue #15990 (i.e. f44b8d69e5fc and the commits referenced there). | ||||
* | | Merge from 3.2: improve argument/parameter documentation (issue #15990). | Chris Jerdonek | 2012-11-28 | 1 | -18/+76 |
|\ \ | |/ | |||||
| * | Improve argument/parameter documentation (issue #15990). | Chris Jerdonek | 2012-11-28 | 1 | -18/+76 |
| | | | | | | | | | | | | This commit adds "parameter" to the glossary, improves and consolidates the "argument" glossary entry, and adds a question to the FAQ on the difference between arguments and parameters. | ||||
* | | merge 3.2 | Benjamin Peterson | 2012-10-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix links to the __next__ method. | Ezio Melotti | 2012-10-12 | 1 | -1/+1 |
| | | |||||
* | | Merge issue #16138: fix typo. | Andrew Svetlov | 2012-10-05 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #16138: fix typo. | Andrew Svetlov | 2012-10-05 | 1 | -1/+1 |
| | | |||||
* | | s/path importer/path based finder/ (because the path based finder is not an ↵ | Nick Coghlan | 2012-08-20 | 1 | -3/+3 |
| | | | | | | | | importer and the simpler 'path finder' is too ambiguous) | ||||
* | | Merge #15543: glossary entry for and 'universal newlines', and links to it. | R David Murray | 2012-08-15 | 1 | -0/+7 |
|\ \ | |/ | | | | | Patch by Chris Jerdonek. | ||||
| * | #15543: glossary entry for and 'universal newlines', and links to it. | R David Murray | 2012-08-15 | 1 | -0/+7 |
| | | | | | | | | Patch by Chris Jerdonek. | ||||
| * | backport c4bd68be5fc6 to 3.2 | Sandro Tosi | 2012-06-02 | 1 | -1/+1 |
| | | |||||
* | | Finally, a coherent set of terminology for all the lil' beasties involved. | Barry Warsaw | 2012-07-31 | 1 | -9/+25 |
| | | |||||
* | | Address substantially all of Eric Snow's comments in issue #15295, except for | Barry Warsaw | 2012-07-30 | 1 | -1/+1 |
| | | | | | | | | those which now have additional XXX's here. I'll get to those later. :) | ||||
* | | Integration of importdocs from the features/pep-420 repo. | Barry Warsaw | 2012-07-29 | 1 | -10/+60 |
| | | |||||
* | | merge with 3.2 | Sandro Tosi | 2012-03-31 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | fix typo; thanks to Robert Bardos from docs@ | Sandro Tosi | 2012-03-31 | 1 | -1/+1 |
| | | |||||
* | | fix typo in glossary | Eli Bendersky | 2012-03-30 | 1 | -1/+1 |
| | | |||||
* | | Added the "provisional package" glossary term from PEP 411 | Eli Bendersky | 2012-03-30 | 1 | -0/+14 |
| | | |||||
* | | closes issue14257 - Grammatical fix | Senthil Kumaran | 2012-03-12 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | closes issue14257 - Grammatical fix | Senthil Kumaran | 2012-03-12 | 1 | -3/+3 |
| | | |||||
* | | closes issue14257 - cpython - minor error in glossary wording regarding __hash__ | Senthil Kumaran | 2012-03-12 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | closes issue14257 - 3.2 minor error in glossary wording regarding __hash__ | Senthil Kumaran | 2012-03-12 | 1 | -1/+1 |
| | |