323 Commits (dd1253abdd8564b095f24107547be0b8ce91e653)

Author SHA1 Message Date
Chris Jerdonek 8b7f9f581d Remove unneeded "Release" and "Date" markers from doc index pages. 13 years ago
Chris Jerdonek c131b0760d Fix formatting of syntax description of function definition. 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. 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 05ee5817a1 Issue #14167: restore statement about breaks in finally clauses. 13 years ago
R David Murray d8bbde35fe #14617: clarify discussion of interrelationship of __eq__ and __hash__. 13 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 2c1d1d6310 #15355: Mention already-executing Exception in generator docs. 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
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
Nick Coghlan 7fc570a51e Close #14588: added a PEP 3115 compliant dynamic type creation mechanism 14 years ago
Brett Cannon 1b5123aae5 Issue #14628: Document the fact that import always returns the module 14 years ago
Georg Brandl 64a40949cf Closes #14186: add link to PEP 3107 (function annotations) to the function definition section. 14 years ago
Armin Ronacher 50364b4a5c Basic documentation for PEP 414 14 years ago
Benjamin Peterson b43fde98b4 remove unapplicable statement 14 years ago
Benjamin Peterson c9f54cf512 enable hash randomization by default 14 years ago
Benjamin Peterson 79d38788ee update unicode link 14 years ago
Georg Brandl 2daf6ae249 Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 14 years ago
Terry Jan Reedy ead1de2f03 Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought 14 years ago
Nick Coghlan 0ed8019c20 Add versionchanged notes for PEP 380 14 years ago
Benjamin Peterson d204934ee3 exception support is correct now (closes #13705) 14 years ago
Sandro Tosi b2794c842f Issue #13683: raise with no exception in scope throws a RuntimeError; fix by Ramchandra Apte 14 years ago
Sandro Tosi 3721fbc5de point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ 14 years ago
Sandro Tosi 75c71ccf2a fix Rather that/Rather than; thanks to Reuben Thomas from docs@ 14 years ago
Benjamin Peterson 57f97f400b parameter_list was meant here 14 years ago
Benjamin Peterson ad17358a2f kill superfluous 'comprehension' case (closes #13658) 14 years ago
Nick Coghlan 1f7ce62bd6 Implement PEP 380 - 'yield from' (closes #11682) 14 years ago
Antoine Pitrou 3a5d4cb940 Issue #13748: Raw bytes literals can now be written with the `rb` prefix as well as `br`. 14 years ago
Antoine Pitrou 86a36b500a PEP 3155 / issue #13448: Qualified name for classes and functions. 14 years ago
Benjamin Peterson 1fafc1a11f document __bytes__ special method (closes #13259) 14 years ago
Ezio Melotti e130a52d8a Remove duplication. 14 years ago
Ezio Melotti f7f0a66a8f Fix typos. 14 years ago