1. 03dc538 Move the #include of <sys/select> to *after* mytime.h (or <time.h>), by Guido van Rossum · 26 years ago
  2. e8afe51 New set of files for the OS/2 port by Jeff Rush. by Guido van Rossum · 26 years ago
  3. be70450 Removed some OS/2 #defines (now in the OS/2 specific config.h). by Guido van Rossum · 26 years ago
  4. 5177c48 formatting by Barry Warsaw · 26 years ago
  5. 6a3ea74 Un PMW-ified by Barry Warsaw · 26 years ago
  6. 04c7886 Un PMW-ified by Barry Warsaw · 26 years ago
  7. 987fb92 Initial revision by Barry Warsaw · 26 years ago
  8. 26367a0 New version from Piers Lauder, who writes: by Guido van Rossum · 26 years ago
  9. 75bb54c Don't set a local variable named __args__; this feature no longer by Guido van Rossum · 26 years ago
  10. 9814a94 Add warning that on Windows it only works on sockets. by Guido van Rossum · 26 years ago
  11. 954b9ad Document new urllib features by Eric Raymond. by Guido van Rossum · 26 years ago
  12. 9ab96d4 Changes by Eric Raymond: by Guido van Rossum · 26 years ago
  13. d5af7bd Truncate messages if they are longer than 255 characters. Note that this is by Jack Jansen · 26 years ago
  14. a5a018f Fixed unit test by Barry Warsaw · 26 years ago
  15. 9195f55 Updated the docstring and class hierarchy diagram by Barry Warsaw · 26 years ago
  16. 4f94c73 (py-comint-output-filter-function): Horrible kludgearound for making by Barry Warsaw · 26 years ago
  17. 67906af In PyFrame_New(), don't set extras to something derived from code by Guido van Rossum · 26 years ago
  18. d35c255 (py-guess-indent-offset): Only print message about py-indent-offset by Barry Warsaw · 26 years ago
  19. 02e5f69 (py-execute-file, py-execute-import-or-reload): Use a Python `raw' by Barry Warsaw · 26 years ago
  20. f7d7700 Add two constants (with the same value) to specify the on-board CD input. by Guido van Rossum · 26 years ago
  21. f4cbb9c Added realclean and distclean targets to match ../Makefile. by Fred Drake · 26 years ago
  22. 4da55f0 Add define of HAVE_STDDEF_H (to 1). Suggested by Greg Stein. by Guido van Rossum · 26 years ago
  23. 5227f0f Reworked it quite a bit. There are now two classes: a base class, by Guido van Rossum · 26 years ago
  24. 218eb75 (py-block-comment-prefix): Remove trailing space. Also explain that by Barry Warsaw · 26 years ago
  25. 0238a25 Do the check for lacking sys.stdin.fileno() *before* testing for by Guido van Rossum · 26 years ago
  26. ef0056a When sys.stdin.fileno() doesn't work, fall back to default_getpass() by Guido van Rossum · 26 years ago
  27. 5fb2631 Explicitly document the fact that the search method returns a MatchObject. by Guido van Rossum · 26 years ago
  28. 4ecd85a After the previous changes, func_normalize() turned out to be redundant. by Guido van Rossum · 26 years ago
  29. b0a94c0 Changes so that JPython can also use this version of profile.py. by Guido van Rossum · 26 years ago
  30. f07029e Get rid of the classes RModuleLoader and RModuleImporter -- these were by Guido van Rossum · 26 years ago
  31. e3f8a64 Comment out 't = t[0] + t[1]' in profiler_simulation() -- this by Guido van Rossum · 26 years ago
  32. 4690678 Get rid of the test for non-NULL thread state in EventHook; it can be by Guido van Rossum · 26 years ago
  33. 1b23676 When we have siginterrupt(), use it to disable restarting interrupted by Guido van Rossum · 26 years ago
  34. 0db4c94 Enable the 'new' module by default. by Guido van Rossum · 26 years ago
  35. 6ac06b3 Patch by Greg Stein to document the 'P' flag. by Guido van Rossum · 26 years ago
  36. 10a7985 re.findall(): Mark as added in 1.5.2. by Fred Drake · 26 years ago
  37. 78694d9 Patches from Greg Stein to support 'P' format in struct module's by Guido van Rossum · 26 years ago
  38. 43b655c Get rid of 'ppp' that accidentally crept in. by Guido van Rossum · 26 years ago
  39. 91b5bed Added optional mouseregion parameter to WaitNextEvent (which is now by Jack Jansen · 26 years ago
  40. 6442116 Richard Wolff's changes, documenting his changes to pdb.py. by Guido van Rossum · 26 years ago
  41. fc076d4 Untabified and applied Richard Wolff's changes (plus my own reflowing by Guido van Rossum · 26 years ago
  42. 3a98e78 Richard Wolff's additional changes; some layout nits, and change the by Guido van Rossum · 26 years ago
  43. 1d2e9d1 Duplicate the decls for PySys_WriteStd{out,err} here so the VC++ by Guido van Rossum · 26 years ago
  44. e0bdf99 At Greg Stein's request, add PyLong_*LongLong entry points. by Guido van Rossum · 26 years ago
  45. b00d252 Define SIZEOF_LONG_LONG (as 8) at Greg Stein's request. by Guido van Rossum · 26 years ago
  46. 743d17e In load_inst(), when instantiating an instance the old way (i.e. when by Guido van Rossum · 26 years ago
  47. 0c92000 Ignore the TclError exception raised when deleting the registration by Guido van Rossum · 26 years ago
  48. 98b6246 Several changes that Python carry on in the face of errors in the by Barry Warsaw · 26 years ago
  49. d24d3fc Added the mainloop() call. by Guido van Rossum · 26 years ago
  50. 5fae9e8 nannified by Guido van Rossum · 26 years ago
  51. 8d5bef7 There was a confusion in my checkin of the code to support list() with by Guido van Rossum · 26 years ago
  52. 4117e54 nannified by Guido van Rossum · 26 years ago
  53. f9a6d7d Print serious errors to stderr instead of stdout. by Guido van Rossum · 26 years ago
  54. bc3760b #Code rearranging to quiet byte-compiler by Barry Warsaw · 26 years ago
  55. caf9fca nannified by Guido van Rossum · 26 years ago
  56. e7e632a Nannified. by Guido van Rossum · 26 years ago
  57. a53f30b nannified by Guido van Rossum · 26 years ago
  58. 4e96ec6 nannified. by Guido van Rossum · 26 years ago
  59. 7944ea5 Patch by Marc-Andre Lemburg: use re module to compare test results. by Guido van Rossum · 26 years ago
  60. 09eea82 Utility to replace CRLF with LF in argument files. by Guido van Rossum · 26 years ago
  61. 499a6e5 Utility to replace LF with CRLF in argument files. by Guido van Rossum · 26 years ago
  62. ce85827 Utility to untabify stubber results. by Guido van Rossum · 26 years ago
  63. dcd038f nannified. by Guido van Rossum · 26 years ago
  64. a0f0a33 Mac-specific mod to enable aliases on import paths. by Guido van Rossum · 26 years ago
  65. ce11393 Remove some unused variables from gethostbyaddr_ex and gethostbyaddr, by Guido van Rossum · 26 years ago
  66. 065ce5a Undo victim of careless global substitute ("long long_hash" was by Guido van Rossum · 26 years ago
  67. 4827aeb Don't remember... by Jack Jansen · 26 years ago
  68. f0a275d Richard Wolff's changes: by Guido van Rossum · 26 years ago
  69. 2424f85 Richard Wolff's changes: by Guido van Rossum · 26 years ago
  70. d93643f Richard Wolff's changes: by Guido van Rossum · 26 years ago
  71. 5fca6fd Richard Wolff's changes: by Guido van Rossum · 26 years ago
  72. b7833d3 Add a \label to the section "Fancier Output Formatting" (it's referenced from by Fred Drake · 26 years ago
  73. d16d498 Markup nits. by Fred Drake · 26 years ago
  74. faff0bd correct bogus instructions 'ccoment out' -> 'uncomment' by Jeremy Hylton · 26 years ago
  75. d64a40d do_cmd_methodlineni(): New function, needed because the ref. manual now by Fred Drake · 26 years ago
  76. 9b134bf Added comment about support for rational numbers, and pointer to by Fred Drake · 26 years ago
  77. 7a2f066 Markup nits. by Fred Drake · 26 years ago
  78. 106a470 Fixed the words in the comment and error message about defining FULL_PATH. by Guido van Rossum · 26 years ago
  79. 1deebab include <string.h> to get prototype for strcmp by Jeremy Hylton · 26 years ago
  80. 3494e4a Fix typo in URL; reported by Michael Ernst <mernst@cs.washington.edu>. by Fred Drake · 26 years ago
  81. d21744a Apparently on AIX when using gcc you need to call pthread_init() by Guido van Rossum · 26 years ago
  82. f9acc59 \itembreak, \itemjoin: Remove obsolete macros. by Fred Drake · 26 years ago
  83. 7ca9a1a Fix a bug where comparison of a rational with a float failed because by Guido van Rossum · 26 years ago
  84. 76d1f96 Michael P. Reilly suggested this fix: makesetup wants to prepend by Guido van Rossum · 26 years ago
  85. a063303 Patch suggested by Perry Stoll -- os.path.normpath(".//x") returned by Guido van Rossum · 26 years ago
  86. 86ad567 Split tcl/tk libs out of other libraries (don't want to build these always) by Jack Jansen · 26 years ago
  87. 48a9c36 Mods by Just to allow aliases in sys.path entries by Jack Jansen · 26 years ago
  88. 9819983 Beh, new version must be edited in a separate file. by Guido van Rossum · 26 years ago
  89. 2053aa6 Use SCRIPT_NAME (if defined) instead of hardcoding /cgi-bin/ when by Guido van Rossum · 26 years ago
  90. a74d0e4 Correct typo in #ifdef: PY_THREAD_D4, should be PY_PTHREAD_D4. by Guido van Rossum · 26 years ago
  91. 746340d Should no longer surround PyOS_Readline() call with by Guido van Rossum · 26 years ago
  92. b85c847 Easy optimizations of urlparse for the common case of parsing an http URL. by Jeremy Hylton · 26 years ago
  93. f6ae743 Fix suggested by movits@lockstar.com (plus doc string by myself) by Guido van Rossum · 26 years ago
  94. c86b7c6 Make bind variants without a sequence return a tuple of sequences by Guido van Rossum · 26 years ago
  95. 1645436 Now that we have standard (optional) long long support, the long long by Guido van Rossum · 26 years ago
  96. 80c7bcf The previous fix was still broken; the Py_END_ALLOW_THREADS macro was by Guido van Rossum · 26 years ago
  97. 4d18740 (py-in-literal): How'd this get through? c-point => py-point by Barry Warsaw · 26 years ago
  98. 525d702 Ignore the generated README file. by Fred Drake · 26 years ago
  99. 2335a30 When building the tarball of the PostScript files, also generate & include a by Fred Drake · 26 years ago
  100. 7c86c59 Target to generate a little README file with the page counts of the PostScript by Fred Drake · 26 years ago