1. f0a275d Richard Wolff's changes: by Guido van Rossum · 26 years ago
  2. 2424f85 Richard Wolff's changes: by Guido van Rossum · 26 years ago
  3. d93643f Richard Wolff's changes: by Guido van Rossum · 26 years ago
  4. 5fca6fd Richard Wolff's changes: by Guido van Rossum · 26 years ago
  5. b7833d3 Add a \label to the section "Fancier Output Formatting" (it's referenced from by Fred Drake · 26 years ago
  6. d16d498 Markup nits. by Fred Drake · 26 years ago
  7. faff0bd correct bogus instructions 'ccoment out' -> 'uncomment' by Jeremy Hylton · 26 years ago
  8. d64a40d do_cmd_methodlineni(): New function, needed because the ref. manual now by Fred Drake · 26 years ago
  9. 9b134bf Added comment about support for rational numbers, and pointer to by Fred Drake · 26 years ago
  10. 7a2f066 Markup nits. by Fred Drake · 26 years ago
  11. 106a470 Fixed the words in the comment and error message about defining FULL_PATH. by Guido van Rossum · 26 years ago
  12. 1deebab include <string.h> to get prototype for strcmp by Jeremy Hylton · 26 years ago
  13. 3494e4a Fix typo in URL; reported by Michael Ernst <mernst@cs.washington.edu>. by Fred Drake · 26 years ago
  14. d21744a Apparently on AIX when using gcc you need to call pthread_init() by Guido van Rossum · 26 years ago
  15. f9acc59 \itembreak, \itemjoin: Remove obsolete macros. by Fred Drake · 26 years ago
  16. 7ca9a1a Fix a bug where comparison of a rational with a float failed because by Guido van Rossum · 26 years ago
  17. 76d1f96 Michael P. Reilly suggested this fix: makesetup wants to prepend by Guido van Rossum · 26 years ago
  18. a063303 Patch suggested by Perry Stoll -- os.path.normpath(".//x") returned by Guido van Rossum · 26 years ago
  19. 86ad567 Split tcl/tk libs out of other libraries (don't want to build these always) by Jack Jansen · 26 years ago
  20. 48a9c36 Mods by Just to allow aliases in sys.path entries by Jack Jansen · 26 years ago
  21. 9819983 Beh, new version must be edited in a separate file. by Guido van Rossum · 26 years ago
  22. 2053aa6 Use SCRIPT_NAME (if defined) instead of hardcoding /cgi-bin/ when by Guido van Rossum · 26 years ago
  23. a74d0e4 Correct typo in #ifdef: PY_THREAD_D4, should be PY_PTHREAD_D4. by Guido van Rossum · 26 years ago
  24. 746340d Should no longer surround PyOS_Readline() call with by Guido van Rossum · 26 years ago
  25. b85c847 Easy optimizations of urlparse for the common case of parsing an http URL. by Jeremy Hylton · 26 years ago
  26. f6ae743 Fix suggested by movits@lockstar.com (plus doc string by myself) by Guido van Rossum · 26 years ago
  27. c86b7c6 Make bind variants without a sequence return a tuple of sequences by Guido van Rossum · 26 years ago
  28. 1645436 Now that we have standard (optional) long long support, the long long by Guido van Rossum · 26 years ago
  29. 80c7bcf The previous fix was still broken; the Py_END_ALLOW_THREADS macro was by Guido van Rossum · 26 years ago
  30. 4d18740 (py-in-literal): How'd this get through? c-point => py-point by Barry Warsaw · 26 years ago
  31. 525d702 Ignore the generated README file. by Fred Drake · 26 years ago
  32. 2335a30 When building the tarball of the PostScript files, also generate & include a by Fred Drake · 26 years ago
  33. 7c86c59 Target to generate a little README file with the page counts of the PostScript by Fred Drake · 26 years ago
  34. 47f6906 Script to generate page counts of the PostScript files. by Fred Drake · 26 years ago
  35. e1feb8f Support long options that take arguments of the form --option=value as well by Fred Drake · 26 years ago
  36. d82575d Markup changes in the section on disciplines to match method descriptions by Fred Drake · 26 years ago
  37. 8efa47b We now assume that PyOS_Readline() is called with the interpreter lock by Guido van Rossum · 26 years ago
  38. 44ee479 Add a 'volatile' to the declaration of threadid in get_thread_ident(). by Guido van Rossum · 26 years ago
  39. 53195c1 Don't release the interpreter lock around PyParser_ParseFile(). by Guido van Rossum · 26 years ago
  40. b9f4860 Changes by Richard Wolff: by Guido van Rossum · 26 years ago
  41. de57030 Added a note about the buildlibs script. by Jack Jansen · 26 years ago
  42. 4722da6 fix typo in keyword argument 'allow_frament' should be 'allow_fragment' by Jeremy Hylton · 26 years ago
  43. afd3dae __file__ used to be always set to the .pyc (or .pyo) file, even if by Guido van Rossum · 26 years ago
  44. 90f827c Comment out the print statement about underflow. (This only seems to by Guido van Rossum · 26 years ago
  45. 2d1ad39 Add the type of the object to the error message about calling a non-function. by Guido van Rossum · 26 years ago
  46. 6e73bf4 Replace all calls to fprintf(stderr, ...) with PySys_WriteStderr(...). by Guido van Rossum · 26 years ago
  47. 47fbc40 Add a version of PySys_WriteStderr() that writes to stderr, so we can by Guido van Rossum · 26 years ago
  48. d0dc5b0 Restructure the file so that it is never empty. No longer needs by Guido van Rossum · 26 years ago
  49. 3293b07 Patch by Mark Hammond to support 64-bit ints on MS platforms. by Guido van Rossum · 26 years ago
  50. 859b407 Ignore cruft generating by the test run for hello.py. by Guido van Rossum · 26 years ago
  51. cfbaecc Y2K fix affecting asctime(), mktime(), strftime(). by Guido van Rossum · 26 years ago
  52. f5a80a4 Describe what happens when ``raise C, x'' is called where C is a class by Guido van Rossum · 26 years ago
  53. dbf7956 Clarify Y2K behavior when a tuple with a 2-digit date is passed to by Guido van Rossum · 26 years ago
  54. baf0603 New version, with contributions from Sjoerd Mullender and Mark Hammond. by Guido van Rossum · 26 years ago
  55. 6c74fea There was still something wrong. The original NOTTESTS are replaced by Guido van Rossum · 26 years ago
  56. 5fdf852 Patch by Chris Herborth (posted to comp.lang.python)to make it behave by Guido van Rossum · 26 years ago
  57. 607f802 round(): Mark the second (optional) parameter as optional, since it's by Fred Drake · 26 years ago
  58. c859350 Added some cross-references to the end. by Fred Drake · 26 years ago
  59. d0421dd spoking --> speaking by Fred Drake · 26 years ago
  60. ab076fd Ted Horst writes in psa-members@python.org: by Guido van Rossum · 26 years ago
  61. 747e1ca Should pass explicit arguments to findtests(). Should initialize 'nottests'. by Guido van Rossum · 26 years ago
  62. f1536db Move an indented #define to column 1. by Guido van Rossum · 26 years ago
  63. 637af13 There is no <ISINPUT> element, just <ISINDEX>. ;-) by Fred Drake · 26 years ago
  64. 9a80e00 The .subn() method wasn't setting _num_regs, which is used by the .groups() by Andrew M. Kuchling · 26 years ago
  65. f7039e2 Update commentary. For most stuff, point people to the web page by Barry Warsaw · 26 years ago
  66. 6dfbe5d (py-shell-map): New variable contains the keymap used in *Python* shell buffers. by Barry Warsaw · 26 years ago
  67. a81fb33 (py-shell): comint-output-filter-functions is already buffer-local by Barry Warsaw · 26 years ago
  68. 3c96f6f (py-process-filter): Deleted this function. In order to fix by Barry Warsaw · 26 years ago
  69. 33d0093 All libraries have now been moved to their new location, with their new names. by Jack Jansen · 26 years ago
  70. 128aae2 A new project that builds cwgusi, tcl, tk and all image libraries needed. by Jack Jansen · 26 years ago
  71. fb37f89 Replaced all remaining BinHex files with their binary counterparts. by Jack Jansen · 26 years ago
  72. c590095 Binhextree doesn't binhex anymore, it just copies the projects around. This by Jack Jansen · 26 years ago
  73. 158d5b5 I guess I'll have to commit this file occasionally... by Jack Jansen · 26 years ago
  74. 6a474c5 Define some things to 1 (in stead of empty) to be compatible with new PIL by Jack Jansen · 26 years ago
  75. dec99ef Various libraryies have been moved around and renamed, now that we have by Jack Jansen · 26 years ago
  76. 42db27f Added an example that uses signal.alarm() to time out an os.open() that by Andrew M. Kuchling · 26 years ago
  77. ce4ba89 Raise the right exception (ValueError) for attempted I/O on closed StringIO by Fred Drake · 26 years ago
  78. 71de6c6 Replaced binhexed version of project files by normal ones (in binary mode) by Jack Jansen · 26 years ago
  79. 14e0a0a Updated for 1.5.2a1 by Jack Jansen · 26 years ago
  80. eaced79 Replaced the hand-generated .hqx files by the binary resourcefiles themselves by Jack Jansen · 26 years ago
  81. cb5704e Initial revision by Jack Jansen · 26 years ago
  82. 7cc5735 Initial revision by Jack Jansen · 26 years ago
  83. 1d6a6ea Putting Python-specific GUSI modifications under CVS. by Jack Jansen · 26 years ago
  84. b0195ec Putting TCL mods for Python under CVS. by Jack Jansen · 26 years ago
  85. 0072bfb I give in (after all these years): renaming config.c to macconfig.c to forestall by Jack Jansen · 26 years ago
  86. b93f521 Support for freezing packages (Just). by Jack Jansen · 26 years ago
  87. 201f46d Replace first sys.path entry with the directory where the script lives (Just). by Jack Jansen · 26 years ago
  88. 93c88cc (imenu-example--create-python-index-engine): Fix nesting breakage when by Barry Warsaw · 26 years ago
  89. 664dcd5 Clean up the HTML a bit; update the version number. by Fred Drake · 26 years ago
  90. e7210da Fix arguments for renames(); bug spotted by Oliver Andrich by Fred Drake · 26 years ago
  91. a5aefba Fix markup where C include files get named in <...> form; bug reported by by Fred Drake · 26 years ago
  92. a0e4b78 img_tag(): For \n to be interpreted as a newline, the string must use double by Fred Drake · 26 years ago
  93. d22e250 Clarify wording in the description of re.split by Andrew M. Kuchling · 26 years ago
  94. ce616e4 Enter Jim Fulton's latest version. He writes: by Jeremy Hylton · 26 years ago
  95. 7cfca6d Don't need these anymore.... by Fred Drake · 26 years ago
  96. 062bc6e Do the magic to use the new buttons (with shorter names!) instead of the old by Fred Drake · 26 years ago
  97. 31bb8ce Change interface to sendmail: if the destination address is a string by Jeremy Hylton · 26 years ago
  98. 54c5205 Add l2hinit.perl to COMMONPERL. by Fred Drake · 26 years ago
  99. ca69cf5 Insignificant change cause by saving again. by Guido van Rossum · 26 years ago
  100. 564e444 New icons from Christopher Petrilli <petrilli@dworkin.amber.org>. by Fred Drake · 26 years ago