387 Commits (a09daef09e787809dad237b9908e784cd0b014c1)

Author SHA1 Message Date
Ethan Furman df3ed242c0 Issue19995: %o, %x, %X now only accept ints 12 years ago
Larry Hastings bfd715ebd1 Regenerated pydoc/topics.py, and fix a "suspicious" doc error. 12 years ago
Benjamin Peterson 002033ed63 correct word for __annotations__ doc (closes #20110) 12 years ago
Zachary Ware 340a692283 str subclasses may have non-empty __slots__, bytes subclasses can't. 12 years ago
Eric Snow 7cff4cd7e9 Issue #19713: Fix mistakes in the import page of language reference. 12 years ago
Serhiy Storchaka fbc1c26803 Issue #19795: Improved markup of True/False constants. 12 years ago
Georg Brandl 472a65a710 Fix a few markup problems in the new import doc. 12 years ago
Eric Snow b523f8433a Implement PEP 451 (ModuleSpec). 12 years ago
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". 13 years ago
Antoine Pitrou 58720d6145 Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles. 13 years ago
Antoine Pitrou 796564c27b Issue #18112: PEP 442 implementation (safe object finalization). 13 years ago
Barry Warsaw 224a599c0c - Issue #18440: Clarify that `hash()` can truncate the value returned from an 13 years ago
Brett Cannon 82da8886cc Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError 13 years ago
Brett Cannon 8f5ac5106e Issue #15767: Touch up ModuleNotFoundError usage by import. 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
Brett Cannon 4c14b5de1c #17115,17116: Have modules initialize the __package__ and __loader__ 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
Brett Cannon 4802becb16 Issue #17117: Have both import itself and importlib.util.set_loader() 13 years ago
Benjamin Peterson 1ef876cd28 evaluate positional defaults before keyword-only defaults (closes #16967) 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. 14 years ago
Chris Jerdonek af94724e00 Fix link to str.format() in docs. 14 years ago
Ezio Melotti e12dc28c38 Fix markup. 14 years ago
Armin Ronacher 74b38b190f Issue #16148: Small improvements and cleanup. Added version information 14 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