summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* new simple dialog module, incompatibleGuido van Rossum1996-06-172-0/+154
|
* Change defn of splitnport() to only accept valid digit strings.Guido van Rossum1996-06-171-10/+9
|
* Import marshal before using it :-(Guido van Rossum1996-06-171-0/+1
|
* Memoize _deepcopy_tuple() -- maybe this helps Tommy's problem.Guido van Rossum1996-06-171-2/+6
|
* New style interface via pointer variable.Guido van Rossum1996-06-171-5/+6
|
* struct frozen is now struct _frozen and comes from import.h.Guido van Rossum1996-06-171-11/+5
|
* frozen_modules is now officially part of the API, remove _ from new name.Guido van Rossum1996-06-171-1/+1
|
* Add defs for struct _frozen and struct _frozen *PyImport_FrozenModules();Guido van Rossum1996-06-171-0/+13
|
* Define sys.prefix and sys.exec_prefix (see Modules/getpath.c; from Makefile).Guido van Rossum1996-06-171-0/+7
|
* Test for zero-length argument in capitalize().Guido van Rossum1996-06-171-1/+1
|
* Added new.instance(class, dict).Guido van Rossum1996-06-171-0/+26
|
* Added splitnport(), which is like splitport() but returns a numeric port,Guido van Rossum1996-06-131-0/+17
| | | | | is forgiving about semi-numeric port numbers, and allows you to specify a default port (default is -1, None returned for nonnumeric port).
* added capitalize()Guido van Rossum1996-06-121-0/+45
|
* Yet another pass at fd2obj -- this time for WindowsGuido van Rossum1996-06-121-29/+58
|
* provide access to $(exec_)prefixGuido van Rossum1996-06-122-0/+25
|
* ntohs, ntohl, htons, htonl -- thanks to LanceGuido van Rossum1996-06-121-0/+56
|
* more changes for Windows, sighGuido van Rossum1996-06-121-29/+57
|
* Bastionification utility (useful for rexec clients)Guido van Rossum1996-06-111-0/+162
|
* Add third arg to split(). Add capwords() -- which uses that.Guido van Rossum1996-06-111-1/+15
|
* Added capitalize() and capwords().Guido van Rossum1996-06-112-0/+20
|
* Add a hack for Solaris threads (why not, there are zillions ofGuido van Rossum1996-06-111-0/+6
| | | | hacks for Windows and DOS here already :-( ).
* Avoid core dump in resizestring() on read() with 0 bytes.Guido van Rossum1996-06-111-4/+5
|
* Calculate length of AF_UNIX addr struct portably in getsockaddrarg().Guido van Rossum1996-06-111-1/+1
|
* Get rid of obsolete allowbroadcast().Guido van Rossum1996-06-111-23/+2
| | | | Avoid core dumps in resizestring().
* Avoid core dump on symcomp("").Guido van Rossum1996-06-111-1/+5
|
* Got rid of florida hack and made it work with Solaris 2.5 pthreads.Guido van Rossum1996-06-111-19/+7
| | | | Wonder if this will break it on all other platforms :-)
* A fcntl implementation for systems (like Solaris) without flock() call.Guido van Rossum1996-06-111-0/+27
| | | | By Sjoerd.
* 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
|