1. b762d58 More markup and spelling fixes. by Raymond Hettinger · 16 years ago
  2. eb7cbb9 Restore Py2.x version of sample call to super(). by Raymond Hettinger · 16 years ago
  3. 9766033 Sync-up py3.1 doc updates for super(). by Raymond Hettinger · 16 years ago
  4. 528f881 #5348: format() converts all kinds of values. by Georg Brandl · 16 years ago
  5. 749e6d0 Add links to helpful external resources. by Raymond Hettinger · 16 years ago
  6. f9bce83 Add some cross-references to the docs. Simplify the python code equivalent for izip(). Supply an optional argument for the nth() recipe. by Raymond Hettinger · 16 years ago
  7. 7c98a6d Add explanation for super(type1, type2). by Raymond Hettinger · 16 years ago
  8. fd04870 Issue 5229: Documentation for super() neglects to say what super() actually does by Raymond Hettinger · 16 years ago
  9. 95f8ef2 make "super only for new-style classes" a note. by Georg Brandl · 17 years ago
  10. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  11. f8668ce #4457: rewrite __import__() documentation. by Georg Brandl · 17 years ago
  12. 248e172 Move __import__ to the bottom of the functions list. by Georg Brandl · 17 years ago
  13. 942e477 clarify what was added by Benjamin Peterson · 17 years ago
  14. 728c6f6 move context clue to versionchanged tag by Benjamin Peterson · 17 years ago
  15. d923f98 a few compile() and ast doc improvements by Benjamin Peterson · 17 years ago
  16. b5f8208 backport bin() documentation by Benjamin Peterson · 17 years ago
  17. 1fb8451 add a much requested newline by Benjamin Peterson · 17 years ago
  18. 83ca0a6 talk about how you can unzip with zip by Benjamin Peterson · 17 years ago
  19. 34211e9 #4041: don't refer to removed and outdated modules. by Georg Brandl · 17 years ago
  20. 3134f14 Improve docs for super(). by Raymond Hettinger · 17 years ago
  21. 881c487 clarify that radix for int is not 'guessed' by Benjamin Peterson · 17 years ago
  22. f5a3fb7 super() actually returns a super object. by Georg Brandl · 17 years ago
  23. 6140651 #3569: eval() also accepts "exec"able code objects. by Georg Brandl · 17 years ago
  24. 90f3673 fix various doc typos #3320 by Benjamin Peterson · 17 years ago
  25. 9138357 #2831: add start argument to enumerate(). Patch by Scott Dial and me. by Georg Brandl · 17 years ago
  26. 21f990c Fix parameter name for enumerate(). by Georg Brandl · 17 years ago
  27. 2ac747c #2812: document property.getter/setter/deleter. by Georg Brandl · 17 years ago
  28. 28e0873 #2719: backport next() from 3k. by Georg Brandl · 17 years ago
  29. a3bb57c #2668: nit in apply() docs. by Georg Brandl · 17 years ago
  30. fc8eef3 Patch #1810 by Thomas Lee, reviewed by myself: by Georg Brandl · 17 years ago
  31. 18f1914 #868845: document <...> reprs. by Georg Brandl · 17 years ago
  32. 7a45ab8 Enable doctests in functions.rst. Already found two errors :) by Georg Brandl · 17 years ago
  33. d346475 Add docs for print_function and future_builtins. Fixes #2442. by Georg Brandl · 17 years ago
  34. ca2b69f Move __builtins__.trunc() to math.trunc() per by Jeffrey Yasskin · 18 years ago
  35. 9ed5b57 Give zip() the same guarantee as izip() for left-to-right evaluation. by Raymond Hettinger · 18 years ago
  36. 92058d2 #652749: document the constants added to the builtins by site.py. by Georg Brandl · 18 years ago
  37. 9f1e2ec Clarify the effect of text mode. by Georg Brandl · 18 years ago
  38. 4273222 Remove latex trace. by Georg Brandl · 18 years ago
  39. 516787d #1499: Document compile() exceptions. by Georg Brandl · 18 years ago
  40. 81de0d2 #1582: document __reversed__, patch by Mark Russell. by Georg Brandl · 18 years ago
  41. 91a4808 #759525: document that dir() doesn't return metaclass attrs when given a class as arg. by Georg Brandl · 18 years ago
  42. a8cbad3 #1755097: document default values for [].sort() and sorted(). by Georg Brandl · 18 years ago
  43. f725b95 Doc patch #1730 from Robin Stocker; minor corrections mostly to os.rst. by Georg Brandl · 18 years ago
  44. 9871d8f Continue rolling back pep-3141 changes that changed behavior from 2.5. This by Jeffrey Yasskin · 18 years ago
  45. 2f3c16b Backport PEP 3141 from the py3k branch to the trunk. This includes r50877 (just by Jeffrey Yasskin · 18 years ago
  46. b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
  47. 0a8143f Applied patch #1635: Float patch for inf and nan on Windows (and other platforms). by Christian Heimes · 18 years ago
  48. 584265b Add more entries to the glossary. by Georg Brandl · 18 years ago
  49. ac3d429 Added more file-handling related cross-references. by Mark Summerfield · 18 years ago
  50. a739503 Add :term:s for "new-style class". by Georg Brandl · 18 years ago
  51. e7a0990 Add :term:s for iterator. by Georg Brandl · 18 years ago
  52. 63fa168 Unify "byte code" to "bytecode". Also sprinkle :term: markup for it. by Georg Brandl · 18 years ago
  53. c4ed971 Clarify wording for apply(). by Georg Brandl · 18 years ago
  54. e418625 #1196: document default radix for int(). by Georg Brandl · 18 years ago
  55. ddca9f0 Replaced variable o with obj in operator.rst because o is easy to confuse. by Mark Summerfield · 18 years ago
  56. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago