1. d2dd9a8 Some patches by Lars Marius Garshol: by Guido van Rossum · 27 years ago
  2. 758eec0 Rewritten PyImport_Cleanup() and its helper, clear_carefully(). They by Guido van Rossum · 27 years ago
  3. 8095ebf Consistency: Replaced 4 {\it ...} with \emph{...}. by Fred Drake · 27 years ago
  4. 63566e2 Added docstrings. by Guido van Rossum · 27 years ago
  5. 94e8f69 Consistency: Replaced one {\tt ...} with \code{...}. by Fred Drake · 27 years ago
  6. b6ce642 Consistency: In two places, change {\it ...} to \emph{...}. by Fred Drake · 27 years ago
  7. 53396f6 Consistency: In two \section{} headers, change {\tt ...} to \sectcode{...}. by Fred Drake · 27 years ago
  8. 9e24309 \funcitem{}, \dataitem{}, \excitem{}: Removed obsolete macros; there are no by Fred Drake · 27 years ago
  9. b660b63 Use \emph{} for all references to the other documents, not just some of them. by Fred Drake · 27 years ago
  10. 20989e8 Mods by Bill Bedford by Jack Jansen · 27 years ago
  11. 5b0533d Addition by Bill Bedford: Ordinal and NOrdinal classes so we can by Jack Jansen · 27 years ago
  12. 48b805c SO_REUSEPORT should be SO_REUSEADDR. by Guido van Rossum · 27 years ago
  13. 5081b22 Ouch: "accounces" ==> "announces" by Fred Drake · 27 years ago
  14. e2c6e20 Add trace methods to class Variable by Guido van Rossum · 27 years ago
  15. f473cb0 Added tests for qualified sub and split by Guido van Rossum · 27 years ago
  16. 8687164 Seems I've found a way to fix this. by Guido van Rossum · 27 years ago
  17. af8a015 Consistency: "{\bf ...}" ==> "\strong{...}" "{\em ...}" ==> "\emph{...}" by Fred Drake · 27 years ago
  18. b215137 Added the standard \label{module-*} for the two supporting modules. by Fred Drake · 27 years ago
  19. 8ac34c2 Consistency: "Unix" ==> "\UNIX{}" by Fred Drake · 27 years ago
  20. 737e73e Augment \tableofcontents to do the right thing. by Fred Drake · 27 years ago
  21. 4d4f9e7 Removed \mytableofcontents; just use \tableofcontents. by Fred Drake · 27 years ago
  22. 3e9ce54 Removed one hack! by Fred Drake · 27 years ago
  23. a809064 Consistency: "Unix" ==> "\UNIX{}" by Fred Drake · 27 years ago
  24. 6862b46 Consistency: "unix" ==> "\UNIX{}" by Fred Drake · 27 years ago
  25. 8f00627 Some shifting around of the DGUX hack so that it won't break on DEC Unix by Guido van Rossum · 27 years ago
  26. c9dc515 Consistency: "unix" ==> "\UNIX{}" by Fred Drake · 27 years ago
  27. efc1e0f Consistency: by Fred Drake · 27 years ago
  28. 3dd264c Deleted targets used only by Jim Fulton's now deleted "gMakefile". by Guido van Rossum · 27 years ago
  29. 3f20592 Consistency: by Fred Drake · 27 years ago
  30. b25c0e7 delete gMakefile, clarify Makefile.pre.in by Guido van Rossum · 27 years ago
  31. 5eb3f90 No longer needed, sez Jim. by Guido van Rossum · 27 years ago
  32. b0a7873 Consistency: by Fred Drake · 27 years ago
  33. 18f9f53 Removed obsolete \kwindex{} call. by Fred Drake · 27 years ago
  34. 2b67bee Added "module search path" to the index. by Fred Drake · 27 years ago
  35. cf75754 Removed obsolete \kwindex{} calls. by Fred Drake · 27 years ago
  36. 0d8fcb2 Update the doc string to emphasize non-Unix behavior earlier; by Guido van Rossum · 27 years ago
  37. bc5062f \kwindex{}: Removed obsolete macro. by Fred Drake · 27 years ago
  38. b5dac4e &do_cmd_kwindex: Removed obsolete function. by Fred Drake · 27 years ago
  39. 8362d00 Added command at end to use times fonts; commented out. Instructions to use by Fred Drake · 27 years ago
  40. 95810e4 Removed tarps2, tardvi targets based on comments from Guido. by Fred Drake · 27 years ago
  41. 657cb14 After discussion with Guido, agreed to only support double-sided PostScript, by Fred Drake · 27 years ago
  42. dca8792 Added openright option the the \documentclass{} for each of the manuals. by Fred Drake · 27 years ago
  43. 33d05b9 Added targets: by Fred Drake · 27 years ago
  44. bc3b1c6 Script to add & remove LaTeX \documentclass options. Run "./texoption.sh" by Fred Drake · 27 years ago
  45. ab0b65d &make_mod_index_entry: Wrap a long comment, store the additional data needed by Fred Drake · 27 years ago
  46. 9b6f1d2 Override several functions from the stock latex2html to support the module by Fred Drake · 27 years ago
  47. 1af9e79 Added support for \funcline{} and \dataline{}. by Fred Drake · 27 years ago
  48. 023f87f Lots of minor markup nits, all consistency related. by Fred Drake · 27 years ago
  49. 9754639 Document maxsplit arg for split(), with incompatibility note about 1.5 by Guido van Rossum · 27 years ago
  50. 2b2b3f9 Fix two bugs: by Guido van Rossum · 27 years ago
  51. 054f8fd Wrapped some long lines. by Fred Drake · 27 years ago
  52. 74947ac Modify command descriptions to use \optional{} instead of ad-hoc markup. by Fred Drake · 27 years ago
  53. 6c886a8 \optional{}: Removed leading word space, allowing more flexibility. by Fred Drake · 27 years ago
  54. b2c45a8 Sigh. Apply a similar patch to the *other* occurrence of [^...]. by Guido van Rossum · 27 years ago
  55. fd49a96 Follow current recommended practice in an example: Use isinstance() to by Fred Drake · 27 years ago
  56. 48022db "Unix" --> "\UNIX{}" by Fred Drake · 27 years ago
  57. eea714a As Jeff painfully found out, malloc(0) returns NULL on OS/2. by Guido van Rossum · 27 years ago
  58. 0cf785a Grammatical nit. by Fred Drake · 27 years ago
  59. cf7e830 Add module reference for cPickle to index. by Fred Drake · 27 years ago
  60. 12d9da5 Use \file{} instead of \code{} or ``\code{}'' to mark file & directory names by Fred Drake · 27 years ago
  61. 8d0ff31 Simplify markup. by Fred Drake · 27 years ago
  62. 57b935d The resource module has been documented; remove from list. by Fred Drake · 27 years ago
  63. bbe6068 Added \label{} to allow module references. by Fred Drake · 27 years ago
  64. aa5dba0 Add index entry for reference to the math module. by Fred Drake · 27 years ago
  65. d327a8d Typographical nits: Always set parameter names in \var{} in the running text. by Fred Drake · 27 years ago
  66. 6b3ed7f Markup consistency in the mapping object interface description. by Fred Drake · 27 years ago
  67. 0bf6845 Fix previous nit to really do the right thing. by Fred Drake · 27 years ago
  68. 60a3d27 Consistency: Always use lower-case markup; one tag was still given in by Fred Drake · 27 years ago
  69. 0fd8268 Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility by Fred Drake · 27 years ago
  70. 1f8449a Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility by Fred Drake · 27 years ago
  71. 031ad4b \mytableofcontents New macro. Wrapper around \tableofcontents that by Fred Drake · 27 years ago
  72. 46fbd7f Nit. by Fred Drake · 27 years ago
  73. 3c3d7ce For consistency, always use a trailing "()" on function names in the running by Fred Drake · 27 years ago
  74. fcda560 Fix a typo (the word "a" was spelled "c"!). by Fred Drake · 27 years ago
  75. c9a32ab Normalize some markup. by Fred Drake · 27 years ago
  76. 6279fcc Fixed up index entries. by Fred Drake · 27 years ago
  77. 1566a1d Added index entry for the protocol. by Fred Drake · 27 years ago
  78. 15bac5d Added index items for the RFC and the protocol itself. by Fred Drake · 27 years ago
  79. 7994843 Fixed index entries to be more consistent. by Fred Drake · 27 years ago
  80. ae4300f Updated embed demo, and put a note in the html file that you need a by Jack Jansen · 27 years ago
  81. 6b02ac2 I give in. Now Tk is also using resources just above 128, so Python by Jack Jansen · 27 years ago
  82. c458638 In description of \D, revise markup so that the caret shows up in the HTML by Fred Drake · 27 years ago
  83. ecbc1cc Release notes and readme for 1.5b3 by Jack Jansen · 27 years ago
  84. e86d287 Loading defaults for gusi/sys.path didn't work for applets. Fixed. by Jack Jansen · 27 years ago
  85. a23a462 Balloon help definitions by Jack Jansen · 27 years ago
  86. d9d2968 Added cPickle and cStringIO by Jack Jansen · 27 years ago
  87. a5e2ece - Tk 8.0p2 script resources by Jack Jansen · 27 years ago
  88. 416a1c8 Projects for 1.5b3 by Jack Jansen · 27 years ago
  89. fdc5adc Dangerous feature added: when removing local files (i.e., only when -r by Guido van Rossum · 27 years ago
  90. 85a5c52 Descriptions for PyRun_String(), PyRun_File(), and PyRun_CompileString() all by Fred Drake · 27 years ago
  91. 34252f9 lib.dvi target: Added commands to generate the modules index. by Fred Drake · 27 years ago
  92. c1ce320 Script to convert module index data to module index. by Fred Drake · 27 years ago
  93. 0b1337d Add module index before the general index. by Fred Drake · 27 years ago
  94. da941ef Added support for storing information to build a module index. by Fred Drake · 27 years ago
  95. 875c807 In description of the group() method, fix markup of "\(" and "\)" literals; by Fred Drake · 27 years ago
  96. 9d98c91 Fix bug detected by AMK: need to import string. by Guido van Rossum · 27 years ago
  97. 982209d Fix bug detected by AMK: Types should be types. by Guido van Rossum · 27 years ago
  98. 16c8ecc This commit was manufactured by cvs2svn to create tag 'release15'. by cvs2svn · 27 years ago
  99. 8f18320 Last-minute fix for Jim H: don't die after del sys.stdout by Guido van Rossum · 27 years ago
  100. d11ec25 Add zlib and bsddb, and remove beta designation. by Guido van Rossum · 27 years ago