1. 383952d Issue #19683: Add __closure__ and other missing attributes to function docs. by Mark Dickinson · 11 years ago
  2. 26d936a Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  3. ad16b72 Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  4. cff39b0 Use "lambda expression" as preferred to "lambda form". by Georg Brandl · 11 years ago
  5. b44c861 document that various functions that parse from source will interpret things as latin-1 (closes #18870) by Benjamin Peterson · 11 years ago
  6. 241f653 Remove repetition of string escapes note 1 at end of note 2. by Terry Jan Reedy · 11 years ago
  7. 67f84a7 #14878: add cross-reference to the yield statement. by Andrew Kuchling · 11 years ago
  8. e7fb700 The im_class of unbound class methods is actually not the same as im_self. by Georg Brandl · 11 years ago
  9. 7a48a8b Clarify point in name mangling doc. by Georg Brandl · 11 years ago
  10. 75da357 Backport rev. 3ae74b361f53 to 2.7 branch. by Georg Brandl · 12 years ago
  11. 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
  12. 93324d7 Update suspicious ignore file. by Ezio Melotti · 12 years ago
  13. 32bbc1c Merge from 3.2: add links and index entries for "argument" and "parameter." by Chris Jerdonek · 12 years ago
  14. b430994 Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 12 years ago
  15. 1be0576 #16677: merge with 3.2. by Ezio Melotti · 12 years ago
  16. 9f929bb #16677: rename section header and fix markup. by Ezio Melotti · 12 years ago
  17. 2654b86 Link to "yield from" examples in yield documentation. by Chris Jerdonek · 12 years ago
  18. bb4e941 Add a str class entry to the "Text Sequence Type" section (issue #16209). by Chris Jerdonek · 12 years ago
  19. 777db2d Fix label in docs (from issue #13538). by Chris Jerdonek · 12 years ago
  20. 5fae0e5 Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  21. 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  22. 82c1c78 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  23. e2cf03e Issue #16144: Fix misleading sentence in reference/import. by Andrew Svetlov · 12 years ago
  24. d285029 Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
  25. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago
  26. 8b0f3ad Merge from 3.2: fix formatting of syntax description of function definition. by Chris Jerdonek · 12 years ago
  27. c131b07 Fix formatting of syntax description of function definition. by Chris Jerdonek · 12 years ago
  28. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  29. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  30. af94724 Fix link to str.format() in docs. by Chris Jerdonek · 12 years ago
  31. 4614cc4 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 12 years ago
  32. 7ea9a42 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 12 years ago
  33. e7f9037 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  34. ddd74b1 Merge: Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  35. f532035 Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  36. 33d8ce1 Issue #14167: merge fix from 3.2 branch. by Mark Dickinson · 12 years ago
  37. 05ee581 Issue #14167: restore statement about breaks in finally clauses. by Mark Dickinson · 12 years ago
  38. a96be78 Merge #14617: clarify discussion of interrelationship of __eq__ and __hash__. by R David Murray · 12 years ago
  39. d8bbde3 #14617: clarify discussion of interrelationship of __eq__ and __hash__. by R David Murray · 12 years ago
  40. 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
  41. f669036 Merge #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  42. 2c1d1d6 #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  43. f06afe3 Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
  44. f158d86 Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
  45. a81b481 Fix markup errors and update pydoc topics. by Georg Brandl · 12 years ago
  46. 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
  47. e3376ef Clarify the import statement semantics, especially for implicit imports in the 'from X import Y' variant by Nick Coghlan · 12 years ago
  48. c86e8d9 Improve wording for __hash__ by Antoine Pitrou · 12 years ago
  49. dadebab Finally, a coherent set of terminology for all the lil' beasties involved. by Barry Warsaw · 12 years ago
  50. cbc4c19 Another XXX. by Barry Warsaw · 12 years ago
  51. c1e721b Address substantially all of Eric Snow's comments in issue #15295, except for by Barry Warsaw · 12 years ago
  52. d7d2194 Integration of importdocs from the features/pep-420 repo. by Barry Warsaw · 12 years ago
  53. c19d7b6 fix typo; thanks to Dmitry Northerner from docs@ by Sandro Tosi · 12 years ago
  54. cf4710c Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 12 years ago
  55. 4268b3a #16677: rename section header and fix markup. by Ezio Melotti · 12 years ago
  56. 1658797 Issue #16339: Document and test exec(stmt, globals, locals) form in Python 2.7. by Mark Dickinson · 12 years ago
  57. 64c0b2c Backport from 3.2: remove "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
  58. 32473e7 Backport from 3.2: fix formatting of syntax description of function definition. by Chris Jerdonek · 12 years ago
  59. d9edd82 String exceptions aren't just deprecated, they are gone. by Raymond Hettinger · 12 years ago
  60. 5a53a41 Issue #14167: restore statement about breaks in finally clauses; remove statement about exception chaining. by Mark Dickinson · 12 years ago
  61. 85307b4 #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  62. 5618aaa #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  63. 6bcd00a Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
  64. 45ed012 Issue #13557: Clarify effect of giving two different namespaces to exec or by Terry Jan Reedy · 12 years ago
  65. 56ed284 Merge with 3.2. by Georg Brandl · 12 years ago
  66. 33369cf Fix a bunch of "versionchanged" related markup errors. by Georg Brandl · 12 years ago
  67. 0182f38 Fix small overeager edit from 8e47e9af826e. by Georg Brandl · 12 years ago
  68. 0b3847d Issue #15096: Drop support for the ur string prefix by Christian Heimes · 12 years ago
  69. 305acf2 Remove an incorrect implementation detail by Nick Coghlan · 12 years ago
  70. b267475 Clarify a paragraph in the new metaclass docs by Nick Coghlan · 12 years ago
  71. 337b2bf Describe the default hash correctly, and mark a couple of CPython implementation details by Nick Coghlan · 12 years ago
  72. 78770f0 Fix typo in new metaclass docs by Nick Coghlan · 12 years ago
  73. 7fc570a Close #14588: added a PEP 3115 compliant dynamic type creation mechanism by Nick Coghlan · 12 years ago
  74. 510ff54 Use Python 3 instead of 3.0. by Ezio Melotti · 12 years ago
  75. 1b5123a Issue #14628: Document the fact that import always returns the module by Brett Cannon · 12 years ago
  76. 6aacc14 Merge with 3.2. by Georg Brandl · 13 years ago
  77. 64a4094 Closes #14186: add link to PEP 3107 (function annotations) to the function definition section. by Georg Brandl · 13 years ago
  78. 50364b4 Basic documentation for PEP 414 by Armin Ronacher · 13 years ago
  79. b43fde9 remove unapplicable statement by Benjamin Peterson · 13 years ago
  80. c9f54cf enable hash randomization by default by Benjamin Peterson · 13 years ago
  81. 79d3878 update unicode link by Benjamin Peterson · 13 years ago
  82. 2fb477c Merge 3.2: Issue #13703 plus some related test suite fixes. by Georg Brandl · 13 years ago
  83. 09a7c72 Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  84. 2daf6ae Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) by Georg Brandl · 13 years ago
  85. 93abdd1 Merge with 3.2 closes 14023 by Terry Jan Reedy · 13 years ago
  86. ead1de2 Issue 14023 Revert edit to 2.7 version. (I suspect edit is from when we thought by Terry Jan Reedy · 13 years ago
  87. 0ed8019 Add versionchanged notes for PEP 380 by Nick Coghlan · 13 years ago
  88. aee9dfb merge 2.6 with hash randomization fix by Benjamin Peterson · 13 years ago
  89. 1e13eb0 - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEED by Barry Warsaw · 13 years ago
  90. 0bb1251 whitespace by Terry Jan Reedy · 13 years ago
  91. 96a0a46 Issue13820 as and with really became keywords in 2.6. by Terry Jan Reedy · 13 years ago
  92. c86bb00 Fix label names. by Georg Brandl · 13 years ago
  93. a76bb03 None is not a keyword, link file.next() to functions.html#next by Sandro Tosi · 13 years ago
  94. 98ed08f update to new C roles and directives by Sandro Tosi · 13 years ago
  95. d204934 exception support is correct now (closes #13705) by Benjamin Peterson · 13 years ago
  96. b2794c8 Issue #13683: raise with no exception in scope throws a RuntimeError; fix by Ramchandra Apte by Sandro Tosi · 13 years ago
  97. 3721fbc point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ by Sandro Tosi · 13 years ago
  98. 238612a point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ by Sandro Tosi · 13 years ago
  99. 75c71cc fix Rather that/Rather than; thanks to Reuben Thomas from docs@ by Sandro Tosi · 13 years ago
  100. ec53eb8 fix Rather that/Rather than; thanks to Reuben Thomas from docs@ by Sandro Tosi · 13 years ago