- 8f1dd22 Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
- b362f75 Issue #25523: Correct "a" article to "an" article by Martin Panter · 9 years ago
- d51b0f2 Issue #24314: Add links for general attributes like __name__, __dict__ by Martin Panter · 8 years ago
- 24b9e1a [Issue 15476] Make "code object" its own entry in the index by Tommy Beadle · 8 years ago
- d5982d0 Issue #23275: Backport empty square bracket assignment documentation fix by Martin Panter · 8 years ago
- 12d547a Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 9 years ago
- 167c81d Issue #23986: Note that the in-operator for lists and tuples check identity before equality. by Raymond Hettinger · 9 years ago
- 838b133 Remove redundant leading zeroes in PEP references. by Serhiy Storchaka · 9 years ago
- bf3b897 Python for .NET has moved to Github. by Zachary Ware · 9 years ago
- 311c8d6 Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 9 years ago
- dbbc07c the default is sys.maxsize not sys.maxint (closes #23645) by Benjamin Peterson · 10 years ago
- 3700cc3 Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
- f0f09b9 Issue #23006: Improve the documentation and indexing of dict.__missing__. by Terry Jan Reedy · 10 years ago
- 97ae466 Fixing broken links in doc, part 3: the rest by Georg Brandl · 10 years ago
- 06f3b3b Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
- 867dc37 remove link to the 'original package specification'; I doubt it's useful anymore (closes #22657) by Benjamin Peterson · 10 years ago
- 8d867cb Closes #17057: fix grammar in old-style vs new-style class docs. by Georg Brandl · 10 years ago
- b10b8ea Issue 22465: grammar, number agreement. by Terry Jan Reedy · 10 years ago
- ea21772 Issue #20643: Fixed references to the next() method (distinguish from the by Serhiy Storchaka · 10 years ago
- 13056bf correct call grammar error (#3473) by Benjamin Peterson · 10 years ago
- a58b255 Issue #22243: fix except grammar in reference. by Terry Jan Reedy · 10 years ago
- e9314e4 remove confusing delete indexing (closes #21466) by Benjamin Peterson · 11 years ago
- 4773b90 Add prompts to interactive example. by Zachary Ware · 11 years ago
- 1512143 Issue #21366: Document the fact that ``return`` in a ``finally`` clause by Zachary Ware · 11 years ago
- f3ae10e Closes #21055: Index (augmented) assignment symbols. by Terry Jan Reedy · 11 years ago
- cd3d741 Closes 21048: Index 'as' in import and with statements. by Terry Jan Reedy · 11 years ago
- dd967ef #18628: clarify index entry for source file encoding declaration. by R David Murray · 11 years ago
- b41299e note that the hash of an arbitrary object is only derived from its address (closes #21154) by Benjamin Peterson · 11 years ago
- 383952d Issue #19683: Add __closure__ and other missing attributes to function docs. by Mark Dickinson · 11 years ago
- 26d936a Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
- ad16b72 Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
- cff39b0 Use "lambda expression" as preferred to "lambda form". by Georg Brandl · 11 years ago
- b44c861 document that various functions that parse from source will interpret things as latin-1 (closes #18870) by Benjamin Peterson · 11 years ago
- 241f653 Remove repetition of string escapes note 1 at end of note 2. by Terry Jan Reedy · 11 years ago
- 67f84a7 #14878: add cross-reference to the yield statement. by Andrew Kuchling · 12 years ago
- e7fb700 The im_class of unbound class methods is actually not the same as im_self. by Georg Brandl · 12 years ago
- 7a48a8b Clarify point in name mangling doc. by Georg Brandl · 12 years ago
- 75da357 Backport rev. 3ae74b361f53 to 2.7 branch. by Georg Brandl · 12 years ago
- 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 12 years ago
- 93324d7 Update suspicious ignore file. by Ezio Melotti · 12 years ago
- 32bbc1c Merge from 3.2: add links and index entries for "argument" and "parameter." by Chris Jerdonek · 12 years ago
- b430994 Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 12 years ago
- 1be0576 #16677: merge with 3.2. by Ezio Melotti · 12 years ago
- 9f929bb #16677: rename section header and fix markup. by Ezio Melotti · 12 years ago
- 2654b86 Link to "yield from" examples in yield documentation. by Chris Jerdonek · 12 years ago
- bb4e941 Add a str class entry to the "Text Sequence Type" section (issue #16209). by Chris Jerdonek · 12 years ago
- 777db2d Fix label in docs (from issue #13538). by Chris Jerdonek · 12 years ago
- 5fae0e5 Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
- 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
- 82c1c78 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
- e2cf03e Issue #16144: Fix misleading sentence in reference/import. by Andrew Svetlov · 12 years ago
- d285029 Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
- 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago
- 8b0f3ad Merge from 3.2: fix formatting of syntax description of function definition. by Chris Jerdonek · 12 years ago
- c131b07 Fix formatting of syntax description of function definition. by Chris Jerdonek · 12 years ago
- 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
- 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
- af94724 Fix link to str.format() in docs. by Chris Jerdonek · 12 years ago
- 4614cc4 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 12 years ago
- 7ea9a42 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 12 years ago
- e7f9037 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
- ddd74b1 Merge: Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
- f532035 Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
- 33d8ce1 Issue #14167: merge fix from 3.2 branch. by Mark Dickinson · 12 years ago
- 05ee581 Issue #14167: restore statement about breaks in finally clauses. by Mark Dickinson · 12 years ago
- a96be78 Merge #14617: clarify discussion of interrelationship of __eq__ and __hash__. by R David Murray · 12 years ago
- d8bbde3 #14617: clarify discussion of interrelationship of __eq__ and __hash__. by R David Murray · 12 years ago
- 1685db0 s/path importer/path based finder/ (because the path based finder is not an importer and the simpler 'path finder' is too ambiguous) by Nick Coghlan · 12 years ago
- f669036 Merge #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
- 2c1d1d6 #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
- f06afe3 Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
- f158d86 Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
- a81b481 Fix markup errors and update pydoc topics. by Georg Brandl · 12 years ago
- 4941774 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 by Nick Coghlan · 12 years ago
- e3376ef Clarify the import statement semantics, especially for implicit imports in the 'from X import Y' variant by Nick Coghlan · 12 years ago
- c86e8d9 Improve wording for __hash__ by Antoine Pitrou · 12 years ago
- dadebab Finally, a coherent set of terminology for all the lil' beasties involved. by Barry Warsaw · 12 years ago
- cbc4c19 Another XXX. by Barry Warsaw · 12 years ago
- c1e721b Address substantially all of Eric Snow's comments in issue #15295, except for by Barry Warsaw · 12 years ago
- d7d2194 Integration of importdocs from the features/pep-420 repo. by Barry Warsaw · 12 years ago
- c19d7b6 fix typo; thanks to Dmitry Northerner from docs@ by Sandro Tosi · 12 years ago
- cf4710c Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 12 years ago
- 4268b3a #16677: rename section header and fix markup. by Ezio Melotti · 12 years ago
- 1658797 Issue #16339: Document and test exec(stmt, globals, locals) form in Python 2.7. by Mark Dickinson · 12 years ago
- 64c0b2c Backport from 3.2: remove "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
- 32473e7 Backport from 3.2: fix formatting of syntax description of function definition. by Chris Jerdonek · 12 years ago
- d9edd82 String exceptions aren't just deprecated, they are gone. by Raymond Hettinger · 12 years ago
- 5a53a41 Issue #14167: restore statement about breaks in finally clauses; remove statement about exception chaining. by Mark Dickinson · 12 years ago
- 85307b4 #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
- 5618aaa #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
- 6bcd00a Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
- 45ed012 Issue #13557: Clarify effect of giving two different namespaces to exec or by Terry Jan Reedy · 12 years ago
- 56ed284 Merge with 3.2. by Georg Brandl · 12 years ago
- 33369cf Fix a bunch of "versionchanged" related markup errors. by Georg Brandl · 12 years ago
- 0182f38 Fix small overeager edit from 8e47e9af826e. by Georg Brandl · 12 years ago
- 0b3847d Issue #15096: Drop support for the ur string prefix by Christian Heimes · 12 years ago
- 305acf2 Remove an incorrect implementation detail by Nick Coghlan · 12 years ago
- b267475 Clarify a paragraph in the new metaclass docs by Nick Coghlan · 12 years ago
- 337b2bf Describe the default hash correctly, and mark a couple of CPython implementation details by Nick Coghlan · 12 years ago
- 78770f0 Fix typo in new metaclass docs by Nick Coghlan · 12 years ago