| Commit message (Expand) | Author | Age | Files | Lines |
* | Better conversion of command line given initial color | Barry Warsaw | 1998-02-11 | 1 | -3/+18 |
|
|
* | new interface to find_byname() | Barry Warsaw | 1998-02-11 | 1 | -1/+1 |
|
|
* | __init__(): simplify, use tuple as key to __byrgb, lowercase __byname key. | Barry Warsaw | 1998-02-11 | 1 | -22/+22 |
|
|
* | Better dimensions | Barry Warsaw | 1998-02-11 | 1 | -2/+2 |
|
|
* | Interface changes, delegate chaining, type in widget addition | Barry Warsaw | 1998-02-11 | 1 | -13/+37 |
|
|
* | Simplification of conversion routines | Barry Warsaw | 1998-02-11 | 1 | -22/+21 |
|
|
* | #Layout looks good, as does validation, and delegate chaining | Barry Warsaw | 1998-02-11 | 1 | -29/+44 |
|
|
* | Initial revision | Barry Warsaw | 1998-02-10 | 1 | -0/+90 |
|
|
* | Fix typo in format for strftime() used by cookie code. | Guido van Rossum | 1998-02-02 | 1 | -1/+1 |
|
|
* | Moved toplevel widget to PyncheWidget.py | Barry Warsaw | 1998-01-31 | 1 | -1/+92 |
|
|
* | Initial revision | Barry Warsaw | 1998-01-31 | 1 | -0/+51 |
|
|
* | BadColor: new exception class | Barry Warsaw | 1998-01-31 | 1 | -3/+43 |
|
|
* | Better implementation of nearest(). Not faster, but better | Barry Warsaw | 1998-01-31 | 1 | -1/+2 |
|
|
* | Initial revision | Barry Warsaw | 1998-01-31 | 1 | -0/+151 |
|
|
* | mered Greg's suggestions, added docstring | Barry Warsaw | 1998-01-30 | 1 | -18/+26 |
|
|
* | Initial revision | Barry Warsaw | 1998-01-29 | 1 | -0/+71 |
|
|
* | Initial revision | Barry Warsaw | 1998-01-27 | 1 | -0/+23 |
|
|
* | Dangerous feature added: when removing local files (i.e., only when -r | Guido van Rossum | 1998-01-04 | 1 | -25/+50 |
|
|
* | Fix bug detected by AMK: need to import string. | Guido van Rossum | 1997-12-31 | 1 | -0/+1 |
|
|
* | Fix bug detected by AMK: Types should be types. | Guido van Rossum | 1997-12-31 | 1 | -2/+2 |
|
|
* | Added Jack Jansen's versioncheck to the README file. | Guido van Rossum | 1997-12-23 | 1 | -0/+3 |
|
|
* | Adding Jack Jansen's version checking utility. | Guido van Rossum | 1997-12-23 | 4 | -0/+212 |
|
|
* | Converted to use re instead of regex; version 0.9.0. | Guido van Rossum | 1997-12-21 | 3 | -55/+52 |
|
|
* | Up the version. | Guido van Rossum | 1997-12-16 | 2 | -3/+3 |
|
|
* | Fix a bug in translate(): the pointer was incremented by the length of | Guido van Rossum | 1997-12-16 | 1 | -2/+2 |
|
|
* | v 0.8.3 -- add an option to suppress URL processing inside <PRE>, | Guido van Rossum | 1997-12-09 | 3 | -9/+15 |
|
|
* | Add special handling for Python modules that are imported implicitly | Guido van Rossum | 1997-12-08 | 1 | -0/+6 |
|
|
* | Only parsing requires Python 1.5 | Barry Warsaw | 1997-12-04 | 1 | -6/+7 |
|
|
* | Updated world codes with latest iso3166 codes | Barry Warsaw | 1997-12-04 | 1 | -8/+7 |
|
|
* | Added parsing of ISO 3166 files | Barry Warsaw | 1997-12-04 | 1 | -7/+104 |
|
|
* | Added "-n file" option to only print files newer than the given file. | Guido van Rossum | 1997-11-24 | 1 | -4/+37 |
|
|
* | os2 patch by Jeff Rush | Guido van Rossum | 1997-11-22 | 1 | -1/+2 |
|
|
* | Add a pointer back to the wizard in the "compat" output. | Guido van Rossum | 1997-11-21 | 1 | -1/+3 |
|
|
* | Use a %s format for the exit status -- through the magical workings of | Guido van Rossum | 1997-11-11 | 1 | -1/+1 |
|
|
* | As Mark Hammond found out, it was a bad idea to add "set -e" to the | Guido van Rossum | 1997-11-11 | 1 | -1/+1 |
|
|
* | When checking for equality, open the slave file in text mode so it | Guido van Rossum | 1997-11-04 | 1 | -2/+6 |
|
|
* | Remove "." or "" from front of sys.path (this bit me once). | Guido van Rossum | 1997-10-20 | 1 | -0/+3 |
|
|
* | Generate new style exception initializer (Jack). | Guido van Rossum | 1997-10-08 | 1 | -1/+1 |
|
|
* | Map .shtml to text/html. | Guido van Rossum | 1997-10-07 | 1 | -0/+1 |
|
|
* | Version 0.8.1. | Guido van Rossum | 1997-10-07 | 1 | -1/+1 |
|
|
* | Add "set -e" to lock command. | Guido van Rossum | 1997-10-07 | 1 | -1/+1 |
|
|
* | Fix comment to add the all-important trailing colon to the example. | Guido van Rossum | 1997-10-06 | 1 | -9/+16 |
|
|
* | A variant on webchecker that creates a mirror copy of a remote site. | Guido van Rossum | 1997-10-06 | 1 | -0/+131 |
|
|
* | Several changes: | Guido van Rossum | 1997-10-06 | 1 | -6/+24 |
|
|
* | Changes by jack so the generated modules export their types | Guido van Rossum | 1997-09-22 | 3 | -2/+18 |
|
|
* | Moved pystone to Lib/test. Use import test.pystone to run it. | Guido van Rossum | 1997-09-16 | 2 | -249/+0 |
|
|
* | Skip symlinks; don't bother keeping a list of files that is never used. | Guido van Rossum | 1997-09-16 | 1 | -5/+2 |
|
|
* | Added faqwiz and webchecker. | Guido van Rossum | 1997-08-28 | 1 | -0/+6 |
|
|
* | Added section about multiple FAQs. | Guido van Rossum | 1997-08-28 | 1 | -2/+22 |
|
|
* | New installation instructions show how to maintain multiple FAQs. | Guido van Rossum | 1997-08-28 | 4 | -35/+60 |
|
|