summaryrefslogtreecommitdiffstats
path: root/Doc/reference
Commit message (Collapse)AuthorAgeFilesLines
* Merge from 3.3: add links and index entries for "argument" and "parameter."Chris Jerdonek2012-12-252-11/+21
|\ | | | | | | | | This adds to the work done for issue #15990 (i.e. f44b8d69e5fc and the commits referenced there).
| * Merge from 3.2: add links and index entries for "argument" and "parameter."Chris Jerdonek2012-12-252-11/+21
| |\ | | | | | | | | | | | | 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 Jerdonek2012-12-252-11/+21
| | | | | | | | | | | | | | | This adds to the work done for issue #15990 (i.e. f44b8d69e5fc and the commits referenced there).
* | | #16677: merge with 3.3.Ezio Melotti2012-12-251-5/+5
|\ \ \ | |/ /
| * | #16677: merge with 3.2.Ezio Melotti2012-12-251-5/+5
| |\ \ | | |/
| | * #16677: rename section header and fix markup.Ezio Melotti2012-12-251-5/+5
| | |
| | * Fix label in docs (from issue #13538).Chris Jerdonek2012-11-211-1/+1
| | |
| | * Improve str() and object.__str__() documentation (issue #13538).Chris Jerdonek2012-11-211-10/+18
| | |
* | | Merge from 3.3: link to "yield from" examples in yield documentation.Chris Jerdonek2012-12-231-1/+11
|\ \ \ | |/ /
| * | Link to "yield from" examples in yield documentation.Chris Jerdonek2012-12-231-1/+11
| | | | | | | | | | | | | | | This commit also simplifies the more advanced "yield from" example and removes unused function parameters.
* | | Merge from 3.3: Add a str class entry to the string section (issue #16209).Chris Jerdonek2012-11-281-5/+7
|\ \ \ | |/ / | | | | | | | | | | | | This commit also moves the documentation for the str built-in function to the new class entry. Links to :class:`str` now go to the class entry with the string methods immediately afterwards.
| * | Add a str class entry to the "Text Sequence Type" section (issue #16209).Chris Jerdonek2012-11-281-5/+7
| | | | | | | | | | | | | | | | | | This commit also moves the documentation for the str built-in function to the new class entry. Links to :class:`str` now go to the class entry with the string methods immediately afterwards.
* | | Merge from 3.3: Improve str() and object.__str__() docs (issue #13538).Chris Jerdonek2012-11-211-10/+18
|\ \ \ | |/ /
| * | Improve str() and object.__str__() documentation (issue #13538).Chris Jerdonek2012-11-211-10/+18
| | |
* | | - Issue #16514: Fix regression causing a traceback when sys.path[0] is NoneBarry Warsaw2012-11-201-9/+15
|\ \ \ | |/ / | | | | | | (actually, any non-string or non-bytes type).
| * | - Issue #16514: Fix regression causing a traceback when sys.path[0] is NoneBarry Warsaw2012-11-201-9/+15
| | | | | | | | | | | | (actually, any non-string or non-bytes type).
* | | Merge issue #16144: Fix misleading sentence in reference/import.Andrew Svetlov2012-11-151-5/+5
|\ \ \ | |/ / | | | | | | Patch by Manuel Pégourié-Gonnard
| * | Issue #16144: Fix misleading sentence in reference/import.Andrew Svetlov2012-11-151-5/+5
| | | | | | | | | | | | Patch by Manuel Pégourié-Gonnard
* | | Merge from 3.3: remove unneeded "Release" and "Date" markers from index pages.Chris Jerdonek2012-10-281-3/+0
|\ \ \ | |/ /
| * | Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages.Chris Jerdonek2012-10-281-3/+0
| |\ \ | | |/
| | * Remove unneeded "Release" and "Date" markers from doc index pages.Chris Jerdonek2012-10-281-3/+0
| | |
* | | Merge from 3.3: fix formatting of syntax description of function definition.Chris Jerdonek2012-10-261-2/+1
|\ \ \ | |/ /
| * | Merge from 3.2: fix formatting of syntax description of function definition.Chris Jerdonek2012-10-261-2/+1
| |\ \ | | |/
| | * Fix formatting of syntax description of function definition.Chris Jerdonek2012-10-261-2/+1
| | |
| * | merge 3.2Benjamin Peterson2012-10-122-15/+16
| |\ \ | | |/
* | | Merge __next__ method link fixes with 3.3.Ezio Melotti2012-10-122-14/+15
|\ \ \
| * \ \ Merge __next__ method link fixes with 3.2.Ezio Melotti2012-10-122-14/+15
| |\ \ \ | | | |/ | | |/|
| | * | Fix links to the __next__ method.Ezio Melotti2012-10-122-14/+15
| | | |
* | | | Merge from 3.3: Fix link to str.format() in docs.Chris Jerdonek2012-10-121-1/+1
|\ \ \ \ | |/ / /
| * | | Merge from 3.2: Fix link to str.format() in docs.Chris Jerdonek2012-10-121-1/+1
| |\ \ \ | | |/ / | | | / | | |/ | |/|
| | * Fix link to str.format() in docs.Chris Jerdonek2012-10-121-1/+1
| | |
| | * Closes #16149: remove now-false statement about the inability to compare ↵Georg Brandl2012-10-061-10/+4
| | | | | | | | | | | | Decimal and float objects.
* | | Fix markup.Ezio Melotti2012-10-071-1/+1
| | |
* | | Issue #16148: Small improvements and cleanup. Added version informationArmin Ronacher2012-10-071-0/+9
|/ / | | | | | | to docs.
* | Closes #16149: remove now-false statement about the inability to compare ↵Georg Brandl2012-10-061-10/+4
| | | | | | | | Decimal and float objects.
* | #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka.Ezio Melotti2012-10-051-3/+1
| |
* | Merge: Close open bracket, thanks to Josh Helzer from docs@Andrew Svetlov2012-10-021-1/+1
|\ \ | |/
| * Close open bracket, thanks to Josh Helzer from docs@Andrew Svetlov2012-10-021-1/+1
| |
* | Issue #14167: merge fix from 3.2 branch.Mark Dickinson2012-09-241-5/+5
|\ \ | |/
| * Issue #14167: restore statement about breaks in finally clauses.Mark Dickinson2012-09-241-5/+5
| |
* | Merge #14617: clarify discussion of interrelationship of __eq__ and __hash__.R David Murray2012-09-111-13/+13
|\ \ | |/
| * #14617: clarify discussion of interrelationship of __eq__ and __hash__.R David Murray2012-09-111-13/+13
| |
* | s/path importer/path based finder/ (because the path based finder is not an ↵Nick Coghlan2012-08-201-46/+51
| | | | | | | | importer and the simpler 'path finder' is too ambiguous)
* | Merge #15355: Mention already-executing Exception in generator docs.R David Murray2012-08-181-2/+9
|\ \ | |/ | | | | Patch by Chris Jerdonek.
| * #15355: Mention already-executing Exception in generator docs.R David Murray2012-08-181-2/+9
| | | | | | | | Patch by Chris Jerdonek.
* | Issue #14167: Document return statement in finally blocks.Andrew Svetlov2012-08-141-6/+17
|\ \ | |/ | | | | Patch by Yury Selivanov.
| * Issue #14167: Document return statement in finally blocks.Andrew Svetlov2012-08-141-6/+17
| | | | | | | | Patch by Yury Selivanov.
* | Fix markup errors and update pydoc topics.Georg Brandl2012-08-111-1/+1
| |
* | Issue #15502: Bring the importlib.PathFinder docs and docstring more in line ↵Nick Coghlan2012-08-021-73/+148
| | | | | | | | with the new import system documentation, and fix various parts of the new docs that weren't quite right given PEP 420 or were otherwise a bit misleading. Also note the key terminology problem still being discussed in the issue
* | Clarify the import statement semantics, especially for implicit imports in ↵Nick Coghlan2012-08-021-29/+74
| | | | | | | | the 'from X import Y' variant