1. f7ffa92 Fix typo in example found by Anthony Starks <anthony_starks@merck.com>, by Fred Drake · 26 years ago
  2. 91aaa92 Ugly band-aid to work around a bug in Linux ftell(). by Guido van Rossum · 26 years ago
  3. a58153e Avoid using cut; sed can do this just as well... by Guido van Rossum · 26 years ago
  4. c594baa Avoid using dirname; sed can do this just as well... by Guido van Rossum · 26 years ago
  5. e0c0da9 Patches to make the proxy code work again. (Why does that always break by Guido van Rossum · 26 years ago
  6. a986bb7 Take out the check for AUTH-LOGIN or AUTH=LOGIN in login() -- some by Guido van Rossum · 26 years ago
  7. b485224 REMOVE samefile(), sameopenfile(), samestat() -- these cannot be made by Guido van Rossum · 26 years ago
  8. e365a59 Change the names of all methods in the Wm class: they are now by Guido van Rossum · 26 years ago
  9. a5e54d0 Use (void) to throw away a function result, not (void *) ! by Guido van Rossum · 26 years ago
  10. 0132f69 Another optimization, probably of negligeable effect: instead of by Guido van Rossum · 26 years ago
  11. cc8e1a4 Add some help for AIX. (Konrad Hinsen) by Guido van Rossum · 26 years ago
  12. dc59340 In _bind(), found a way to test for break without a temp variable. by Guido van Rossum · 26 years ago
  13. f975699 Save a tiny bit of time: self.tk.call takes a tuple argument so it's by Guido van Rossum · 26 years ago
  14. f0c891a Import MacOS at the top instead of insize Tk.__init__() -- the latter by Guido van Rossum · 26 years ago
  15. c9b8a57 cleanup(): Remove *all* the temp files related to index generation! by Fred Drake · 26 years ago
  16. 302be44 When following symlinks to the real executable, use a loop so a by Guido van Rossum · 26 years ago
  17. 91eeefd Work around lack of support for \if... in latex2html. by Fred Drake · 26 years ago
  18. 89a1d4a Set $TEXINPUTS='' to make l2h pick up the right thing from the environment. by Fred Drake · 26 years ago
  19. 212643f Still somewhat experimental speedup. This appears to speed up the by Guido van Rossum · 26 years ago
  20. 9d1b7ae Add a new method of interpreter objects, interpaddr(). This returns by Guido van Rossum · 26 years ago
  21. 06245ac Fix documentation based on comments from Sean Reifschneider by Fred Drake · 26 years ago
  22. 7e6d18c Replace all calls to acquire_lock() and release_lock() with acquire() by Guido van Rossum · 26 years ago
  23. 268397f Made lint a bit happier. by Fred Drake · 26 years ago
  24. 9fab3aa Move a bit closer to HTML generation without depending on the temp files by Fred Drake · 26 years ago
  25. 310094c do_cmd_sectcode(): Obsolete; removed. by Fred Drake · 26 years ago
  26. b5aa3de Remove extra cruft for texi processing. by Fred Drake · 26 years ago
  27. 2a3ab4f Do better hiding of internal names. by Fred Drake · 26 years ago
  28. 08c5dfc do_cmd_key(): Obsolete; removed. by Fred Drake · 26 years ago
  29. 24340ea Fixed \code so word wrapping is allowed. by Fred Drake · 26 years ago
  30. ca6b4fe Section for bisect module. by Fred Drake · 26 years ago
  31. 188a847 Moved popen2 entry to make more sense. by Fred Drake · 26 years ago
  32. 125024a Updated. by Fred Drake · 26 years ago
  33. e32907d Get rid of the unused ifdefed-out old sort code. by Guido van Rossum · 26 years ago
  34. 2ea1c94 On the Mac a call to TkMacInitMenus is needed. Also, we pass by Guido van Rossum · 26 years ago
  35. 19efc5f Add a declaration for strdup() for the Mac. (Jack) by Guido van Rossum · 26 years ago
  36. 5c069fd Generate the clear() method manually (calling __GLclear(), another by Guido van Rossum · 26 years ago
  37. 239a218 Type casts, and added a strdup() declaration for the Mac. (Jack) by Guido van Rossum · 26 years ago
  38. 9b00dfa If USE_STACKCHECK is defined use PyOS_CheckStack() in the repr and str by Guido van Rossum · 26 years ago
  39. f2044e1 Enable ftruncate() on the Mac. (Jack) by Guido van Rossum · 26 years ago
  40. 92f01c5 accept * in return value type and convert it to _ptr after the by Guido van Rossum · 26 years ago
  41. db9a7b9 Style and StyleParameter are two different types. (Jack) by Guido van Rossum · 26 years ago
  42. 8b3c30c class ByAddressType, a simple Type but passed by address even on input. (Jack) by Guido van Rossum · 26 years ago
  43. 57a0661 On the Mac, create the Temporary Items folder if it does not exist yet. (Jack) by Guido van Rossum · 26 years ago
  44. 9c93a69 Put quotes around the filename, so spaces in filenames work. (Jack) by Guido van Rossum · 26 years ago
  45. 50cc04e Mac CodeWarrior has faulty declaration for hypot, which we hide with a by Guido van Rossum · 26 years ago
  46. 53117ae typo in error message (fname vs. file). (Jack) by Guido van Rossum · 26 years ago
  47. b86ba12 Support byte-swapped dbhash (bsddb) files. Found by Ben Sayer. by Guido van Rossum · 26 years ago
  48. 2aefe8d Document changed semantics -- open() now guesses the db type and error by Guido van Rossum · 26 years ago
  49. fc1f64d Oops, I had 'n' and 'c' mixed up in my mind. Get rid of the comment by Guido van Rossum · 26 years ago
  50. a5c0998 Inspired by Ben Sayer, rewritten the code and some of the comments to by Guido van Rossum · 26 years ago
  51. f8d50bf Hook in the calendar and popen2 sections. by Fred Drake · 26 years ago
  52. 1c127e7 calendar module section for the library reference, by Drew Csillag. by Fred Drake · 26 years ago
  53. 6afad37 popen2 section for the library reference, contributed by Drew Csillag, with by Fred Drake · 26 years ago
  54. 2a1cc3e Use of \key and \kbd were isolated to one instance each in this file; by Fred Drake · 26 years ago
  55. 82e6a8f Quicksort retuned by Tim Peters. by Guido van Rossum · 26 years ago
  56. bee6453 Use a try-except so that the pickle file is written even when we die by Guido van Rossum · 26 years ago
  57. e86271a When setting the event structure fields, don't die when the widget by Guido van Rossum · 26 years ago
  58. 1f41f84 Instead of calling mktime(), which has all sorts of unwanted side by Guido van Rossum · 26 years ago
  59. d30dc0a Clear the error condition set by ftell(). by Guido van Rossum · 26 years ago
  60. 0eae8fb Feeble attempt at making urlopen more robust -- don't call splituser() by Guido van Rossum · 26 years ago
  61. d0ddb66 Updated for 1.5.1 by Jack Jansen · 26 years ago
  62. 804fdc8 Use dialog auto-placement whenever appropriate. by Jack Jansen · 26 years ago
  63. 7a32fa1 Fixes by Just: by Jack Jansen · 26 years ago
  64. 29bfea9 Argument type for SetPort was wrong (WindowPtr in stead of GrafPtr). by Jack Jansen · 26 years ago
  65. 2d7850f Added FOUR_CHAR_CODE define by Jack Jansen · 26 years ago
  66. aa70234 New versions from Just. by Jack Jansen · 26 years ago
  67. d38dc64 Regenerated with FOUR_CHAR_CODE defined by Jack Jansen · 26 years ago
  68. cf70b84 Mention the Mac:Contrib folder by Jack Jansen · 26 years ago
  69. 5073b37 Added Just's printing demo code. by Jack Jansen · 26 years ago
  70. 4f31694 Document transfercmd(), ntransfercmd(), delete(), rmd(), size(). by Fred Drake · 26 years ago
  71. 9291d27 parse150(): Simplify RE used to parse the message a little, taking advantage by Fred Drake · 26 years ago
  72. 8c8e814 Add link to Anthony Baxter's enhanced version. by Guido van Rossum · 26 years ago
  73. 23916e7 clean target: Remove intermediate files from creation of outline in PDF. by Fred Drake · 26 years ago
  74. 724473f Load the options from the pypaper.sty file before setting up the "base class" by Fred Drake · 26 years ago
  75. b4929a7 Paper size / font size configuration file. by Fred Drake · 26 years ago
  76. 8805354 Simplify how some options get propogated. by Fred Drake · 26 years ago
  77. 3af9f25 Added libpoplib.tex to dependencies for the library reference. by Fred Drake · 26 years ago
  78. a468404 Added a section for the poplib module, contributed by Drew Csillag. by Fred Drake · 26 years ago
  79. e28fb67 Add entry for poplib. by Fred Drake · 26 years ago
  80. 446898f Use hex() when outputting the various checksums so the test output is the by Guido van Rossum · 26 years ago
  81. a937d14 Fred's right -- we need PyList_SET_ITEM(). by Guido van Rossum · 26 years ago
  82. 7b7a2c2 Added new folder types by Jack Jansen · 26 years ago
  83. 0ec0e63 Added FOUR_CHAR_CODE define by Jack Jansen · 26 years ago
  84. e180d99 Grmpf, a lot more routines have gotten a "Mac" prefix for their by Jack Jansen · 26 years ago
  85. 6a508ae Use the (new) standard script #! line by Barry Warsaw · 26 years ago
  86. dc1c970 This script appears to no longer be in the toolchain for Python by Barry Warsaw · 26 years ago
  87. 507338e In-line the code in range() to set the list items; there's really no by Guido van Rossum · 26 years ago
  88. bb189db Small corrections to comments that were cloned from aifc; moreover by Guido van Rossum · 26 years ago
  89. 1740b8d New test sample -- "Nobody expects the Spanish Inquisition!" by Guido van Rossum · 26 years ago
  90. 6901196 Purported fixes for 64-bit platforms with help from John Jorgensen by Guido van Rossum · 26 years ago
  91. 115f517 Tiny patch for zlib 1.1.2 by Guido van Rossum · 26 years ago
  92. e26132c Move unified findfile() into test_support.py by Guido van Rossum · 26 years ago
  93. 0d27d08 Don't override the default $ADDRESS. by Fred Drake · 26 years ago
  94. d757165 Change the default $ADDRESS. by Fred Drake · 26 years ago
  95. a9c2d7a Add new spares to the end of the type object struct. by Guido van Rossum · 26 years ago
  96. a937afd Freeze assumes that all built-in modules are part of the Python core. by Guido van Rossum · 26 years ago
  97. 1abfb9c If freezing with the -O option, the optimized bytecode files are by Guido van Rossum · 26 years ago
  98. df19407 When using extention modules, relative path names that occur in the by Guido van Rossum · 26 years ago
  99. f8830d1 Convert recent additions to use new, "logical" markup. by Fred Drake · 26 years ago
  100. 5fd9068 Run the self-test (test.test_MimeWriter) when invoked as a script. by Guido van Rossum · 26 years ago