343 Commits (efa5a39fa594738d99dd8829400a9b7697d98b29)

Author SHA1 Message Date
Serhiy Storchaka 0d196edc37 Issue #19190: Improve cross-references in builtin types and functions documentation. 12 years ago
Georg Brandl 0aaae26518 Clarify two points about division and shifting. Suggested by Albert Hofkamp on docs@. 12 years ago
Georg Brandl 97f962339f Add "->" as a delimiter token. Found by James Harding on docs@. 12 years ago
Georg Brandl 242e6a0bce Use "lambda expression" as preferred to "lambda form". 12 years ago
Barry Warsaw 224a599c0c - Issue #18440: Clarify that `hash()` can truncate the value returned from an 13 years ago
Brett Cannon 4b4e38e7d4 Mention __cached__ in the import ref. 13 years ago
Ezio Melotti 955382ca54 #17938: remove duplicate paragraphs. 13 years ago
Georg Brandl dec3b3f704 Clarify point in name mangling doc. 13 years ago
Georg Brandl 44ea77bd81 Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. 13 years ago
Ezio Melotti 93324d7d9c Update suspicious ignore file. 13 years ago
Sandro Tosi c19d7b6556 fix typo; thanks to Dmitry Northerner from docs@ 13 years ago
Chris Jerdonek b43099464a Add additional links and index entries for "argument" and "parameter". 13 years ago
Chris Jerdonek cf4710c323 Add additional links and index entries for "argument" and "parameter". 13 years ago
Ezio Melotti 4268b3a751 #16677: rename section header and fix markup. 13 years ago
Ezio Melotti 9f929bb7df #16677: rename section header and fix markup. 13 years ago
Chris Jerdonek 2654b86e88 Link to "yield from" examples in yield documentation. 13 years ago
Chris Jerdonek bb4e941c6d Add a str class entry to the "Text Sequence Type" section (issue #16209). 13 years ago
Mark Dickinson 1658797a9d Issue #16339: Document and test exec(stmt, globals, locals) form in Python 2.7. 13 years ago
Chris Jerdonek 777db2d838 Fix label in docs (from issue #13538). 13 years ago
Chris Jerdonek 5fae0e5854 Improve str() and object.__str__() documentation (issue #13538). 13 years ago
Chris Jerdonek 17fc44c9b3 Improve str() and object.__str__() documentation (issue #13538). 13 years ago
Barry Warsaw 82c1c781c7 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None 13 years ago
Andrew Svetlov e2cf03e499 Issue #16144: Fix misleading sentence in reference/import. 13 years ago
Chris Jerdonek 64c0b2ca3d Backport from 3.2: remove "Release" and "Date" markers from index pages. 13 years ago
Chris Jerdonek 8b7f9f581d Remove unneeded "Release" and "Date" markers from doc index pages. 13 years ago
Chris Jerdonek 32473e73f4 Backport from 3.2: fix formatting of syntax description of function definition. 13 years ago
Chris Jerdonek c131b0760d Fix formatting of syntax description of function definition. 13 years ago
Raymond Hettinger d9edd82b7f String exceptions aren't just deprecated, they are gone. 13 years ago
Ezio Melotti 7fa822275b Fix links to the __next__ method. 13 years ago
Chris Jerdonek af94724e00 Fix link to str.format() in docs. 13 years ago
Georg Brandl 4614cc4f7f Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. 14 years ago
Georg Brandl 7ea9a423cb Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. 14 years ago
Ezio Melotti e7f90375b1 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. 14 years ago
Andrew Svetlov f532035551 Close open bracket, thanks to Josh Helzer from docs@ 14 years ago
Mark Dickinson 5a53a41bbc Issue #14167: restore statement about breaks in finally clauses; remove statement about exception chaining. 14 years ago
Mark Dickinson 05ee5817a1 Issue #14167: restore statement about breaks in finally clauses. 14 years ago
R David Murray d8bbde35fe #14617: clarify discussion of interrelationship of __eq__ and __hash__. 14 years ago
Nick Coghlan 1685db011d s/path importer/path based finder/ (because the path based finder is not an importer and the simpler 'path finder' is too ambiguous) 14 years ago
R David Murray 85307b46d1 #15355: Mention already-executing Exception in generator docs. 14 years ago
R David Murray 2c1d1d6310 #15355: Mention already-executing Exception in generator docs. 14 years ago
R David Murray 5618aaaafe #15543: glossary entry for and 'universal newlines', and links to it. 14 years ago
Andrew Svetlov 6bcd00afa9 Issue #14167: Document return statement in finally blocks. 14 years ago
Andrew Svetlov f158d86074 Issue #14167: Document return statement in finally blocks. 14 years ago
Georg Brandl a81b481e3a Fix markup errors and update pydoc topics. 14 years ago
Nick Coghlan 4941774f59 Issue #15502: Bring the importlib.PathFinder docs and docstring more in line 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 14 years ago
Nick Coghlan e3376ef6d2 Clarify the import statement semantics, especially for implicit imports in the 'from X import Y' variant 14 years ago
Antoine Pitrou c86e8d9c17 Improve wording for __hash__ 14 years ago
Barry Warsaw dadebab42c Finally, a coherent set of terminology for all the lil' beasties involved. 14 years ago
Barry Warsaw cbc4c1930f Another XXX. 14 years ago
Barry Warsaw c1e721b979 Address substantially all of Eric Snow's comments in issue #15295, except for 14 years ago