- 5bfac8d Integrate with OptionsWindow... need to hook into Tab key by Barry Warsaw · 27 years ago
- f67575d Integrate with OptionsWindow... not sure it should be modal by Barry Warsaw · 27 years ago
- 31ac518 Cosmetic by Barry Warsaw · 27 years ago
- 2addd2a Add quotes around some variable definitions; add a "clean" target. by Guido van Rossum · 27 years ago
- cef85a2 Adapted to the new situation. by Guido van Rossum · 27 years ago
- a0e1835 Rearrange some stuff so that the warning for unknown modules is also by Guido van Rossum · 27 years ago
- 31d53ed When writing the Windows Makefile, don't forget to strip some filenames by Guido van Rossum · 27 years ago
- 0b0e7b5 Got rid of the last tab character in this file. by Guido van Rossum · 27 years ago
- ab045f9 Always set the __file__ attribute, so dynamic link modules are indicated. by Guido van Rossum · 27 years ago
- b7da642 Fix typo -- -e takes a flag, -h doesn't. Somehow the colon and the h by Guido van Rossum · 27 years ago
- 88b02cf Use a better way to bind the checkext instance variable to a check by Guido van Rossum · 27 years ago
- e039425 Unfold some lines that were previously folded but don't need to be by Guido van Rossum · 27 years ago
- 541e783 Reindented, removed tabs. by Guido van Rossum · 27 years ago
- 3c51cf2 Oops, bug omission: also scan internal code objects for imports! by Guido van Rossum · 27 years ago
- 912a14c Reindented, removed tabs. by Guido van Rossum · 27 years ago
- 1e07403 Some nits... by Guido van Rossum · 27 years ago
- 75dc496 Added support for packages. by Guido van Rossum · 27 years ago
- f888350 Untested changes to make the '-s windows' option work on Windows. by Guido van Rossum · 27 years ago
- 557f446 Patches from Jack for new Apple headers by Guido van Rossum · 27 years ago
- 1a7eae9 Adapt to new webchecker structure. Due to better structure of by Guido van Rossum · 27 years ago
- 00756bd Major overhaul. Don't use global variable (e.g. verbose); use by Guido van Rossum · 27 years ago
- 64a1090 Change default RCS bin directory to /usr/local/bin/. by Guido van Rossum · 27 years ago
- 2e7a320 rrggbb_to_triplet(), triplet_to_rrggbb(): Improvements given by GvR by Barry Warsaw · 27 years ago
- 4435d5a Very modest improvements by Barry Warsaw · 27 years ago
- 49c5b0d Get rid of commented out, slower versions by Barry Warsaw · 27 years ago
- 4c2fab5 Implementation using TCLPROC loaded into the Tcl interpreter by Barry Warsaw · 27 years ago
- d7300f8 __modified(): Make sure `rgbs' is a tuple by Barry Warsaw · 27 years ago
- f67a50c Several optimizations: by Barry Warsaw · 27 years ago
- 8d3e5ee Cache conversions from triplets to rrggbb's and vice versa. Wasteful by Barry Warsaw · 27 years ago
- 552ac17 Added about dialog by Barry Warsaw · 27 years ago
- bc68930 Added chip selection stuff, strip label by Barry Warsaw · 27 years ago
- 93737b2 Added method to set selected color to nearest. by Barry Warsaw · 27 years ago
- 2e965ad __validate(): test for None-age, not not-ness by Barry Warsaw · 27 years ago
- 35ae864 get arrow movement, and text updating. also outlining of highlight by Barry Warsaw · 27 years ago
- 79a7879 fixed the generators by Barry Warsaw · 27 years ago
- 2662e15 triplet_to_pmwrgb(): New function by Barry Warsaw · 27 years ago
- f7e4793 fixed initial color by Barry Warsaw · 27 years ago
- 4b0d67d typo by Barry Warsaw · 27 years ago
- 29fe4dd Added color strip widgets by Barry Warsaw · 27 years ago
- 9d882bc Initial revision by Barry Warsaw · 27 years ago
- eab81a9 Better conversion of command line given initial color by Barry Warsaw · 27 years ago
- 55d3ffa new interface to find_byname() by Barry Warsaw · 27 years ago
- eb9b8af __init__(): simplify, use tuple as key to __byrgb, lowercase __byname key. by Barry Warsaw · 27 years ago
- 37400e8 Better dimensions by Barry Warsaw · 27 years ago
- a6f591a Interface changes, delegate chaining, type in widget addition by Barry Warsaw · 27 years ago
- f4562a7 Simplification of conversion routines by Barry Warsaw · 27 years ago
- 4a445c6 #Layout looks good, as does validation, and delegate chaining by Barry Warsaw · 27 years ago
- 2e6c13f Initial revision by Barry Warsaw · 27 years ago
- 48b1cde Fix typo in format for strftime() used by cookie code. by Guido van Rossum · 27 years ago
- f7c1e5a Moved toplevel widget to PyncheWidget.py by Barry Warsaw · 27 years ago
- fefbf79 Initial revision by Barry Warsaw · 27 years ago
- 9f4d73a BadColor: new exception class by Barry Warsaw · 27 years ago
- bfbe67f Better implementation of nearest(). Not faster, but better by Barry Warsaw · 27 years ago
- 2406b1d Initial revision by Barry Warsaw · 27 years ago
- b6db1b9 mered Greg's suggestions, added docstring by Barry Warsaw · 27 years ago
- 7080a7f Initial revision by Barry Warsaw · 27 years ago
- 516f189 Initial revision by Barry Warsaw · 27 years ago
- fdc5adc Dangerous feature added: when removing local files (i.e., only when -r by Guido van Rossum · 27 years ago
- 9d98c91 Fix bug detected by AMK: need to import string. by Guido van Rossum · 27 years ago
- 982209d Fix bug detected by AMK: Types should be types. by Guido van Rossum · 27 years ago
- c4b9af7 Added Jack Jansen's versioncheck to the README file. by Guido van Rossum · 27 years ago
- 5291037 Adding Jack Jansen's version checking utility. by Guido van Rossum · 27 years ago
- 80e57fb Converted to use re instead of regex; version 0.9.0. by Guido van Rossum · 27 years ago
- 71c0dec Up the version. by Guido van Rossum · 27 years ago
- 0721358 Fix a bug in translate(): the pointer was incremented by the length of by Guido van Rossum · 27 years ago
- b1823ad v 0.8.3 -- add an option to suppress URL processing inside <PRE>, by Guido van Rossum · 27 years ago
- 94ce0d1 Add special handling for Python modules that are imported implicitly by Guido van Rossum · 27 years ago
- 90136b0 Only parsing requires Python 1.5 by Barry Warsaw · 27 years ago
- 00727b0 Updated world codes with latest iso3166 codes by Barry Warsaw · 27 years ago
- 9efdef1 Added parsing of ISO 3166 files by Barry Warsaw · 27 years ago
- ca83f01 Added "-n file" option to only print files newer than the given file. by Guido van Rossum · 27 years ago
- 345df17 os2 patch by Jeff Rush by Guido van Rossum · 27 years ago
- 2aa78ef Add a pointer back to the wizard in the "compat" output. by Guido van Rossum · 27 years ago
- 6592b3c Use a %s format for the exit status -- through the magical workings of by Guido van Rossum · 27 years ago
- ca2f69c As Mark Hammond found out, it was a bad idea to add "set -e" to the by Guido van Rossum · 27 years ago
- 79b2038 When checking for equality, open the slave file in text mode so it by Guido van Rossum · 27 years ago
- 9476a78 Remove "." or "" from front of sys.path (this bit me once). by Guido van Rossum · 27 years ago
- 8450370 Generate new style exception initializer (Jack). by Guido van Rossum · 27 years ago
- f326134 Map .shtml to text/html. by Guido van Rossum · 27 years ago
- 57d4c55 Version 0.8.1. by Guido van Rossum · 27 years ago
- b6fd5a5 Add "set -e" to lock command. by Guido van Rossum · 27 years ago
- 9971f68 Fix comment to add the all-important trailing colon to the example. by Guido van Rossum · 27 years ago
- d575480 A variant on webchecker that creates a mirror copy of a remote site. by Guido van Rossum · 27 years ago
- 2237b73 Several changes: by Guido van Rossum · 27 years ago
- 03be7f5 Changes by jack so the generated modules export their types to Python. by Guido van Rossum · 27 years ago
- b81b5c7 Moved pystone to Lib/test. Use import test.pystone to run it. by Guido van Rossum · 27 years ago
- d2ba369 Skip symlinks; don't bother keeping a list of files that is never used. by Guido van Rossum · 27 years ago
- a11b041 Added faqwiz and webchecker. by Guido van Rossum · 27 years ago
- 8c5fa91 Added section about multiple FAQs. by Guido van Rossum · 27 years ago
- f1ead1a New installation instructions show how to maintain multiple FAQs. by Guido van Rossum · 27 years ago
- 8a2d216 Removed faqmain.py -- it was an earlier implementation and no longer relevant. by Guido van Rossum · 27 years ago
- 92dfa4f Use correct keyword parameter when calling copy with answer option! by Guido van Rossum · 27 years ago
- 92c9032 Recognize https:// as URL as well. by Guido van Rossum · 27 years ago
- 939e4c1 Oops, there was a bug in the output formatting - the last printed by Guido van Rossum · 27 years ago
- 3485bb6 Added logmerge.py by Guido van Rossum · 27 years ago
- 6f0cf7e Consolidate a bunch of CVS or RCS logs read from stdin. by Guido van Rossum · 27 years ago
- 91c7c93 New version (changes are so minor that I don't bother to explain them). by Guido van Rossum · 27 years ago
- fee9faa Of course, this file should be empty except for an informative comment. by Guido van Rossum · 27 years ago
- 193a11e Add a separate SRC directory and insert it in front of the path. by Guido van Rossum · 27 years ago
- 1dccdc2 Add missing semicolon to '>'. by Guido van Rossum · 27 years ago