1. 651423c More bytes vs. strings documentation. by Martin v. Löwis · 16 years ago
  2. b76a2b1 #4029: fix typo. by Georg Brandl · 16 years ago
  3. 9bc9351 Merged revisions 66508,66510,66512-66513,66523-66526,66529-66530,66532,66535,66538,66544,66546 via svnmerge from by Benjamin Peterson · 16 years ago
  4. 6dfcb02 fix sphinx warning by Benjamin Peterson · 16 years ago
  5. 1b25b92 document the memoryview object a little by Benjamin Peterson · 16 years ago
  6. 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 · 16 years ago
  7. 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 · 16 years ago
  8. 809ddaa #3191: fix round() docs and docstring. by Georg Brandl · 16 years ago
  9. 559e5d7 #2630: Implement PEP 3138. by Georg Brandl · 16 years ago
  10. a26f8ca Revert r63934 -- it was mixing two patches. by Georg Brandl · 16 years ago
  11. f954c4b Remove meaning of -ttt, but still accept -t option on cmdline for compatibility. by Georg Brandl · 16 years ago
  12. d11ae5d Rename enumerate() kw argument name to "iterable" and fix "sequence"->"iterable" in some docstrings. by Georg Brandl · 16 years ago
  13. 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 · 16 years ago
  14. 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 · 16 years ago
  15. 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 · 16 years ago
  16. bf086a1 range() returns an iterable, not an iterator. by Georg Brandl · 16 years ago
  17. 95817b3 Remove mentions of "plain" integers. by Georg Brandl · 16 years ago
  18. bd47442 The ihooks module has been removed. by Brett Cannon · 16 years ago
  19. e06de8b #2762: remove 2.x remnants and patch up some new documentation. by Georg Brandl · 16 years ago
  20. 4251481 #2761: Some are types too. by Georg Brandl · 16 years ago
  21. de2b00e Clarify map() behavior. by Georg Brandl · 16 years ago
  22. c14bb75 Fix var name. by Georg Brandl · 16 years ago
  23. 35e8c46 remove some old versionchanged and versionadded directives by Benjamin Peterson · 16 years ago
  24. dd21912 Synced builtin open and io.open documentation, taking the best of each by Benjamin Peterson · 16 years ago
  25. 225d3c8 #2580: int() docs revision. by Georg Brandl · 16 years ago
  26. 618dc5e Merged revisions 62004 via svnmerge from by Martin v. Löwis · 16 years ago
  27. 68ee3a5 #868845: document <...> reprs. by Georg Brandl · 16 years ago
  28. fe337bf Merged revisions 61724-61725,61731-61735,61737,61739,61741,61743-61744,61753,61761,61765-61767,61769,61773,61776-61778,61780-61783,61788,61793,61796,61807,61813 via svnmerge from by Christian Heimes · 16 years ago
  29. dd1150e Sync-up with doc improvements in Py2.6 by Raymond Hettinger · 16 years ago
  30. 1041f74 Updated super() as per http://www.artima.com/weblogs/viewpost.jsp?thread=208549 by Mark Summerfield · 16 years ago
  31. 53349a0 Minor doc updates for Py3.0 by Raymond Hettinger · 16 years ago
  32. 51b9c24 Note that the key and reverse arguments must be specified as keywords by Raymond Hettinger · 16 years ago
  33. f694518 Update docs w.r.t. PEP 3100 changes -- patch for GHOP by Dan Finnie. by Georg Brandl · 17 years ago
  34. 400adb0 Merged revisions 60475-60479,60481-60488 via svnmerge from by Christian Heimes · 17 years ago
  35. 70b64fc Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). by Raymond Hettinger · 17 years ago
  36. 1af737c Merged revisions 60176-60209 via svnmerge from by Christian Heimes · 17 years ago
  37. 1dfde1d Replace map(None, *iterables) with zip(*iterables). by Raymond Hettinger · 17 years ago
  38. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
  39. d32ed6f Merged revisions 59933-59951 via svnmerge from by Christian Heimes · 17 years ago
  40. 7f04431 Merged revisions 59774-59783 via svnmerge from by Christian Heimes · 17 years ago
  41. faf2f63 Merged revisions 59703-59773 via svnmerge from by Christian Heimes · 17 years ago
  42. 54fab81 Remove versionadded/changed directives merged as an oversight. by Georg Brandl · 17 years ago
  43. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
  44. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  45. 99170a5 Merged revisions 59541-59561 via svnmerge from by Christian Heimes · 17 years ago
  46. 517b9dd Couple of corrections to open() doc as per email from GvR. by Mark Summerfield · 17 years ago
  47. ecff60e Updated open() to more accurately reflect io.open()'s documentation. by Mark Summerfield · 17 years ago
  48. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 17 years ago
  49. 1a3284e #1535: rename __builtin__ module to builtins. by Georg Brandl · 17 years ago
  50. 5c10664 Remove further mentions of long integers. by Georg Brandl · 17 years ago
  51. ba956ae Remove mentions of "long integer" in the docs. by Georg Brandl · 17 years ago
  52. 24eac03 Fix, thanks to Nick. by Georg Brandl · 17 years ago
  53. 9541463 Update docs for buffer -> bytearray rename. by Georg Brandl · 17 years ago
  54. 98297ee Merging the py3k-pep3137 branch back into the py3k branch. by Guido van Rossum · 17 years ago
  55. 2cc30da Merged revisions 58742-58816 via svnmerge from by Guido van Rossum · 17 years ago
  56. 9afde1c #1370: Finish the merge r58749, log below, by resolving all conflicts in Doc/. by Georg Brandl · 17 years ago
  57. 9f27df5 Remove buffer() from the docs. by Georg Brandl · 17 years ago
  58. 4d8c193 Update the documentation of the open() builtin function a bit. I believe I by Skip Montanaro · 17 years ago
  59. 1c63960 Reformat the open function text so it fits within 80 columns in preparation by Skip Montanaro · 17 years ago
  60. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  61. 7b46942 Oops. by Georg Brandl · 17 years ago
  62. c090298 Document input() function. by Georg Brandl · 17 years ago
  63. 952aea2 Change docs for builtins that now return iterators. by Georg Brandl · 17 years ago
  64. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  65. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  66. 85eb8c1 - document bytes() by Georg Brandl · 17 years ago
  67. 4b49131 Commit #1068: new docs for PEP 3101. Also document the old string formatting as "old", and begin documenting str/unicode unification. by Georg Brandl · 17 years ago
  68. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago