1. ed3f590 #15831: document multiple signatures on different lines. Patch by Chris Jerdonek. by Ezio Melotti · 13 years ago
  2. c7b8f80 #15543: reflow paragraphs. by R David Murray · 13 years ago
  3. 5618aaa #15543: glossary entry for and 'universal newlines', and links to it. by R David Murray · 13 years ago
  4. 359b503 make documented file() kw names and actual ones agree (closes #15572) by Benjamin Peterson · 13 years ago
  5. 59488d2 Closes #9254: backport __import__ docstring/doc mentions of importlib. by R David Murray · 13 years ago
  6. 45ed012 Issue #13557: Clarify effect of giving two different namespaces to exec or by Terry Jan Reedy · 13 years ago
  7. e58ce01 #14804: Remove [] around optional arguments with default values by Hynek Schlawack · 13 years ago
  8. 1d710b6 backport 7a05cb3beddf to 2.7 by Sandro Tosi · 13 years ago
  9. b45c5e2 Closes #14489: correct link target. by Georg Brandl · 13 years ago
  10. 5081957 Closes #9574: Note that complex constructor doesn't allow whitespace around central operator. by Mark Dickinson · 13 years ago
  11. 65de77e Clean-up docs for input() by Raymond Hettinger · 14 years ago
  12. 6d837a3 Add pure python equivalent code for reduce(). by Raymond Hettinger · 14 years ago
  13. 51ab351 Move a space. by Ezio Melotti · 14 years ago
  14. 98ed08f update to new C roles and directives by Sandro Tosi · 14 years ago
  15. 150122a #11633 about buffering of print by Terry Jan Reedy · 14 years ago
  16. 36cdca1 Clarify that vars() doesn't place extra restrictions on __dict__. by Raymond Hettinger · 14 years ago
  17. 972ba9e Add missing versionadded (fixes #12392) by Éric Araujo · 14 years ago
  18. e0054c5 Link isinstance/issubclass to the ABC glossary entry (#12256) by Éric Araujo · 14 years ago
  19. 5dd034b Minor doc addition for clarity by Éric Araujo · 14 years ago
  20. 8171cf5 #12642: fix args names in open() doc. by Ezio Melotti · 14 years ago
  21. b952413 Fix markup. by Ezio Melotti · 14 years ago
  22. 320b914 Issue 11889: Clarify docs for enumerate. by Raymond Hettinger · 14 years ago
  23. 88fc661 Cleanup example by Raymond Hettinger · 14 years ago
  24. 690d4ae Multiple clean-ups to the docs for builtin functions. by Raymond Hettinger · 14 years ago
  25. 783a30f Link to suggestions for how to use super(). by Raymond Hettinger · 14 years ago
  26. 29f6efa Issue 12003: fixing error in xrange alternative sample by Eli Bendersky · 14 years ago
  27. 26946ec Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge from by Georg Brandl · 15 years ago
  28. bf8484e Merged revisions 86732 via svnmerge from by Ezio Melotti · 15 years ago
  29. e8803e7 Issue #8340: document bytearray in Python 2.7. by Antoine Pitrou · 15 years ago
  30. d5cd1ff Merged revisions 86249 via svnmerge from by Éric Araujo · 15 years ago
  31. 15c2cec Issue 7447: Improve docs for sum(). by Raymond Hettinger · 15 years ago
  32. 21946af Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from by Georg Brandl · 15 years ago
  33. 7d4bfb3 Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from by Georg Brandl · 15 years ago
  34. 19746cb Merged revisions 83277 via svnmerge from by Mark Dickinson · 15 years ago
  35. 5ac9d87 #8472: fix misleading reference to ifilterfalse() in filter() docs. by Georg Brandl · 15 years ago
  36. 8c09ebc #8472: fix wrong function name in functions.rst: itertools.filterfalse -> itertools.ifilterfalse by Ezio Melotti · 15 years ago
  37. c9a8a4a #8370: fix module name in backported doc addition. by Georg Brandl · 15 years ago
  38. bb006cf Add tests for cmp_to_key. by Raymond Hettinger · 15 years ago
  39. f54c268 Document link to Sorting HowTo by Raymond Hettinger · 15 years ago
  40. 118c557 Fix some issues found by Jacques Ducasse on the docs list. by Georg Brandl · 15 years ago
  41. 2600a33 #7400: typo. by Georg Brandl · 16 years ago
  42. b6fb8dc Fix terminology. by Georg Brandl · 16 years ago
  43. 2fb77bd revert r76243; I was right, actually :) by Benjamin Peterson · 16 years ago
  44. c4a346c never mind about eval mode in this case by Benjamin Peterson · 16 years ago
  45. e36199b fix several compile() issues by translating newlines in the tokenizer by Benjamin Peterson · 16 years ago
  46. 6c14e58 Use "impl-detail" directive where applicable. by Georg Brandl · 16 years ago
  47. 530df33 Issue #7028: Add note to hex() builtin docs pointing to float.hex(). by Mark Dickinson · 16 years ago
  48. 54967d9 #6925: rewrite docs for locals() and vars() a bit. by Georg Brandl · 16 years ago
  49. 29bc2cd Fix base keyword arg name for int() and long(). by Georg Brandl · 16 years ago
  50. d7d4fd7 builtin -> built-in. by Georg Brandl · 16 years ago
  51. 9fa61bb #6577: fix (hopefully) all links to builtin instead of module/class-specific objects. by Georg Brandl · 16 years ago
  52. 4ee6d25 Improve English phrasing. by R. David Murray · 16 years ago
  53. e15048e s/use/call/ by Georg Brandl · 16 years ago
  54. 22396da Fix confusing wording. by Georg Brandl · 16 years ago
  55. fa0123b #6084: fix example. by Georg Brandl · 16 years ago
  56. 16a57f6 Demote warnings to notices where appropriate, following the goal that as few "red box" warnings by Georg Brandl · 16 years ago
  57. e561011 #5751: fix escaping of \\n. by Georg Brandl · 16 years ago
  58. 76162e3 Clarify the behavior of any() and all() with an empty iterable. by Raymond Hettinger · 16 years ago
  59. 789be0c Issue #2396: backport the memoryview object. by Antoine Pitrou · 16 years ago
  60. d59efbc #5199: make warning about vars() assignment more visible. by Georg Brandl · 16 years ago
  61. 06919a1 a much better example by Benjamin Peterson · 16 years ago
  62. ed3558b I thought this was begging for an example by Benjamin Peterson · 16 years ago
  63. ed955f1 Fix typo. by Raymond Hettinger · 16 years ago
  64. afe496d Remove reference to zero argument form of super() in 2.x docs. by Raymond Hettinger · 16 years ago
  65. b762d58 More markup and spelling fixes. by Raymond Hettinger · 16 years ago
  66. eb7cbb9 Restore Py2.x version of sample call to super(). by Raymond Hettinger · 16 years ago
  67. 9766033 Sync-up py3.1 doc updates for super(). by Raymond Hettinger · 16 years ago
  68. 528f881 #5348: format() converts all kinds of values. by Georg Brandl · 16 years ago
  69. 749e6d0 Add links to helpful external resources. by Raymond Hettinger · 16 years ago
  70. f9bce83 Add some cross-references to the docs. Simplify the python code equivalent for izip(). Supply an optional argument for the nth() recipe. by Raymond Hettinger · 16 years ago
  71. 7c98a6d Add explanation for super(type1, type2). by Raymond Hettinger · 16 years ago
  72. fd04870 Issue 5229: Documentation for super() neglects to say what super() actually does by Raymond Hettinger · 16 years ago
  73. 95f8ef2 make "super only for new-style classes" a note. by Georg Brandl · 17 years ago
  74. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  75. f8668ce #4457: rewrite __import__() documentation. by Georg Brandl · 17 years ago
  76. 248e172 Move __import__ to the bottom of the functions list. by Georg Brandl · 17 years ago
  77. 942e477 clarify what was added by Benjamin Peterson · 17 years ago
  78. 728c6f6 move context clue to versionchanged tag by Benjamin Peterson · 17 years ago
  79. d923f98 a few compile() and ast doc improvements by Benjamin Peterson · 17 years ago
  80. b5f8208 backport bin() documentation by Benjamin Peterson · 17 years ago
  81. 1fb8451 add a much requested newline by Benjamin Peterson · 17 years ago
  82. 83ca0a6 talk about how you can unzip with zip by Benjamin Peterson · 17 years ago
  83. 34211e9 #4041: don't refer to removed and outdated modules. by Georg Brandl · 17 years ago
  84. 3134f14 Improve docs for super(). by Raymond Hettinger · 17 years ago
  85. 881c487 clarify that radix for int is not 'guessed' by Benjamin Peterson · 17 years ago
  86. f5a3fb7 super() actually returns a super object. by Georg Brandl · 17 years ago
  87. 6140651 #3569: eval() also accepts "exec"able code objects. by Georg Brandl · 17 years ago
  88. 90f3673 fix various doc typos #3320 by Benjamin Peterson · 17 years ago
  89. 9138357 #2831: add start argument to enumerate(). Patch by Scott Dial and me. by Georg Brandl · 17 years ago
  90. 21f990c Fix parameter name for enumerate(). by Georg Brandl · 17 years ago
  91. 2ac747c #2812: document property.getter/setter/deleter. by Georg Brandl · 17 years ago
  92. 28e0873 #2719: backport next() from 3k. by Georg Brandl · 17 years ago
  93. a3bb57c #2668: nit in apply() docs. by Georg Brandl · 17 years ago
  94. fc8eef3 Patch #1810 by Thomas Lee, reviewed by myself: by Georg Brandl · 17 years ago
  95. 18f1914 #868845: document <...> reprs. by Georg Brandl · 17 years ago
  96. 7a45ab8 Enable doctests in functions.rst. Already found two errors :) by Georg Brandl · 17 years ago
  97. d346475 Add docs for print_function and future_builtins. Fixes #2442. by Georg Brandl · 17 years ago
  98. ca2b69f Move __builtins__.trunc() to math.trunc() per by Jeffrey Yasskin · 18 years ago
  99. 9ed5b57 Give zip() the same guarantee as izip() for left-to-right evaluation. by Raymond Hettinger · 18 years ago
  100. 92058d2 #652749: document the constants added to the builtins by site.py. by Georg Brandl · 18 years ago