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