1. 2a61452 Removed spaces before commas and periods. by Serhiy Storchaka · 11 years ago
  2. 7cff4cd Issue #19713: Fix mistakes in the import page of language reference. by Eric Snow · 11 years ago
  3. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  4. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  5. 472a65a Fix a few markup problems in the new import doc. by Georg Brandl · 11 years ago
  6. b523f84 Implement PEP 451 (ModuleSpec). by Eric Snow · 11 years ago
  7. 0d85b5c Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  8. 0d196ed Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  9. c13d604 merge with 3.3 by Georg Brandl · 11 years ago
  10. 0aaae26 Clarify two points about division and shifting. Suggested by Albert Hofkamp on docs@. by Georg Brandl · 11 years ago
  11. 100580f merge with 3.3 by Georg Brandl · 11 years ago
  12. 97f9623 Add "->" as a delimiter token. Found by James Harding on docs@. by Georg Brandl · 11 years ago
  13. 6930777 merge with 3.3 by Georg Brandl · 11 years ago
  14. 242e6a0 Use "lambda expression" as preferred to "lambda form". by Georg Brandl · 11 years ago
  15. 58720d6 Issue #17934: Add a clear() method to frame objects, to help clean up expensive details (local variables) and break reference cycles. by Antoine Pitrou · 11 years ago
  16. 796564c Issue #18112: PEP 442 implementation (safe object finalization). by Antoine Pitrou · 11 years ago
  17. 4958f71 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 11 years ago
  18. 224a599 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 11 years ago
  19. 82da888 Issue #15767: Revert 3a50025f1900 for ModuleNotFoundError by Brett Cannon · 11 years ago
  20. 8f5ac51 Issue #15767: Touch up ModuleNotFoundError usage by import. by Brett Cannon · 11 years ago
  21. 4b4e38e Mention __cached__ in the import ref. by Brett Cannon · 11 years ago
  22. b961955 merge by Brett Cannon · 11 years ago
  23. 1fbb773 #17938: merge with 3.3. by Ezio Melotti · 11 years ago
  24. 955382c #17938: remove duplicate paragraphs. by Ezio Melotti · 11 years ago
  25. 4c14b5d #17115,17116: Have modules initialize the __package__ and __loader__ by Brett Cannon · 11 years ago
  26. cf72c5e merge with 3.3 by Georg Brandl · 11 years ago
  27. dec3b3f Clarify point in name mangling doc. by Georg Brandl · 11 years ago
  28. 1bab713 Merge with 3.3. by Georg Brandl · 11 years ago
  29. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 11 years ago
  30. 4802bec Issue #17117: Have both import itself and importlib.util.set_loader() by Brett Cannon · 11 years ago
  31. 1ef876c evaluate positional defaults before keyword-only defaults (closes #16967) by Benjamin Peterson · 11 years ago
  32. c475278 Merge from 3.3: add links and index entries for "argument" and "parameter." by Chris Jerdonek · 12 years ago
  33. 32bbc1c Merge from 3.2: add links and index entries for "argument" and "parameter." by Chris Jerdonek · 12 years ago
  34. b430994 Add additional links and index entries for "argument" and "parameter". by Chris Jerdonek · 12 years ago
  35. 16bdd41 #16677: merge with 3.3. by Ezio Melotti · 12 years ago
  36. 1be0576 #16677: merge with 3.2. by Ezio Melotti · 12 years ago
  37. 9f929bb #16677: rename section header and fix markup. by Ezio Melotti · 12 years ago
  38. 7d2fad1 Merge from 3.3: link to "yield from" examples in yield documentation. by Chris Jerdonek · 12 years ago
  39. 2654b86 Link to "yield from" examples in yield documentation. by Chris Jerdonek · 12 years ago
  40. 16459e8 Merge from 3.3: Add a str class entry to the string section (issue #16209). by Chris Jerdonek · 12 years ago
  41. bb4e941 Add a str class entry to the "Text Sequence Type" section (issue #16209). by Chris Jerdonek · 12 years ago
  42. 777db2d Fix label in docs (from issue #13538). by Chris Jerdonek · 12 years ago
  43. d675a2c Merge from 3.3: Improve str() and object.__str__() docs (issue #13538). by Chris Jerdonek · 12 years ago
  44. 5fae0e5 Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  45. 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  46. b72c109 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  47. 82c1c78 - Issue #16514: Fix regression causing a traceback when sys.path[0] is None by Barry Warsaw · 12 years ago
  48. 993fd9f Merge issue #16144: Fix misleading sentence in reference/import. by Andrew Svetlov · 12 years ago
  49. e2cf03e Issue #16144: Fix misleading sentence in reference/import. by Andrew Svetlov · 12 years ago
  50. 21fecc7 Merge from 3.3: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
  51. d285029 Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages. by Chris Jerdonek · 12 years ago
  52. 8b7f9f5 Remove unneeded "Release" and "Date" markers from doc index pages. by Chris Jerdonek · 12 years ago
  53. 3d6948e Merge from 3.3: fix formatting of syntax description of function definition. by Chris Jerdonek · 12 years ago
  54. 8b0f3ad Merge from 3.2: fix formatting of syntax description of function definition. by Chris Jerdonek · 12 years ago
  55. c131b07 Fix formatting of syntax description of function definition. by Chris Jerdonek · 12 years ago
  56. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  57. 5c3283e Merge __next__ method link fixes with 3.3. by Ezio Melotti · 12 years ago
  58. 1dd7c30 Merge __next__ method link fixes with 3.2. by Ezio Melotti · 12 years ago
  59. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  60. 23354f5 Merge from 3.3: Fix link to str.format() in docs. by Chris Jerdonek · 12 years ago
  61. 8958cd0 Merge from 3.2: Fix link to str.format() in docs. by Chris Jerdonek · 12 years ago
  62. af94724 Fix link to str.format() in docs. by Chris Jerdonek · 12 years ago
  63. e12dc28 Fix markup. by Ezio Melotti · 12 years ago
  64. 74b38b1 Issue #16148: Small improvements and cleanup. Added version information by Armin Ronacher · 12 years ago
  65. 4614cc4 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 12 years ago
  66. 7ea9a42 Closes #16149: remove now-false statement about the inability to compare Decimal and float objects. by Georg Brandl · 12 years ago
  67. e7f9037 #16127: remove outdated references to narrow builds. Patch by Serhiy Storchaka. by Ezio Melotti · 12 years ago
  68. ddd74b1 Merge: Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  69. f532035 Close open bracket, thanks to Josh Helzer from docs@ by Andrew Svetlov · 12 years ago
  70. 33d8ce1 Issue #14167: merge fix from 3.2 branch. by Mark Dickinson · 12 years ago
  71. 05ee581 Issue #14167: restore statement about breaks in finally clauses. by Mark Dickinson · 12 years ago
  72. a96be78 Merge #14617: clarify discussion of interrelationship of __eq__ and __hash__. by R David Murray · 12 years ago
  73. d8bbde3 #14617: clarify discussion of interrelationship of __eq__ and __hash__. by R David Murray · 12 years ago
  74. 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
  75. f669036 Merge #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  76. 2c1d1d6 #15355: Mention already-executing Exception in generator docs. by R David Murray · 12 years ago
  77. f06afe3 Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
  78. f158d86 Issue #14167: Document return statement in finally blocks. by Andrew Svetlov · 12 years ago
  79. a81b481 Fix markup errors and update pydoc topics. by Georg Brandl · 12 years ago
  80. 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
  81. e3376ef Clarify the import statement semantics, especially for implicit imports in the 'from X import Y' variant by Nick Coghlan · 12 years ago
  82. c86e8d9 Improve wording for __hash__ by Antoine Pitrou · 12 years ago
  83. dadebab Finally, a coherent set of terminology for all the lil' beasties involved. by Barry Warsaw · 12 years ago
  84. cbc4c19 Another XXX. by Barry Warsaw · 12 years ago
  85. c1e721b Address substantially all of Eric Snow's comments in issue #15295, except for by Barry Warsaw · 12 years ago
  86. d7d2194 Integration of importdocs from the features/pep-420 repo. by Barry Warsaw · 12 years ago
  87. 56ed284 Merge with 3.2. by Georg Brandl · 12 years ago
  88. 33369cf Fix a bunch of "versionchanged" related markup errors. by Georg Brandl · 12 years ago
  89. 0182f38 Fix small overeager edit from 8e47e9af826e. by Georg Brandl · 12 years ago
  90. 0b3847d Issue #15096: Drop support for the ur string prefix by Christian Heimes · 12 years ago
  91. 305acf2 Remove an incorrect implementation detail by Nick Coghlan · 12 years ago
  92. b267475 Clarify a paragraph in the new metaclass docs by Nick Coghlan · 12 years ago
  93. 337b2bf Describe the default hash correctly, and mark a couple of CPython implementation details by Nick Coghlan · 12 years ago
  94. 78770f0 Fix typo in new metaclass docs by Nick Coghlan · 12 years ago
  95. 7fc570a Close #14588: added a PEP 3115 compliant dynamic type creation mechanism by Nick Coghlan · 12 years ago
  96. 1b5123a Issue #14628: Document the fact that import always returns the module by Brett Cannon · 12 years ago
  97. 6aacc14 Merge with 3.2. by Georg Brandl · 12 years ago
  98. 64a4094 Closes #14186: add link to PEP 3107 (function annotations) to the function definition section. by Georg Brandl · 12 years ago
  99. 50364b4 Basic documentation for PEP 414 by Armin Ronacher · 12 years ago
  100. b43fde9 remove unapplicable statement by Benjamin Peterson · 12 years ago