1. b655939 add index entries for list comprehensions by Skip Montanaro · 24 years ago
  2. 88fa962 Some updates and fix a bunch of really small consistency nits. by Fred Drake · 24 years ago
  3. 08c5d0c Add documentation for the \pep and \seepep macros. by Fred Drake · 24 years ago
  4. 14deaae Minor tweaks to get rid of some '\XXX' remarks. by Greg Ward · 24 years ago
  5. 643d76d Add support for new \pep, \seepep, excclassdesc markup. by Fred Drake · 24 years ago
  6. 4e60796 excclassdesc: New environment. For use in documenting class-based by Fred Drake · 24 years ago
  7. 75c6cb9 Add support for a filename to record the name of the node in which the by Fred Drake · 24 years ago
  8. 1b194f92 Add a reference to the material on string methods. by Fred Drake · 24 years ago
  9. f96e0d2 Various clarifications and minor nits fixed. Affected descriptions of by Fred Drake · 24 years ago
  10. 1172a85 Really minor consistency nit. by Fred Drake · 24 years ago
  11. 66571cc Improve a couple of references to the language reference, making them by Fred Drake · 24 years ago
  12. 7acb218 Minor clarifications in the introductory paragraph. by Fred Drake · 24 years ago
  13. e544191 Add \modulesynopsis for inclusion in the list of modules at the beginning by Fred Drake · 24 years ago
  14. 1c4efad Move the "See also" section to a location more consistent with other by Fred Drake · 24 years ago
  15. 621d2be Move description of UserString.MutableString to a location more typical by Fred Drake · 24 years ago
  16. 1c25803 Add a brief section on linking Python as an embedded scripting language. by Fred Drake · 24 years ago
  17. 90f8767 When building the HTML packages, make sure we pick up all the HTML files by Fred Drake · 24 years ago
  18. a61bfa8 Add a general "About" page and link to it from the index page. by Fred Drake · 24 years ago
  19. 6c8affe Remove an item that no longer needs to be done for 2.0. by Fred Drake · 24 years ago
  20. ae3a15c Make the HTML more XHTML-friendly. by Fred Drake · 24 years ago
  21. 31edf4d Wrap some long lines. by Fred Drake · 24 years ago
  22. 5cd0cef Remove the specific date -- back in development mode. by Fred Drake · 24 years ago
  23. d0726c3 \file is not allowed in section titles -- converting to PDF fails due to by Fred Drake · 24 years ago
  24. 88c023b Remove comment about -X and string exceptions. Error noted by by Fred Drake · 24 years ago
  25. 6300bd4 Added note about Python version this was added for. by Fred Drake · 24 years ago
  26. 77a6c9e Minor markup nits around use of \optional. by Fred Drake · 24 years ago
  27. b652897 Greatly enhanced the section on creating built distributions; in by Greg Ward · 24 years ago
  28. 4d46d38 Add new section "What About Python 1.6?" by Andrew M. Kuchling · 24 years ago
  29. d500e44 Removed mention of the winreg module, since it was deleted from 2.0b1 by Andrew M. Kuchling · 24 years ago
  30. 8b2e8f8 Added a \versionadded statement to the getfqdn() description. by Fred Drake · 24 years ago
  31. 54589d4 General overhaul of the "Creating a Source Distribution" section -- by Greg Ward · 24 years ago
  32. 239e1d5 Fix mkhowto so that the bookmarks for the PDF work for both "howto" and by Fred Drake · 24 years ago
  33. 8bdf0bf Fix PDF generation. by Fred Drake · 24 years ago
  34. 82de71d Minor nit to make this work a little better with the PDF generation fix. by Fred Drake · 24 years ago
  35. 8ff4cd7 Minor markup revisions for consistency with the rest of the documentation. by Fred Drake · 24 years ago
  36. 0d83f68 Added entry for mmap module. by Fred Drake · 24 years ago
  37. c28425f Update license according to the LICENSE file in the source tree. by Fred Drake · 24 years ago
  38. 05e4ef0 Set the date. by Fred Drake · 24 years ago
  39. 47f99a6 Fleshed out the section on the setup config file, setup.cfg. by Greg Ward · 24 years ago
  40. 5e08a01 Various corrections pointed out by Detlef Lannert by Andrew M. Kuchling · 24 years ago
  41. 57a5932 Update documentation for PyErr_Format, because the function has changed. by Moshe Zadka · 24 years ago
  42. 21fbd54 Document the new optional argument "rest" on the transfercmd(), by Barry Warsaw · 24 years ago
  43. e0d9a83 Document PyImport_AppendInittab(), PyImport_ExtendInittab(), and by Fred Drake · 24 years ago
  44. b709df3 refactor __del__ exception handler into PyErr_WriteUnraisable by Jeremy Hylton · 24 years ago
  45. 65faf11 Fix markup error and minor consistency nit. by Fred Drake · 24 years ago
  46. ee5adfb add user-modifiable recursion_limit by Jeremy Hylton · 24 years ago
  47. aef0e89 Document the limitation that urllib does not work with proxies which by Fred Drake · 24 years ago
  48. e3cca26 Added abstract. by Greg Ward · 24 years ago
  49. 4c3f797 UNARY_NEG is supposed to be UNARY_NEGATIVE (spotted by Charles Waldman by Fred Drake · 24 years ago
  50. 7e861bd Update some version information for tools based on prodding from Greg Ward. by Fred Drake · 24 years ago
  51. 1365a30 Get rid of "sec:" prefix that slipped into a couple of \label's. by Greg Ward · 24 years ago
  52. 1c8feae New method getnamespace. by Sjoerd Mullender · 24 years ago
  53. f730fc3 Be a little more careful to avoid including style information in the by Fred Drake · 24 years ago
  54. 3eb7c12 Always room to remove more formatting from the HTML! by Fred Drake · 24 years ago
  55. 501b926 Move common parameters to mkhowto to a variable, add up-link from the by Fred Drake · 24 years ago
  56. dfa539d Add --up-link and --up-title parameters to allow linking the top level by Fred Drake · 24 years ago
  57. 3be2074 Push some table header formatting to the style sheet; this also helps by Fred Drake · 24 years ago
  58. 0154fea Remove obsolete scripts. by Fred Drake · 24 years ago
  59. 8bc627a Add --l2h-init option, which can augment the standard LaTeX2HTML by Fred Drake · 24 years ago
  60. b9b4c5b Centralize the processing logic for LaTeX documents into the mkhowto script; by Fred Drake · 24 years ago
  61. fcab763 Relocate the popen2 documentation since it is now substantially more portable. by Fred Drake · 24 years ago
  62. 17e6343 Document PyOS_CheckStack(). Fix a couple of really minor markup nits. by Fred Drake · 24 years ago
  63. 33642ac Added note about documenting the SSL support in the socket module. by Fred Drake · 24 years ago
  64. eacc4fc Push a little more here to avoid style information in the generation by Fred Drake · 24 years ago
  65. 4973b35 Remove the reference to stdwin. The comment was still true, but no by Fred Drake · 24 years ago
  66. 7b828a6 doc changes to parallel changes to calendar.py module by Skip Montanaro · 24 years ago
  67. 3cdb576 Fix markup error by Andrew M. Kuchling · 24 years ago
  68. d576e9d Markup revisions. Nothing was actually required to be able to format it, by Fred Drake · 24 years ago
  69. 47eceea Added a couple of links to online documentation. Reasonable since this by Fred Drake · 24 years ago
  70. 28b815f Oops, spell MAL's name right. by Barry Warsaw · 24 years ago
  71. 0691a6b Documentation for the gettext module. by Barry Warsaw · 24 years ago
  72. 058365a Added libgettext.tex by Barry Warsaw · 24 years ago
  73. 4373764 Removed forgotten text in list comprehensions section (taken from the Haskell by Andrew M. Kuchling · 24 years ago
  74. 699f98c Move a little more here. by Fred Drake · 24 years ago
  75. fcb8725 Add a --style option to allow specifying an alternate CSS style sheet for by Fred Drake · 24 years ago
  76. 78430b6 Add a comment noting that the dependency information is stored in Makefile.deps. by Fred Drake · 24 years ago
  77. 7e1a1d0 These files are not part of the current plan. by Fred Drake · 24 years ago
  78. 33f785f Document "print >> None" by Barry Warsaw · 24 years ago
  79. a1a4b59 Closing patch #101120 -- After everyone agreed. by Moshe Zadka · 24 years ago
  80. 0308ff8 Add reference to RFC 2396 in "See also" section. Minor cleanups. by Fred Drake · 24 years ago
  81. dfca4dc Revised documentation relevant to SourceForge patch #100837 by Fred Drake · 24 years ago
  82. 99a3701 Documentation for poll() interface (SF patch #100852) by Andrew M. Kuchling · 24 years ago
  83. 12bba85 Rough and incomplete documentation on augmented assignment, which follows by Thomas Wouters · 24 years ago
  84. 3d0c77b Addresses the other half of Bug #112634 -- the documentation suggested by Guido van Rossum · 24 years ago
  85. 45ca333 Move references to RFCs to a "See also" section for consistency with by Fred Drake · 24 years ago
  86. 9fa4d61 Moshe Zadka <moshez@math.huji.ac.il>: by Fred Drake · 24 years ago
  87. 8377f5d Make sure Thomas Wouters has enough to do. ;-) by Fred Drake · 24 years ago
  88. 093272e Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 24 years ago
  89. 323fe5d fix list comprehension discussion to use \keyword macro instead of simply by Skip Montanaro · 24 years ago
  90. 297bf7c update commonprefix doc to make sure user is aware it works by Skip Montanaro · 24 years ago
  91. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  92. 9087688 Describe the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes. by Barry Warsaw · 24 years ago
  93. 8c0a242 PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  94. 120beb6 Strengthen the warning against using SerialCookie and SmartCookie. by Andrew M. Kuchling · 24 years ago
  95. 8bad612 Disallow "import mod.submod as m", because the result is ambiguous. Does it by Thomas Wouters · 24 years ago
  96. 15446d3 Add entry for Cookie module. by Fred Drake · 24 years ago
  97. e5c7352 Make it format. by Fred Drake · 24 years ago
  98. 1b07f2b Initial revision. Markup unchecked. by Moshe Zadka · 24 years ago
  99. 512bb72 As pointed out by Denis S. Otkidach <den@analyt.chem.msu.ru>, xrange() by Fred Drake · 24 years ago
  100. a007382 Adjust the way __getslice__() is marked as deprecated; this will also by Fred Drake · 24 years ago