1. 7c8754f process(): New function that contains the "orchestration" of the by Fred Drake · 25 years ago
  2. aa99a50 Be a little more friendly for the generation of the text version: for by Fred Drake · 25 years ago
  3. a54a887 "\platform{UNIX}" should really be spelled "\platform{Unix}". by Fred Drake · 25 years ago
  4. f6863c1 Added \platform annotations. by Fred Drake · 25 years ago
  5. 46a9438 Add information about adding the portability statement. by Fred Drake · 25 years ago
  6. 7f492ad Be more flexible to support platform annotations. by Fred Drake · 25 years ago
  7. 75ab7a6 Clean up *.pla files -- platform annotation information. by Fred Drake · 25 years ago
  8. 521835c Ignore *.pla -- the platform annotation information. Also, remove it for by Fred Drake · 25 years ago
  9. d70091e Ignore *.pla -- the platform annotation information. by Fred Drake · 25 years ago
  10. 0c275fa Added support for \platform, \platformof, and \ignorePlatformAnnotation. by Fred Drake · 25 years ago
  11. 557460c swallow_newline(): Removed function; not really needed. Modified all call by Fred Drake · 25 years ago
  12. 2383f6d Improve handling of module index, to deal with platform annotations a little by Fred Drake · 25 years ago
  13. 01bc01c Changes to accomodate the global module index and platform annotations. by Fred Drake · 25 years ago
  14. 368b16a Only use 4 columns in the module index, to accomodate platform annotations. by Fred Drake · 25 years ago
  15. 43b34da extract_tb(): Only describe this function once. Problem reported by by Fred Drake · 25 years ago
  16. 3906363 Typo: "Availabilty" --> "Availability" Thanks to /F! by Fred Drake · 25 years ago
  17. 51027c4 Added note about comments, from Christopher Petrilli. by Fred Drake · 25 years ago
  18. 16e81f4 Update some of the top comments and shorten title of the first section. by Fred Drake · 25 years ago
  19. 093c97a ignore_from_idx(): Fixed bug in regular expression. by Fred Drake · 25 years ago
  20. 684f78f Add target for modindex.html; a combined lib+mac module index. Also by Fred Drake · 25 years ago
  21. 2ef38a7 Script to combine module index files. Given a list of files that look by Fred Drake · 25 years ago
  22. 1b10245 Ignore a file called modindex.html. by Fred Drake · 25 years ago
  23. 711fe02 process_nodes(): New function. by Fred Drake · 25 years ago
  24. f2b4554 Document the correct class hierarchy for SystemExit. It is not an by Barry Warsaw · 25 years ago
  25. b6cf9a4 Script to help identify undocumented modules. Use -h or --help for by Fred Drake · 25 years ago
  26. 8cdee96 Dictionaries are created using the "{...}" notation, not the "..." by Fred Drake · 25 years ago
  27. 264bd59 1. Clarify that immutability isn't entirely the same as unchangeable by Guido van Rossum · 25 years ago
  28. 1ec71cb Incorporated updates to describe geturl() by Sjoerd Mullender by Fred Drake · 25 years ago
  29. ba21d10 Added note about *static* after description of *shared*. by Fred Drake · 25 years ago
  30. 00a3a65 Refer to the right RFC in the intro. by Fred Drake · 25 years ago
  31. 0fb7a37 Reflect the released version. by Fred Drake · 25 years ago
  32. 9226d8e Removed "This will be discussed later." where it's not. Reported by by Fred Drake · 25 years ago
  33. 7d9b133 Other chapter titles refer to collections of modules as "Services"; do by Fred Drake · 25 years ago
  34. 8ece804 Noted report of missing material in the extending & embedding manual, by Fred Drake · 25 years ago
  35. c411fa6 Revised description of blank line handling for the interpreter, based by Fred Drake · 25 years ago
  36. fab41f1 BabylMailbox description: Properly escape the backslashes in the by Fred Drake · 25 years ago
  37. b63e77c Oops, used a \label twice - fix one of them. by Fred Drake · 25 years ago
  38. 180b68b More reasonable section titles. by Fred Drake · 25 years ago
  39. 76991ec Shorten section title. by Fred Drake · 25 years ago
  40. 199b79c Added descriptions for BabylMailbox and Maildir (Qmail) mailbox objects. by Fred Drake · 25 years ago
  41. 67d229e Shorten section title. by Fred Drake · 25 years ago
  42. bbac432 Shorten a few section titles. by Fred Drake · 25 years ago
  43. da57365 Give subsections reasonable file names in the HTML. by Fred Drake · 25 years ago
  44. 3425011 Added an index entry. by Fred Drake · 25 years ago
  45. 50cdd97 do_cmd_arabic(): Override the l2h-provided version to remove that by Fred Drake · 25 years ago
  46. df5d50d Specify the sizes of H? relative to the normal font size as by Fred Drake · 25 years ago
  47. 56f8185 Shortened the short synopsis -- too long. by Fred Drake · 25 years ago
  48. 9f03380 Use more current approach to recording authors. by Fred Drake · 25 years ago
  49. c600475 Shortened the short synopsis -- way too long. by Fred Drake · 25 years ago
  50. d8a41e6 Fix an amazing number of typos & malformed sentences reported by Detlef by Fred Drake · 25 years ago
  51. f634634 Noted that the module was added in 1.5.2. by Fred Drake · 25 years ago
  52. 4e7c205 Update description of what modules "look like" when printed. by Fred Drake · 25 years ago
  53. cd71aa2 Use current approach to record documentation author. by Fred Drake · 25 years ago
  54. 2a2f1fe Record module & documentation author. by Fred Drake · 25 years ago
  55. 6b103f1 Documentation for pyclbr and tokenize modules. by Fred Drake · 25 years ago
  56. 4d358b5 Added sections for pyclbr and tokenize. by Fred Drake · 25 years ago
  57. 7c829b3 Remove the "Parsing Python" section. Hurray! by Fred Drake · 25 years ago
  58. 3d7707a More files. by Fred Drake · 25 years ago
  59. 93d762f Mark <verbatim> elements that represent interactive sessions; these by Fred Drake · 25 years ago
  60. 997eec7 Minor adjustments to reflect esis2sgml.py changes. by Fred Drake · 25 years ago
  61. 607aed7 Some adjustments, mostly to make it more general. by Fred Drake · 25 years ago
  62. 4cc902f Make the _rmtt regular expression deal with the new CSS-friendly by Fred Drake · 25 years ago
  63. 70a66c9 Add notes to __builtin__.float() and string.atof() that the NaN and Inf by Fred Drake · 25 years ago
  64. 29fb54f Update note about the (...) format specifier for PyArg_ParseTuple(). by Fred Drake · 25 years ago
  65. 951eea4 atof() description: Add information about accepting 'NaN' to produce by Fred Drake · 25 years ago
  66. 127ed0a Updated list of standard exceptions in section 4.1. by Fred Drake · 25 years ago
  67. 8e01517 Small updates and grammatical adjustments. by Fred Drake · 25 years ago
  68. 33698f8 Removed old dynamic linking chapter. by Fred Drake · 25 years ago
  69. 2f7bfaf Remove all email addresses. by Fred Drake · 25 years ago
  70. 3de61bc Integrated notes on building extension modules on Windows, by Neil by Fred Drake · 25 years ago
  71. f6838c0 Copy in the stylesheet after latex2html is done. by Fred Drake · 25 years ago
  72. fcf57ad Copy in the stylesheet after latex2html is done. by Fred Drake · 25 years ago
  73. 90fdda5 Become more stylesheet-friendly. by Fred Drake · 25 years ago
  74. 00d98ee CSS style sheet for the documentation. by Fred Drake · 25 years ago
  75. 63f2177 Bump release to 1.5.2b2. by Fred Drake · 25 years ago
  76. f43ce00 Make sure errors get propogated. by Fred Drake · 25 years ago
  77. 85a59dd The _O_* constants are defined as O_* in the os module. by Fred Drake · 25 years ago
  78. 9329e5e Remove "_" from the P_* symbols used with the spawn*() functions. by Fred Drake · 25 years ago
  79. c7b72db Added chapter on Windows modules, including msvcrt and winsound. by Fred Drake · 25 years ago
  80. a5fab7f Added some files to the library reference. by Fred Drake · 25 years ago
  81. abfd7d6 Small grammatical fix; missing comma. by Fred Drake · 25 years ago
  82. 295fb43 Make it clear that Demo/embed/ is from the source distribution. by Fred Drake · 25 years ago
  83. beb27bf Make navigation panels more CSS-friendly. by Fred Drake · 25 years ago
  84. e96a31d Use the same markup for email addresses as is produced by using \email by Fred Drake · 25 years ago
  85. cce8d2a Adjust cellspacing attribute of the navigation bar tables to get some by Fred Drake · 25 years ago
  86. 6f9dd5d Remove stuff related to copying the icons directory around -- just isn't needed. by Fred Drake · 25 years ago
  87. b8a7d72 Moved icons into the html directory to avoid pollution of the top level. by Fred Drake · 25 years ago
  88. 66b989c Be explicit about the reference count of the original value of the by Fred Drake · 25 years ago
  89. 4d33e4e HTMLBASE: New variable. Make it easier to check an "installed" copy by Fred Drake · 25 years ago
  90. efa641c Add an optional parameter to make the script run latex only once to by Fred Drake · 25 years ago
  91. 3618c14 Use a common definition for $(SUBMAKE) instead of repeating everything by Fred Drake · 25 years ago
  92. aa1afa8 Added availability notes for samefile(), sameopenfile(), samestat() by Fred Drake · 25 years ago
  93. 5d59d3d Added --l2h-config option to add additional initialization files for by Fred Drake · 25 years ago
  94. ec9fbe9 Added section "Providing a C API for an Extension Module" by Konrad Hinsen. by Fred Drake · 25 years ago
  95. efd146c Markup nits. by Fred Drake · 25 years ago
  96. 69d49d6 Set target. by Fred Drake · 25 years ago
  97. f32834c Minor fix that helps out with the index. by Fred Drake · 25 years ago
  98. 9474d86 Make sure all HTML pages generated from this section have reasonable names. by Fred Drake · 25 years ago
  99. 5761b76 L2HARGS: Specify the HTML version we're producing, since this is what by Fred Drake · 25 years ago
  100. 2d2b6a0 Markup nits. by Fred Drake · 25 years ago