1. 53195c1 Don't release the interpreter lock around PyParser_ParseFile(). by Guido van Rossum · 26 years ago
  2. b9f4860 Changes by Richard Wolff: by Guido van Rossum · 26 years ago
  3. de57030 Added a note about the buildlibs script. by Jack Jansen · 26 years ago
  4. 4722da6 fix typo in keyword argument 'allow_frament' should be 'allow_fragment' by Jeremy Hylton · 26 years ago
  5. afd3dae __file__ used to be always set to the .pyc (or .pyo) file, even if by Guido van Rossum · 26 years ago
  6. 90f827c Comment out the print statement about underflow. (This only seems to by Guido van Rossum · 26 years ago
  7. 2d1ad39 Add the type of the object to the error message about calling a non-function. by Guido van Rossum · 26 years ago
  8. 6e73bf4 Replace all calls to fprintf(stderr, ...) with PySys_WriteStderr(...). by Guido van Rossum · 26 years ago
  9. 47fbc40 Add a version of PySys_WriteStderr() that writes to stderr, so we can by Guido van Rossum · 26 years ago
  10. d0dc5b0 Restructure the file so that it is never empty. No longer needs by Guido van Rossum · 26 years ago
  11. 3293b07 Patch by Mark Hammond to support 64-bit ints on MS platforms. by Guido van Rossum · 26 years ago
  12. 859b407 Ignore cruft generating by the test run for hello.py. by Guido van Rossum · 26 years ago
  13. cfbaecc Y2K fix affecting asctime(), mktime(), strftime(). by Guido van Rossum · 26 years ago
  14. f5a80a4 Describe what happens when ``raise C, x'' is called where C is a class by Guido van Rossum · 26 years ago
  15. dbf7956 Clarify Y2K behavior when a tuple with a 2-digit date is passed to by Guido van Rossum · 26 years ago
  16. baf0603 New version, with contributions from Sjoerd Mullender and Mark Hammond. by Guido van Rossum · 26 years ago
  17. 6c74fea There was still something wrong. The original NOTTESTS are replaced by Guido van Rossum · 26 years ago
  18. 5fdf852 Patch by Chris Herborth (posted to comp.lang.python)to make it behave by Guido van Rossum · 26 years ago
  19. 607f802 round(): Mark the second (optional) parameter as optional, since it's by Fred Drake · 26 years ago
  20. c859350 Added some cross-references to the end. by Fred Drake · 26 years ago
  21. d0421dd spoking --> speaking by Fred Drake · 26 years ago
  22. ab076fd Ted Horst writes in psa-members@python.org: by Guido van Rossum · 26 years ago
  23. 747e1ca Should pass explicit arguments to findtests(). Should initialize 'nottests'. by Guido van Rossum · 26 years ago
  24. f1536db Move an indented #define to column 1. by Guido van Rossum · 26 years ago
  25. 637af13 There is no <ISINPUT> element, just <ISINDEX>. ;-) by Fred Drake · 26 years ago
  26. 9a80e00 The .subn() method wasn't setting _num_regs, which is used by the .groups() by Andrew M. Kuchling · 26 years ago
  27. f7039e2 Update commentary. For most stuff, point people to the web page by Barry Warsaw · 26 years ago
  28. 6dfbe5d (py-shell-map): New variable contains the keymap used in *Python* shell buffers. by Barry Warsaw · 26 years ago
  29. a81fb33 (py-shell): comint-output-filter-functions is already buffer-local by Barry Warsaw · 26 years ago
  30. 3c96f6f (py-process-filter): Deleted this function. In order to fix by Barry Warsaw · 26 years ago
  31. 33d0093 All libraries have now been moved to their new location, with their new names. by Jack Jansen · 26 years ago
  32. 128aae2 A new project that builds cwgusi, tcl, tk and all image libraries needed. by Jack Jansen · 26 years ago
  33. fb37f89 Replaced all remaining BinHex files with their binary counterparts. by Jack Jansen · 26 years ago
  34. c590095 Binhextree doesn't binhex anymore, it just copies the projects around. This by Jack Jansen · 26 years ago
  35. 158d5b5 I guess I'll have to commit this file occasionally... by Jack Jansen · 26 years ago
  36. 6a474c5 Define some things to 1 (in stead of empty) to be compatible with new PIL by Jack Jansen · 26 years ago
  37. dec99ef Various libraryies have been moved around and renamed, now that we have by Jack Jansen · 26 years ago
  38. 42db27f Added an example that uses signal.alarm() to time out an os.open() that by Andrew M. Kuchling · 26 years ago
  39. ce4ba89 Raise the right exception (ValueError) for attempted I/O on closed StringIO by Fred Drake · 26 years ago
  40. 71de6c6 Replaced binhexed version of project files by normal ones (in binary mode) by Jack Jansen · 26 years ago
  41. 14e0a0a Updated for 1.5.2a1 by Jack Jansen · 26 years ago
  42. eaced79 Replaced the hand-generated .hqx files by the binary resourcefiles themselves by Jack Jansen · 26 years ago
  43. cb5704e Initial revision by Jack Jansen · 26 years ago
  44. 7cc5735 Initial revision by Jack Jansen · 26 years ago
  45. 1d6a6ea Putting Python-specific GUSI modifications under CVS. by Jack Jansen · 26 years ago
  46. b0195ec Putting TCL mods for Python under CVS. by Jack Jansen · 26 years ago
  47. 0072bfb I give in (after all these years): renaming config.c to macconfig.c to forestall by Jack Jansen · 26 years ago
  48. b93f521 Support for freezing packages (Just). by Jack Jansen · 26 years ago
  49. 201f46d Replace first sys.path entry with the directory where the script lives (Just). by Jack Jansen · 26 years ago
  50. 93c88cc (imenu-example--create-python-index-engine): Fix nesting breakage when by Barry Warsaw · 26 years ago
  51. 664dcd5 Clean up the HTML a bit; update the version number. by Fred Drake · 26 years ago
  52. e7210da Fix arguments for renames(); bug spotted by Oliver Andrich by Fred Drake · 26 years ago
  53. a5aefba Fix markup where C include files get named in <...> form; bug reported by by Fred Drake · 26 years ago
  54. a0e4b78 img_tag(): For \n to be interpreted as a newline, the string must use double by Fred Drake · 26 years ago
  55. d22e250 Clarify wording in the description of re.split by Andrew M. Kuchling · 26 years ago
  56. ce616e4 Enter Jim Fulton's latest version. He writes: by Jeremy Hylton · 26 years ago
  57. 7cfca6d Don't need these anymore.... by Fred Drake · 26 years ago
  58. 062bc6e Do the magic to use the new buttons (with shorter names!) instead of the old by Fred Drake · 26 years ago
  59. 31bb8ce Change interface to sendmail: if the destination address is a string by Jeremy Hylton · 26 years ago
  60. 54c5205 Add l2hinit.perl to COMMONPERL. by Fred Drake · 26 years ago
  61. ca69cf5 Insignificant change cause by saving again. by Guido van Rossum · 26 years ago
  62. 564e444 New icons from Christopher Petrilli <petrilli@dworkin.amber.org>. by Fred Drake · 26 years ago
  63. 2130824 Better error messages when a sequence is indexed with a non-integer. by Guido van Rossum · 26 years ago
  64. 54047c8 Exit when a mv or cp fails (Sjoerd Mullender). by Guido van Rossum · 26 years ago
  65. e6e8cdc Rebuilt everything with MSL 2.4.10, Compilers 2.1.1 and IDE 3.1. by Jack Jansen · 26 years ago
  66. 4365cab Add Tim Peters' test for long ints by Guido van Rossum · 26 years ago
  67. 0ba3536 Add DebugBreak() call to Py_FatalError() for Mark Hammond (only on by Guido van Rossum · 26 years ago
  68. 541f241 Need mytime.h for Sleep(). by Guido van Rossum · 26 years ago
  69. 3a5a02f Second definition of popen2 should be popen3. by Guido van Rossum · 26 years ago
  70. 9f6f0da Improved some error messages for command line processing. by Fred Drake · 26 years ago
  71. 00c468b Added more informaton about the mkhowto.sh script. by Fred Drake · 26 years ago
  72. 78b8c3d Oops, the --text option wasn't documented! by Fred Drake · 26 years ago
  73. c794c38 Added a comment about not using a symbolic link to access the script. by Fred Drake · 26 years ago
  74. ee60eb1 New tool: reverse grep (greps from the end). Uses a fairly efficient by Guido van Rossum · 26 years ago
  75. 697c1c7 Some minor updates. by Fred Drake · 26 years ago
  76. eb7fe4f Massive cleanup: Use Makefiles in subdirs properly, move most of the by Fred Drake · 26 years ago
  77. 07b12f2 Re-written to actually perform the conversion instead of using a sub-make by Fred Drake · 26 years ago
  78. 3069c97 Update date & version number for release 1.5.2a1. by Fred Drake · 26 years ago
  79. 06098e4 New Makefile; includes ../paper-letter/Makefile and sets PAPER=a4. by Fred Drake · 26 years ago
  80. d48d62c New Makefile, contains rules for building typeset versions. by Fred Drake · 26 years ago
  81. 3d86542 New makefile which only contains the source dependencies specific to each by Fred Drake · 26 years ago
  82. 4e02a97 This commit was manufactured by cvs2svn to create tag 'r152a1'. by cvs2svn · 26 years ago
  83. e03c050 The usual. by Guido van Rossum · 26 years ago
  84. 887d072 Get rid of mysterious bsddb.txt. by Guido van Rossum · 26 years ago
  85. 9b499d2 Define HAVE_STRERROR. by Guido van Rossum · 26 years ago
  86. b034e1e Delete CurrentVersion instead of setting it. by Guido van Rossum · 26 years ago
  87. 5bf2864 Added dependencies between projects. by Guido van Rossum · 26 years ago
  88. 24edfbb Back out of a recent policy change (Mark Hammond disagreed). by Guido van Rossum · 26 years ago
  89. d105523 Two fixes to find_class: by Jeremy Hylton · 26 years ago
  90. 370f3c9 Bump RELEASE to 1.5.2a1. by Fred Drake · 26 years ago
  91. f832f4c Clean things up just a bit. by Fred Drake · 26 years ago
  92. 15c417e Helper script used in creating navigation buttons. by Fred Drake · 26 years ago
  93. 9f7adc4 Get the <IMG> sizes right for the navigation buttons. by Fred Drake · 26 years ago
  94. 0ceaada New contributor. by Guido van Rossum · 26 years ago
  95. 3d16d3e Fredrik Lundh's font wrapper. by Guido van Rossum · 26 years ago
  96. b4750db Added coords() and identify() methods to Scale class. by Guido van Rossum · 26 years ago
  97. a69ada6 Ok, blank.pbm is free to go. by Fred Drake · 26 years ago
  98. 1b9b210 I think this is the last of them. by Fred Drake · 26 years ago
  99. 7aac918 Gosh, there's a lot of them.... by Fred Drake · 26 years ago
  100. 704be95 More files never used here..... by Fred Drake · 26 years ago