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