1. 2a39b71 Replace sys.maxint mention by sys.maxsize. by Georg Brandl · 15 years ago
  2. 4640237 Fix markup errors. by Georg Brandl · 15 years ago
  3. 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 · 15 years ago
  4. 38e117d Fix punctuation. by Georg Brandl · 15 years ago
  5. 37ee850 Issue 2690: Add support for slicing and negative indices to range objects (includes precalculation and storage of the range length). by Nick Coghlan · 15 years ago
  6. 1de9115 Add callable() to the built-in functions table. by Ezio Melotti · 15 years ago
  7. e71362d Issue #10518: Bring back the callable() builtin. by Antoine Pitrou · 15 years ago
  8. 17f9b3d Add NEWS entry for r86732 and fix double function in the table. by Ezio Melotti · 15 years ago
  9. f21c7ed #10299: Add a table that lists all the built-in functions in functions.rst by Ezio Melotti · 15 years ago
  10. 28053fb Remove unnecessary `object` base class in docs (#10366). by Éric Araujo · 15 years ago
  11. 47c74ac Issue #10488: Bring documentation for 'float' builtin up to date. by Mark Dickinson · 15 years ago
  12. b85b3af In 3.x, bytearray is akin to bytes, not str. by Antoine Pitrou · 15 years ago
  13. 5d4dd3e Issue 7828: Fixed chr() and ord() documentation for wide characters by Alexander Belopolsky · 15 years ago
  14. 8f9626b Fix typo by Éric Araujo · 15 years ago
  15. b373799 Issue 7447: Improve docs for sum(). by Raymond Hettinger · 15 years ago
  16. 8e4ddcf #10122: typo fix. by Georg Brandl · 15 years ago
  17. 2f08df3 Issue #10029: Fix sample code in the docs for zip(). by Raymond Hettinger · 15 years ago
  18. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 15 years ago
  19. 476a31e Issue 9802: Document min()/max() sort stability by Raymond Hettinger · 15 years ago
  20. 6b4fa77 rewrite and move open() docs only to functions.rst by Benjamin Peterson · 15 years ago
  21. 4e4ffb1 sync open() doc by Benjamin Peterson · 15 years ago
  22. 1768999 only catch AttributeError in hasattr() #9666 by Benjamin Peterson · 15 years ago
  23. 7ac98ae wrap by Benjamin Peterson · 15 years ago
  24. 67b21b7 Consistency check for versionadded/changed directives. by Georg Brandl · 15 years ago
  25. 7528b9b #8172: how does one use a property? by Georg Brandl · 15 years ago
  26. c4fbcdc Add note about surprising behaviour from round function. by Mark Dickinson · 15 years ago
  27. 05bfcc5 #7935: cross-reference to ast.literal_eval() from eval() docs. by Georg Brandl · 15 years ago
  28. e40ee50 #9184: fix default value for "buffering" param of open(). by Georg Brandl · 15 years ago
  29. 2550346 correct default value in signature by Benjamin Peterson · 15 years ago
  30. c50846a Forward port total_ordering() and cmp_to_key(). by Raymond Hettinger · 15 years ago
  31. 46fca07 Document sorting HowTo by Raymond Hettinger · 15 years ago
  32. 1f70cdf Merged revisions 79168-79169 via svnmerge from by Georg Brandl · 15 years ago
  33. 6e40e27 Merged revisions 77298 via svnmerge from by Ezio Melotti · 16 years ago
  34. 97dd987 Merged revisions 76534,76538,76628,76701,76774 via svnmerge from by Benjamin Peterson · 16 years ago
  35. 45abfbc death to exec statement by Benjamin Peterson · 16 years ago
  36. 2021100 Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from by Benjamin Peterson · 16 years ago
  37. aeaa592 Merged revisions 76230 via svnmerge from by Benjamin Peterson · 16 years ago
  38. 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 · 16 years ago
  39. 810a80a clarify the buffer arg by Benjamin Peterson · 16 years ago
  40. 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 · 16 years ago
  41. 36cea39 Merged revisions 75205 via svnmerge from by Mark Dickinson · 16 years ago
  42. 3e124ae Issue #1766304: Optimize membership testing for ranges: 'n in range(...)' by Mark Dickinson · 16 years ago
  43. 1b5ab45 Merged revisions 74328,74332-74333,74365 via svnmerge from by Georg Brandl · 16 years ago
  44. 6601126 Merged revisions 73511 via svnmerge from by R. David Murray · 16 years ago
  45. 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 · 16 years ago
  46. 036490d More conversion to new-style optional args. by Georg Brandl · 16 years ago
  47. 476b355 Die, buffer(), die. by Georg Brandl · 16 years ago
  48. 0192bff Merged revisions 71607,71653,71696,71771,71786 via svnmerge from by Georg Brandl · 16 years ago
  49. e720c0a Merged revisions 72009 via svnmerge from by Georg Brandl · 16 years ago
  50. 7b6ca4a #5061: improve open() docs a bit. by Georg Brandl · 16 years ago
  51. 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 · 16 years ago
  52. 47f27a3 Forward-port of #992207 fix: document that the parser only accepts \\n newlines. (And remove a leftover footnote.) by Georg Brandl · 16 years ago
  53. 52c3bf1 sync open() docs more by Benjamin Peterson · 16 years ago
  54. 8cad9c7 fix docs about open's return value #5539 by Benjamin Peterson · 16 years ago
  55. f07d002 Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-70406,70418,70438,70464,70468 via svnmerge from by Benjamin Peterson · 16 years ago
  56. 2b9fd47 Fix docs for __import__ that say the default for 'level' is -1; it's actually 0. by Brett Cannon · 16 years ago
  57. d125845 Fix typo. by Raymond Hettinger · 16 years ago
  58. 0a68b01 More markup and spelling fixes. by Raymond Hettinger · 16 years ago
  59. 79d0434 Tweak markup, grammar, and punctuation. by Raymond Hettinger · 16 years ago
  60. 4d9a823 Refine docs for super() noting that sibling classes can by Raymond Hettinger · 16 years ago
  61. 5579ba9 #5348: format() converts all kinds of values. by Georg Brandl · 16 years ago
  62. 477be82 Add links to helpful external resources. by Raymond Hettinger · 16 years ago
  63. 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
  64. d75fcb4 Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-69730 via svnmerge from by Benjamin Peterson · 16 years ago
  65. f3048e5 #5107: document that default encoding is the same as locale.getpreferredencoding(). by Georg Brandl · 17 years ago
  66. 48310cd Remove trailing whitespace. by Georg Brandl · 17 years ago
  67. 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 · 17 years ago
  68. c9928cc fix syntax by Benjamin Peterson · 17 years ago
  69. 2080ea5 Forward-port r67624 and r67627. by Georg Brandl · 17 years ago
  70. 17fe364 #4562: fix zip() examples. by Georg Brandl · 17 years ago
  71. 518d8da Issue 1163367: Clarify super() docs. Also, fix-up the markup and XXX comment. by Raymond Hettinger · 17 years ago
  72. 4836781 Manually merged r67583: move __import__ doc to the bottom. by Georg Brandl · 17 years ago
  73. d3013ff exec won't take file objects anymore by Benjamin Peterson · 17 years ago
  74. ec9199b Merged revisions 67162 via svnmerge from by Benjamin Peterson · 17 years ago
  75. beef207 compile can also produce AST by Benjamin Peterson · 17 years ago
  76. 206e307 Merged revisions 66887,66891,66902-66903,66905-66906,66911-66913,66922,66927-66928,66936,66939-66940,66962,66964,66973 via svnmerge from by Benjamin Peterson · 17 years ago
  77. f10a79a merge from trunk by Benjamin Peterson · 17 years ago
  78. 76e5538 Some more notes about bytes/string filename APIs. by Georg Brandl · 17 years ago
  79. 651423c More bytes vs. strings documentation. by Martin v. Löwis · 17 years ago
  80. b76a2b1 #4029: fix typo. by Georg Brandl · 17 years ago
  81. 9bc9351 Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from by Benjamin Peterson · 17 years ago
  82. 6dfcb02 fix sphinx warning by Benjamin Peterson · 17 years ago
  83. 1b25b92 document the memoryview object a little by Benjamin Peterson · 17 years ago
  84. 3e4f055 Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-66074,66080,66082-66083,66090-66093,66097-66099,66103,66105,66110,66118 via svnmerge from by Benjamin Peterson · 17 years ago
  85. 2ee470f Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from by Georg Brandl · 17 years ago
  86. 809ddaa #3191: fix round() docs and docstring. by Georg Brandl · 17 years ago
  87. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 17 years ago
  88. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 17 years ago
  89. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 17 years ago
  90. d11ae5d Rename enumerate() kw argument name to "iterable" and fix "sequence"->"iterable" in some docstrings. by Georg Brandl · 17 years ago
  91. e9f305f Merged revisions 63208-63209,63211-63212,63214-63217,63219-63224,63226-63227,63229-63232,63234-63235,63237-63239,63241,63243-63246,63250-63254,63256-63259,63261,63263-63264,63266-63267,63269-63270,63272-63273,63275-63276,63278,63280-63281,63283-63284,63286-63287,63289-63290,63292-63293,63295-63296,63298-63299,63301-63302,63304-63305,63307,63309-63314,63316-63322,63324-63325,63327-63335,63337-63338,63340-63342,63344-63346,63348 via svnmerge from by Alexandre Vassalotti · 17 years ago
  92. eca20b6 Merged revisions 63119-63128,63130-63131,63133,63135-63144,63146-63148,63151-63152,63155-63165,63167-63176,63181-63186,63188-63189 via svnmerge from by Alexandre Vassalotti · 17 years ago
  93. 5f8ced2 Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,63022-63024,63026-63029,63031-63041,63043-63045,63047-63054,63056-63062 via svnmerge from by Alexandre Vassalotti · 17 years ago
  94. bf086a1 range() returns an iterable, not an iterator. by Georg Brandl · 17 years ago
  95. 95817b3 Remove mentions of "plain" integers. by Georg Brandl · 17 years ago
  96. bd47442 The ihooks module has been removed. by Brett Cannon · 17 years ago
  97. e06de8b #2762: remove 2.x remnants and patch up some new documentation. by Georg Brandl · 17 years ago
  98. 4251481 #2761: Some are types too. by Georg Brandl · 17 years ago
  99. de2b00e Clarify map() behavior. by Georg Brandl · 17 years ago
  100. c14bb75 Fix var name. by Georg Brandl · 17 years ago