1. 6e5b301 Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  2. e364b7d Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  3. 09b2957 Remove extra } at end of method description parameters. by Fred Drake · 26 years ago
  4. 49b5606 Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  5. c456d36 Fix encoding of \ in some string literals in the discussion of "raw" by Fred Drake · 26 years ago
  6. 8238587 Fix some confusion in the __repr__() and __str__() descriptions. by Fred Drake · 26 years ago
  7. d4c3352 Fix encoding of \n in a couple of places (reported by Lorenzo by Fred Drake · 26 years ago
  8. 9d904b9 Believe it or not, Solaris 2.6 strtod() can move the end pointer by Guido van Rossum · 26 years ago
  9. 4ab5d85 Change some init order by Barry Warsaw · 26 years ago
  10. a7ba45b update_views_current(): New method by Barry Warsaw · 26 years ago
  11. 86daeb7 Added View button and popup of text widget by Barry Warsaw · 26 years ago
  12. f9c6ddc *** empty log message *** by Barry Warsaw · 26 years ago
  13. 370a083 Correctly add dependencies and build rules for Modules/python.o. by Guido van Rossum · 26 years ago
  14. 2c69336 On second though, NEXITFUNCS should be defined in pythonrun.c and not by Guido van Rossum · 26 years ago
  15. 2dcfc96 On second though, NEXITFUNCS should be defined here and not in by Guido van Rossum · 26 years ago
  16. 07d7800 Typo reported by Greg Stein: "modifiable" is the correct spelling. by Guido van Rossum · 26 years ago
  17. 4cbe387 NSEW is also valid for -sticky by Barry Warsaw · 26 years ago
  18. b2031f7 Document that apply() can now take any sequence in argument 2. by Barry Warsaw · 26 years ago
  19. 968f8cb builtin_apply(): Second argument type check is relaxed to allow any sequence. by Barry Warsaw · 26 years ago
  20. 566373e While scalling sys.modules, skip entries that don't have string keys, by Guido van Rossum · 26 years ago
  21. 231c8c0 Gridify this widget by Barry Warsaw · 26 years ago
  22. b26743a Make sure the menubar is stretched by Barry Warsaw · 26 years ago
  23. 65f0b6b Add a nice divider by Barry Warsaw · 26 years ago
  24. 9190046 Added NS and EW constants, which are meaningful values for grid's by Barry Warsaw · 26 years ago
  25. 85e6965 Fixed toggle b/w hex and decimal by Barry Warsaw · 26 years ago
  26. d344165 Added options to visible window by Barry Warsaw · 26 years ago
  27. aa40b55 Groove for debugging by Barry Warsaw · 26 years ago
  28. 03e8a31 Get rid of Edit menu by Barry Warsaw · 26 years ago
  29. 0fa6e4b Added options to visible window by Barry Warsaw · 26 years ago
  30. 65f15d4 In FreeBSD when using ELF, an underscore is needed in front of the by Guido van Rossum · 26 years ago
  31. e504fa2 Disable python event handling in mainloop (discovered by Tasselli Marco) by Jack Jansen · 26 years ago
  32. fda3ace Added interface to get/set colordb by Barry Warsaw · 26 years ago
  33. a9b4558 Removed old cruft, added raw about dialog by Barry Warsaw · 26 years ago
  34. 7a13418 Changed interface for nearest() method to take individual red, green, by Barry Warsaw · 26 years ago
  35. 4202019 Got updating with Return/Tab working by Barry Warsaw · 26 years ago
  36. 885b371 Un PMW-ified by Barry Warsaw · 26 years ago
  37. d7d4725 Added an extra frame in widget heirarchy in case I want to add separators later by Barry Warsaw · 26 years ago
  38. f984a65 Fix suggested by Sjoerd (long ago!) to get a better error message when by Guido van Rossum · 26 years ago
  39. dc492e6 Un PMW-ified by Barry Warsaw · 26 years ago
  40. 63c9e98 Rework startup by Barry Warsaw · 26 years ago
  41. 1ac18cd simplify by Barry Warsaw · 26 years ago
  42. 0e3e699 triplet_to_brightness(): New function by Barry Warsaw · 26 years ago
  43. a69c1ba De PMW-ify by Barry Warsaw · 26 years ago
  44. 26f4b5d Fixed the brightness calculation by Barry Warsaw · 26 years ago
  45. 0dc9c92 Updated to new post-PMW framework. Moved generators to here and added by Barry Warsaw · 26 years ago
  46. 93d2754 Remove redundant definition of NEXITFUNCS. (Reported by Jeff Rush.) by Guido van Rossum · 26 years ago
  47. 2645241 Fixes for OS/2 by Jeff Rush. by Guido van Rossum · 26 years ago
  48. 03dc538 Move the #include of <sys/select> to *after* mytime.h (or <time.h>), by Guido van Rossum · 26 years ago
  49. e8afe51 New set of files for the OS/2 port by Jeff Rush. by Guido van Rossum · 26 years ago
  50. be70450 Removed some OS/2 #defines (now in the OS/2 specific config.h). by Guido van Rossum · 26 years ago
  51. 5177c48 formatting by Barry Warsaw · 26 years ago
  52. 6a3ea74 Un PMW-ified by Barry Warsaw · 26 years ago
  53. 04c7886 Un PMW-ified by Barry Warsaw · 26 years ago
  54. 987fb92 Initial revision by Barry Warsaw · 26 years ago
  55. 26367a0 New version from Piers Lauder, who writes: by Guido van Rossum · 26 years ago
  56. 75bb54c Don't set a local variable named __args__; this feature no longer by Guido van Rossum · 26 years ago
  57. 9814a94 Add warning that on Windows it only works on sockets. by Guido van Rossum · 26 years ago
  58. 954b9ad Document new urllib features by Eric Raymond. by Guido van Rossum · 26 years ago
  59. 9ab96d4 Changes by Eric Raymond: by Guido van Rossum · 26 years ago
  60. d5af7bd Truncate messages if they are longer than 255 characters. Note that this is by Jack Jansen · 26 years ago
  61. a5a018f Fixed unit test by Barry Warsaw · 26 years ago
  62. 9195f55 Updated the docstring and class hierarchy diagram by Barry Warsaw · 26 years ago
  63. 4f94c73 (py-comint-output-filter-function): Horrible kludgearound for making by Barry Warsaw · 26 years ago
  64. 67906af In PyFrame_New(), don't set extras to something derived from code by Guido van Rossum · 26 years ago
  65. d35c255 (py-guess-indent-offset): Only print message about py-indent-offset by Barry Warsaw · 26 years ago
  66. 02e5f69 (py-execute-file, py-execute-import-or-reload): Use a Python `raw' by Barry Warsaw · 26 years ago
  67. f7d7700 Add two constants (with the same value) to specify the on-board CD input. by Guido van Rossum · 26 years ago
  68. f4cbb9c Added realclean and distclean targets to match ../Makefile. by Fred Drake · 26 years ago
  69. 4da55f0 Add define of HAVE_STDDEF_H (to 1). Suggested by Greg Stein. by Guido van Rossum · 26 years ago
  70. 5227f0f Reworked it quite a bit. There are now two classes: a base class, by Guido van Rossum · 26 years ago
  71. 218eb75 (py-block-comment-prefix): Remove trailing space. Also explain that by Barry Warsaw · 26 years ago
  72. 0238a25 Do the check for lacking sys.stdin.fileno() *before* testing for by Guido van Rossum · 26 years ago
  73. ef0056a When sys.stdin.fileno() doesn't work, fall back to default_getpass() by Guido van Rossum · 26 years ago
  74. 5fb2631 Explicitly document the fact that the search method returns a MatchObject. by Guido van Rossum · 26 years ago
  75. 4ecd85a After the previous changes, func_normalize() turned out to be redundant. by Guido van Rossum · 26 years ago
  76. b0a94c0 Changes so that JPython can also use this version of profile.py. by Guido van Rossum · 26 years ago
  77. f07029e Get rid of the classes RModuleLoader and RModuleImporter -- these were by Guido van Rossum · 26 years ago
  78. e3f8a64 Comment out 't = t[0] + t[1]' in profiler_simulation() -- this by Guido van Rossum · 26 years ago
  79. 4690678 Get rid of the test for non-NULL thread state in EventHook; it can be by Guido van Rossum · 26 years ago
  80. 1b23676 When we have siginterrupt(), use it to disable restarting interrupted by Guido van Rossum · 26 years ago
  81. 0db4c94 Enable the 'new' module by default. by Guido van Rossum · 26 years ago
  82. 6ac06b3 Patch by Greg Stein to document the 'P' flag. by Guido van Rossum · 26 years ago
  83. 10a7985 re.findall(): Mark as added in 1.5.2. by Fred Drake · 26 years ago
  84. 78694d9 Patches from Greg Stein to support 'P' format in struct module's by Guido van Rossum · 26 years ago
  85. 43b655c Get rid of 'ppp' that accidentally crept in. by Guido van Rossum · 26 years ago
  86. 91b5bed Added optional mouseregion parameter to WaitNextEvent (which is now by Jack Jansen · 26 years ago
  87. 6442116 Richard Wolff's changes, documenting his changes to pdb.py. by Guido van Rossum · 26 years ago
  88. fc076d4 Untabified and applied Richard Wolff's changes (plus my own reflowing by Guido van Rossum · 26 years ago
  89. 3a98e78 Richard Wolff's additional changes; some layout nits, and change the by Guido van Rossum · 26 years ago
  90. 1d2e9d1 Duplicate the decls for PySys_WriteStd{out,err} here so the VC++ by Guido van Rossum · 26 years ago
  91. e0bdf99 At Greg Stein's request, add PyLong_*LongLong entry points. by Guido van Rossum · 26 years ago
  92. b00d252 Define SIZEOF_LONG_LONG (as 8) at Greg Stein's request. by Guido van Rossum · 26 years ago
  93. 743d17e In load_inst(), when instantiating an instance the old way (i.e. when by Guido van Rossum · 26 years ago
  94. 0c92000 Ignore the TclError exception raised when deleting the registration by Guido van Rossum · 26 years ago
  95. 98b6246 Several changes that Python carry on in the face of errors in the by Barry Warsaw · 26 years ago
  96. d24d3fc Added the mainloop() call. by Guido van Rossum · 26 years ago
  97. 5fae9e8 nannified by Guido van Rossum · 26 years ago
  98. 8d5bef7 There was a confusion in my checkin of the code to support list() with by Guido van Rossum · 26 years ago
  99. 4117e54 nannified by Guido van Rossum · 26 years ago
  100. f9a6d7d Print serious errors to stderr instead of stdout. by Guido van Rossum · 26 years ago