| Commit message (Expand) | Author | Age | Files | Lines |
* | Freeze assumes that all built-in modules are part of the Python core. | Guido van Rossum | 1998-04-23 | 1 | -4/+6 |
|
|
* | If freezing with the -O option, the optimized bytecode files are | Guido van Rossum | 1998-04-23 | 1 | -0/+4 |
|
|
* | When using extention modules, relative path names that occur in the | Guido van Rossum | 1998-04-23 | 1 | -0/+2 |
|
|
* | Shouldn't import addpack! | Guido van Rossum | 1998-04-20 | 1 | -1/+0 |
|
|
* | Change the example of what's in scripts/. | Guido van Rossum | 1998-04-10 | 1 | -3/+3 |
|
|
* | tabnanny stuff | Guido van Rossum | 1998-04-10 | 4 | -507/+508 |
|
|
* | Tim's version 4, with my mods | Guido van Rossum | 1998-04-10 | 2 | -28/+12 |
|
|
* | This really needs python 1.5 now... | Guido van Rossum | 1998-04-08 | 1 | -1/+1 |
|
|
* | Add usage message when no arguments. | Guido van Rossum | 1998-04-06 | 3 | -0/+12 |
|
|
* | Tim's latest version (supports old and new tokenize modules) | Guido van Rossum | 1998-04-06 | 2 | -154/+256 |
|
|
* | Give in to tabnanny | Guido van Rossum | 1998-04-06 | 6 | -1041/+850 |
|
|
* | Version 1.0 is official! | Guido van Rossum | 1998-04-06 | 2 | -3/+6 |
|
|
* | Untabified, for tabnanny. | Guido van Rossum | 1998-04-06 | 1 | -593/+593 |
|
|
* | Reindented without tabs and with uniform 4 space indent. | Guido van Rossum | 1998-04-06 | 1 | -36/+36 |
|
|
* | posix->os. | Guido van Rossum | 1998-04-03 | 1 | -3/+3 |
|
|
* | Tim Peters' program for checking whether a program's indentation is | Guido van Rossum | 1998-03-31 | 2 | -0/+604 |
|
|
* | Add -q option that *just* prints the filename. | Guido van Rossum | 1998-03-26 | 1 | -7/+13 |
|
|
* | give in to tab police | Guido van Rossum | 1998-03-24 | 6 | -435/+440 |
|
|
* | Report first line with inconsistent tab usage. | Guido van Rossum | 1998-03-24 | 1 | -4/+24 |
|
|
* | The Tab Police watches for possibly inconsistent indentation. | Guido van Rossum | 1998-03-20 | 1 | -0/+74 |
|
|
* | Big changes by Mark Hammond to support freezing with DLLs on Windows. | Guido van Rossum | 1998-03-20 | 4 | -47/+201 |
|
|
* | update while dragging defaults to 0 | Barry Warsaw | 1998-03-17 | 1 | -1/+1 |
|
|
* | No update while dragging still tracks the arrows | Barry Warsaw | 1998-03-17 | 1 | -36/+59 |
|
|
* | Get rid of Entrywidget | Barry Warsaw | 1998-03-16 | 1 | -14/+0 |
|
|
* | Add option for no updates on typing | Barry Warsaw | 1998-03-16 | 1 | -1/+3 |
|
|
* | Add option for no updates on dragging | Barry Warsaw | 1998-03-16 | 1 | -11/+9 |
|
|
* | Use the new PyncheOptions widget | Barry Warsaw | 1998-03-16 | 1 | -8/+30 |
|
|
* | example output is different | Barry Warsaw | 1998-03-13 | 1 | -6/+7 |
|
|
* | Typos in the docstring fixed by Detlef Lannert | Barry Warsaw | 1998-03-13 | 1 | -3/+3 |
|
|
* | Added URL for UK | Barry Warsaw | 1998-03-12 | 1 | -0/+2 |
|
|
* | Added a hack to deal with common practice 'uk' for United Kingdom | Barry Warsaw | 1998-03-12 | 1 | -0/+7 |
|
|
* | Use RCS revisions | Barry Warsaw | 1998-03-11 | 1 | -3/+3 |
|
|
* | Updated the docstring | Barry Warsaw | 1998-03-11 | 1 | -6/+17 |
|
|
* | Added reverse lookup | Barry Warsaw | 1998-03-11 | 1 | -33/+94 |
|
|
* | Integrate with OptionsWindow... need to hook into Tab key | Barry Warsaw | 1998-03-10 | 1 | -5/+19 |
|
|
* | Integrate with OptionsWindow... not sure it should be modal | Barry Warsaw | 1998-03-10 | 1 | -6/+26 |
|
|
* | Cosmetic | Barry Warsaw | 1998-03-10 | 1 | -7/+7 |
|
|
* | Add quotes around some variable definitions; add a "clean" target. | Guido van Rossum | 1998-03-07 | 1 | -5/+10 |
|
|
* | Adapted to the new situation. | Guido van Rossum | 1998-03-07 | 1 | -39/+71 |
|
|
* | Rearrange some stuff so that the warning for unknown modules is also | Guido van Rossum | 1998-03-07 | 1 | -17/+21 |
|
|
* | When writing the Windows Makefile, don't forget to strip some filenames | Guido van Rossum | 1998-03-07 | 1 | -2/+3 |
|
|
* | Got rid of the last tab character in this file. | Guido van Rossum | 1998-03-06 | 1 | -1/+1 |
|
|
* | Always set the __file__ attribute, so dynamic link modules are indicated. | Guido van Rossum | 1998-03-06 | 1 | -1/+1 |
|
|
* | Fix typo -- -e takes a flag, -h doesn't. Somehow the colon and the h | Guido van Rossum | 1998-03-06 | 1 | -1/+1 |
|
|
* | Use a better way to bind the checkext instance variable to a check | Guido van Rossum | 1998-03-05 | 1 | -9/+8 |
|
|
* | Unfold some lines that were previously folded but don't need to be | Guido van Rossum | 1998-03-05 | 1 | -7/+12 |
|
|
* | Reindented, removed tabs. | Guido van Rossum | 1998-03-05 | 1 | -18/+24 |
|
|
* | Oops, bug omission: also scan internal code objects for imports! | Guido van Rossum | 1998-03-05 | 1 | -31/+37 |
|
|
* | Reindented, removed tabs. | Guido van Rossum | 1998-03-05 | 2 | -312/+320 |
|
|
* | Some nits... | Guido van Rossum | 1998-03-05 | 1 | -8/+9 |
|
|