Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Many improvements dure to Fred Drake | Guido van Rossum | 1996-05-28 | 1 | -57/+153 |
| | |||||
* | Docstringified and PASV support by Siebren (including new ftpcp() function). | Guido van Rossum | 1996-05-28 | 1 | -91/+171 |
| | |||||
* | fix typo in load_dynamic | Guido van Rossum | 1996-05-28 | 1 | -1/+1 |
| | |||||
* | Be more careful about default temp dir | Guido van Rossum | 1996-05-28 | 1 | -10/+20 |
| | |||||
* | added " def | Guido van Rossum | 1996-05-28 | 1 | -0/+1 |
| | |||||
* | Total rewrite | Guido van Rossum | 1996-05-28 | 1 | -58/+78 |
| | |||||
* | made it work again with changed Tkinter | Guido van Rossum | 1996-05-28 | 2 | -10/+38 |
| | |||||
* | Major overhaul: | Guido van Rossum | 1996-05-28 | 2 | -96/+202 |
| | | | | | | | | | | | | | | - Support ~[user] expansion. - Remember last directory and pattern; optional 'key' argument specifies different memory locations. - Absolutify pathnames if possible. - WM close event cancels the dialog. - First arg to go() can be either a directory or a file (renamed to dir_of_file); defaults to current directory. | ||||
* | don't export selection | Guido van Rossum | 1996-05-28 | 2 | -4/+4 |
| | |||||
* | added hdl protocol properties | Guido van Rossum | 1996-05-28 | 1 | -3/+3 |
| | |||||
* | removed history comment | Guido van Rossum | 1996-05-28 | 1 | -3/+0 |
| | |||||
* | add translate() -- which was in strop per release 1.3 | Guido van Rossum | 1996-05-28 | 2 | -0/+16 |
| | |||||
* | optimization of getheader() using a dictionary | Guido van Rossum | 1996-05-28 | 1 | -45/+33 |
| | |||||
* | Fix some obsolete names comments. | Guido van Rossum | 1996-05-28 | 1 | -12/+53 |
| | | | | | | | | | | | | | Change RHooks() interface to not require a 'rexec' instance argument; added set_rexec() method instead (which must be called by the RExec instance using this RHooks instance). Support dynamic loading of modules, at least for those modules that are ok built-in modules. Added new interfaces set_trusted_path() and load_dynamic() to RExec class (the default trusted path consists of all absolute pathnames in sys.path). Change copy_except() to actually try to delete the exceptions. | ||||
* | avoid eval() like the plague | Guido van Rossum | 1996-05-28 | 1 | -1/+2 |
| | |||||
* | change Mac creator/type | Guido van Rossum | 1996-05-28 | 1 | -2/+2 |
| | |||||
* | change return values of simple run* functions | Guido van Rossum | 1996-05-28 | 1 | -4/+3 |
| | |||||
* | removed unused globals | Guido van Rossum | 1996-05-28 | 1 | -1/+1 |
| | |||||
* | added setcontext and parsesequence; several small fixes | Guido van Rossum | 1996-05-28 | 1 | -6/+56 |
| | |||||
* | export error == IOError | Guido van Rossum | 1996-05-28 | 1 | -0/+2 |
| | |||||
* | bump version (sorry) | Guido van Rossum | 1996-05-28 | 1 | -1/+1 |
| | |||||
* | capitalize H3 headers; add 'cgi.' prefix to example code | Guido van Rossum | 1996-05-28 | 1 | -4/+4 |
| | |||||
* | added * and + operators | Guido van Rossum | 1996-05-28 | 1 | -0/+13 |
| | |||||
* | see new configure.in | Guido van Rossum | 1996-05-28 | 1 | -221/+513 |
| | |||||
* | Some more header files and symbols. | Guido van Rossum | 1996-05-28 | 1 | -3/+12 |
| | | | | | | Split the AC_CHECK_FUNCS() line using backslashes. Added FreeBSD support. Added XXX comment -- need to be more liberal or careful about -lreadline. | ||||
* | Added HAVE_ symbols for mkfifo, sigaction, sigrelse, ncurses.h. | Guido van Rossum | 1996-05-28 | 1 | -0/+12 |
| | |||||
* | config files for DOS and Windows (all versions, all compilers) | Guido van Rossum | 1996-05-28 | 2 | -0/+505 |
| | |||||
* | Added some comments to the top. | Guido van Rossum | 1996-05-28 | 1 | -26/+100 |
| | | | | | | | | | | | | Changed install targets so (1) "make install" installs everything; (2) more directories are built as needed; (3) the X11R5 shell script install-sh is used (always). (The script can't be called install.sh since some Make versions have a default rule that copies "foo.sh" to "foo" when making "foo".) Added target "smelly" which checks for non-Py-prefixed exported symbols. | ||||
* | Changed NT -> MSC or WATCOM | Guido van Rossum | 1996-05-28 | 1 | -1/+1 |
| | |||||
* | grand renaming; added copyright to some files | Guido van Rossum | 1996-05-28 | 8 | -37/+154 |
| | |||||
* | Plug memory leak (variable names in code objects were being leaked!) | Guido van Rossum | 1996-05-28 | 1 | -0/+1 |
| | |||||
* | Added Py_GetPath (getpythonpath) | Guido van Rossum | 1996-05-28 | 1 | -0/+1 |
| | |||||
* | minor fix to mime header regex --Sjoerd | Guido van Rossum | 1996-05-28 | 1 | -1/+1 |
| | |||||
* | Auto-install on first import. | Guido van Rossum | 1996-05-28 | 2 | -0/+90 |
| | | | | Added quick reference. | ||||
* | Use ../install-sh to install files. | Guido van Rossum | 1996-05-24 | 1 | -3/+11 |
| | |||||
* | Made all c_* symbols static. | Guido van Rossum | 1996-05-24 | 1 | -20/+20 |
| | |||||
* | rename more symbols | Guido van Rossum | 1996-05-24 | 1 | -0/+13 |
| | |||||
* | rename exported symbols with _Py_ prefix | Guido van Rossum | 1996-05-24 | 1 | -0/+7 |
| | |||||
* | rename exported symbols with _Py_ prefix | Guido van Rossum | 1996-05-24 | 2 | -0/+21 |
| | |||||
* | make soundex_hash static | Guido van Rossum | 1996-05-24 | 1 | -1/+1 |
| | |||||
* | Removed some done "to do" items. | Guido van Rossum | 1996-05-24 | 1 | -9/+3 |
| | | | | Changed #ifdef DEBUG slightly. | ||||
* | rename printrefs, getobjects to _Py_ prefix | Guido van Rossum | 1996-05-24 | 3 | -5/+7 |
| | |||||
* | make some things static | Guido van Rossum | 1996-05-24 | 2 | -6/+6 |
| | |||||
* | Only define PyOS_ReadlineInit if WITH_READLINE defined. | Guido van Rossum | 1996-05-24 | 1 | -0/+2 |
| | |||||
* | rename parser internal symbols with _Py_ prefix | Guido van Rossum | 1996-05-24 | 1 | -0/+22 |
| | |||||
* | don't use NDEBUG | Guido van Rossum | 1996-05-24 | 2 | -7/+3 |
| | |||||
* | X11 install.sh script | Guido van Rossum | 1996-05-24 | 1 | -0/+119 |
| | |||||
* | Removed most of the README text since it is all about the Mac specific | Guido van Rossum | 1996-05-24 | 1 | -161/+5 |
| | | | | examples, which no longer live here. | ||||
* | Fix typos (need to use tag_bind, not bind). | Guido van Rossum | 1996-05-24 | 1 | -3/+2 |
| | |||||
* | Added mkfifo, ftruncate. Windows/PC changes. | Guido van Rossum | 1996-05-23 | 1 | -31/+214 |
| |