1. 43cba21 Make expression legal python by adding '1'. by Terry Jan Reedy · 9 years ago
  2. d3faf43 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  3. b9fdb7a Issue 19548: update codecs module documentation by Nick Coghlan · 10 years ago
  4. e4196d3 #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse) by Georg Brandl · 10 years ago
  5. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  6. 9b1e92f #22237: document that sorted() is guaranteed to be stable. Initial patch by Martin Panter. by Ezio Melotti · 10 years ago
  7. c803bd8 Issue #22695: Fix syntax of open() doc by Victor Stinner · 10 years ago
  8. eb7e8f6 Document builtin classes as such, not functions. by Georg Brandl · 10 years ago
  9. 1895f2b Issue 22492: Be explicit that print does not support binary mode files. by Terry Jan Reedy · 10 years ago
  10. ac191ce Issue #22174: Clean-up grammar and ambiguities in property() docs. by Raymond Hettinger · 10 years ago
  11. 3410af4 Add an index entry for exec() builtin. by Berker Peksag · 10 years ago
  12. f2fb73f Issue #19362: Tweek len() doc and docstring to expand the indicated range of by Terry Jan Reedy · 10 years ago
  13. b30b34c Issue 21143: Fix typo in docs for max(). by Raymond Hettinger · 11 years ago
  14. f4284e4 Documentation nit. List the traditional keyword-only argument first and the default last. by Raymond Hettinger · 11 years ago
  15. df48b97 Fix a few scoping issues with versionadded/versionchanged directives. by Georg Brandl · 11 years ago
  16. 3732ed2 Merge in all documentation changes since branching 3.4.0rc1. by Larry Hastings · 11 years ago
  17. d45a46b merge 3.3 (#19910) by Benjamin Peterson · 11 years ago
  18. 933142a document that compile() can take bytes (closes #19910) by Benjamin Peterson · 11 years ago
  19. 0e90e99 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  20. fbc1c26 Issue #19795: Improved markup of True/False constants. by Serhiy Storchaka · 11 years ago
  21. 6787a38 Issue #15204: Deprecated the 'U' mode in file-like objects. by Serhiy Storchaka · 11 years ago
  22. 0d85b5c Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  23. 0d196ed Issue #19190: Improve cross-references in builtin types and functions documentation. by Serhiy Storchaka · 11 years ago
  24. daf4555 Issue #18571: Implementation of the PEP 446: file descriptors and file handles by Victor Stinner · 11 years ago
  25. f9f0458 merge emphasized discouragement of overriding __import__ by Brett Cannon · 11 years ago
  26. f5ebd26 Emphasize that people should not override __import__. by Brett Cannon · 11 years ago
  27. 4958f71 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 11 years ago
  28. 224a599 - Issue #18440: Clarify that `hash()` can truncate the value returned from an by Barry Warsaw · 11 years ago
  29. 4d6018f Issue 18111: Add a default argument to min() and max() by Raymond Hettinger · 11 years ago
  30. f567727 Merge with 3.3 by Andrew Kuchling · 11 years ago
  31. c7b6c50 Describe 'surrogateescape' in the documentation. by Andrew Kuchling · 11 years ago
  32. d710017 Clarify which dictionaries are updateable by Raymond Hettinger · 11 years ago
  33. 697fd46 merge by Raymond Hettinger · 11 years ago
  34. 1bab713 Merge with 3.3. by Georg Brandl · 12 years ago
  35. 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
  36. 8b8df5a Merge with 3.3 by Terry Jan Reedy · 12 years ago
  37. f39cab1 Merge with 3.2 by Terry Jan Reedy · 12 years ago
  38. dff04f4 Issue #17418: specify that buffer sizes are bytes as soon as possible. by Terry Jan Reedy · 12 years ago
  39. a41fb4b #17351: merge with 3.3. by Ezio Melotti · 12 years ago
  40. c9cfcf1 #17351: merge with 3.2. by Ezio Melotti · 12 years ago
  41. af8838f #17351: remove "object" inheritance from docs. Patch by Phil Elson. by Ezio Melotti · 12 years ago
  42. 07c7136 Issue #16772: in int(x, base), non-integer bases must have an __index__ method. by Mark Dickinson · 12 years ago
  43. 0794fe0 Add NEWS and docs for #9856 by Andrew Svetlov · 12 years ago
  44. bb4e941 Add a str class entry to the "Text Sequence Type" section (issue #16209). by Chris Jerdonek · 12 years ago
  45. 5bd9270 Address reviews for open’s opener argument doc patch (#13424). by Éric Araujo · 12 years ago
  46. 5fae0e5 Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  47. 296c2fd Merge from 3.2: adjust set and frozenset function docs (issue #16436). by Chris Jerdonek · 12 years ago
  48. df3abec Link set and frozenset function docs to their class definitions (issue #16436). by Chris Jerdonek · 12 years ago
  49. 309b043 Avoid fd leak in example. Caught by Serhiy. by Éric Araujo · 12 years ago
  50. 8f423c9 Add examples for opener argument of open (#13424). by Éric Araujo · 12 years ago
  51. e6c0f0d #16210: merge with 3.2. by Ezio Melotti · 12 years ago
  52. 837cd06 #16210: combine the two type() docs. Patch by Pete Sevander. by Ezio Melotti · 12 years ago
  53. 39b8670 Issue #16206: Merge dict documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  54. f341317 Issue #16206: Improve the documentation of the dict constructor. by Chris Jerdonek · 12 years ago
  55. 006d907 Undo changes accidentally reverted in de8787029fe4. by Chris Jerdonek · 12 years ago
  56. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  57. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  58. 042fa65 Issue #14783: Merge changes from 3.2. by Chris Jerdonek · 12 years ago
  59. 83fe2e1 Issue #14783: Improve int() docstring and also str(), range(), and slice(). by Chris Jerdonek · 12 years ago
  60. 2246aa8 Issue #16036: Merge update from 3.2. by Chris Jerdonek · 12 years ago
  61. 57491e0 Issue #16036: Improve documentation of built-in int()'s signature and arguments. by Chris Jerdonek · 12 years ago
  62. 7c6c80d Issue 15985: merge from 3.2. by Mark Dickinson · 12 years ago
  63. 4e12ad1 Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek. by Mark Dickinson · 12 years ago
  64. 8429b67 #15831: merge with 3.2 by Ezio Melotti · 12 years ago
  65. e0add76 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  66. 83c0ae5 Address most of Ezio's comments. str/bytes/bytearray docs still need consolidation by Nick Coghlan · 12 years ago
  67. ed7fb9c Merge #15694: reflow paragraph. by R David Murray · 12 years ago
  68. 433ef3b #15694: reflow paragraph. by R David Murray · 12 years ago
  69. 8eac575 Merge #15694: Link discussion of file objects to glossary entry. by R David Murray · 12 years ago
  70. 9f0c940 #15694: Link discussion of file objects to glossary entry. by R David Murray · 12 years ago
  71. 27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  72. ee0a945 #15543: reflow paragraphs. by R David Murray · 12 years ago
  73. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  74. 1487c93 merge with 3.2 by Georg Brandl · 12 years ago
  75. 296d1be Restore original line lengths. by Georg Brandl · 12 years ago
  76. e4b1a18 Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 12 years ago
  77. ecd78fe Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 12 years ago
  78. 439e17f update doctests by Andrew Svetlov · 12 years ago
  79. cb4996a Issue #15471: Don't use mutable object as default values for the by Brett Cannon · 12 years ago
  80. 222d473 Issue #15482: Merge 78449:3fe01f7520e2 with a minor clarification. by Brett Cannon · 12 years ago
  81. 9b000e7 Issue #15482: Properly document the default 'level' parameter for __import__(). by Brett Cannon · 12 years ago
  82. d1f9352 (Merge 3.2) open() / TextIOWrapper doc: make it explicit than newline='\n' by Victor Stinner · 12 years ago
  83. 401e17d open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't by Victor Stinner · 12 years ago
  84. 60622ed Minor markup tweak. by Brett Cannon · 12 years ago
  85. 73df364 Add a versionchanged mention to __import__ in regards to negative level values. by Brett Cannon · 12 years ago
  86. 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  87. dd445e8 Merge 3.2 closes issue 13557 by Terry Jan Reedy · 12 years ago
  88. 83efd6c Issue #13557: Clarify effect of giving two different namespaces to exec or by Terry Jan Reedy · 12 years ago
  89. f86a5e8 Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore by Victor Stinner · 12 years ago
  90. b93f9fa Issue #12760: Add some mising documentation about the new `x` exclusive by Charles-François Natali · 12 years ago
  91. 7fc570a Close #14588: added a PEP 3115 compliant dynamic type creation mechanism by Nick Coghlan · 12 years ago
  92. 2a082ad Clarify that one should not use __import__() directly. Also mention by Brett Cannon · 13 years ago
  93. c7ceb2b merge 3.2 (#9574) by Mark Dickinson · 13 years ago
  94. 328dd0d Closes #9574: Note that complex constructor doesn't allow whitespace around central operator. by Mark Dickinson · 13 years ago
  95. a3d1e2e #11633 At least 2 people prefer earlier revision. by Terry Jan Reedy · 13 years ago
  96. e247928 Closes #11633 Clarify print buffering. by Terry Jan Reedy · 13 years ago
  97. bc3b682 Closes #13761: add a "flush" keyword argument to print(). by Georg Brandl · 13 years ago
  98. dc41e3f Merge #11633 At least 2 people prefer earlier revision. by Terry Jan Reedy · 13 years ago
  99. 7a825ba Merge with 3.2 by Terry Jan Reedy · 13 years ago
  100. 878ce38 add introspection to range objects (closes #9896) by Benjamin Peterson · 13 years ago