349 Commits (1829bb4591f0e088df31efe99778792da676f044)

Author SHA1 Message Date
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
Ezio Melotti e12dc28c38 Fix markup. 13 years ago
Armin Ronacher 74b38b190f Issue #16148: Small improvements and cleanup. Added version information 13 years ago
Georg Brandl 4614cc4f7f Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. 13 years ago
Georg Brandl 7ea9a423cb Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. 13 years ago
Ezio Melotti e7f90375b1 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. 13 years ago
Andrew Svetlov f532035551 Close open bracket, thanks to Josh Helzer from docs@ 13 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
Barry Warsaw d7d2194ea1 Integration of importdocs from the features/pep-420 repo. 14 years ago
Terry Jan Reedy 45ed012433 Issue #13557: Clarify effect of giving two different namespaces to exec or 14 years ago
Georg Brandl 33369cf9a5 Fix a bunch of "versionchanged" related markup errors. 14 years ago
Georg Brandl 0182f38dec Fix small overeager edit from 8e47e9af826e. 14 years ago
Christian Heimes 0b3847de6d Issue #15096: Drop support for the ur string prefix 14 years ago
Nick Coghlan 305acf2fff Remove an incorrect implementation detail 14 years ago
Nick Coghlan b267475ccf Clarify a paragraph in the new metaclass docs 14 years ago
Nick Coghlan 337b2bfbc4 Describe the default hash correctly, and mark a couple of CPython implementation details 14 years ago
Nick Coghlan 78770f0b78 Fix typo in new metaclass docs 14 years ago