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