1. fb37f89 Replaced all remaining BinHex files with their binary counterparts. by Jack Jansen · 26 years ago
  2. c590095 Binhextree doesn't binhex anymore, it just copies the projects around. This by Jack Jansen · 26 years ago
  3. 158d5b5 I guess I'll have to commit this file occasionally... by Jack Jansen · 26 years ago
  4. 6a474c5 Define some things to 1 (in stead of empty) to be compatible with new PIL by Jack Jansen · 26 years ago
  5. dec99ef Various libraryies have been moved around and renamed, now that we have by Jack Jansen · 26 years ago
  6. 42db27f Added an example that uses signal.alarm() to time out an os.open() that by Andrew M. Kuchling · 26 years ago
  7. ce4ba89 Raise the right exception (ValueError) for attempted I/O on closed StringIO by Fred Drake · 26 years ago
  8. 71de6c6 Replaced binhexed version of project files by normal ones (in binary mode) by Jack Jansen · 26 years ago
  9. 14e0a0a Updated for 1.5.2a1 by Jack Jansen · 26 years ago
  10. eaced79 Replaced the hand-generated .hqx files by the binary resourcefiles themselves by Jack Jansen · 26 years ago
  11. cb5704e Initial revision by Jack Jansen · 26 years ago
  12. 7cc5735 Initial revision by Jack Jansen · 26 years ago
  13. 1d6a6ea Putting Python-specific GUSI modifications under CVS. by Jack Jansen · 26 years ago
  14. b0195ec Putting TCL mods for Python under CVS. by Jack Jansen · 26 years ago
  15. 0072bfb I give in (after all these years): renaming config.c to macconfig.c to forestall by Jack Jansen · 26 years ago
  16. b93f521 Support for freezing packages (Just). by Jack Jansen · 26 years ago
  17. 201f46d Replace first sys.path entry with the directory where the script lives (Just). by Jack Jansen · 26 years ago
  18. 93c88cc (imenu-example--create-python-index-engine): Fix nesting breakage when by Barry Warsaw · 26 years ago
  19. 664dcd5 Clean up the HTML a bit; update the version number. by Fred Drake · 26 years ago
  20. e7210da Fix arguments for renames(); bug spotted by Oliver Andrich by Fred Drake · 26 years ago
  21. a5aefba Fix markup where C include files get named in <...> form; bug reported by by Fred Drake · 26 years ago
  22. a0e4b78 img_tag(): For \n to be interpreted as a newline, the string must use double by Fred Drake · 26 years ago
  23. d22e250 Clarify wording in the description of re.split by Andrew M. Kuchling · 26 years ago
  24. ce616e4 Enter Jim Fulton's latest version. He writes: by Jeremy Hylton · 26 years ago
  25. 7cfca6d Don't need these anymore.... by Fred Drake · 26 years ago
  26. 062bc6e Do the magic to use the new buttons (with shorter names!) instead of the old by Fred Drake · 26 years ago
  27. 31bb8ce Change interface to sendmail: if the destination address is a string by Jeremy Hylton · 26 years ago
  28. 54c5205 Add l2hinit.perl to COMMONPERL. by Fred Drake · 26 years ago
  29. ca69cf5 Insignificant change cause by saving again. by Guido van Rossum · 26 years ago
  30. 564e444 New icons from Christopher Petrilli <petrilli@dworkin.amber.org>. by Fred Drake · 26 years ago
  31. 2130824 Better error messages when a sequence is indexed with a non-integer. by Guido van Rossum · 26 years ago
  32. 54047c8 Exit when a mv or cp fails (Sjoerd Mullender). by Guido van Rossum · 26 years ago
  33. e6e8cdc Rebuilt everything with MSL 2.4.10, Compilers 2.1.1 and IDE 3.1. by Jack Jansen · 26 years ago
  34. 4365cab Add Tim Peters' test for long ints by Guido van Rossum · 26 years ago
  35. 0ba3536 Add DebugBreak() call to Py_FatalError() for Mark Hammond (only on by Guido van Rossum · 26 years ago
  36. 541f241 Need mytime.h for Sleep(). by Guido van Rossum · 26 years ago
  37. 3a5a02f Second definition of popen2 should be popen3. by Guido van Rossum · 26 years ago
  38. 9f6f0da Improved some error messages for command line processing. by Fred Drake · 26 years ago
  39. 00c468b Added more informaton about the mkhowto.sh script. by Fred Drake · 26 years ago
  40. 78b8c3d Oops, the --text option wasn't documented! by Fred Drake · 26 years ago
  41. c794c38 Added a comment about not using a symbolic link to access the script. by Fred Drake · 26 years ago
  42. ee60eb1 New tool: reverse grep (greps from the end). Uses a fairly efficient by Guido van Rossum · 26 years ago
  43. 697c1c7 Some minor updates. by Fred Drake · 26 years ago
  44. eb7fe4f Massive cleanup: Use Makefiles in subdirs properly, move most of the by Fred Drake · 26 years ago
  45. 07b12f2 Re-written to actually perform the conversion instead of using a sub-make by Fred Drake · 26 years ago
  46. 3069c97 Update date & version number for release 1.5.2a1. by Fred Drake · 26 years ago
  47. 06098e4 New Makefile; includes ../paper-letter/Makefile and sets PAPER=a4. by Fred Drake · 26 years ago
  48. d48d62c New Makefile, contains rules for building typeset versions. by Fred Drake · 26 years ago
  49. 3d86542 New makefile which only contains the source dependencies specific to each by Fred Drake · 26 years ago
  50. 4e02a97 This commit was manufactured by cvs2svn to create tag 'r152a1'. by cvs2svn · 26 years ago
  51. e03c050 The usual. by Guido van Rossum · 26 years ago
  52. 887d072 Get rid of mysterious bsddb.txt. by Guido van Rossum · 26 years ago
  53. 9b499d2 Define HAVE_STRERROR. by Guido van Rossum · 26 years ago
  54. b034e1e Delete CurrentVersion instead of setting it. by Guido van Rossum · 26 years ago
  55. 5bf2864 Added dependencies between projects. by Guido van Rossum · 26 years ago
  56. 24edfbb Back out of a recent policy change (Mark Hammond disagreed). by Guido van Rossum · 26 years ago
  57. d105523 Two fixes to find_class: by Jeremy Hylton · 26 years ago
  58. 370f3c9 Bump RELEASE to 1.5.2a1. by Fred Drake · 26 years ago
  59. f832f4c Clean things up just a bit. by Fred Drake · 26 years ago
  60. 15c417e Helper script used in creating navigation buttons. by Fred Drake · 26 years ago
  61. 9f7adc4 Get the <IMG> sizes right for the navigation buttons. by Fred Drake · 26 years ago
  62. 0ceaada New contributor. by Guido van Rossum · 26 years ago
  63. 3d16d3e Fredrik Lundh's font wrapper. by Guido van Rossum · 26 years ago
  64. b4750db Added coords() and identify() methods to Scale class. by Guido van Rossum · 26 years ago
  65. a69ada6 Ok, blank.pbm is free to go. by Fred Drake · 26 years ago
  66. 1b9b210 I think this is the last of them. by Fred Drake · 26 years ago
  67. 7aac918 Gosh, there's a lot of them.... by Fred Drake · 26 years ago
  68. 704be95 More files never used here..... by Fred Drake · 26 years ago
  69. 27b3bc3 Reordered the news to make it more accessible. Also removed some dups. by Guido van Rossum · 26 years ago
  70. e528458 Icons only needed if using the change control marks, which are bogus. by Fred Drake · 26 years ago
  71. c83d7ca Remove files we never used; l2h would only use these if you use the by Fred Drake · 26 years ago
  72. af06a0b Use Perl's rename() function instead of system(); there's no need for two by Fred Drake · 26 years ago
  73. 211f22c Added the test package under "Frameworks". by Fred Drake · 26 years ago
  74. be21d98 Use repr() on the filename in EnvironmentError.__str__(). This by Guido van Rossum · 26 years ago
  75. ee9306b Template file for \documentclass{manual}. by Fred Drake · 26 years ago
  76. 549cb6e Added a module docstring (that's all this module needs). by Guido van Rossum · 26 years ago
  77. 0618f5e Added step 0: copy this file to <somedir>/lib<module>.tex, and edit the copy. by Fred Drake · 26 years ago
  78. bd40094 Updated to reflect recent changes. by Fred Drake · 26 years ago
  79. 6fa49e2 Prepping for 1.5.2a1 release... by Guido van Rossum · 26 years ago
  80. 2f343eb Moved to ../templates/module.tex. by Fred Drake · 26 years ago
  81. 1334147 Relocating file to Doc/templates. by Fred Drake · 26 years ago
  82. df23ef4 Guess what -- BSD has bifurcated again. :-( by Guido van Rossum · 26 years ago
  83. bd65706 Added new files to the LIBFILES variable. by Fred Drake · 26 years ago
  84. 5bdf88a Removed now-documented modules from the list. by Fred Drake · 26 years ago
  85. 23f414c Added new sections. by Fred Drake · 26 years ago
  86. e72e1e0 Documentation for the compileall module. by Fred Drake · 26 years ago
  87. 4756bb3 Documentation for the py_compile module. by Fred Drake · 26 years ago
  88. 64c105d Added index entries. by Fred Drake · 26 years ago
  89. 0506a43 Patch by Just van Rossum that changes how we search for submodules of by Guido van Rossum · 26 years ago
  90. bd3a527 Two patches by Jason Harper: by Guido van Rossum · 26 years ago
  91. 9279ec2 On the mac, shouldn't change the creator+type of the *source* file! by Guido van Rossum · 26 years ago
  92. f6b6bbc Add a comment explaining that this script is probably not useful outside the by Fred Drake · 26 years ago
  93. 4d46487 Make sure the icons/ directory is created even if only one document is by Fred Drake · 26 years ago
  94. 916f7c1 Better check in the date from the last magic-fix-release. ;-) by Fred Drake · 26 years ago
  95. 6aa5d48 Control when/where navigation bars will appear: top & bottom of each page. by Fred Drake · 26 years ago
  96. ab9d6f0 Got all the 1.5.2 news that's fit to print. Now we may need to by Guido van Rossum · 26 years ago
  97. bc74ca5 Add a link to the Macintosh Module Reference here, too. by Fred Drake · 26 years ago
  98. 650e8a6 (imenu-example--python-method-regexp): Patch from Christian Tanzer: by Barry Warsaw · 26 years ago
  99. 12c9294 (py-compute-indentation): Changes to the `t' condition which affect by Barry Warsaw · 26 years ago
  100. 3da987c Checking in BeOS specific socket module. by Guido van Rossum · 26 years ago