1. 56af444 Update main window when Update on Click is turned on by Barry Warsaw · 26 years ago
  2. ad3a67c Added version number in the About window by Barry Warsaw · 26 years ago
  3. 3a476e9 Track color changes: disable buttons and their labels when turned off by Barry Warsaw · 26 years ago
  4. 332aa4c Color Variation Ties => Move Sliders by Barry Warsaw · 26 years ago
  5. c4a9b3d main(): Better recovery when bogus color given on command line by Barry Warsaw · 26 years ago
  6. b7b1cf0 rrggbb_to_triplet(): When color doesn't start with `#' raise a by Barry Warsaw · 26 years ago
  7. 5b67839 Added a hex button so arrow numbers can display in decimal or hex. by Barry Warsaw · 26 years ago
  8. c2d8f57 __togglehex(): Simplify by Barry Warsaw · 26 years ago
  9. c1c7b1a Slight rearrangement of code in lookdict() by Vladimir Marangozov, to by Guido van Rossum · 26 years ago
  10. 73290df hexp() => hexp_var() by Barry Warsaw · 26 years ago
  11. 6831c30 hexp(): New function by Barry Warsaw · 26 years ago
  12. a398924 __normalize(): Preserve the location of the icursor and restore it so by Barry Warsaw · 26 years ago
  13. ae4ad6e Changed the grey/magenta/cyan/yellow label text slightly. by Barry Warsaw · 26 years ago
  14. 14e2caf usage(): Print msg at end of docstring by Barry Warsaw · 26 years ago
  15. 7c51a9a Title by Barry Warsaw · 26 years ago
  16. c078b03 Finished implementation + docstring by Barry Warsaw · 26 years ago
  17. 964fbbb Added Alt-w bindings by Barry Warsaw · 26 years ago
  18. 9044b8e Added details window by Barry Warsaw · 26 years ago
  19. cd09867 current_rgb(): New method by Barry Warsaw · 26 years ago
  20. 3d31439 *** empty log message *** by Barry Warsaw · 26 years ago
  21. 779af3a These were never under CVS, but now that I use cvs to communicate by Jack Jansen · 26 years ago
  22. 0d5120f Newer versions of projects. by Jack Jansen · 26 years ago
  23. 60a9ee2 Added SIZEOF_VOID_P and HAVE_LONG_LONG by Jack Jansen · 26 years ago
  24. 573788e No need for (char *) cast from gdbm_strerror(). by Guido van Rossum · 26 years ago
  25. b6e2a99 Win32 port. Patches by Milton L. Hankins. by Guido van Rossum · 26 years ago
  26. 69a4ab5 Docstring by Barry Warsaw · 26 years ago
  27. 4638c5b Docstring by Barry Warsaw · 26 years ago
  28. eb61fbd Docstring by Barry Warsaw · 26 years ago
  29. bd36d6e Added the ListViewer by Barry Warsaw · 26 years ago
  30. a9053f6 Updated docstring. by Barry Warsaw · 26 years ago
  31. 9f3ea21 all_names(): => unique_names() by Barry Warsaw · 26 years ago
  32. ddb9fc1 Added docstring by Barry Warsaw · 26 years ago
  33. b44056e Functionality complete by Barry Warsaw · 26 years ago
  34. 8be2594 all_names(): Return just the unique names of rgb colors by Barry Warsaw · 26 years ago
  35. ad678af The usual by Guido van Rossum · 26 years ago
  36. 2522136 Added BEOS_THREADS, HAVE_LONG_LONG, and SIZEOF_VOID_P templates. by Guido van Rossum · 26 years ago
  37. fb4533c Added tweak for SET_CCC (which I don't even know what it is!) for Linux. by Guido van Rossum · 26 years ago
  38. b55c4ad Got click on working. Dragging is disabled for now by Barry Warsaw · 26 years ago
  39. ff45d54 resolve(): Improved use of a/an, suggested by Tino Wildenhain by Barry Warsaw · 26 years ago
  40. dfede31 Eh, better error message for the previous change. It now says by Guido van Rossum · 26 years ago
  41. 29d38cd Treat def f(a, b=1, c): ... as an error (missing default for c) by Guido van Rossum · 26 years ago
  42. b7c6131 Up version to 1.5a2 -- we're close enough (even though I'm still by Guido van Rossum · 26 years ago
  43. 96372a2 ST_MODE should be ST_MTIME in utime call in copystat. Thanks to Mike Orr. by Guido van Rossum · 26 years ago
  44. 64e736b Some new blood and some updated versions. by Guido van Rossum · 26 years ago
  45. fdb8fb8 A few new ones... by Guido van Rossum · 26 years ago
  46. 4581a0c New test_long.py from Tim Peters. by Guido van Rossum · 26 years ago
  47. 399f10c Lots of good UI working, but not yet update-while-dragging by Barry Warsaw · 26 years ago
  48. 46670a2 *** empty log message *** by Barry Warsaw · 26 years ago
  49. 6e5b301 Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  50. e364b7d Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  51. 09b2957 Remove extra } at end of method description parameters. by Fred Drake · 26 years ago
  52. 49b5606 Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  53. c456d36 Fix encoding of \ in some string literals in the discussion of "raw" by Fred Drake · 26 years ago
  54. 8238587 Fix some confusion in the __repr__() and __str__() descriptions. by Fred Drake · 26 years ago
  55. d4c3352 Fix encoding of \n in a couple of places (reported by Lorenzo by Fred Drake · 26 years ago
  56. 9d904b9 Believe it or not, Solaris 2.6 strtod() can move the end pointer by Guido van Rossum · 26 years ago
  57. 4ab5d85 Change some init order by Barry Warsaw · 26 years ago
  58. a7ba45b update_views_current(): New method by Barry Warsaw · 26 years ago
  59. 86daeb7 Added View button and popup of text widget by Barry Warsaw · 26 years ago
  60. f9c6ddc *** empty log message *** by Barry Warsaw · 26 years ago
  61. 370a083 Correctly add dependencies and build rules for Modules/python.o. by Guido van Rossum · 26 years ago
  62. 2c69336 On second though, NEXITFUNCS should be defined in pythonrun.c and not by Guido van Rossum · 26 years ago
  63. 2dcfc96 On second though, NEXITFUNCS should be defined here and not in by Guido van Rossum · 26 years ago
  64. 07d7800 Typo reported by Greg Stein: "modifiable" is the correct spelling. by Guido van Rossum · 26 years ago
  65. 4cbe387 NSEW is also valid for -sticky by Barry Warsaw · 26 years ago
  66. b2031f7 Document that apply() can now take any sequence in argument 2. by Barry Warsaw · 26 years ago
  67. 968f8cb builtin_apply(): Second argument type check is relaxed to allow any sequence. by Barry Warsaw · 26 years ago
  68. 566373e While scalling sys.modules, skip entries that don't have string keys, by Guido van Rossum · 26 years ago
  69. 231c8c0 Gridify this widget by Barry Warsaw · 26 years ago
  70. b26743a Make sure the menubar is stretched by Barry Warsaw · 26 years ago
  71. 65f0b6b Add a nice divider by Barry Warsaw · 26 years ago
  72. 9190046 Added NS and EW constants, which are meaningful values for grid's by Barry Warsaw · 26 years ago
  73. 85e6965 Fixed toggle b/w hex and decimal by Barry Warsaw · 26 years ago
  74. d344165 Added options to visible window by Barry Warsaw · 26 years ago
  75. aa40b55 Groove for debugging by Barry Warsaw · 26 years ago
  76. 03e8a31 Get rid of Edit menu by Barry Warsaw · 26 years ago
  77. 0fa6e4b Added options to visible window by Barry Warsaw · 26 years ago
  78. 65f15d4 In FreeBSD when using ELF, an underscore is needed in front of the by Guido van Rossum · 26 years ago
  79. e504fa2 Disable python event handling in mainloop (discovered by Tasselli Marco) by Jack Jansen · 26 years ago
  80. fda3ace Added interface to get/set colordb by Barry Warsaw · 26 years ago
  81. a9b4558 Removed old cruft, added raw about dialog by Barry Warsaw · 26 years ago
  82. 7a13418 Changed interface for nearest() method to take individual red, green, by Barry Warsaw · 26 years ago
  83. 4202019 Got updating with Return/Tab working by Barry Warsaw · 26 years ago
  84. 885b371 Un PMW-ified by Barry Warsaw · 26 years ago
  85. d7d4725 Added an extra frame in widget heirarchy in case I want to add separators later by Barry Warsaw · 26 years ago
  86. f984a65 Fix suggested by Sjoerd (long ago!) to get a better error message when by Guido van Rossum · 26 years ago
  87. dc492e6 Un PMW-ified by Barry Warsaw · 26 years ago
  88. 63c9e98 Rework startup by Barry Warsaw · 26 years ago
  89. 1ac18cd simplify by Barry Warsaw · 26 years ago
  90. 0e3e699 triplet_to_brightness(): New function by Barry Warsaw · 26 years ago
  91. a69c1ba De PMW-ify by Barry Warsaw · 26 years ago
  92. 26f4b5d Fixed the brightness calculation by Barry Warsaw · 26 years ago
  93. 0dc9c92 Updated to new post-PMW framework. Moved generators to here and added by Barry Warsaw · 26 years ago
  94. 93d2754 Remove redundant definition of NEXITFUNCS. (Reported by Jeff Rush.) by Guido van Rossum · 26 years ago
  95. 2645241 Fixes for OS/2 by Jeff Rush. by Guido van Rossum · 26 years ago
  96. 03dc538 Move the #include of <sys/select> to *after* mytime.h (or <time.h>), by Guido van Rossum · 26 years ago
  97. e8afe51 New set of files for the OS/2 port by Jeff Rush. by Guido van Rossum · 26 years ago
  98. be70450 Removed some OS/2 #defines (now in the OS/2 specific config.h). by Guido van Rossum · 26 years ago
  99. 5177c48 formatting by Barry Warsaw · 26 years ago
  100. 6a3ea74 Un PMW-ified by Barry Warsaw · 26 years ago