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