1. 4a9129c /bin/sed works on both Solaris and RedHat Linux; /usr/bin/sed does not. by Fred Drake · 27 years ago
  2. 566d209 Oops! Must have deleted a word by accident before the last check-in of this by Fred Drake · 27 years ago
  3. 19c7c84 Be a little more robust handling filenames. by Fred Drake · 27 years ago
  4. 8923c72 Ignore the webchecker turd. by Fred Drake · 27 years ago
  5. 0a96cca Added the webcheck target here. by Fred Drake · 27 years ago
  6. f295113 Cleaned out some more cruft. by Fred Drake · 27 years ago
  7. a34f7e6 Some cleanup, added clean & clobber targets. by Fred Drake · 27 years ago
  8. bf33269 Add support for a --pdf option to cause a PDF file to be created instead; by Fred Drake · 27 years ago
  9. f8e4415 Markup consistency. by Fred Drake · 27 years ago
  10. 47b0ecd Small updates. by Fred Drake · 27 years ago
  11. 8530ef6 Add check to conjugate() that there are no excess arguments. by Guido van Rossum · 27 years ago
  12. dda6696 AMK's revised version of the previous patch. by Guido van Rossum · 27 years ago
  13. 0ef1b07 Preliminary convenience Makefile. by Fred Drake · 27 years ago
  14. 106fe12 Better go ahead and remove some cruftiness.... by Fred Drake · 27 years ago
  15. 9cdf087 Support the new directory structure. by Fred Drake · 27 years ago
  16. 46ed208 Relocating file to Doc/html. by Fred Drake · 27 years ago
  17. fa615bf Ignore .tar.gz files in this directory. by Fred Drake · 27 years ago
  18. 4383e6e Don't ignore the html/ directory. by Fred Drake · 27 years ago
  19. 8920156 New script to drive HTML generation. by Fred Drake · 27 years ago
  20. 4c9542b Ignore subdirectories if your name is "cvs". by Fred Drake · 27 years ago
  21. 60515f4 Sub-makefile that can be used to drive the HTML conversion from this subdir. by Fred Drake · 27 years ago
  22. 89df70b Support HPUX 10.20 DCE threads. by Guido van Rossum · 27 years ago
  23. b93a862 support hpux pthreads by Guido van Rossum · 27 years ago
  24. 2cb5660 Get rid of test for -lsun (very old IRIX); add test for -lm (needed on by Guido van Rossum · 27 years ago
  25. 0072b8d An applet with Popt and GUSI preferences but without alis resource by Jack Jansen · 27 years ago
  26. 4775d0a Relocating file to mac. by Fred Drake · 27 years ago
  27. 0a52bdf Relocating file to Doc/ext. by Fred Drake · 27 years ago
  28. cda63cc Relocating file to Doc/lib/ by Fred Drake · 27 years ago
  29. bbe33c5 More changes to support the new directory structure. by Fred Drake · 27 years ago
  30. 5360879 New helper script to build the .dvi for a Python manual; usable for the by Fred Drake · 27 years ago
  31. 8e6c6b2 Relocating file to Doc/ref. by Fred Drake · 27 years ago
  32. 64958d5 Relocating file to Doc/mac. by Fred Drake · 27 years ago
  33. 2880beb Relocating file to Doc/api. by Fred Drake · 27 years ago
  34. 56727e2 Relocating file to Doc/tut. by Fred Drake · 27 years ago
  35. 99a5c08 Change the set of subdirectories to ignore. by Fred Drake · 27 years ago
  36. ffe9b45 Ignore intermediate files. by Fred Drake · 27 years ago
  37. f24b3a3 Ignore temporary files. by Fred Drake · 27 years ago
  38. 0d162d0 Modified version of ../texinputs/pypaper.sty that specifies A4 paper. by Fred Drake · 27 years ago
  39. dde91f0 Fix a bogus \code@...@ to be \code{...}. by Fred Drake · 27 years ago
  40. 744a662 Relocating file to Doc/texinputs. by Fred Drake · 27 years ago
  41. f666917 The Python Reference Manual. by Fred Drake · 27 years ago
  42. a6bb396 First cut at welcoming the Python Reference Manual back to the fold. by Fred Drake · 27 years ago
  43. 0cabff9 \itembreak, by Fred Drake · 27 years ago
  44. 83b8518 Adding Tim Peters' ndiff utility. by Guido van Rossum · 27 years ago
  45. 073b829 When a file name is selected ("OK" button, <Return> in the filename entry), by Fred Drake · 27 years ago
  46. bb6193c Added a PopupMenu class. by Jack Jansen · 27 years ago
  47. e7b6e39 New files from Thomas Gellekum by Guido van Rossum · 27 years ago
  48. 4a11431 After variable expansion, what was formerly a single word can now by Guido van Rossum · 27 years ago
  49. e10053b Remove Emacs cruft at end. by Guido van Rossum · 27 years ago
  50. d618c91 Added table of WSA error codes. by Guido van Rossum · 27 years ago
  51. 1ed7036 Version for 1.5.1 by Jack Jansen · 27 years ago
  52. 4bfe2c7 Final projects for 1.5.1 by Jack Jansen · 27 years ago
  53. 845264f Mods by Just by Jack Jansen · 27 years ago
  54. f7ffa92 Fix typo in example found by Anthony Starks <anthony_starks@merck.com>, by Fred Drake · 27 years ago
  55. 91aaa92 Ugly band-aid to work around a bug in Linux ftell(). by Guido van Rossum · 27 years ago
  56. a58153e Avoid using cut; sed can do this just as well... by Guido van Rossum · 27 years ago
  57. c594baa Avoid using dirname; sed can do this just as well... by Guido van Rossum · 27 years ago
  58. e0c0da9 Patches to make the proxy code work again. (Why does that always break by Guido van Rossum · 27 years ago
  59. a986bb7 Take out the check for AUTH-LOGIN or AUTH=LOGIN in login() -- some by Guido van Rossum · 27 years ago
  60. b485224 REMOVE samefile(), sameopenfile(), samestat() -- these cannot be made by Guido van Rossum · 27 years ago
  61. e365a59 Change the names of all methods in the Wm class: they are now by Guido van Rossum · 27 years ago
  62. a5e54d0 Use (void) to throw away a function result, not (void *) ! by Guido van Rossum · 27 years ago
  63. 0132f69 Another optimization, probably of negligeable effect: instead of by Guido van Rossum · 27 years ago
  64. cc8e1a4 Add some help for AIX. (Konrad Hinsen) by Guido van Rossum · 27 years ago
  65. dc59340 In _bind(), found a way to test for break without a temp variable. by Guido van Rossum · 27 years ago
  66. f975699 Save a tiny bit of time: self.tk.call takes a tuple argument so it's by Guido van Rossum · 27 years ago
  67. f0c891a Import MacOS at the top instead of insize Tk.__init__() -- the latter by Guido van Rossum · 27 years ago
  68. c9b8a57 cleanup(): Remove *all* the temp files related to index generation! by Fred Drake · 27 years ago
  69. 302be44 When following symlinks to the real executable, use a loop so a by Guido van Rossum · 27 years ago
  70. 91eeefd Work around lack of support for \if... in latex2html. by Fred Drake · 27 years ago
  71. 89a1d4a Set $TEXINPUTS='' to make l2h pick up the right thing from the environment. by Fred Drake · 27 years ago
  72. 212643f Still somewhat experimental speedup. This appears to speed up the by Guido van Rossum · 27 years ago
  73. 9d1b7ae Add a new method of interpreter objects, interpaddr(). This returns by Guido van Rossum · 27 years ago
  74. 06245ac Fix documentation based on comments from Sean Reifschneider by Fred Drake · 27 years ago
  75. 7e6d18c Replace all calls to acquire_lock() and release_lock() with acquire() by Guido van Rossum · 27 years ago
  76. 268397f Made lint a bit happier. by Fred Drake · 27 years ago
  77. 9fab3aa Move a bit closer to HTML generation without depending on the temp files by Fred Drake · 27 years ago
  78. 310094c do_cmd_sectcode(): Obsolete; removed. by Fred Drake · 27 years ago
  79. b5aa3de Remove extra cruft for texi processing. by Fred Drake · 27 years ago
  80. 2a3ab4f Do better hiding of internal names. by Fred Drake · 27 years ago
  81. 08c5dfc do_cmd_key(): Obsolete; removed. by Fred Drake · 27 years ago
  82. 24340ea Fixed \code so word wrapping is allowed. by Fred Drake · 27 years ago
  83. ca6b4fe Section for bisect module. by Fred Drake · 27 years ago
  84. 188a847 Moved popen2 entry to make more sense. by Fred Drake · 27 years ago
  85. 125024a Updated. by Fred Drake · 27 years ago
  86. e32907d Get rid of the unused ifdefed-out old sort code. by Guido van Rossum · 27 years ago
  87. 2ea1c94 On the Mac a call to TkMacInitMenus is needed. Also, we pass by Guido van Rossum · 27 years ago
  88. 19efc5f Add a declaration for strdup() for the Mac. (Jack) by Guido van Rossum · 27 years ago
  89. 5c069fd Generate the clear() method manually (calling __GLclear(), another by Guido van Rossum · 27 years ago
  90. 239a218 Type casts, and added a strdup() declaration for the Mac. (Jack) by Guido van Rossum · 27 years ago
  91. 9b00dfa If USE_STACKCHECK is defined use PyOS_CheckStack() in the repr and str by Guido van Rossum · 27 years ago
  92. f2044e1 Enable ftruncate() on the Mac. (Jack) by Guido van Rossum · 27 years ago
  93. 92f01c5 accept * in return value type and convert it to _ptr after the by Guido van Rossum · 27 years ago
  94. db9a7b9 Style and StyleParameter are two different types. (Jack) by Guido van Rossum · 27 years ago
  95. 8b3c30c class ByAddressType, a simple Type but passed by address even on input. (Jack) by Guido van Rossum · 27 years ago
  96. 57a0661 On the Mac, create the Temporary Items folder if it does not exist yet. (Jack) by Guido van Rossum · 27 years ago
  97. 9c93a69 Put quotes around the filename, so spaces in filenames work. (Jack) by Guido van Rossum · 27 years ago
  98. 50cc04e Mac CodeWarrior has faulty declaration for hypot, which we hide with a by Guido van Rossum · 27 years ago
  99. 53117ae typo in error message (fname vs. file). (Jack) by Guido van Rossum · 27 years ago
  100. b86ba12 Support byte-swapped dbhash (bsddb) files. Found by Ben Sayer. by Guido van Rossum · 27 years ago