1. 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
  2. f39cab1 Merge with 3.2 by Terry Jan Reedy · 12 years ago
  3. dff04f4 Issue #17418: specify that buffer sizes are bytes as soon as possible. by Terry Jan Reedy · 12 years ago
  4. c9cfcf1 #17351: merge with 3.2. by Ezio Melotti · 12 years ago
  5. af8838f #17351: remove "object" inheritance from docs. Patch by Phil Elson. by Ezio Melotti · 12 years ago
  6. bb4e941 Add a str class entry to the "Text Sequence Type" section (issue #16209). by Chris Jerdonek · 12 years ago
  7. 5bd9270 Address reviews for open’s opener argument doc patch (#13424). by Éric Araujo · 12 years ago
  8. 5fae0e5 Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  9. 296c2fd Merge from 3.2: adjust set and frozenset function docs (issue #16436). by Chris Jerdonek · 12 years ago
  10. df3abec Link set and frozenset function docs to their class definitions (issue #16436). by Chris Jerdonek · 12 years ago
  11. 309b043 Avoid fd leak in example. Caught by Serhiy. by Éric Araujo · 12 years ago
  12. 8f423c9 Add examples for opener argument of open (#13424). by Éric Araujo · 12 years ago
  13. e6c0f0d #16210: merge with 3.2. by Ezio Melotti · 12 years ago
  14. 837cd06 #16210: combine the two type() docs. Patch by Pete Sevander. by Ezio Melotti · 12 years ago
  15. 39b8670 Issue #16206: Merge dict documentation improvements from 3.2. by Chris Jerdonek · 12 years ago
  16. f341317 Issue #16206: Improve the documentation of the dict constructor. by Chris Jerdonek · 12 years ago
  17. 006d907 Undo changes accidentally reverted in de8787029fe4. by Chris Jerdonek · 12 years ago
  18. 143d034 merge 3.2 by Benjamin Peterson · 12 years ago
  19. 7fa8222 Fix links to the __next__ method. by Ezio Melotti · 12 years ago
  20. 042fa65 Issue #14783: Merge changes from 3.2. by Chris Jerdonek · 12 years ago
  21. 83fe2e1 Issue #14783: Improve int() docstring and also str(), range(), and slice(). by Chris Jerdonek · 12 years ago
  22. 2246aa8 Issue #16036: Merge update from 3.2. by Chris Jerdonek · 12 years ago
  23. 57491e0 Issue #16036: Improve documentation of built-in int()'s signature and arguments. by Chris Jerdonek · 12 years ago
  24. 7c6c80d Issue 15985: merge from 3.2. by Mark Dickinson · 12 years ago
  25. 4e12ad1 Issue 15985: fix round argument names in documentation. Thanks Chris Jerdonek. by Mark Dickinson · 12 years ago
  26. 8429b67 #15831: merge with 3.2 by Ezio Melotti · 12 years ago
  27. e0add76 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 12 years ago
  28. 83c0ae5 Address most of Ezio's comments. str/bytes/bytearray docs still need consolidation by Nick Coghlan · 12 years ago
  29. ed7fb9c Merge #15694: reflow paragraph. by R David Murray · 12 years ago
  30. 433ef3b #15694: reflow paragraph. by R David Murray · 12 years ago
  31. 8eac575 Merge #15694: Link discussion of file objects to glossary entry. by R David Murray · 12 years ago
  32. 9f0c940 #15694: Link discussion of file objects to glossary entry. by R David Murray · 12 years ago
  33. 27bbcfb Merge #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  34. ee0a945 #15543: reflow paragraphs. by R David Murray · 12 years ago
  35. 1b00f25 #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 12 years ago
  36. 1487c93 merge with 3.2 by Georg Brandl · 12 years ago
  37. 296d1be Restore original line lengths. by Georg Brandl · 12 years ago
  38. e4b1a18 Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 12 years ago
  39. ecd78fe Issue #15624: clarify newline documentation for open and io.TextIOWrapper by Andrew Svetlov · 12 years ago
  40. 439e17f update doctests by Andrew Svetlov · 12 years ago
  41. cb4996a Issue #15471: Don't use mutable object as default values for the by Brett Cannon · 12 years ago
  42. 222d473 Issue #15482: Merge 78449:3fe01f7520e2 with a minor clarification. by Brett Cannon · 12 years ago
  43. 9b000e7 Issue #15482: Properly document the default 'level' parameter for __import__(). by Brett Cannon · 12 years ago
  44. d1f9352 (Merge 3.2) open() / TextIOWrapper doc: make it explicit than newline='\n' by Victor Stinner · 12 years ago
  45. 401e17d open() / TextIOWrapper doc: make it explicit than newline='\n' doesn't by Victor Stinner · 12 years ago
  46. 60622ed Minor markup tweak. by Brett Cannon · 12 years ago
  47. 73df364 Add a versionchanged mention to __import__ in regards to negative level values. by Brett Cannon · 12 years ago
  48. 17fc44c Improve str() and object.__str__() documentation (issue #13538). by Chris Jerdonek · 12 years ago
  49. dd445e8 Merge 3.2 closes issue 13557 by Terry Jan Reedy · 12 years ago
  50. 83efd6c Issue #13557: Clarify effect of giving two different namespaces to exec or by Terry Jan Reedy · 12 years ago
  51. f86a5e8 Close #11022: TextIOWrapper doesn't call locale.setlocale() anymore by Victor Stinner · 12 years ago
  52. b93f9fa Issue #12760: Add some mising documentation about the new `x` exclusive by Charles-François Natali · 12 years ago
  53. 7fc570a Close #14588: added a PEP 3115 compliant dynamic type creation mechanism by Nick Coghlan · 12 years ago
  54. 2a082ad Clarify that one should not use __import__() directly. Also mention by Brett Cannon · 12 years ago
  55. c7ceb2b merge 3.2 (#9574) by Mark Dickinson · 13 years ago
  56. 328dd0d Closes #9574: Note that complex constructor doesn't allow whitespace around central operator. by Mark Dickinson · 13 years ago
  57. a3d1e2e #11633 At least 2 people prefer earlier revision. by Terry Jan Reedy · 13 years ago
  58. e247928 Closes #11633 Clarify print buffering. by Terry Jan Reedy · 13 years ago
  59. bc3b682 Closes #13761: add a "flush" keyword argument to print(). by Georg Brandl · 13 years ago
  60. dc41e3f Merge #11633 At least 2 people prefer earlier revision. by Terry Jan Reedy · 13 years ago
  61. 7a825ba Merge with 3.2 by Terry Jan Reedy · 13 years ago
  62. 878ce38 add introspection to range objects (closes #9896) by Benjamin Peterson · 13 years ago
  63. 59142db Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). by Ross Lagerwall · 13 years ago
  64. 5d12faa Merge by Raymond Hettinger · 13 years ago
  65. 6f45d18 Improve itertools docs with clearer examples of pure python equivalent code. by Raymond Hettinger · 13 years ago
  66. 963004d Fix typo. by Ezio Melotti · 13 years ago
  67. c99c858 Remove mention of narrow/wide builds from ord/chr doc. by Ezio Melotti · 13 years ago
  68. 3664568 Issue #13201: equality for range objects is now based on equality of the underlying sequences. Thanks Sven Marnach for the patch. by Mark Dickinson · 13 years ago
  69. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  70. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  71. 62ab10a0 Replace mentions of IOError by Antoine Pitrou · 13 years ago
  72. 18ddf82 Add links from library/functions to other docs. by Éric Araujo · 13 years ago
  73. 9edd9f0 Fix a few links in the table of built-in functions (#12298) by Éric Araujo · 13 years ago
  74. e8b7eb0 Link isinstance/issubclass to the ABC glossary entry (#12256) by Éric Araujo · 13 years ago
  75. e801aa2 Let the doc of __import__ link to importlib (#9254). by Éric Araujo · 13 years ago
  76. 9d3df6d Issue 11889: Clarify docs for enumerate. by Raymond Hettinger · 13 years ago
  77. 9028928 Forward port doc updates for builtin functions. by Raymond Hettinger · 13 years ago
  78. c5069e0 Merge doc touch-ups and fixes for #9831 and #9223 from 3.1 by Éric Araujo · 13 years ago
  79. f33de71 Minor doc addition for clarity by Éric Araujo · 13 years ago
  80. 30439b2 Document default fmtspec. Fix inaccurate note. Document exceptions. by Raymond Hettinger · 13 years ago
  81. 2a39b71 Replace sys.maxint mention by sys.maxsize. by Georg Brandl · 14 years ago
  82. 4640237 Fix markup errors. by Georg Brandl · 14 years ago
  83. 8334fd9 Add an "optimize" parameter to compile() to control the optimization level, and provide an interface to it in py_compile, compileall and PyZipFile. by Georg Brandl · 14 years ago
  84. 38e117d Fix punctuation. by Georg Brandl · 14 years ago
  85. 37ee850 Issue 2690: Add support for slicing and negative indices to range objects (includes precalculation and storage of the range length). by Nick Coghlan · 14 years ago
  86. 1de9115 Add callable() to the built-in functions table. by Ezio Melotti · 14 years ago
  87. e71362d Issue #10518: Bring back the callable() builtin. by Antoine Pitrou · 14 years ago
  88. ab32fec Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,85633,85635-85636,85638-85639,85641-85642 via svnmerge from by Georg Brandl · 14 years ago
  89. 3188b20 Merged revisions 86737 via svnmerge from by Ezio Melotti · 14 years ago
  90. 17f9b3d Add NEWS entry for r86732 and fix double function in the table. by Ezio Melotti · 14 years ago
  91. 42cc06e Merged revisions 86732 via svnmerge from by Ezio Melotti · 14 years ago
  92. f21c7ed #10299: Add a table that lists all the built-in functions in functions.rst by Ezio Melotti · 14 years ago
  93. da825ab Merged revisions 86670 via svnmerge from by Éric Araujo · 14 years ago
  94. 28053fb Remove unnecessary `object` base class in docs (#10366). by Éric Araujo · 14 years ago
  95. 47c74ac Issue #10488: Bring documentation for 'float' builtin up to date. by Mark Dickinson · 14 years ago
  96. 60d8684 Merged revisions 86603 via svnmerge from by Antoine Pitrou · 14 years ago
  97. b85b3af In 3.x, bytearray is akin to bytes, not str. by Antoine Pitrou · 14 years ago
  98. 689aa6d Merged revisions 86526 via svnmerge from by Alexander Belopolsky · 14 years ago
  99. 5d4dd3e Issue 7828: Fixed chr() and ord() documentation for wide characters by Alexander Belopolsky · 14 years ago
  100. f7b5fa5 Merged revisions 86249 via svnmerge from by Éric Araujo · 14 years ago