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