1. bf6a9b1 Add PySys_WriteStdout(format, ...) PySys_WriteStderr(format, ...) by Guido van Rossum · 26 years ago
  2. 597ac20 Trivial little change: timer tokens shouldn't have a Print() function, by Guido van Rossum · 26 years ago
  3. b298a30 Reduce memory requirements. by Guido van Rossum · 26 years ago
  4. e34ab30 Switch to .tgz instead of .tar.gz to appease Windows users. by Fred Drake · 26 years ago
  5. 72dd58d Use .tgz instead of .tar.gz for the output file name. by Fred Drake · 26 years ago
  6. d2af396 Change ignored extension .tar.gz to .tgz. by Fred Drake · 26 years ago
  7. 2f61cd4 Ignore intermediate files. by Fred Drake · 26 years ago
  8. ba1700c Set the right page size in the PDF output. by Fred Drake · 26 years ago
  9. d5d473f Add --letter option, similar to --a4. This is a no-op, but can be used from by Fred Drake · 26 years ago
  10. 8981fdf Add the clean, clobber targets here for this directory. by Fred Drake · 26 years ago
  11. a4c640e Reverted the last change; the extra cruft is harmless for formatted versions, by Fred Drake · 26 years ago
  12. 58ff112 Don't be so ugly as to use "set -x" to get the executed commands printed. by Fred Drake · 26 years ago
  13. 4190fae Added a section about documentation for the Mac modules. by Fred Drake · 26 years ago
  14. 1a3541c Oops, better add it to the usage message! by Fred Drake · 26 years ago
  15. 3504952 Add easy-to-use support for A4 paper. by Fred Drake · 26 years ago
  16. efad443 Remove the tarhtml target; not useful from the sub-make. by Fred Drake · 26 years ago
  17. 29cabd4 Pass the release number to the tools/mktarball.sh script. by Fred Drake · 26 years ago
  18. f2fa1e2 Accept the release number on the command line instead of hardcoding it. by Fred Drake · 26 years ago
  19. 323dc70 Don't be so ugly as to use "set -x" to get the executed commands printed. by Fred Drake · 26 years ago
  20. 2e7edb8 do_cmd_kwindex(): Re-implement now that \kwindex is used again (ref man). by Fred Drake · 26 years ago
  21. d69e2c4 Update some of the comments. by Fred Drake · 26 years ago
  22. 41814bc In package Override, use the getcwd() function from the Cwd module instead of by Fred Drake · 26 years ago
  23. 099b76c Changed some comments.... no longer mention FrameMaker. by Fred Drake · 26 years ago
  24. ed3da23 parser_compare_nodes(): Corrected a minor type error; eliminate one GCC by Fred Drake · 26 years ago
  25. 03e35c5 Add a few doc strings. by Guido van Rossum · 26 years ago
  26. ea176b6 benchmark for list.sort() by Guido van Rossum · 26 years ago
  27. 1e162d3 Implement round() slightly different, so that for negative ndigits no by Guido van Rossum · 26 years ago
  28. ae94cf2 Fix by Sean Reifschneider: by Guido van Rossum · 26 years ago
  29. 27c225e Add the specific sed statement to recover the second output file to by Guido van Rossum · 26 years ago
  30. b1b4f94 Make Tim O'Malley's requested change: in FieldStorage.__init__(), when by Guido van Rossum · 26 years ago
  31. b9838d9 Fix a comment. by Fred Drake · 26 years ago
  32. 9447e59 No longer needed. by Fred Drake · 26 years ago
  33. a5d8056 Remove unneeded line. by Fred Drake · 26 years ago
  34. 02379fa Use \ldots, not \dots. The info process doesn't know about \dots. by Fred Drake · 26 years ago
  35. 8ffa21c Adjust to new file layout. by Fred Drake · 26 years ago
  36. 47fd8fe Move the rules to build the info files here. by Fred Drake · 26 years ago
  37. 230b530 Relocating file to Doc/info. by Fred Drake · 26 years ago
  38. 821a5e4 Added URLs for zlib's home page and the Windows DLL's home page . by Guido van Rossum · 26 years ago
  39. 7b0c9d8 exec is a statement, not a function! by Guido van Rossum · 26 years ago
  40. 445cfd3 l2h target: Do the "right thing" regarding the paper-*/ subdirs as the other by Fred Drake · 26 years ago
  41. f4166a4 Some versions of latex2html don't automatically append the .tex extension to by Fred Drake · 26 years ago
  42. df68e3d $(KPSEWHICH): Use the older style of calling kpsewhich with the arg by Fred Drake · 26 years ago
  43. 4a9129c /bin/sed works on both Solaris and RedHat Linux; /usr/bin/sed does not. by Fred Drake · 26 years ago
  44. 566d209 Oops! Must have deleted a word by accident before the last check-in of this by Fred Drake · 26 years ago
  45. 19c7c84 Be a little more robust handling filenames. by Fred Drake · 26 years ago
  46. 8923c72 Ignore the webchecker turd. by Fred Drake · 26 years ago
  47. 0a96cca Added the webcheck target here. by Fred Drake · 26 years ago
  48. f295113 Cleaned out some more cruft. by Fred Drake · 26 years ago
  49. a34f7e6 Some cleanup, added clean & clobber targets. by Fred Drake · 26 years ago
  50. bf33269 Add support for a --pdf option to cause a PDF file to be created instead; by Fred Drake · 26 years ago
  51. f8e4415 Markup consistency. by Fred Drake · 26 years ago
  52. 47b0ecd Small updates. by Fred Drake · 26 years ago
  53. 8530ef6 Add check to conjugate() that there are no excess arguments. by Guido van Rossum · 26 years ago
  54. dda6696 AMK's revised version of the previous patch. by Guido van Rossum · 26 years ago
  55. 0ef1b07 Preliminary convenience Makefile. by Fred Drake · 26 years ago
  56. 106fe12 Better go ahead and remove some cruftiness.... by Fred Drake · 26 years ago
  57. 9cdf087 Support the new directory structure. by Fred Drake · 26 years ago
  58. 46ed208 Relocating file to Doc/html. by Fred Drake · 26 years ago
  59. fa615bf Ignore .tar.gz files in this directory. by Fred Drake · 26 years ago
  60. 4383e6e Don't ignore the html/ directory. by Fred Drake · 26 years ago
  61. 8920156 New script to drive HTML generation. by Fred Drake · 26 years ago
  62. 4c9542b Ignore subdirectories if your name is "cvs". by Fred Drake · 26 years ago
  63. 60515f4 Sub-makefile that can be used to drive the HTML conversion from this subdir. by Fred Drake · 26 years ago
  64. 89df70b Support HPUX 10.20 DCE threads. by Guido van Rossum · 26 years ago
  65. b93a862 support hpux pthreads by Guido van Rossum · 26 years ago
  66. 2cb5660 Get rid of test for -lsun (very old IRIX); add test for -lm (needed on by Guido van Rossum · 26 years ago
  67. 0072b8d An applet with Popt and GUSI preferences but without alis resource by Jack Jansen · 26 years ago
  68. 4775d0a Relocating file to mac. by Fred Drake · 26 years ago
  69. 0a52bdf Relocating file to Doc/ext. by Fred Drake · 26 years ago
  70. cda63cc Relocating file to Doc/lib/ by Fred Drake · 26 years ago
  71. bbe33c5 More changes to support the new directory structure. by Fred Drake · 26 years ago
  72. 5360879 New helper script to build the .dvi for a Python manual; usable for the by Fred Drake · 26 years ago
  73. 8e6c6b2 Relocating file to Doc/ref. by Fred Drake · 26 years ago
  74. 64958d5 Relocating file to Doc/mac. by Fred Drake · 26 years ago
  75. 2880beb Relocating file to Doc/api. by Fred Drake · 26 years ago
  76. 56727e2 Relocating file to Doc/tut. by Fred Drake · 26 years ago
  77. 99a5c08 Change the set of subdirectories to ignore. by Fred Drake · 26 years ago
  78. ffe9b45 Ignore intermediate files. by Fred Drake · 26 years ago
  79. f24b3a3 Ignore temporary files. by Fred Drake · 26 years ago
  80. 0d162d0 Modified version of ../texinputs/pypaper.sty that specifies A4 paper. by Fred Drake · 26 years ago
  81. dde91f0 Fix a bogus \code@...@ to be \code{...}. by Fred Drake · 26 years ago
  82. 744a662 Relocating file to Doc/texinputs. by Fred Drake · 26 years ago
  83. f666917 The Python Reference Manual. by Fred Drake · 26 years ago
  84. a6bb396 First cut at welcoming the Python Reference Manual back to the fold. by Fred Drake · 26 years ago
  85. 0cabff9 \itembreak, by Fred Drake · 26 years ago
  86. 83b8518 Adding Tim Peters' ndiff utility. by Guido van Rossum · 26 years ago
  87. 073b829 When a file name is selected ("OK" button, <Return> in the filename entry), by Fred Drake · 26 years ago
  88. bb6193c Added a PopupMenu class. by Jack Jansen · 26 years ago
  89. e7b6e39 New files from Thomas Gellekum by Guido van Rossum · 26 years ago
  90. 4a11431 After variable expansion, what was formerly a single word can now by Guido van Rossum · 26 years ago
  91. e10053b Remove Emacs cruft at end. by Guido van Rossum · 26 years ago
  92. d618c91 Added table of WSA error codes. by Guido van Rossum · 26 years ago
  93. 1ed7036 Version for 1.5.1 by Jack Jansen · 26 years ago
  94. 4bfe2c7 Final projects for 1.5.1 by Jack Jansen · 26 years ago
  95. 845264f Mods by Just by Jack Jansen · 26 years ago
  96. f7ffa92 Fix typo in example found by Anthony Starks <anthony_starks@merck.com>, by Fred Drake · 26 years ago
  97. 91aaa92 Ugly band-aid to work around a bug in Linux ftell(). by Guido van Rossum · 26 years ago
  98. a58153e Avoid using cut; sed can do this just as well... by Guido van Rossum · 26 years ago
  99. c594baa Avoid using dirname; sed can do this just as well... by Guido van Rossum · 26 years ago
  100. e0c0da9 Patches to make the proxy code work again. (Why does that always break by Guido van Rossum · 26 years ago