1. 1c0d315 Delete the 'exit' command from the Tcl interpreter -- it would allow by Guido van Rossum · 27 years ago
  2. 0001a11 Fix bug in trace_vdelete(); should use master's delete command. by Guido van Rossum · 27 years ago
  3. 2fc4d58 Added debug statements to report data actually sent and received on the socket. by Guido van Rossum · 27 years ago
  4. b190884 Fix for literal null bytes -- these must be replaced by the four by Guido van Rossum · 27 years ago
  5. 72c2e1b Fixed a bug in the gauss() function. The bug was reported by Mike by Guido van Rossum · 27 years ago
  6. 9824509 Add rmd() (remove directory command); fix comment in parse257. by Guido van Rossum · 27 years ago
  7. 0d530ce Faster implementation of normcase (using string.lower( by Guido van Rossum · 27 years ago
  8. 505d80b Jeff Kunce writes (and he is right): by Guido van Rossum · 27 years ago
  9. ef14622 Revise comment about the {fulllineitems} environment to be accurate. by Fred Drake · 27 years ago
  10. 42a9744 Fix some outdated comments (mostly by removing a large comment block by Guido van Rossum · 27 years ago
  11. 6eb1f6b Improve support for logical node names. by Fred Drake · 27 years ago
  12. f4aeb84 Enable CHECK_IMPORT_CASE on Win32. by Guido van Rossum · 27 years ago
  13. 0cf0cfb Adjusted \label{} for *consistent* logical addressing. by Fred Drake · 27 years ago
  14. 05f9dce Moved clear_carefully() to _PyModule_Clear() in moduleobject.c by Guido van Rossum · 27 years ago
  15. bd36dba Make backup copies of stdin, stdout, stderr as __stdin__, __stdout__, by Guido van Rossum · 27 years ago
  16. f1dc061 Add internal routine _PyModule_Clear(), which does approximately what by Guido van Rossum · 27 years ago
  17. c83db33 Added \label{} for logical addressing. by Fred Drake · 27 years ago
  18. bde6ff7 Vladimir Marangozov' performance hack: copy f_builtins from ancestor by Guido van Rossum · 27 years ago
  19. 3da3fce Check ferror(), not errno, for fread() error. by Guido van Rossum · 27 years ago
  20. 9168328 Add missing files to $(LIBFILES). by Fred Drake · 27 years ago
  21. c3e4549 Added \label{} for logical addressing. by Fred Drake · 27 years ago
  22. 83efb54 Added \label{} for logical addressing. by Fred Drake · 27 years ago
  23. af9b6e6 Added itemized list of Macintosh modules, similar to the other chapters. by Fred Drake · 27 years ago
  24. cea0e73 Added \label{} for logical addressing. by Fred Drake · 27 years ago
  25. 83c1a39 Separate chapter and section. by Fred Drake · 27 years ago
  26. baa04a1 Make sure the general index and about nodes get labels assigned, so they get by Fred Drake · 27 years ago
  27. 1aabe5e Separate binhex and binuu documentation from binascii. Support better by Fred Drake · 27 years ago
  28. 05ce570 Remove debugging print. by Fred Drake · 27 years ago
  29. 1f0fdde Bring date into line with the last documentation release. by Fred Drake · 27 years ago
  30. 526ebb4 Work on a temporary file, not the input file. by Fred Drake · 27 years ago
  31. a799835 Revised some targets to make better use of make "special" variables, to avoid by Fred Drake · 27 years ago
  32. ef05803 Support environments {fulllineitems} and {classdesc}, more of the new logical by Fred Drake · 27 years ago
  33. c927407 Adjust grouping for the "b(reak)" command syntax description. This is by Fred Drake · 27 years ago
  34. 20e0196 Logical markup. by Fred Drake · 27 years ago
  35. ea8006a \nodename{} must immediately follow \chapter{} to be handled correctly; by Fred Drake · 27 years ago
  36. 75bfb0f {fulllineitems} is now an environment; use it as such. by Fred Drake · 27 years ago
  37. 802a202 Logical markup. by Fred Drake · 27 years ago
  38. fb5e54d Mostly LaTeX style cleanup. by Fred Drake · 27 years ago
  39. c02fbe5 breakable_re: Fix the RE so that module definition entries don't prevent by Fred Drake · 27 years ago
  40. a73033f Feature added by Bill van Melle: when no timezone is present, assume by Guido van Rossum · 27 years ago
  41. ce0e175 &do_cmd_url, by Fred Drake · 27 years ago
  42. 026d962 Consistent spelling: "time zone" -> "timezone". by Guido van Rossum · 27 years ago
  43. 4186cd3 Add named destinations for \label{} in the PDF. by Fred Drake · 27 years ago
  44. 8ff4b8b Add new files from the Mac user interface breakup. by Fred Drake · 27 years ago
  45. b4efb6c Separate Mac user interface modules into separate files, to better support by Fred Drake · 27 years ago
  46. 2e7a320 rrggbb_to_triplet(), triplet_to_rrggbb(): Improvements given by GvR by Barry Warsaw · 27 years ago
  47. 4435d5a Very modest improvements by Barry Warsaw · 27 years ago
  48. 49c5b0d Get rid of commented out, slower versions by Barry Warsaw · 27 years ago
  49. 4c2fab5 Implementation using TCLPROC loaded into the Tcl interpreter by Barry Warsaw · 27 years ago
  50. aeca79b Small patches to the DJGPP version of check_case(). by Guido van Rossum · 27 years ago
  51. 9caa110 assure a consistent assignment for nodes with multiple labels by Jeremy Hylton · 27 years ago
  52. b866020 Added a number of items.... by Fred Drake · 27 years ago
  53. dd94676 Added libsymbol.tex, libtoken.tex to dependencies for the libref. by Fred Drake · 27 years ago
  54. b0df567 Separate the parse, symbol, and token documentation into separate files. by Fred Drake · 27 years ago
  55. 710c035 Added \label{} for logical addressing. by Fred Drake · 27 years ago
  56. 31ecd50 Added \label{} for logical addressing. by Fred Drake · 27 years ago
  57. af0bfbe Added \label{} for logical addressing. by Fred Drake · 27 years ago
  58. 1f3ab1c Added \label{} for logical addressing. by Fred Drake · 27 years ago
  59. 55fca54 Added \label{} for logical addressing. by Fred Drake · 27 years ago
  60. 12918af Added \label{} for logical addressing. by Fred Drake · 27 years ago
  61. ddf03bf Added \label{} for logical addressing. by Fred Drake · 27 years ago
  62. 9acafa8 Don't make backups. by Fred Drake · 27 years ago
  63. 0c17d66 \url{}: For pdflatex, make the link active & make it blue. If anyone figures by Fred Drake · 27 years ago
  64. 1931c0c Add normpath(). Clarify normcase(). (Note -- this doc section by Guido van Rossum · 27 years ago
  65. daa2d5d Patch HREFs in html files, replacing nodeXXX.html with label.html. by Jeremy Hylton · 27 years ago
  66. 16a0bc2 (1) Change normpath() to *not* also call normcase(). by Guido van Rossum · 27 years ago
  67. 8cf94e6 Add mktime_tz(). Add () to a function reference in parsedate_tz(). by Guido van Rossum · 27 years ago
  68. 00455b7 Fix sign reversal in mktime_tz discovered by Bill van Melle. by Guido van Rossum · 27 years ago
  69. d7300f8 __modified(): Make sure `rgbs' is a tuple by Barry Warsaw · 27 years ago
  70. f67a50c Several optimizations: by Barry Warsaw · 27 years ago
  71. 8d3e5ee Cache conversions from triplets to rrggbb's and vice versa. Wasteful by Barry Warsaw · 27 years ago
  72. a219e79 main(): Include a \label{modindex} in the output so latex won't let us re-use by Fred Drake · 27 years ago
  73. 45a4093 &do_cmd_textohtmlmoduleindex: Get the modindex key added to the label->node by Fred Drake · 27 years ago
  74. 57b5e42 Added \label{} for logical addressing. by Fred Drake · 27 years ago
  75. 552ac17 Added about dialog by Barry Warsaw · 27 years ago
  76. e2f194b Use \manpage{} markup for referencing a UNIX man page. by Fred Drake · 27 years ago
  77. 8ecc705 Added comment explaining the only warning produced by makeindex, since there by Fred Drake · 27 years ago
  78. 326e197 Remove Macintosh ligatures item. Solution: Update your Times fonts. by Fred Drake · 27 years ago
  79. 81f4b66 Started a TODO list with the latest bug reports. by Fred Drake · 27 years ago
  80. 5fd242b Clarified comment about the PS generation when using the all-pdf target. by Fred Drake · 27 years ago
  81. 30d1782 Add magic to make PDF generation use maximal compression. by Fred Drake · 27 years ago
  82. ddae414 Added all-formats target: use this to get both PDF and PS files; using the by Fred Drake · 27 years ago
  83. 5c4e648 Updated date for interim documentation release. by Fred Drake · 27 years ago
  84. 5374045 If generating PDF, include the author and title information in acroread's by Fred Drake · 27 years ago
  85. e8b4613 Massive changes. Fewer warnings from the Python Library Reference. Still by Fred Drake · 27 years ago
  86. bc68930 Added chip selection stuff, strip label by Barry Warsaw · 27 years ago
  87. 93737b2 Added method to set selected color to nearest. by Barry Warsaw · 27 years ago
  88. 7154d38 Update indexsubitem for file attributes correctly. by Fred Drake · 27 years ago
  89. a200faa \nodename{} must appear immediately after \section{} for the info conversion. by Fred Drake · 27 years ago
  90. 06e1664 Indent {verbatim} environments like in the printed version. by Fred Drake · 27 years ago
  91. 76183c0 Move optional package inclusions to the top, to make them easier to find. by Fred Drake · 27 years ago
  92. 9ac9a26 Oh, well, various miscellaneous changes. by Guido van Rossum · 27 years ago
  93. 54758fa Swap two statements in the dedent check loop. This makes absolutely by Guido van Rossum · 27 years ago
  94. fac431e NNTP.xgtitle() description: Add a missing ")" from the response value by Fred Drake · 27 years ago
  95. 009ab92 Made the area for wildcards in the description wider, so we don't invade the by Fred Drake · 27 years ago
  96. 75fc045 Fixed formatting of the program name for crypt. by Fred Drake · 27 years ago
  97. ad51192 In the example file name, use the current Python version, not a hardcoded value. by Fred Drake · 27 years ago
  98. 2705e80 For the lists which describe the regular expression syntax, increase the by Fred Drake · 27 years ago
  99. b0f77d6 Use \version to get the current Python version number, where possible. This by Fred Drake · 27 years ago
  100. 7506298 Mark up filename extensions consistently. by Fred Drake · 27 years ago