- a57c9b9 Added a whole bunch of descriptions. by Guido van Rossum · 27 years ago
- 19b23e5 Use the imp module to get the magic word. by Guido van Rossum · 27 years ago
- 41f13f2 Added #! line by Guido van Rossum · 27 years ago
- bac609a Updated about text by Barry Warsaw · 27 years ago
- 0926dea Moved the main pynche.py file to Main.py. Added minimal driver by Barry Warsaw · 27 years ago
- c958043 Better layout of options menu and inc/dec buttons by Barry Warsaw · 27 years ago
- 8934af0 Fixes for some type-in strangeness by Barry Warsaw · 27 years ago
- cd63dc9 Add a note about the console window by Barry Warsaw · 27 years ago
- 9cdd44f Never mind by Barry Warsaw · 27 years ago
- 1c792d5 Add link for Windows by Barry Warsaw · 27 years ago
- 84f52e0 RightARrow._create(): justify=RIGHT on the text object by Barry Warsaw · 27 years ago
- e55055d A readme by Barry Warsaw · 27 years ago
- da7502e Add a SELECTION to the pre-inserted text by Barry Warsaw · 27 years ago
- 3886e3a Copyright CNRI by Barry Warsaw · 27 years ago
- 6bfd655 Added the rgb.txt file from X11R6.4, including the license by Barry Warsaw · 27 years ago
- 4f63235 Initial revision by Barry Warsaw · 27 years ago
- e7f4a47 Better initial color choosing by Barry Warsaw · 27 years ago
- 45c8d34 Better quitting by Barry Warsaw · 27 years ago
- 3836503 Converted to newstyle menubars by Barry Warsaw · 27 years ago
- 56af444 Update main window when Update on Click is turned on by Barry Warsaw · 27 years ago
- ad3a67c Added version number in the About window by Barry Warsaw · 27 years ago
- 3a476e9 Track color changes: disable buttons and their labels when turned off by Barry Warsaw · 27 years ago
- 332aa4c Color Variation Ties => Move Sliders by Barry Warsaw · 27 years ago
- c4a9b3d main(): Better recovery when bogus color given on command line by Barry Warsaw · 27 years ago
- b7b1cf0 rrggbb_to_triplet(): When color doesn't start with `#' raise a by Barry Warsaw · 27 years ago
- 5b67839 Added a hex button so arrow numbers can display in decimal or hex. by Barry Warsaw · 27 years ago
- c2d8f57 __togglehex(): Simplify by Barry Warsaw · 27 years ago
- 73290df hexp() => hexp_var() by Barry Warsaw · 27 years ago
- 6831c30 hexp(): New function by Barry Warsaw · 27 years ago
- a398924 __normalize(): Preserve the location of the icursor and restore it so by Barry Warsaw · 27 years ago
- ae4ad6e Changed the grey/magenta/cyan/yellow label text slightly. by Barry Warsaw · 27 years ago
- 14e2caf usage(): Print msg at end of docstring by Barry Warsaw · 27 years ago
- 7c51a9a Title by Barry Warsaw · 27 years ago
- c078b03 Finished implementation + docstring by Barry Warsaw · 27 years ago
- 964fbbb Added Alt-w bindings by Barry Warsaw · 27 years ago
- 9044b8e Added details window by Barry Warsaw · 27 years ago
- cd09867 current_rgb(): New method by Barry Warsaw · 27 years ago
- 3d31439 *** empty log message *** by Barry Warsaw · 27 years ago
- 69a4ab5 Docstring by Barry Warsaw · 27 years ago
- 4638c5b Docstring by Barry Warsaw · 27 years ago
- eb61fbd Docstring by Barry Warsaw · 27 years ago
- bd36d6e Added the ListViewer by Barry Warsaw · 27 years ago
- a9053f6 Updated docstring. by Barry Warsaw · 27 years ago
- 9f3ea21 all_names(): => unique_names() by Barry Warsaw · 27 years ago
- ddb9fc1 Added docstring by Barry Warsaw · 27 years ago
- b44056e Functionality complete by Barry Warsaw · 27 years ago
- 8be2594 all_names(): Return just the unique names of rgb colors by Barry Warsaw · 27 years ago
- b55c4ad Got click on working. Dragging is disabled for now by Barry Warsaw · 27 years ago
- ff45d54 resolve(): Improved use of a/an, suggested by Tino Wildenhain by Barry Warsaw · 27 years ago
- 399f10c Lots of good UI working, but not yet update-while-dragging by Barry Warsaw · 27 years ago
- 46670a2 *** empty log message *** by Barry Warsaw · 27 years ago
- 4ab5d85 Change some init order by Barry Warsaw · 27 years ago
- a7ba45b update_views_current(): New method by Barry Warsaw · 27 years ago
- 86daeb7 Added View button and popup of text widget by Barry Warsaw · 27 years ago
- f9c6ddc *** empty log message *** by Barry Warsaw · 27 years ago
- 231c8c0 Gridify this widget by Barry Warsaw · 27 years ago
- b26743a Make sure the menubar is stretched by Barry Warsaw · 27 years ago
- 65f0b6b Add a nice divider by Barry Warsaw · 27 years ago
- 85e6965 Fixed toggle b/w hex and decimal by Barry Warsaw · 27 years ago
- d344165 Added options to visible window by Barry Warsaw · 27 years ago
- aa40b55 Groove for debugging by Barry Warsaw · 27 years ago
- 03e8a31 Get rid of Edit menu by Barry Warsaw · 27 years ago
- 0fa6e4b Added options to visible window by Barry Warsaw · 27 years ago
- fda3ace Added interface to get/set colordb by Barry Warsaw · 27 years ago
- a9b4558 Removed old cruft, added raw about dialog by Barry Warsaw · 27 years ago
- 7a13418 Changed interface for nearest() method to take individual red, green, by Barry Warsaw · 27 years ago
- 4202019 Got updating with Return/Tab working by Barry Warsaw · 27 years ago
- 885b371 Un PMW-ified by Barry Warsaw · 27 years ago
- d7d4725 Added an extra frame in widget heirarchy in case I want to add separators later by Barry Warsaw · 27 years ago
- dc492e6 Un PMW-ified by Barry Warsaw · 27 years ago
- 63c9e98 Rework startup by Barry Warsaw · 27 years ago
- 1ac18cd simplify by Barry Warsaw · 27 years ago
- 0e3e699 triplet_to_brightness(): New function by Barry Warsaw · 27 years ago
- a69c1ba De PMW-ify by Barry Warsaw · 27 years ago
- 26f4b5d Fixed the brightness calculation by Barry Warsaw · 27 years ago
- 0dc9c92 Updated to new post-PMW framework. Moved generators to here and added by Barry Warsaw · 27 years ago
- 5177c48 formatting by Barry Warsaw · 27 years ago
- 6a3ea74 Un PMW-ified by Barry Warsaw · 27 years ago
- 04c7886 Un PMW-ified by Barry Warsaw · 27 years ago
- 987fb92 Initial revision by Barry Warsaw · 27 years ago
- a5a018f Fixed unit test by Barry Warsaw · 27 years ago
- f9a6d7d Print serious errors to stderr instead of stdout. by Guido van Rossum · 27 years ago
- caf9fca nannified by Guido van Rossum · 27 years ago
- e7e632a Nannified. by Guido van Rossum · 27 years ago
- a53f30b nannified by Guido van Rossum · 27 years ago
- 4e96ec6 nannified. by Guido van Rossum · 27 years ago
- 09eea82 Utility to replace CRLF with LF in argument files. by Guido van Rossum · 27 years ago
- 499a6e5 Utility to replace LF with CRLF in argument files. by Guido van Rossum · 27 years ago
- ce85827 Utility to untabify stubber results. by Guido van Rossum · 27 years ago
- 9819983 Beh, new version must be edited in a separate file. by Guido van Rossum · 27 years ago
- 2053aa6 Use SCRIPT_NAME (if defined) instead of hardcoding /cgi-bin/ when by Guido van Rossum · 27 years ago
- 859b407 Ignore cruft generating by the test run for hello.py. by Guido van Rossum · 27 years ago
- baf0603 New version, with contributions from Sjoerd Mullender and Mark Hammond. by Guido van Rossum · 27 years ago
- ee60eb1 New tool: reverse grep (greps from the end). Uses a fairly efficient by Guido van Rossum · 27 years ago
- e7f3953 A script by Mark-Andre Lemburg to produce the PC/python_nt.def file by Guido van Rossum · 27 years ago
- a42c1ee Added note() message to Page class -- this was used but didn't exist. by Guido van Rossum · 27 years ago
- b77a68e Rewrite to support multiple suckers, each with their own thread. by Guido van Rossum · 27 years ago
- 125700a Instead of printint, use self.message() or self.note(). by Guido van Rossum · 27 years ago
- 5e32a77 Minor change for windows; set extensions_c later and set by Guido van Rossum · 27 years ago
- d94c2dc # Bump version because of checkin to faqwiz.py. :-( by Guido van Rossum · 27 years ago