1. 051aa77 Backport r58542. by Georg Brandl · 17 years ago
  2. 2f2bd3e #1196: document default radix for int(). by Georg Brandl · 17 years ago
  3. 4db90ac Fix markup by Raymond Hettinger · 17 years ago
  4. d200466 RFE #1670167: fix in isinstance() docs. (backport from rev. 54409) by Georg Brandl · 17 years ago
  5. 2a92791 Backport doc changes from rev. 53112, 53115: use 'iterable' in various by Andrew M. Kuchling · 18 years ago
  6. bdbb9c6 Bug #1575746: fix typo in property() docs. (backport from rev. 52293) by Georg Brandl · 18 years ago
  7. e0d4aec lots of markup nits, most commonly Unix/unix --> \UNIX by Fred Drake · 18 years ago
  8. 956597f Reorganize the docs for 'file' and 'open()' after some discussion with Fred. by Andrew M. Kuchling · 18 years ago
  9. d41f4ce no need to elaborate "string". by Georg Brandl · 18 years ago
  10. f41beac Patch #1517490: fix glitches in filter() docs. by Georg Brandl · 18 years ago
  11. 2eda1b7 [Bug #1511911] Clarify description of optional arguments to sorted() by Andrew M. Kuchling · 18 years ago
  12. 6f42dfc - consistency nit: always include "()" in \function and \method by Fred Drake · 18 years ago
  13. 348b7c8 Document decorator usage of property. by Georg Brandl · 18 years ago
  14. 7b90e16 Bug #1462152: file() now checks more thoroughly for invalid mode by Georg Brandl · 18 years ago
  15. c4edb0e SF #1479181: split open() and file() from being aliases for each other. by Neal Norwitz · 18 years ago
  16. 92e212f Accept keyword arguments for __import__ and doc the addition of the level param from PEP 328. by Neal Norwitz · 18 years ago
  17. b227bea object() is a function, not a base class. by Georg Brandl · 18 years ago
  18. 48b4bf7 Add a note about pow(x,y) equalling x**y (the "**" operator by Georg Brandl · 18 years ago
  19. 533ff6f Patch #1434038: property() now uses the getter's docstring if there is by Georg Brandl · 19 years ago
  20. 87b90ad Patch #1410783: add documentation links for static/classmethod by Georg Brandl · 19 years ago
  21. a635fbb Remove dots in \version{changed,added} argument and correct argument order. by Georg Brandl · 19 years ago
  22. 76fb6d8 SF bug #1100368: Wrong "type()" syntax in docs by Raymond Hettinger · 19 years ago
  23. b406905 ord() documentation update; this is what remains applicable from by Fred Drake · 19 years ago
  24. 1823ae7 SF bug #1121416: zip incorrectly and incompletely documented by Raymond Hettinger · 19 years ago
  25. b370059 bug [ 1250306 ] incorrect description of range function by Georg Brandl · 19 years ago
  26. 08c02db [ 1243081 ] repair typos by Georg Brandl · 19 years ago
  27. e21d9ab bug [ 1175022 ] property example code error by Georg Brandl · 19 years ago
  28. dede3bd SF bug #1209411: divmod documentation shd reference // not / by Raymond Hettinger · 19 years ago
  29. b141cd0 fix description of the input range of unichr() (closes SF bug #1120777) by Fred Drake · 19 years ago
  30. 582ffe2 Fill-in missing argspec. by Raymond Hettinger · 19 years ago
  31. 96229b1 Add two new functions, any() and all(). by Raymond Hettinger · 20 years ago
  32. 72b83c8 SF patch 1094011: Docs for file() vs open(). by Raymond Hettinger · 20 years ago
  33. 6880431 SF Patch #1093896: miscellaneous doc typos by Raymond Hettinger · 20 years ago
  34. 07b28b9 Hyphenate 'one-argument' by Andrew M. Kuchling · 20 years ago
  35. 3b0c7c2 SF patch #1077353: add key= argument to min and max by Raymond Hettinger · 20 years ago
  36. f751fa6 SF bug #1035279: hex() and oct() documentation is incorrect by Raymond Hettinger · 20 years ago
  37. 8d494f3 Patch #1015021: Stop claiming that coerce can return None. Will backport to 2.3. by Martin v. Löwis · 20 years ago
  38. cb40ba1 SF bug #805304: super instances don't support item assignment by Raymond Hettinger · 20 years ago
  39. 24884a5 [Patch #1005465] Markup tweaks by Andrew M. Kuchling · 20 years ago
  40. feec453 Bug 1003935: xrange overflows by Tim Peters · 20 years ago
  41. 4c8fa42 Doc/lib/libfuncs.tex: correct items in itemize by Matthias Klose · 20 years ago
  42. 70fcdb8 Document general mappings for the locals argument for exec and execfile(). by Raymond Hettinger · 20 years ago
  43. c2a5a63 PEP-0318, @decorator-style. In Guido's words: by Anthony Baxter · 20 years ago
  44. f9fd0d7 SF bug #997533: "disjunct" should be "disjoint" by Raymond Hettinger · 20 years ago
  45. 214b1c3 SF Bug #215126: Over restricted type checking on eval() function by Raymond Hettinger · 20 years ago
  46. 0fefc14 Fix small grammatical mistake. by Brett Cannon · 20 years ago
  47. 20a8336 concrete example of why retaining old objects is good by Skip Montanaro · 20 years ago
  48. fe703e0 SF bug #918371: hasattr()'s return type by Raymond Hettinger · 20 years ago
  49. 8e6ad6f Expand on the semantics of reload(). Closes #919099. by Skip Montanaro · 20 years ago
  50. fcadf6b fix reference to File Object documentation closes SF bug #825810 by Fred Drake · 21 years ago
  51. dcf32a6 fix markup errors by Fred Drake · 21 years ago
  52. 7a3786c [Bug #857821] Remove mention of deprecated string.{atol,atof} functions. (Patch from Gerrit Holl) by Andrew M. Kuchling · 21 years ago
  53. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  54. e3d5f98 Put str() in alphabetical order. by Raymond Hettinger · 21 years ago
  55. f96dd83 - fix markup in the bool() description by Fred Drake · 21 years ago
  56. d446230 Nits from a review of the documentation update. by Raymond Hettinger · 21 years ago
  57. bd93b3e As discussed on python-dev, banish apply(), buffer(), coerce(), and by Raymond Hettinger · 21 years ago
  58. 8bafb2a Patch #843088: Fix typos. Backported to 2.3. by Martin v. Löwis · 21 years ago
  59. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago
  60. 85c20a4 Implement and apply PEP 322, reverse iteration by Raymond Hettinger · 21 years ago
  61. c2a2832 SF bug #821701: reduce docs neglect a very important piece of information. by Raymond Hettinger · 21 years ago
  62. 7e43110 SF 810242. Fix doubled word errors. by Raymond Hettinger · 21 years ago
  63. 74923d7 SF bug #560286: Add docs for 'basestring' by Raymond Hettinger · 21 years ago
  64. 9981213 SF bug 799191: fix markup by Raymond Hettinger · 21 years ago
  65. 999b57c Fix double word typos. by Raymond Hettinger · 21 years ago
  66. f17d65d SF patch#786531 'the the' typo. Contributed by George Yoshida by Raymond Hettinger · 21 years ago
  67. eaef615 As discussed on python-dev, changed builtin.zip() to handle zero arguments by Raymond Hettinger · 21 years ago
  68. b25229d Fix SF bug #766288, property() example gives syntax error by Neal Norwitz · 21 years ago
  69. 774816f SF bug #764616: execfile(filename,...) not execfile(file,...) by Raymond Hettinger · 21 years ago
  70. 2884d6d Fix a variety of small markup nits. by Fred Drake · 21 years ago
  71. 3ede784 - note that super() only applies to new-style classes; by Fred Drake · 21 years ago
  72. f91888b markup consistency nits by Fred Drake · 21 years ago
  73. 2b9bc08 Removed useless intra-section references which jump to the top of the by Raymond Hettinger · 21 years ago
  74. 938b7a0 Fix some markup nits by Neal Norwitz · 21 years ago
  75. 7e902b2 * Added missing documentation for object(). by Raymond Hettinger · 21 years ago
  76. 3985df2 SF bug #660022: parameters for int(), str(), etc. by Raymond Hettinger · 21 years ago
  77. 80b3f68 SF bug: 751941 Invisible HTML tag by Raymond Hettinger · 21 years ago
  78. 7472336 Patch #744877: Explain filter in terms of list comprehension. Remove by Martin v. Löwis · 21 years ago
  79. 8f53cdc - object is a class type, not a function by Fred Drake · 21 years ago
  80. 0dfd7a9 Missing parenthesis found by texcheck.py by Raymond Hettinger · 21 years ago
  81. 282be3a - explain the start argument to sum() by Fred Drake · 21 years ago
  82. a70b191 Adding new built-in function sum, with docs and tests. by Alex Martelli · 21 years ago
  83. 2e0b18a Change the treatment of positions returned by PEP293 by Walter Dörwald · 22 years ago
  84. 69bf8f3 SF bug #655271: Slightly modify locals() doc by Raymond Hettinger · 22 years ago
  85. 45e482f Document that apply() is deprecated. See: by Fred Drake · 22 years ago
  86. 046b8a7 Fix SF # 641111, Undocumented side effect of eval by Neal Norwitz · 22 years ago
  87. e9ce25e Fix SF #642742, property() builtin not documented by Neal Norwitz · 22 years ago
  88. d9a6ad3 Enhance issubclass() and PyObject_IsSubclass() so that a tuple is by Walter Dörwald · 22 years ago
  89. 6e596b6 Added change note about returning a dictionary based on keyword arguments. by Fred Drake · 22 years ago
  90. a797d81 Patch #642500 with slight modifications: allow keyword arguments in by Just van Rossum · 22 years ago
  91. f171540 Change int() so that passing a string, unicode, float or long argument by Walter Dörwald · 22 years ago
  92. 9482d25 Update example for the type() function to use the currently accepted by Fred Drake · 22 years ago
  93. d6cf8be Modify example to use string methods instead of the string module. by Fred Drake · 22 years ago
  94. 3e930ba Another try at clarifying what goes into and comes out of Unicode objects. by Fred Drake · 22 years ago
  95. 7b788e0 Clarify that len() of a Unicode string returns the number of storage units, by Fred Drake · 22 years ago
  96. d918884 Fix typo by Raymond Hettinger · 22 years ago
  97. 5ec486b Add a note that apply() is needed since the extended call syntax is by Fred Drake · 22 years ago
  98. 45ec02a SF patch 576101, by Oren Tirosh: alternative implementation of by Guido van Rossum · 22 years ago
  99. 2095b96 reduce(): Clarified what is returned in the case of a sequence 1 item long and by Fred Drake · 22 years ago
  100. 4254cbd Note that unicode() can raise LookupError for unknown codecs. by Fred Drake · 22 years ago