1. 57a5932 Update documentation for PyErr_Format, because the function has changed. by Moshe Zadka · 24 years ago
  2. 21fbd54 Document the new optional argument "rest" on the transfercmd(), by Barry Warsaw · 24 years ago
  3. e0d9a83 Document PyImport_AppendInittab(), PyImport_ExtendInittab(), and by Fred Drake · 24 years ago
  4. b709df3 refactor __del__ exception handler into PyErr_WriteUnraisable by Jeremy Hylton · 24 years ago
  5. 65faf11 Fix markup error and minor consistency nit. by Fred Drake · 24 years ago
  6. ee5adfb add user-modifiable recursion_limit by Jeremy Hylton · 24 years ago
  7. aef0e89 Document the limitation that urllib does not work with proxies which by Fred Drake · 24 years ago
  8. e3cca26 Added abstract. by Greg Ward · 24 years ago
  9. 4c3f797 UNARY_NEG is supposed to be UNARY_NEGATIVE (spotted by Charles Waldman by Fred Drake · 24 years ago
  10. 7e861bd Update some version information for tools based on prodding from Greg Ward. by Fred Drake · 24 years ago
  11. 1365a30 Get rid of "sec:" prefix that slipped into a couple of \label's. by Greg Ward · 24 years ago
  12. 1c8feae New method getnamespace. by Sjoerd Mullender · 24 years ago
  13. f730fc3 Be a little more careful to avoid including style information in the by Fred Drake · 24 years ago
  14. 3eb7c12 Always room to remove more formatting from the HTML! by Fred Drake · 24 years ago
  15. 501b926 Move common parameters to mkhowto to a variable, add up-link from the by Fred Drake · 24 years ago
  16. dfa539d Add --up-link and --up-title parameters to allow linking the top level by Fred Drake · 24 years ago
  17. 3be2074 Push some table header formatting to the style sheet; this also helps by Fred Drake · 24 years ago
  18. 0154fea Remove obsolete scripts. by Fred Drake · 24 years ago
  19. 8bc627a Add --l2h-init option, which can augment the standard LaTeX2HTML by Fred Drake · 24 years ago
  20. b9b4c5b Centralize the processing logic for LaTeX documents into the mkhowto script; by Fred Drake · 24 years ago
  21. fcab763 Relocate the popen2 documentation since it is now substantially more portable. by Fred Drake · 24 years ago
  22. 17e6343 Document PyOS_CheckStack(). Fix a couple of really minor markup nits. by Fred Drake · 24 years ago
  23. 33642ac Added note about documenting the SSL support in the socket module. by Fred Drake · 24 years ago
  24. eacc4fc Push a little more here to avoid style information in the generation by Fred Drake · 24 years ago
  25. 4973b35 Remove the reference to stdwin. The comment was still true, but no by Fred Drake · 24 years ago
  26. 7b828a6 doc changes to parallel changes to calendar.py module by Skip Montanaro · 24 years ago
  27. 3cdb576 Fix markup error by Andrew M. Kuchling · 24 years ago
  28. d576e9d Markup revisions. Nothing was actually required to be able to format it, by Fred Drake · 24 years ago
  29. 47eceea Added a couple of links to online documentation. Reasonable since this by Fred Drake · 24 years ago
  30. 28b815f Oops, spell MAL's name right. by Barry Warsaw · 24 years ago
  31. 0691a6b Documentation for the gettext module. by Barry Warsaw · 24 years ago
  32. 058365a Added libgettext.tex by Barry Warsaw · 24 years ago
  33. 4373764 Removed forgotten text in list comprehensions section (taken from the Haskell by Andrew M. Kuchling · 24 years ago
  34. 699f98c Move a little more here. by Fred Drake · 24 years ago
  35. fcb8725 Add a --style option to allow specifying an alternate CSS style sheet for by Fred Drake · 24 years ago
  36. 78430b6 Add a comment noting that the dependency information is stored in Makefile.deps. by Fred Drake · 24 years ago
  37. 7e1a1d0 These files are not part of the current plan. by Fred Drake · 24 years ago
  38. 33f785f Document "print >> None" by Barry Warsaw · 24 years ago
  39. a1a4b59 Closing patch #101120 -- After everyone agreed. by Moshe Zadka · 24 years ago
  40. 0308ff8 Add reference to RFC 2396 in "See also" section. Minor cleanups. by Fred Drake · 24 years ago
  41. dfca4dc Revised documentation relevant to SourceForge patch #100837 by Fred Drake · 24 years ago
  42. 99a3701 Documentation for poll() interface (SF patch #100852) by Andrew M. Kuchling · 24 years ago
  43. 12bba85 Rough and incomplete documentation on augmented assignment, which follows by Thomas Wouters · 24 years ago
  44. 3d0c77b Addresses the other half of Bug #112634 -- the documentation suggested by Guido van Rossum · 24 years ago
  45. 45ca333 Move references to RFCs to a "See also" section for consistency with by Fred Drake · 24 years ago
  46. 9fa4d61 Moshe Zadka <moshez@math.huji.ac.il>: by Fred Drake · 24 years ago
  47. 8377f5d Make sure Thomas Wouters has enough to do. ;-) by Fred Drake · 24 years ago
  48. 093272e Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 24 years ago
  49. 323fe5d fix list comprehension discussion to use \keyword macro instead of simply by Skip Montanaro · 24 years ago
  50. 297bf7c update commonprefix doc to make sure user is aware it works by Skip Montanaro · 24 years ago
  51. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  52. 9087688 Describe the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes. by Barry Warsaw · 24 years ago
  53. 8c0a242 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  54. 120beb6 Strengthen the warning against using SerialCookie and SmartCookie. by Andrew M. Kuchling · 24 years ago
  55. 8bad612 Disallow "import mod.submod as m", because the result is ambiguous. Does it by Thomas Wouters · 24 years ago
  56. 15446d3 Add entry for Cookie module. by Fred Drake · 24 years ago
  57. e5c7352 Make it format. by Fred Drake · 24 years ago
  58. 1b07f2b Initial revision. Markup unchecked. by Moshe Zadka · 24 years ago
  59. 512bb72 As pointed out by Denis S. Otkidach <den@analyt.chem.msu.ru>, xrange() by Fred Drake · 24 years ago
  60. a007382 Adjust the way __getslice__() is marked as deprecated; this will also by Fred Drake · 24 years ago
  61. 304faf9 Fix a markup error that caused formatting to fail. by Fred Drake · 24 years ago
  62. 59ecafa Mention the new 'import X as Y' syntax by Andrew M. Kuchling · 24 years ago
  63. 0690c86 Document the returns_unicode attribute by Andrew M. Kuchling · 24 years ago
  64. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  65. 1d75a79 Apply SF patch #101029: call __getitem__ with a proper slice object if there by Thomas Wouters · 24 years ago
  66. 68add2e Remove an item that's been done. by Fred Drake · 24 years ago
  67. dd611b0 A little more text, and some really minor cleanups. by Fred Drake · 24 years ago
  68. e581bb3 Small cleanups, and note when zip() entered the menagerie. by Fred Drake · 24 years ago
  69. b32aa5e Revise the comments about the exceptions module to not refer to source by Fred Drake · 24 years ago
  70. 25699f9 Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>: by Fred Drake · 24 years ago
  71. de9fec5 \citetitle: Format the title, not the optional URL! by Fred Drake · 24 years ago
  72. 2d2dc9f Add section on list comprehension by Andrew M. Kuchling · 24 years ago
  73. 1aebadf Ka-Ping Yee <ping@lfw.org>: Further examples of list comprehensions. by Fred Drake · 24 years ago
  74. 5772c86 Document socket.getfqdn(). by Fred Drake · 24 years ago
  75. 2337f55 Mention setdefault() method for dicts by Andrew M. Kuchling · 24 years ago
  76. caa658d Apply SF patch #101151, by Peter S-K, which fixes smtplib's passing of the by Thomas Wouters · 24 years ago
  77. d341579 Fix error made in applying Thomas's patch. by Fred Drake · 24 years ago
  78. a1e214a Thomas Wouters <thomas@xs4all.net>: by Fred Drake · 24 years ago
  79. d066f6d Fix markup bug that prevented formatting. by Fred Drake · 24 years ago
  80. 0be4346 Describe the b2a_hex() and a2b_hex() functions (a.k.a. hexlify() and by Barry Warsaw · 24 years ago
  81. 4ef4be5 Added description of the md5.hexdigest() method. by Barry Warsaw · 24 years ago
  82. 34c391d Correct the reference count information for the parameters of PyErr_Restore(). by Fred Drake · 24 years ago
  83. a2b6ad6 Guido pointed out that all names in the sys module have no underscore, by Fred Drake · 24 years ago
  84. 6bd8b25 For bug reporting, point to the SourceForge bug tracker instead of the by Fred Drake · 24 years ago
  85. 68e2915 Document the byte_order value in the sys module. by Fred Drake · 24 years ago
  86. 107b967 Document the range type, as suggested by Denis S. Otkidach by Fred Drake · 24 years ago
  87. 510d08b In the section on the "Very High Level Layer", address concerns brought up by Fred Drake · 24 years ago
  88. 81f7eb6 Fix some markup errors that prevented formatting, and one that didn't. by Fred Drake · 24 years ago
  89. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  90. 4ca744c Added information for PyEval_EvalCode(). by Fred Drake · 24 years ago
  91. 4de96c2 Added Marc-Andre Lemburg's documentation for string methods, with some by Fred Drake · 24 years ago
  92. 0be5aab Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they by Thomas Wouters · 24 years ago
  93. a8d7341 PyRun_InteractiveOne(), PyRun_InteractiveLoop(): Added descriptions. by Fred Drake · 24 years ago
  94. 46479d3 Some minor clarifications and added some index entries. by Fred Drake · 24 years ago
  95. 3ac977e O_BINARY: Documented this constant; omission noted by David Ascher. by Fred Drake · 24 years ago
  96. 241551c do_env_cfuncdesc(): Push as much of the generated HTML into one place by Fred Drake · 24 years ago
  97. a8e484c getopt(): revise description of long_options parameter slightly so it will by Fred Drake · 24 years ago
  98. 7932ed0 Added material about documenting packages, so that the use of module by Fred Drake · 24 years ago
  99. f407063 Include the document dependencies earlier so that documents are rebuilt by Fred Drake · 24 years ago
  100. 4e15945 Markup errors: \cfuntion -> \cfunction by Fred Drake · 24 years ago