Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whrandom -> random | Guido van Rossum | 1998-05-20 | 1 | -2/+2 |
| | |||||
* | Additions for Mark Hammond's Win32 specific hacks. | Guido van Rossum | 1998-05-19 | 3 | -0/+398 |
| | |||||
* | Add a feature to support specifying an additional search directory for | Guido van Rossum | 1998-05-18 | 1 | -17/+30 |
| | | | | | | packages. (Mark Hammond) Folded some long lines. | ||||
* | Remove Emacs cruft. | Guido van Rossum | 1998-05-18 | 3 | -12/+0 |
| | |||||
* | Add a feature to support specifying an additional search directory for | Guido van Rossum | 1998-05-18 | 1 | -4/+17 |
| | | | | | | packages. (Mark Hammond) Remove Emacs cruft. | ||||
* | OK, here's a different way to implement the same thing -- this version | Guido van Rossum | 1998-05-12 | 1 | -6/+6 |
| | | | | also supports filenames with multiple spaces in their name :-) | ||||
* | Support filenames with spaces in their names (for non-Mac ftp servers). | Guido van Rossum | 1998-05-12 | 1 | -2/+2 |
| | | | | | | | | | | This patch must hold the world record for living in my inbox: From: John Ehresman <jehresma@dsg.harvard.edu> Date: Wed, 23 Aug 1995 16:07:11 -0400 He provided a fix for the version that comes with Python 1.3: ftpmirror.py revision 1.1... And it was still relevant! | ||||
* | Add the specific sed statement to recover the second output file to | Guido van Rossum | 1998-05-08 | 1 | -1/+6 |
| | | | | the comments. | ||||
* | Adding Tim Peters' ndiff utility. | Guido van Rossum | 1998-05-06 | 1 | -0/+667 |
| | | | | | This is handy for comparing plain-text documentation files, since it displays intra-line differences. | ||||
* | After variable expansion, what was formerly a single word can now | Guido van Rossum | 1998-05-06 | 1 | -7/+8 |
| | | | | | | contain multiple words, all of which may have to be joined with the path of the extension directory. (Sjoerd) | ||||
* | Remove Emacs cruft at end. | Guido van Rossum | 1998-05-06 | 1 | -4/+0 |
| | |||||
* | accept * in return value type and convert it to _ptr after the | Guido van Rossum | 1998-04-28 | 1 | -1/+2 |
| | | | | | typename, as in argument types. (Jack) | ||||
* | Style and StyleParameter are two different types. | Guido van Rossum | 1998-04-28 | 1 | -1/+1 |
| | | | | (Jack) | ||||
* | class ByAddressType, a simple Type but passed by address even on | Guido van Rossum | 1998-04-28 | 1 | -0/+7 |
| | | | | | input. (Jack) | ||||
* | typo in error message (fname vs. file). | Guido van Rossum | 1998-04-28 | 2 | -2/+2 |
| | | | | (Jack) | ||||
* | Use a try-except so that the pickle file is written even when we die | Guido van Rossum | 1998-04-27 | 1 | -14/+18 |
| | | | | because of an unexpected exception. | ||||
* | Use the (new) standard script #! line | Barry Warsaw | 1998-04-23 | 1 | -28/+51 |
| | | | | | | Convert to re module; remove all references to regexp and regsub Added support for the new texinfo @url{} and @email{} commands | ||||
* | Freeze assumes that all built-in modules are part of the Python core. | Guido van Rossum | 1998-04-23 | 1 | -4/+6 |
| | | | | | | | This is not necessarily the case. It is possible to create a Python binary which contains built-in extension modules. Therefore checkextensions should be used for all unknown and builtin modules. (Sjoerd Mullender) | ||||
* | If freezing with the -O option, the optimized bytecode files are | Guido van Rossum | 1998-04-23 | 1 | -0/+4 |
| | | | | | | used. It is useful to implicitly set the -O flag in the frozen application. (Sjoerd Mullender) | ||||
* | When using extention modules, relative path names that occur in the | Guido van Rossum | 1998-04-23 | 1 | -0/+2 |
| | | | | | | | Setup file are fixed so that they will work from the freeze build directory. However, relative path names in liner -L and -R options are not fixed in this way. (Sjoerd Mullender) | ||||
* | 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 |
| | | | | | sensitive to tab size. Uses a different strategy than tabpolice.py, but has compatible usage. | ||||
* | 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 |
| | | | | <lannert@uni-duesseldorf.de> | ||||
* | 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 |
| |