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