1. 732299f Add documentation for the help() built-in; contributed by Ka-Ping Yee. by Fred Drake · 23 years ago
  2. 526c7a0 Ensure that complex() only accepts a string argument as the first arg, by Fred Drake · 23 years ago
  3. 5172adc Minor clarification of the zip() description, based on a comment sent to by Fred Drake · 23 years ago
  4. 3570551 Remove most references to __members__ and __methods__, leaving only one pair by Fred Drake · 23 years ago
  5. 0b66310 When referring to a formal parameter from the description, use the name given by Fred Drake · 23 years ago
  6. 66ded52 apply() documentation: Remove a detail about the implementation that does by Fred Drake · 23 years ago
  7. a427a2b Rename "dictionary" (type and constructor) to "dict". by Tim Peters · 23 years ago
  8. ef7d08a Some style changes and typo fixes. by Fred Drake · 23 years ago
  9. 1fc240e Generalize dictionary() to accept a sequence of 2-sequences. At the by Tim Peters · 23 years ago
  10. b5507ec Additional test and documentation for the unicode() changes. by Marc-André Lemburg · 23 years ago
  11. e0063d2 Update the documentation for the isinstance() function to reflect recent by Fred Drake · 23 years ago
  12. 3899d74 Make clear that tuple() accepts the same kind of arguments as list(). by Tim Peters · 23 years ago
  13. af5910f The execfile() docs imply it acts on locals same as exec. But in truth by Tim Peters · 23 years ago
  14. 1c33daf Correct docs for long(float). by Tim Peters · 23 years ago
  15. 0d68246 Fix two typos in the text about compile(), and add two caveats from by Guido van Rossum · 23 years ago
  16. 2e29bfb Document new file() constructor, with the body of open()'s text, plus a by Tim Peters · 23 years ago
  17. 00bb329 Document the built-in iter() function. by Fred Drake · 23 years ago
  18. 32f453e New restriction on pow(x, y, z): If z is not None, x and y must be of by Tim Peters · 23 years ago
  19. 53da317 Docs for the PEP 264 changes. by Michael W. Hudson · 23 years ago
  20. 7321ec4 SF bug #444510: int() should guarantee truncation. by Tim Peters · 23 years ago
  21. bf5a774 On int/long to the negative int/long power, let float handle it by Guido van Rossum · 23 years ago
  22. 91f2f26 Fix up a few style nits -- avoid "e.g." and "i.e." -- these make by Fred Drake · 23 years ago
  23. c0dac1a Beef up the unicode() description a bit, based on material from AMK's by Fred Drake · 23 years ago
  24. eacdec6 Update the filter() and list() descriptions to include information about by Fred Drake · 23 years ago
  25. 6f77667 Backed out the unistr() builtin. by Marc-André Lemburg · 24 years ago
  26. bc0b260 Minor markup cleaning, and one required fix in the unistr() description. by Fred Drake · 24 years ago
  27. ad7c98e This patch adds a new builtin unistr() which behaves like str() by Marc-André Lemburg · 24 years ago
  28. 9c15fa7 Description of long(): A string parameter is no longer required to be by Fred Drake · 24 years ago
  29. 17383b9 Added information about the %r string formatting conversion. Added note by Fred Drake · 24 years ago
  30. 1349437 When referring to namespaces, always say "namespaces" instead of "name spaces". by Fred Drake · 24 years ago
  31. f96e0d2 Various clarifications and minor nits fixed. Affected descriptions of by Fred Drake · 24 years ago
  32. e581bb3 Small cleanups, and note when zip() entered the menagerie. by Fred Drake · 24 years ago
  33. 8b168ba int() description: Fix markup to avoid image generation for math mode. by Fred Drake · 24 years ago
  34. faefa2a Both PEP 201 Lockstep Iteration and SF patch #101030 have been by Barry Warsaw · 24 years ago
  35. 30f76ff Update version numbering from 1.6 to 2.0. by Fred Drake · 24 years ago
  36. 8aa3bd9 Make it clear that id() can return either a long integer or a plain integer. by Fred Drake · 24 years ago
  37. 343301a unichr(), unicode(): Added \versionadded{} annotations. by Fred Drake · 24 years ago
  38. 665dd70 Note the exception raised when parameter to chr() is out of range. by Fred Drake · 24 years ago
  39. 33d5184 Marc-Andre Lemburg <mal@lemburg.com>: by Fred Drake · 24 years ago
  40. 1e862e8 Update the description of int() to include the radix parameter; by Fred Drake · 24 years ago
  41. d3fbdfd Add index entries for open(): by Fred Drake · 25 years ago
  42. de5d5ce Update getattr() description to document the optional third by Fred Drake · 25 years ago
  43. 697c779 Adjust indexing for __import__(); based on comments by Stefan Franke by Fred Drake · 25 years ago
  44. 1ea7c75 Reflect recent patch for float % and divmod() by Tim Peters. Content by Fred Drake · 25 years ago
  45. 9aa8543 open() description: Made it more clear that 'b' should always be by Fred Drake · 25 years ago
  46. cb1f242 Document complex() with string arg. by Guido van Rossum · 25 years ago
  47. 8be2296 Document new builtin buffer(). Greg Stein. by Guido van Rossum · 25 years ago
  48. 70a66c9 Add notes to __builtin__.float() and string.atof() that the NaN and Inf by Fred Drake · 25 years ago
  49. 951eea4 atof() description: Add information about accepting 'NaN' to produce by Fred Drake · 25 years ago
  50. 87e611e Replace the docs for reduce with an adaptation of its docstring, which by Guido van Rossum · 26 years ago
  51. d83675f "singed" --> "signed" (3 places) by Fred Drake · 26 years ago
  52. 8c2da61 Add explicit example on how to import a submodule of a package using by Guido van Rossum · 26 years ago
  53. 5eabf38 Clarify that min and max also take multiple arguments. by Guido van Rossum · 26 years ago
  54. 2510d22 Clarify the default buffering for open(). (Comment from Andrew Dalke by Fred Drake · 26 years ago
  55. b2031f7 Document that apply() can now take any sequence in argument 2. by Barry Warsaw · 26 years ago
  56. 607f802 round(): Mark the second (optional) parameter as optional, since it's by Fred Drake · 26 years ago
  57. 295da24 New section header style. by Fred Drake · 26 years ago
  58. 5fdd119 Clarify the + and b mode characters for open() a bit. by Guido van Rossum · 26 years ago
  59. a7874d1 Revert the change of revision 1.30. While it's in general a laudable by Guido van Rossum · 26 years ago
  60. 1b0ff2c eval() example: Removed final interpreter prompt; other examples don't have by Fred Drake · 26 years ago
  61. 7b7f668 Added a stronger warning about changing the dictionary returned by locals(). by Guido van Rossum · 26 years ago
  62. 777dcc6 Change the description of input() -- it is exactly equivalent to by Guido van Rossum · 26 years ago
  63. 6b303b4 Signature for dir() omitted the optional argument. by Fred Drake · 26 years ago
  64. 6251c16 Small nits. by Fred Drake · 26 years ago
  65. 0a73d4d Removed reference to ni module. by Fred Drake · 26 years ago
  66. cce1090 Change "\," to just "," in function signatures. This is easier to maintain, by Fred Drake · 26 years ago
  67. 5352537 Logical markup. by Fred Drake · 26 years ago
  68. 315b5d8 In description of __import__, second paragraph, break up the markup for long by Fred Drake · 26 years ago
  69. 1947991 Remove all \bcode / \ecode cruft; this is no longer needed. See previous by Fred Drake · 26 years ago
  70. af8a015 Consistency: "{\bf ...}" ==> "\strong{...}" "{\em ...}" ==> "\emph{...}" by Fred Drake · 27 years ago
  71. fd49a96 Follow current recommended practice in an example: Use isinstance() to by Fred Drake · 27 years ago
  72. eb0f066 Correct small nits reported by Rob Hooft. by Guido van Rossum · 27 years ago
  73. 90f2e5e Added a named target for referencing. by Fred Drake · 27 years ago
  74. e14388c Fixed index references to modules. by Fred Drake · 27 years ago
  75. 3593e5c Document new behavior of isinstance() when using a type object. by Guido van Rossum · 27 years ago
  76. 7974b0f Documented __import__, callable, isinstance, issubclass, and slice. by Guido van Rossum · 27 years ago
  77. e47da0a AMK's megapatch: by Guido van Rossum · 27 years ago
  78. 921f32c Mention abs(complex) -> magnitude (AMK). by Guido van Rossum · 27 years ago
  79. 1cd26f2 Add complex(). Update int(), long(), float() to support string conversions. by Guido van Rossum · 27 years ago
  80. 3978d75 Added intern() by Guido van Rossum · 27 years ago
  81. 5cd7520 Describe new ("unsigned") behavior of hex() and oct(). by Guido van Rossum · 28 years ago
  82. 4b3f031 (lib<all sorts of stuff>.tex): by Fred Drake · 28 years ago
  83. 1dde7b7 Typos detected by Sjoerd by Guido van Rossum · 28 years ago
  84. 59b328e Added warning about behavior of open mode 'a' (or 'a+'). by Guido van Rossum · 28 years ago
  85. 0568d5e apply() third arg by Guido van Rossum · 29 years ago
  86. fb502e9 documented globals() and locals() by Guido van Rossum · 29 years ago
  87. ecde781 restructured library manual accordiung to functional group by Guido van Rossum · 29 years ago
  88. 470be14 mass changes; fix titles; add examples; correct typos; clarifications; by Guido van Rossum · 29 years ago
  89. 6bb1adc small changes by Soren Larsen by Guido van Rossum · 29 years ago
  90. 6c4f003 changes (suggested) by Soren Larsen by Guido van Rossum · 29 years ago
  91. 8675115 a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter by Guido van Rossum · 29 years ago
  92. 7f49b7a cosmetics/typos by Guido van Rossum · 30 years ago
  93. f860162 updated eval(), added execfile() by Guido van Rossum · 30 years ago
  94. 1efbb0f Added docs for delattr by Guido van Rossum · 30 years ago
  95. b8b264b * Doc/libfuncs.tex: don't use $math$ in description of pow(x,y,z); by Guido van Rossum · 30 years ago
  96. 16d6e71 Lots of small corrections by Andrew Kuchling (plus all new rotor docs) by Guido van Rossum · 30 years ago
  97. 041be05 Documented optional bufsize argument to open() and the fact that mode by Guido van Rossum · 30 years ago
  98. 1738311 Documented new built-in function vars(). by Guido van Rossum · 30 years ago
  99. 68cfbe7 Documented xrange; crossreffed lambda a bit more by Guido van Rossum · 30 years ago
  100. 5fdeeea Restructured library documentation by Guido van Rossum · 31 years ago