summaryrefslogtreecommitdiffstats
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
* Issue #17934: Add a clear() method to frame objects, to help clean up expensi...Antoine Pitrou2013-08-051-0/+14
* Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-6/+4
* - Issue #18440: Clarify that `hash()` can truncate the value returned from anBarry Warsaw2013-07-151-4/+15
|\
| * - Issue #18440: Clarify that `hash()` can truncate the value returned from anBarry Warsaw2013-07-151-4/+15
* | Issue #15767: Revert 3a50025f1900 for ModuleNotFoundErrorBrett Cannon2013-07-041-6/+6
* | Issue #15767: Touch up ModuleNotFoundError usage by import.Brett Cannon2013-06-131-6/+6
* | mergeBrett Cannon2013-05-251-1/+5
|\ \ | |/
| * Mention __cached__ in the import ref.Brett Cannon2013-05-251-1/+5
* | #17938: merge with 3.3.Ezio Melotti2013-05-091-16/+0
|\ \ | |/
| * #17938: remove duplicate paragraphs.Ezio Melotti2013-05-091-16/+0
* | #17115,17116: Have modules initialize the __package__ and __loader__Brett Cannon2013-05-041-2/+2
* | merge with 3.3Georg Brandl2013-04-141-8/+7
|\ \ | |/
| * Clarify point in name mangling doc.Georg Brandl2013-04-141-8/+7
* | Merge with 3.3.Georg Brandl2013-03-283-3/+4
|\ \ | |/
| * Closes #4159: add LaTeX tabular column specifications to tables that otherwis...Georg Brandl2013-03-283-3/+4
* | Issue #17117: Have both import itself and importlib.util.set_loader()Brett Cannon2013-03-131-7/+9
* | evaluate positional defaults before keyword-only defaults (closes #16967)Benjamin Peterson2013-02-101-8/+9
* | Merge from 3.3: add links and index entries for "argument" and "parameter."Chris Jerdonek2012-12-252-11/+21
|\ \ | |/
| * Merge from 3.2: add links and index entries for "argument" and "parameter."Chris Jerdonek2012-12-252-11/+21
| |\
| | * Add additional links and index entries for "argument" and "parameter".Chris Jerdonek2012-12-252-11/+21
* | | #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
* | | Merge from 3.3: Add a str class entry to the string section (issue #16209).Chris Jerdonek2012-11-281-5/+7
|\ \ \ | |/ /
| * | Add a str class entry to the "Text Sequence Type" section (issue #16209).Chris Jerdonek2012-11-281-5/+7
* | | 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
|\ \ \ | |/ /
| * | - Issue #16514: Fix regression causing a traceback when sys.path[0] is NoneBarry Warsaw2012-11-201-9/+15
* | | Merge issue #16144: Fix misleading sentence in reference/import.Andrew Svetlov2012-11-151-5/+5
|\ \ \ | |/ /
| * | Issue #16144: Fix misleading sentence in reference/import.Andrew Svetlov2012-11-151-5/+5
* | | 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 Deci...Georg Brandl2012-10-061-10/+4
* | | Fix markup.Ezio Melotti2012-10-071-1/+1