1. 2e19bd7 Add Greg Stein's buffer object API. by Guido van Rossum · 26 years ago
  2. 8c1e114 Don't attempt to add paragraph and subparagraph sections to the PDF outline. by Fred Drake · 26 years ago
  3. 56440a5 Fix two bugs in the fstat() line, reported by Fredruk Lundh. by Guido van Rossum · 26 years ago
  4. 2ccaf6f Remove a redundant check from list_slice() and list_ass_slice(). by Guido van Rossum · 26 years ago
  5. d832f9e Fix append() calls with more than 1 argument. by Guido van Rossum · 26 years ago
  6. bac609a Updated about text by Barry Warsaw · 26 years ago
  7. 0926dea Moved the main pynche.py file to Main.py. Added minimal driver by Barry Warsaw · 26 years ago
  8. c958043 Better layout of options menu and inc/dec buttons by Barry Warsaw · 26 years ago
  9. 8934af0 Fixes for some type-in strangeness by Barry Warsaw · 26 years ago
  10. cd63dc9 Add a note about the console window by Barry Warsaw · 26 years ago
  11. 9cdd44f Never mind by Barry Warsaw · 26 years ago
  12. 1c792d5 Add link for Windows by Barry Warsaw · 26 years ago
  13. 84f52e0 RightARrow._create(): justify=RIGHT on the text object by Barry Warsaw · 26 years ago
  14. e55055d A readme by Barry Warsaw · 26 years ago
  15. da7502e Add a SELECTION to the pre-inserted text by Barry Warsaw · 26 years ago
  16. 3886e3a Copyright CNRI by Barry Warsaw · 26 years ago
  17. 6bfd655 Added the rgb.txt file from X11R6.4, including the license by Barry Warsaw · 26 years ago
  18. 4f63235 Initial revision by Barry Warsaw · 26 years ago
  19. e7f4a47 Better initial color choosing by Barry Warsaw · 26 years ago
  20. 45c8d34 Better quitting by Barry Warsaw · 26 years ago
  21. d5bcf9a Andrew Dalke's implementation of string.count(). by Guido van Rossum · 26 years ago
  22. 3836503 Converted to newstyle menubars by Barry Warsaw · 26 years ago
  23. dfae3d5 Added a 'Help' special menu to show how this is done. by Barry Warsaw · 26 years ago
  24. da65450 The message "Exception in Tkinter callback" should go to stderr. by Guido van Rossum · 26 years ago
  25. 56af444 Update main window when Update on Click is turned on by Barry Warsaw · 26 years ago
  26. ad3a67c Added version number in the About window by Barry Warsaw · 26 years ago
  27. 3a476e9 Track color changes: disable buttons and their labels when turned off by Barry Warsaw · 26 years ago
  28. 332aa4c Color Variation Ties => Move Sliders by Barry Warsaw · 26 years ago
  29. c4a9b3d main(): Better recovery when bogus color given on command line by Barry Warsaw · 26 years ago
  30. b7b1cf0 rrggbb_to_triplet(): When color doesn't start with `#' raise a by Barry Warsaw · 26 years ago
  31. 5b67839 Added a hex button so arrow numbers can display in decimal or hex. by Barry Warsaw · 26 years ago
  32. c2d8f57 __togglehex(): Simplify by Barry Warsaw · 26 years ago
  33. c1c7b1a Slight rearrangement of code in lookdict() by Vladimir Marangozov, to by Guido van Rossum · 26 years ago
  34. 73290df hexp() => hexp_var() by Barry Warsaw · 26 years ago
  35. 6831c30 hexp(): New function by Barry Warsaw · 26 years ago
  36. a398924 __normalize(): Preserve the location of the icursor and restore it so by Barry Warsaw · 26 years ago
  37. ae4ad6e Changed the grey/magenta/cyan/yellow label text slightly. by Barry Warsaw · 26 years ago
  38. 14e2caf usage(): Print msg at end of docstring by Barry Warsaw · 26 years ago
  39. 7c51a9a Title by Barry Warsaw · 26 years ago
  40. c078b03 Finished implementation + docstring by Barry Warsaw · 26 years ago
  41. 964fbbb Added Alt-w bindings by Barry Warsaw · 26 years ago
  42. 9044b8e Added details window by Barry Warsaw · 26 years ago
  43. cd09867 current_rgb(): New method by Barry Warsaw · 26 years ago
  44. 3d31439 *** empty log message *** by Barry Warsaw · 26 years ago
  45. 779af3a These were never under CVS, but now that I use cvs to communicate by Jack Jansen · 26 years ago
  46. 0d5120f Newer versions of projects. by Jack Jansen · 26 years ago
  47. 60a9ee2 Added SIZEOF_VOID_P and HAVE_LONG_LONG by Jack Jansen · 26 years ago
  48. 573788e No need for (char *) cast from gdbm_strerror(). by Guido van Rossum · 26 years ago
  49. b6e2a99 Win32 port. Patches by Milton L. Hankins. by Guido van Rossum · 26 years ago
  50. 69a4ab5 Docstring by Barry Warsaw · 26 years ago
  51. 4638c5b Docstring by Barry Warsaw · 26 years ago
  52. eb61fbd Docstring by Barry Warsaw · 26 years ago
  53. bd36d6e Added the ListViewer by Barry Warsaw · 26 years ago
  54. a9053f6 Updated docstring. by Barry Warsaw · 26 years ago
  55. 9f3ea21 all_names(): => unique_names() by Barry Warsaw · 26 years ago
  56. ddb9fc1 Added docstring by Barry Warsaw · 26 years ago
  57. b44056e Functionality complete by Barry Warsaw · 26 years ago
  58. 8be2594 all_names(): Return just the unique names of rgb colors by Barry Warsaw · 26 years ago
  59. ad678af The usual by Guido van Rossum · 26 years ago
  60. 2522136 Added BEOS_THREADS, HAVE_LONG_LONG, and SIZEOF_VOID_P templates. by Guido van Rossum · 26 years ago
  61. fb4533c Added tweak for SET_CCC (which I don't even know what it is!) for Linux. by Guido van Rossum · 26 years ago
  62. b55c4ad Got click on working. Dragging is disabled for now by Barry Warsaw · 26 years ago
  63. ff45d54 resolve(): Improved use of a/an, suggested by Tino Wildenhain by Barry Warsaw · 26 years ago
  64. dfede31 Eh, better error message for the previous change. It now says by Guido van Rossum · 26 years ago
  65. 29d38cd Treat def f(a, b=1, c): ... as an error (missing default for c) by Guido van Rossum · 26 years ago
  66. b7c6131 Up version to 1.5a2 -- we're close enough (even though I'm still by Guido van Rossum · 26 years ago
  67. 96372a2 ST_MODE should be ST_MTIME in utime call in copystat. Thanks to Mike Orr. by Guido van Rossum · 26 years ago
  68. 64e736b Some new blood and some updated versions. by Guido van Rossum · 26 years ago
  69. fdb8fb8 A few new ones... by Guido van Rossum · 26 years ago
  70. 4581a0c New test_long.py from Tim Peters. by Guido van Rossum · 26 years ago
  71. 399f10c Lots of good UI working, but not yet update-while-dragging by Barry Warsaw · 26 years ago
  72. 46670a2 *** empty log message *** by Barry Warsaw · 26 years ago
  73. 6e5b301 Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  74. e364b7d Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  75. 09b2957 Remove extra } at end of method description parameters. by Fred Drake · 26 years ago
  76. 49b5606 Renamed thread.h to pythread.h. by Guido van Rossum · 26 years ago
  77. c456d36 Fix encoding of \ in some string literals in the discussion of "raw" by Fred Drake · 26 years ago
  78. 8238587 Fix some confusion in the __repr__() and __str__() descriptions. by Fred Drake · 26 years ago
  79. d4c3352 Fix encoding of \n in a couple of places (reported by Lorenzo by Fred Drake · 26 years ago
  80. 9d904b9 Believe it or not, Solaris 2.6 strtod() can move the end pointer by Guido van Rossum · 26 years ago
  81. 4ab5d85 Change some init order by Barry Warsaw · 26 years ago
  82. a7ba45b update_views_current(): New method by Barry Warsaw · 26 years ago
  83. 86daeb7 Added View button and popup of text widget by Barry Warsaw · 26 years ago
  84. f9c6ddc *** empty log message *** by Barry Warsaw · 26 years ago
  85. 370a083 Correctly add dependencies and build rules for Modules/python.o. by Guido van Rossum · 26 years ago
  86. 2c69336 On second though, NEXITFUNCS should be defined in pythonrun.c and not by Guido van Rossum · 26 years ago
  87. 2dcfc96 On second though, NEXITFUNCS should be defined here and not in by Guido van Rossum · 26 years ago
  88. 07d7800 Typo reported by Greg Stein: "modifiable" is the correct spelling. by Guido van Rossum · 26 years ago
  89. 4cbe387 NSEW is also valid for -sticky by Barry Warsaw · 26 years ago
  90. b2031f7 Document that apply() can now take any sequence in argument 2. by Barry Warsaw · 26 years ago
  91. 968f8cb builtin_apply(): Second argument type check is relaxed to allow any sequence. by Barry Warsaw · 26 years ago
  92. 566373e While scalling sys.modules, skip entries that don't have string keys, by Guido van Rossum · 26 years ago
  93. 231c8c0 Gridify this widget by Barry Warsaw · 26 years ago
  94. b26743a Make sure the menubar is stretched by Barry Warsaw · 26 years ago
  95. 65f0b6b Add a nice divider by Barry Warsaw · 26 years ago
  96. 9190046 Added NS and EW constants, which are meaningful values for grid's by Barry Warsaw · 26 years ago
  97. 85e6965 Fixed toggle b/w hex and decimal by Barry Warsaw · 26 years ago
  98. d344165 Added options to visible window by Barry Warsaw · 26 years ago
  99. aa40b55 Groove for debugging by Barry Warsaw · 26 years ago
  100. 03e8a31 Get rid of Edit menu by Barry Warsaw · 26 years ago