summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* regenerated files from IRIX 5.3 headersGuido van Rossum1996-06-1113-122/+1224
|
* Support optional filename argument for retrieve() and urlretrieve(),Guido van Rossum1996-06-111-8/+12
| | | | | to specify where it should go (if specified, even local files will be copied into the given file).
* Note that EOF is ^Z on DOS. Spell Unix as \UNIX in some more places.Guido van Rossum1996-06-102-8/+14
| | | | Note that .pyc files are platform independent.
* small fix by SjoerdGuido van Rossum1996-06-101-3/+12
|
* Use py_resource moduleJack Jansen1996-05-311-46/+10
|
* Module to handle PYC resourcesJack Jansen1996-05-311-0/+76
|
* PyMac_GetFixed() didn't return 1 on successJack Jansen1996-05-311-0/+1
|
* Use correct field of sigaction structGuido van Rossum1996-05-291-1/+1
|
* change DumbWriter to derive from NullWriterGuido van Rossum1996-05-291-3/+4
|
* optimizations due to Fred Drake; added urldefrag() functionGuido van Rossum1996-05-281-18/+35
|
* Conversions between mac paths and URLsGuido van Rossum1996-05-281-0/+76
|
* Many improvements dure to Fred DrakeGuido van Rossum1996-05-281-57/+153
|
* Docstringified and PASV support by Siebren (including new ftpcp() function).Guido van Rossum1996-05-281-91/+171
|
* fix typo in load_dynamicGuido van Rossum1996-05-281-1/+1
|
* Be more careful about default temp dirGuido van Rossum1996-05-281-10/+20
|
* added &quot defGuido van Rossum1996-05-281-0/+1
|
* Total rewriteGuido van Rossum1996-05-281-58/+78
|
* made it work again with changed TkinterGuido van Rossum1996-05-282-10/+38
|
* Major overhaul:Guido van Rossum1996-05-282-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 selectionGuido van Rossum1996-05-282-4/+4
|
* added hdl protocol propertiesGuido van Rossum1996-05-281-3/+3
|
* removed history commentGuido van Rossum1996-05-281-3/+0
|
* add translate() -- which was in strop per release 1.3Guido van Rossum1996-05-282-0/+16
|
* optimization of getheader() using a dictionaryGuido van Rossum1996-05-281-45/+33
|
* Fix some obsolete names comments.Guido van Rossum1996-05-281-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 plagueGuido van Rossum1996-05-281-1/+2
|
* change Mac creator/typeGuido van Rossum1996-05-281-2/+2
|
* change return values of simple run* functionsGuido van Rossum1996-05-281-4/+3
|
* removed unused globalsGuido van Rossum1996-05-281-1/+1
|
* added setcontext and parsesequence; several small fixesGuido van Rossum1996-05-281-6/+56
|
* export error == IOErrorGuido van Rossum1996-05-281-0/+2
|
* bump version (sorry)Guido van Rossum1996-05-281-1/+1
|
* capitalize H3 headers; add 'cgi.' prefix to example codeGuido van Rossum1996-05-281-4/+4
|
* added * and + operatorsGuido van Rossum1996-05-281-0/+13
|
* see new configure.inGuido van Rossum1996-05-281-221/+513
|
* Some more header files and symbols.Guido van Rossum1996-05-281-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 Rossum1996-05-281-0/+12
|
* config files for DOS and Windows (all versions, all compilers)Guido van Rossum1996-05-282-0/+505
|
* Added some comments to the top.Guido van Rossum1996-05-281-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 WATCOMGuido van Rossum1996-05-281-1/+1
|
* grand renaming; added copyright to some filesGuido van Rossum1996-05-288-37/+154
|
* Plug memory leak (variable names in code objects were being leaked!)Guido van Rossum1996-05-281-0/+1
|
* Added Py_GetPath (getpythonpath)Guido van Rossum1996-05-281-0/+1
|
* minor fix to mime header regex --SjoerdGuido van Rossum1996-05-281-1/+1
|
* Auto-install on first import.Guido van Rossum1996-05-282-0/+90
| | | | Added quick reference.
* Use ../install-sh to install files.Guido van Rossum1996-05-241-3/+11
|
* Made all c_* symbols static.Guido van Rossum1996-05-241-20/+20
|
* rename more symbolsGuido van Rossum1996-05-241-0/+13
|
* rename exported symbols with _Py_ prefixGuido van Rossum1996-05-241-0/+7
|
* rename exported symbols with _Py_ prefixGuido van Rossum1996-05-242-0/+21
|