1. 87b90ad Patch #1410783: add documentation links for static/classmethod by Georg Brandl · 19 years ago
  2. a635fbb Remove dots in \version{changed,added} argument and correct argument order. by Georg Brandl · 19 years ago
  3. 76fb6d8 SF bug #1100368: Wrong "type()" syntax in docs by Raymond Hettinger · 19 years ago
  4. b406905 ord() documentation update; this is what remains applicable from by Fred Drake · 19 years ago
  5. 1823ae7 SF bug #1121416: zip incorrectly and incompletely documented by Raymond Hettinger · 19 years ago
  6. b370059 bug [ 1250306 ] incorrect description of range function by Georg Brandl · 19 years ago
  7. 08c02db [ 1243081 ] repair typos by Georg Brandl · 19 years ago
  8. e21d9ab bug [ 1175022 ] property example code error by Georg Brandl · 19 years ago
  9. dede3bd SF bug #1209411: divmod documentation shd reference // not / by Raymond Hettinger · 19 years ago
  10. b141cd0 fix description of the input range of unichr() (closes SF bug #1120777) by Fred Drake · 19 years ago
  11. 582ffe2 Fill-in missing argspec. by Raymond Hettinger · 19 years ago
  12. 96229b1 Add two new functions, any() and all(). by Raymond Hettinger · 19 years ago
  13. 72b83c8 SF patch 1094011: Docs for file() vs open(). by Raymond Hettinger · 20 years ago
  14. 6880431 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 20 years ago
  15. 07b28b9 Hyphenate 'one-argument' by Andrew M. Kuchling · 20 years ago
  16. 3b0c7c2 SF patch #1077353: add key= argument to min and max by Raymond Hettinger · 20 years ago
  17. f751fa6 SF bug #1035279: hex() and oct() documentation is incorrect by Raymond Hettinger · 20 years ago
  18. 8d494f3 Patch #1015021: Stop claiming that coerce can return None. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  19. cb40ba1 SF bug #805304: super instances don't support item assignment by Raymond Hettinger · 20 years ago
  20. 24884a5 [Patch #1005465] Markup tweaks by Andrew M. Kuchling · 20 years ago
  21. feec453 Bug 1003935: xrange overflows by Tim Peters · 20 years ago
  22. 4c8fa42 Doc/lib/libfuncs.tex: correct items in itemize by Matthias Klose · 20 years ago
  23. 70fcdb8 Document general mappings for the locals argument for exec and execfile(). by Raymond Hettinger · 20 years ago
  24. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  25. f9fd0d7 SF bug #997533: "disjunct" should be "disjoint" by Raymond Hettinger · 20 years ago
  26. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 20 years ago
  27. 0fefc14 Fix small grammatical mistake. by Brett Cannon · 20 years ago
  28. 20a8336 concrete example of why retaining old objects is good by Skip Montanaro · 20 years ago
  29. fe703e0 SF bug #918371: hasattr()'s return type by Raymond Hettinger · 20 years ago
  30. 8e6ad6f Expand on the semantics of reload(). Closes #919099. by Skip Montanaro · 20 years ago
  31. fcadf6b fix reference to File Object documentation closes SF bug #825810 by Fred Drake · 21 years ago
  32. dcf32a6 fix markup errors by Fred Drake · 21 years ago
  33. 7a3786c [Bug #857821] Remove mention of deprecated string.{atol,atof} functions. (Patch from Gerrit Holl) by Andrew M. Kuchling · 21 years ago
  34. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  35. e3d5f98 Put str() in alphabetical order. by Raymond Hettinger · 21 years ago
  36. f96dd83 - fix markup in the bool() description by Fred Drake · 21 years ago
  37. d446230 Nits from a review of the documentation update. by Raymond Hettinger · 21 years ago
  38. bd93b3e As discussed on python-dev, banish apply(), buffer(), coerce(), and by Raymond Hettinger · 21 years ago
  39. 8bafb2a Patch #843088: Fix typos. Backported to 2.3. by Martin v. Löwis · 21 years ago
  40. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  41. 85c20a4 Implement and apply PEP 322, reverse iteration by Raymond Hettinger · 21 years ago
  42. c2a2832 SF bug #821701: reduce docs neglect a very important piece of information. by Raymond Hettinger · 21 years ago
  43. 7e43110 SF 810242. Fix doubled word errors. by Raymond Hettinger · 21 years ago
  44. 74923d7 SF bug #560286: Add docs for 'basestring' by Raymond Hettinger · 21 years ago
  45. 9981213 SF bug 799191: fix markup by Raymond Hettinger · 21 years ago
  46. 999b57c Fix double word typos. by Raymond Hettinger · 21 years ago
  47. f17d65d SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 21 years ago
  48. eaef615 As discussed on python-dev, changed builtin.zip() to handle zero arguments by Raymond Hettinger · 21 years ago
  49. b25229d Fix SF bug #766288, property() example gives syntax error by Neal Norwitz · 21 years ago
  50. 774816f SF bug #764616: execfile(filename,...) not execfile(file,...) by Raymond Hettinger · 21 years ago
  51. 2884d6d Fix a variety of small markup nits. by Fred Drake · 21 years ago
  52. 3ede784 - note that super() only applies to new-style classes; by Fred Drake · 21 years ago
  53. f91888b markup consistency nits by Fred Drake · 21 years ago
  54. 2b9bc08 Removed useless intra-section references which jump to the top of the by Raymond Hettinger · 21 years ago
  55. 938b7a0 Fix some markup nits by Neal Norwitz · 21 years ago
  56. 7e902b2 * Added missing documentation for object(). by Raymond Hettinger · 21 years ago
  57. 3985df2 SF bug #660022: parameters for int(), str(), etc. by Raymond Hettinger · 21 years ago
  58. 80b3f68 SF bug: 751941 Invisible HTML tag by Raymond Hettinger · 21 years ago
  59. 7472336 Patch #744877: Explain filter in terms of list comprehension. Remove by Martin v. Löwis · 21 years ago
  60. 8f53cdc - object is a class type, not a function by Fred Drake · 21 years ago
  61. 0dfd7a9 Missing parenthesis found by texcheck.py by Raymond Hettinger · 21 years ago
  62. 282be3a - explain the start argument to sum() by Fred Drake · 21 years ago
  63. a70b191 Adding new built-in function sum, with docs and tests. by Alex Martelli · 21 years ago
  64. 2e0b18a Change the treatment of positions returned by PEP293 by Walter Dörwald · 22 years ago
  65. 69bf8f3 SF bug #655271: Slightly modify locals() doc by Raymond Hettinger · 22 years ago
  66. 45e482f Document that apply() is deprecated. See: by Fred Drake · 22 years ago
  67. 046b8a7 Fix SF # 641111, Undocumented side effect of eval by Neal Norwitz · 22 years ago
  68. e9ce25e Fix SF #642742, property() builtin not documented by Neal Norwitz · 22 years ago
  69. d9a6ad3 Enhance issubclass() and PyObject_IsSubclass() so that a tuple is by Walter Dörwald · 22 years ago
  70. 6e596b6 Added change note about returning a dictionary based on keyword arguments. by Fred Drake · 22 years ago
  71. a797d81 Patch #642500 with slight modifications: allow keyword arguments in by Just van Rossum · 22 years ago
  72. f171540 Change int() so that passing a string, unicode, float or long argument by Walter Dörwald · 22 years ago
  73. 9482d25 Update example for the type() function to use the currently accepted by Fred Drake · 22 years ago
  74. d6cf8be Modify example to use string methods instead of the string module. by Fred Drake · 22 years ago
  75. 3e930ba Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 22 years ago
  76. 7b788e0 Clarify that len() of a Unicode string returns the number of storage units, by Fred Drake · 22 years ago
  77. d918884 Fix typo by Raymond Hettinger · 22 years ago
  78. 5ec486b Add a note that apply() is needed since the extended call syntax is by Fred Drake · 22 years ago
  79. 45ec02a SF patch 576101, by Oren Tirosh: alternative implementation of by Guido van Rossum · 22 years ago
  80. 2095b96 reduce(): Clarified what is returned in the case of a sequence 1 item long and by Fred Drake · 22 years ago
  81. 4254cbd Note that unicode() can raise LookupError for unknown codecs. by Fred Drake · 22 years ago
  82. 50e1286 Fix typo: "an Unicode string" --> "a Unicode string" by Fred Drake · 22 years ago
  83. 78e057a Clarify the version information for the unicode() built-in. by Fred Drake · 22 years ago
  84. 807354f Add a note that divmod() with complex numbers is deprecated. by Fred Drake · 22 years ago
  85. 177b4a0 Jack's documentation for the U mode character on the file() by Barry Warsaw · 22 years ago
  86. 6cf09f0 Patch 543387. Document deprecation of complex %, //,and divmod(). by Raymond Hettinger · 22 years ago
  87. 38f7197 Documentation for the enumerate() function/type. This closes SF patch #547162. by Fred Drake · 22 years ago
  88. 933f159 Add a version annotation for the help() function. by Fred Drake · 22 years ago
  89. 77f6a65 Add the 'bool' type and its values 'False' and 'True', as described in by Guido van Rossum · 22 years ago
  90. da8a6dd Added missing version annotation for dict(). by Fred Drake · 22 years ago
  91. 9f4341b SF bug #501591: dir() doc is old Bugfix candidate. by Tim Peters · 23 years ago
  92. 732299f Add documentation for the help() built-in; contributed by Ka-Ping Yee. by Fred Drake · 23 years ago
  93. 526c7a0 Ensure that complex() only accepts a string argument as the first arg, by Fred Drake · 23 years ago
  94. 5172adc Minor clarification of the zip() description, based on a comment sent to by Fred Drake · 23 years ago
  95. 3570551 Remove most references to __members__ and __methods__, leaving only one pair by Fred Drake · 23 years ago
  96. 0b66310 When referring to a formal parameter from the description, use the name given by Fred Drake · 23 years ago
  97. 66ded52 apply() documentation: Remove a detail about the implementation that does by Fred Drake · 23 years ago
  98. a427a2b Rename "dictionary" (type and constructor) to "dict". by Tim Peters · 23 years ago
  99. ef7d08a Some style changes and typo fixes. by Fred Drake · 23 years ago
  100. 1fc240e Generalize dictionary() to accept a sequence of 2-sequences. At the by Tim Peters · 23 years ago