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