summaryrefslogtreecommitdiffstats
path: root/Doc/reference
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Issue #16148: Small improvements and cleanup. Added version informationArmin Ronacher2012-10-071-0/+9
|/ /
* | Closes #16149: remove now-false statement about the inability to compare Deci...Georg Brandl2012-10-061-10/+4
* | #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 i...Nick Coghlan2012-08-201-46/+51
* | Merge #15355: Mention already-executing Exception in generator docs.R David Murray2012-08-181-2/+9
|\ \ | |/
| * #15355: Mention already-executing Exception in generator docs.R David Murray2012-08-181-2/+9
* | Issue #14167: Document return statement in finally blocks.Andrew Svetlov2012-08-141-6/+17
|\ \ | |/
| * Issue #14167: Document return statement in finally blocks.Andrew Svetlov2012-08-141-6/+17
* | 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
* | Clarify the import statement semantics, especially for implicit imports in th...Nick Coghlan2012-08-021-29/+74
* | Improve wording for __hash__Antoine Pitrou2012-08-011-4/+4
* | Finally, a coherent set of terminology for all the lil' beasties involved.Barry Warsaw2012-07-314-165/+182
* | Another XXX.Barry Warsaw2012-07-301-0/+5
* | Address substantially all of Eric Snow's comments in issue #15295, except forBarry Warsaw2012-07-301-82/+134
* | Integration of importdocs from the features/pep-420 repo.Barry Warsaw2012-07-294-156/+595
* | Merge with 3.2.Georg Brandl2012-06-241-1/+0
|\ \ | |/
| * Fix a bunch of "versionchanged" related markup errors.Georg Brandl2012-06-241-1/+0
* | Fix small overeager edit from 8e47e9af826e.Georg Brandl2012-06-201-1/+1
* | Issue #15096: Drop support for the ur string prefixChristian Heimes2012-06-201-6/+8
* | Remove an incorrect implementation detailNick Coghlan2012-05-201-5/+0
* | Clarify a paragraph in the new metaclass docsNick Coghlan2012-05-201-3/+3
* | Describe the default hash correctly, and mark a couple of CPython implementat...Nick Coghlan2012-05-201-4/+16
* | Fix typo in new metaclass docsNick Coghlan2012-05-201-1/+1
* | Close #14588: added a PEP 3115 compliant dynamic type creation mechanismNick Coghlan2012-05-191-37/+99
* | Issue #14628: Document the fact that import always returns the moduleBrett Cannon2012-04-201-1/+2
* | Merge with 3.2.Georg Brandl2012-03-101-0/+5
|\ \ | |/
| * Closes #14186: add link to PEP 3107 (function annotations) to the function de...Georg Brandl2012-03-101-0/+5
* | Basic documentation for PEP 414Armin Ronacher2012-03-041-1/+9
* | remove unapplicable statementBenjamin Peterson2012-02-211-4/+2
* | enable hash randomization by defaultBenjamin Peterson2012-02-211-1/+23
* | update unicode linkBenjamin Peterson2012-02-211-1/+1
* | Merge 3.2: Issue #13703 plus some related test suite fixes.Georg Brandl2012-02-201-0/+2
|\ \ | |/
| * Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-201-0/+2
| |\
| | * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-201-0/+2
* | | Merge with 3.2 closes 14023Terry Jan Reedy2012-02-181-5/+5
|\ \ \ | |/ /