1. 18ddf82 Add links from library/functions to other docs. by Éric Araujo · 13 years ago
  2. 9edd9f0 Fix a few links in the table of built-in functions (#12298) by Éric Araujo · 13 years ago
  3. e8b7eb0 Link isinstance/issubclass to the ABC glossary entry (#12256) by Éric Araujo · 13 years ago
  4. e801aa2 Let the doc of __import__ link to importlib (#9254). by Éric Araujo · 13 years ago
  5. 9d3df6d Issue 11889: Clarify docs for enumerate. by Raymond Hettinger · 13 years ago
  6. 9028928 Forward port doc updates for builtin functions. by Raymond Hettinger · 13 years ago
  7. c5069e0 Merge doc touch-ups and fixes for #9831 and #9223 from 3.1 by Éric Araujo · 13 years ago
  8. f33de71 Minor doc addition for clarity by Éric Araujo · 13 years ago
  9. 30439b2 Document default fmtspec. Fix inaccurate note. Document exceptions. by Raymond Hettinger · 13 years ago
  10. 2a39b71 Replace sys.maxint mention by sys.maxsize. by Georg Brandl · 14 years ago
  11. 4640237 Fix markup errors. by Georg Brandl · 14 years ago
  12. 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
  13. 38e117d Fix punctuation. by Georg Brandl · 14 years ago
  14. 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
  15. 1de9115 Add callable() to the built-in functions table. by Ezio Melotti · 14 years ago
  16. e71362d Issue #10518: Bring back the callable() builtin. by Antoine Pitrou · 14 years ago
  17. 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
  18. 3188b20 Merged revisions 86737 via svnmerge from by Ezio Melotti · 14 years ago
  19. 17f9b3d Add NEWS entry for r86732 and fix double function in the table. by Ezio Melotti · 14 years ago
  20. 42cc06e Merged revisions 86732 via svnmerge from by Ezio Melotti · 14 years ago
  21. f21c7ed #10299: Add a table that lists all the built-in functions in functions.rst by Ezio Melotti · 14 years ago
  22. da825ab Merged revisions 86670 via svnmerge from by Éric Araujo · 14 years ago
  23. 28053fb Remove unnecessary `object` base class in docs (#10366). by Éric Araujo · 14 years ago
  24. 47c74ac Issue #10488: Bring documentation for 'float' builtin up to date. by Mark Dickinson · 14 years ago
  25. 60d8684 Merged revisions 86603 via svnmerge from by Antoine Pitrou · 14 years ago
  26. b85b3af In 3.x, bytearray is akin to bytes, not str. by Antoine Pitrou · 14 years ago
  27. 689aa6d Merged revisions 86526 via svnmerge from by Alexander Belopolsky · 14 years ago
  28. 5d4dd3e Issue 7828: Fixed chr() and ord() documentation for wide characters by Alexander Belopolsky · 14 years ago
  29. f7b5fa5 Merged revisions 86249 via svnmerge from by Éric Araujo · 14 years ago
  30. 8f9626b Fix typo by Éric Araujo · 14 years ago
  31. 30bf6e8 Issue 7447: Improve docs for sum(). by Raymond Hettinger · 14 years ago
  32. b373799 Issue 7447: Improve docs for sum(). by Raymond Hettinger · 14 years ago
  33. 8e4ddcf #10122: typo fix. by Georg Brandl · 14 years ago
  34. 066e7a9 Issue #10029: Fix sample code in the docs for zip(). by Raymond Hettinger · 14 years ago
  35. 2f08df3 Issue #10029: Fix sample code in the docs for zip(). by Raymond Hettinger · 14 years ago
  36. e5e6bc6 Merged revisions 85276 via svnmerge from by Georg Brandl · 14 years ago
  37. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  38. 4009c9e Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-83555,83558,83560 via svnmerge from by Georg Brandl · 14 years ago
  39. 914a218 Merged revisions 82629,82632,82724,82757-82758,82760-82763,82798-82799,82801 via svnmerge from by Georg Brandl · 14 years ago
  40. 476a31e Issue 9802: Document min()/max() sort stability by Raymond Hettinger · 14 years ago
  41. f8a08d9 Merged revisions 84359-84360 via svnmerge from by Benjamin Peterson · 14 years ago
  42. 6b4fa77 rewrite and move open() docs only to functions.rst by Benjamin Peterson · 14 years ago
  43. 4e4ffb1 sync open() doc by Benjamin Peterson · 14 years ago
  44. 1768999 only catch AttributeError in hasattr() #9666 by Benjamin Peterson · 14 years ago
  45. 7ac98ae wrap by Benjamin Peterson · 14 years ago
  46. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 14 years ago
  47. 7528b9b #8172: how does one use a property? by Georg Brandl · 14 years ago
  48. 7ce3f2c Merged revisions 83277 via svnmerge from by Mark Dickinson · 14 years ago
  49. c4fbcdc Add note about surprising behaviour from round function. by Mark Dickinson · 14 years ago
  50. 05bfcc5 #7935: cross-reference to ast.literal_eval() from eval() docs. by Georg Brandl · 14 years ago
  51. e40ee50 #9184: fix default value for "buffering" param of open(). by Georg Brandl · 14 years ago
  52. dfaaae9 Merged revisions 81572 via svnmerge from by Benjamin Peterson · 14 years ago
  53. 2550346 correct default value in signature by Benjamin Peterson · 14 years ago
  54. c50846a Forward port total_ordering() and cmp_to_key(). by Raymond Hettinger · 14 years ago
  55. 46fca07 Document sorting HowTo by Raymond Hettinger · 14 years ago
  56. bdfa22b Document sorting HowTo by Raymond Hettinger · 14 years ago
  57. 1f70cdf Merged revisions 79168-79169 via svnmerge from by Georg Brandl · 14 years ago
  58. 6e40e27 Merged revisions 77298 via svnmerge from by Ezio Melotti · 15 years ago
  59. fc43127 Merged revisions 76776 via svnmerge from by Benjamin Peterson · 15 years ago
  60. 97dd987 Merged revisions 76534,76538,76628,76701,76774 via svnmerge from by Benjamin Peterson · 15 years ago
  61. a5a5ce9 Merged revisions 76771 via svnmerge from by Benjamin Peterson · 15 years ago
  62. 45abfbc death to exec statement by Benjamin Peterson · 15 years ago
  63. 2021100 Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from by Benjamin Peterson · 15 years ago
  64. aeaa592 Merged revisions 76230 via svnmerge from by Benjamin Peterson · 15 years ago
  65. 628e6f9 Merged revisions 75797 via svnmerge from by Georg Brandl · 15 years ago
  66. 495f7b5 Merged revisions 75365,75394,75402-75403,75418,75459,75484,75592-75596,75600,75602-75607,75610-75613,75616-75617,75623,75627,75640,75647,75696,75795 via svnmerge from by Georg Brandl · 15 years ago
  67. 810a80a clarify the buffer arg by Benjamin Peterson · 15 years ago
  68. f3d7dbe Merged revisions 75231 via svnmerge from by Benjamin Peterson · 15 years ago
  69. 4ac9ce4 Merged revisions 74779-74786,74793,74795,74811,74860-74861,74863,74876,74886,74896,74901,74903,74908,74912,74930,74933,74943,74946,74952-74955,75015,75019,75032,75068,75076,75095,75098,75102,75129,75139,75230 via svnmerge from by Benjamin Peterson · 15 years ago
  70. 149953a Merged revisions 75207 via svnmerge from by Mark Dickinson · 15 years ago
  71. 36cea39 Merged revisions 75205 via svnmerge from by Mark Dickinson · 15 years ago
  72. 3e124ae Issue #1766304: Optimize membership testing for ranges: 'n in range(...)' by Mark Dickinson · 15 years ago
  73. c5605df Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from by Georg Brandl · 15 years ago
  74. 1b5ab45 Merged revisions 74328,74332-74333,74365 via svnmerge from by Georg Brandl · 15 years ago
  75. 6601126 Merged revisions 73511 via svnmerge from by R. David Murray · 15 years ago
  76. fa0d703 Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via svnmerge from by Benjamin Peterson · 15 years ago
  77. 036490d More conversion to new-style optional args. by Georg Brandl · 15 years ago
  78. 476b355 Die, buffer(), die. by Georg Brandl · 15 years ago
  79. 0192bff Merged revisions 71607,71653,71696,71771,71786 via svnmerge from by Georg Brandl · 15 years ago
  80. e720c0a Merged revisions 72009 via svnmerge from by Georg Brandl · 15 years ago
  81. 7b6ca4a #5061: improve open() docs a bit. by Georg Brandl · 15 years ago
  82. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  83. 47f27a3 Forward-port of #992207 fix: document that the parser only accepts \\n newlines. (And remove a leftover footnote.) by Georg Brandl · 15 years ago
  84. 52c3bf1 sync open() docs more by Benjamin Peterson · 15 years ago
  85. 8cad9c7 fix docs about open's return value #5539 by Benjamin Peterson · 15 years ago
  86. f07d002 Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from by Benjamin Peterson · 15 years ago
  87. 2b9fd47 Fix docs for __import__ that say the default for 'level' is -1; it's actually 0. by Brett Cannon · 16 years ago
  88. d125845 Fix typo. by Raymond Hettinger · 16 years ago
  89. 0a68b01 More markup and spelling fixes. by Raymond Hettinger · 16 years ago
  90. 79d0434 Tweak markup, grammar, and punctuation. by Raymond Hettinger · 16 years ago
  91. 4d9a823 Refine docs for super() noting that sibling classes can by Raymond Hettinger · 16 years ago
  92. 5579ba9 #5348: format() converts all kinds of values. by Georg Brandl · 16 years ago
  93. 477be82 Add links to helpful external resources. by Raymond Hettinger · 16 years ago
  94. cdf8ba3 Add some cross-references to the docs. Simplify the python code equivalent for zip(). Supply an optional argument for the nth() recipe. by Raymond Hettinger · 16 years ago
  95. d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 16 years ago
  96. f3048e5 #5107: document that default encoding is the same as locale.getpreferredencoding(). by Georg Brandl · 16 years ago
  97. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  98. 6ebe78f Merged revisions 67654,67676-67677,67681,67692,67725,67761,67784-67785,67787-67788,67802,67848-67850,67862-67864,67880,67882 via svnmerge from by Benjamin Peterson · 16 years ago
  99. c9928cc fix syntax by Benjamin Peterson · 16 years ago
  100. 2080ea5 Forward-port r67624 and r67627. by Georg Brandl · 16 years ago