1. eacc4fc Push a little more here to avoid style information in the generation by Fred Drake · 24 years ago
  2. 4973b35 Remove the reference to stdwin. The comment was still true, but no by Fred Drake · 24 years ago
  3. 7b828a6 doc changes to parallel changes to calendar.py module by Skip Montanaro · 24 years ago
  4. 3cdb576 Fix markup error by Andrew M. Kuchling · 24 years ago
  5. d576e9d Markup revisions. Nothing was actually required to be able to format it, by Fred Drake · 24 years ago
  6. 47eceea Added a couple of links to online documentation. Reasonable since this by Fred Drake · 24 years ago
  7. 28b815f Oops, spell MAL's name right. by Barry Warsaw · 24 years ago
  8. 0691a6b Documentation for the gettext module. by Barry Warsaw · 24 years ago
  9. 058365a Added libgettext.tex by Barry Warsaw · 24 years ago
  10. 4373764 Removed forgotten text in list comprehensions section (taken from the Haskell by Andrew M. Kuchling · 24 years ago
  11. 699f98c Move a little more here. by Fred Drake · 24 years ago
  12. fcb8725 Add a --style option to allow specifying an alternate CSS style sheet for by Fred Drake · 24 years ago
  13. 78430b6 Add a comment noting that the dependency information is stored in Makefile.deps. by Fred Drake · 24 years ago
  14. 7e1a1d0 These files are not part of the current plan. by Fred Drake · 24 years ago
  15. 33f785f Document "print >> None" by Barry Warsaw · 24 years ago
  16. a1a4b59 Closing patch #101120 -- After everyone agreed. by Moshe Zadka · 24 years ago
  17. 0308ff8 Add reference to RFC 2396 in "See also" section. Minor cleanups. by Fred Drake · 24 years ago
  18. dfca4dc Revised documentation relevant to SourceForge patch #100837 by Fred Drake · 24 years ago
  19. 99a3701 Documentation for poll() interface (SF patch #100852) by Andrew M. Kuchling · 24 years ago
  20. 12bba85 Rough and incomplete documentation on augmented assignment, which follows by Thomas Wouters · 24 years ago
  21. 3d0c77b Addresses the other half of Bug #112634 -- the documentation suggested by Guido van Rossum · 24 years ago
  22. 45ca333 Move references to RFCs to a "See also" section for consistency with by Fred Drake · 24 years ago
  23. 9fa4d61 Moshe Zadka <moshez@math.huji.ac.il>: by Fred Drake · 24 years ago
  24. 8377f5d Make sure Thomas Wouters has enough to do. ;-) by Fred Drake · 24 years ago
  25. 093272e Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 24 years ago
  26. 323fe5d fix list comprehension discussion to use \keyword macro instead of simply by Skip Montanaro · 24 years ago
  27. 297bf7c update commonprefix doc to make sure user is aware it works by Skip Montanaro · 24 years ago
  28. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  29. 9087688 Describe the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes. by Barry Warsaw · 24 years ago
  30. 8c0a242 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  31. 120beb6 Strengthen the warning against using SerialCookie and SmartCookie. by Andrew M. Kuchling · 24 years ago
  32. 8bad612 Disallow "import mod.submod as m", because the result is ambiguous. Does it by Thomas Wouters · 24 years ago
  33. 15446d3 Add entry for Cookie module. by Fred Drake · 24 years ago
  34. e5c7352 Make it format. by Fred Drake · 24 years ago
  35. 1b07f2b Initial revision. Markup unchecked. by Moshe Zadka · 24 years ago
  36. 512bb72 As pointed out by Denis S. Otkidach <den@analyt.chem.msu.ru>, xrange() by Fred Drake · 24 years ago
  37. a007382 Adjust the way __getslice__() is marked as deprecated; this will also by Fred Drake · 24 years ago
  38. 304faf9 Fix a markup error that caused formatting to fail. by Fred Drake · 24 years ago
  39. 59ecafa Mention the new 'import X as Y' syntax by Andrew M. Kuchling · 24 years ago
  40. 0690c86 Document the returns_unicode attribute by Andrew M. Kuchling · 24 years ago
  41. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  42. 1d75a79 Apply SF patch #101029: call __getitem__ with a proper slice object if there by Thomas Wouters · 24 years ago
  43. 68add2e Remove an item that's been done. by Fred Drake · 24 years ago
  44. dd611b0 A little more text, and some really minor cleanups. by Fred Drake · 24 years ago
  45. e581bb3 Small cleanups, and note when zip() entered the menagerie. by Fred Drake · 24 years ago
  46. b32aa5e Revise the comments about the exceptions module to not refer to source by Fred Drake · 24 years ago
  47. 25699f9 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>: by Fred Drake · 24 years ago
  48. de9fec5 \citetitle: Format the title, not the optional URL! by Fred Drake · 24 years ago
  49. 2d2dc9f Add section on list comprehension by Andrew M. Kuchling · 24 years ago
  50. 1aebadf Ka-Ping Yee <ping@lfw.org>: Further examples of list comprehensions. by Fred Drake · 24 years ago
  51. 5772c86 Document socket.getfqdn(). by Fred Drake · 24 years ago
  52. 2337f55 Mention setdefault() method for dicts by Andrew M. Kuchling · 24 years ago
  53. caa658d Apply SF patch #101151, by Peter S-K, which fixes smtplib's passing of the by Thomas Wouters · 24 years ago
  54. d341579 Fix error made in applying Thomas's patch. by Fred Drake · 24 years ago
  55. a1e214a Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  56. d066f6d Fix markup bug that prevented formatting. by Fred Drake · 24 years ago
  57. 0be4346 Describe the b2a_hex() and a2b_hex() functions (a.k.a. hexlify() and by Barry Warsaw · 24 years ago
  58. 4ef4be5 Added description of the md5.hexdigest() method. by Barry Warsaw · 24 years ago
  59. 34c391d Correct the reference count information for the parameters of PyErr_Restore(). by Fred Drake · 24 years ago
  60. a2b6ad6 Guido pointed out that all names in the sys module have no underscore, by Fred Drake · 24 years ago
  61. 6bd8b25 For bug reporting, point to the SourceForge bug tracker instead of the by Fred Drake · 24 years ago
  62. 68e2915 Document the byte_order value in the sys module. by Fred Drake · 24 years ago
  63. 107b967 Document the range type, as suggested by Denis S. Otkidach by Fred Drake · 24 years ago
  64. 510d08b In the section on the "Very High Level Layer", address concerns brought up by Fred Drake · 24 years ago
  65. 81f7eb6 Fix some markup errors that prevented formatting, and one that didn't. by Fred Drake · 24 years ago
  66. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  67. 4ca744c Added information for PyEval_EvalCode(). by Fred Drake · 24 years ago
  68. 4de96c2 Added Marc-Andre Lemburg's documentation for string methods, with some by Fred Drake · 24 years ago
  69. 0be5aab Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they by Thomas Wouters · 24 years ago
  70. a8d7341 PyRun_InteractiveOne(), PyRun_InteractiveLoop(): Added descriptions. by Fred Drake · 24 years ago
  71. 46479d3 Some minor clarifications and added some index entries. by Fred Drake · 24 years ago
  72. 3ac977e O_BINARY: Documented this constant; omission noted by David Ascher. by Fred Drake · 24 years ago
  73. 241551c do_env_cfuncdesc(): Push as much of the generated HTML into one place by Fred Drake · 24 years ago
  74. a8e484c getopt(): revise description of long_options parameter slightly so it will by Fred Drake · 24 years ago
  75. 7932ed0 Added material about documenting packages, so that the use of module by Fred Drake · 24 years ago
  76. f407063 Include the document dependencies earlier so that documents are rebuilt by Fred Drake · 24 years ago
  77. 4e15945 Markup errors: \cfuntion -> \cfunction by Fred Drake · 24 years ago
  78. 7d45d34 ANY becomes void, to reflect the requirement for ANSI C. by Fred Drake · 24 years ago
  79. 10e1bf2 remove all occurence of math.rint() from the sources by Peter Schneider-Kamp · 24 years ago
  80. 6598337 More on noutrefresh. by Eric S. Raymond · 24 years ago
  81. 1ebd3f6 Tweak curses.wrapper so it initializes colors if they are available. by Eric S. Raymond · 24 years ago
  82. 3fe9a98 Correct markup error. by Fred Drake · 24 years ago
  83. fc1f922 Correct version number at which the curses.ascii module was introduced. by Fred Drake · 24 years ago
  84. ec4b2af Fix a few markup errors and lots of small consistency issues. by Fred Drake · 24 years ago
  85. cb0fc9c fix_font(): Handle one more case for the magical first column of tables. by Fred Drake · 24 years ago
  86. 8141cf5 Barry's patch to document the new setdefault() method. Slightly by Guido van Rossum · 24 years ago
  87. f9d20c3 Neil Schemenauer: GC enable(), disable(), isenabled() interface. by Vladimir Marangozov · 24 years ago
  88. 2afffd4 Wrote the "Describing extension modules" section. by Greg Ward · 24 years ago
  89. 1d8f57a A bundle of wording improvements, corrections, clarifications, updates, by Greg Ward · 24 years ago
  90. b9fb1f2 Mention Include/my*.h cleanup by Andrew M. Kuchling · 24 years ago
  91. 581f33a Added zip() builtin by Andrew M. Kuchling · 24 years ago
  92. 5a00769 Documented curses.wrapper and curses.textpad. by Eric S. Raymond · 24 years ago
  93. ed13b4a Break the "Python Services" chapter into two: "Python Runtime Services" by Fred Drake · 24 years ago
  94. 8b9835c Added descriptions of the new parser markers for PyArg_ParseTuple(). by Marc-André Lemburg · 24 years ago
  95. cc2b81e \py@varvars: Merge the various definitions to be the simplist one that by Fred Drake · 24 years ago
  96. 8b168ba int() description: Fix markup to avoid image generation for math mode. by Fred Drake · 24 years ago
  97. 3d5a04a do_cmd_moreargs(), by Fred Drake · 24 years ago
  98. faefa2a Both PEP 201 Lockstep Iteration and SF patch #101030 have been by Barry Warsaw · 24 years ago
  99. 6c7a46a Rob Hooft <rob@hooft.net>: by Fred Drake · 24 years ago
  100. 21a4764 As requested by Fred - mention that in the future a winreg module may make a comeback. by Mark Hammond · 24 years ago