summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* removed all references to modsupport.hGuido van Rossum1995-06-201-1/+0
|
* add bind(0,''); better way of guessing our fully qualified hostnameGuido van Rossum1995-06-201-1/+8
|
* Two new methodsJack Jansen1995-06-202-0/+20
|
* Fixed sentence about modulatorJack Jansen1995-06-201-1/+1
|
* UpdatedJack Jansen1995-06-201-4/+7
|
* Jim Fulton's change to support doc stringsJack Jansen1995-06-205-4/+30
|
* Added methods as_Menu and as_Control to convert a resourceJack Jansen1995-06-183-1/+97
| | | | | | | to those object types You can now set the data attribute of a resource with the expected semantics (but you have to call ChangedResource yourself)
* Added as_Resource() method to convert menu object to res objectJack Jansen1995-06-182-0/+21
|
* Added as_Resource() method to convert ctl object to res objectJack Jansen1995-06-183-0/+21
|
* Added missing setselftype method to ManualGeneratorJack Jansen1995-06-181-0/+4
|
* Added PY_RESOURCE (mac only) to imp moduleJack Jansen1995-06-181-0/+7
|
* Added FindFolder interfaceJack Jansen1995-06-181-0/+24
|
* Added code to obtain sys.path from a resourceJack Jansen1995-06-181-0/+97
| | | | | Removed code to update the preferences file, use EditPythonPrefs.py in stead (actually, code is still there if you define USE_MAC_MODPREFS)
* Obtain path from a resource (unless USE_BUILTIN_PATH is #defined)Jack Jansen1995-06-181-2/+9
|
* Removed >From stuffJack Jansen1995-06-161-2/+1
|
* updated commentsBarry Warsaw1995-06-151-5/+3
|
* converted to pythonBarry Warsaw1995-06-151-124/+123
|
* two mime encoding schemesGuido van Rossum1995-06-142-0/+226
|
* derived from new configure.inGuido van Rossum1995-06-142-451/+447
|
* sys/wait.h; NeXT changes (no unistd, utime; getcwd?)Guido van Rossum1995-06-141-0/+20
|
* fix NL for Linux bash bug; special processing for -u optionsGuido van Rossum1995-06-141-2/+9
|
* edited RCS cruftGuido van Rossum1995-06-141-1/+1
|
* new modules soundex.c and environment.cGuido van Rossum1995-06-143-0/+252
|
* add setblocking(); NT changes; null-terminate Unix pathGuido van Rossum1995-06-141-12/+33
|
* removed rcs cruftGuido van Rossum1995-06-141-23/+0
|
* NeXT doesn't like me to declare hypot(double, double)Guido van Rossum1995-06-141-1/+1
|
* re-enabled NeXT dynamic linking (#ifdef NeXT)Guido van Rossum1995-06-141-2/+2
|
* replace "\r\n" with "\n" at line end (Jim Ahlstrom)Guido van Rossum1995-06-141-0/+8
|
* linux elf shlib; sys/wait.h; don't add -posix for NeXTGuido van Rossum1995-06-141-14/+6
|
* add note about font-lock and fix doc URLGuido van Rossum1995-06-141-2/+11
|
* Mac dynloading is now enabled by USE_MAC_DYNAMIC_LOADING.Jack Jansen1995-06-141-11/+42
| | | | | Mac dynloading changed to allow multiple modules to live in with each other in the same file.
* Added USE_* ifdefs for a couple of optional modules.Jack Jansen1995-06-141-9/+22
|
* Ported to CW6Jack Jansen1995-06-141-4/+1
|
* Split shared-library support and dynamic-loading support (they wereJack Jansen1995-06-142-1/+10
| | | | | | | | both enabled with USE_SHARED_LIBRARY, now there's also USE_MAC_DYNAMIC_LOADING). Added a few other USE_ defines for optional modules to nonshared config (they're not included in the base shared library)
* Skip old-style 'From name time' lines at beginning of message.Jack Jansen1995-06-131-0/+6
|
* Check if we've already loaded a dynamic module under a different name.Sjoerd Mullender1995-06-123-5/+38
|
* Ported to Universal Header 2.0.1f (i.e. CW6)Jack Jansen1995-06-0932-394/+423
|
* Ported to CodeWarrior 6Jack Jansen1995-06-093-5/+10
|
* Trying again to check it in. Changes to:Jack Jansen1995-06-0631-599/+1231
| | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions
* Trying again to check it in. Changes to:Jack Jansen1995-06-0616-280/+462
| | | | | | - Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions
* Rather massive changes:Jack Jansen1995-06-057-359/+165
| | | | | | | - Make the stuff run on Jack's machine (and hopefully all machines) in stead of Guido's only (addpack stuff) - Use the Universal Headers in stead of the Think headers - Fixed the test programs to use the new routine names
* Added img stuff (within #ifdef, so they're easy to remove)Jack Jansen1995-06-031-0/+23
|
* StandardGetFile without args now shows all files (in stead of none)Jack Jansen1995-06-031-0/+2
|
* next version; python.org changesGuido van Rossum1995-05-311-147/+168
|
* Backward compatibity module for constants from cl.h include file. TheSjoerd Mullender1995-05-174-472/+520
| | | | | values are gotten from the cl module. CL_old is there in case cl doesn't exist.
* Make constants from cl.h include file available as module variables.Sjoerd Mullender1995-05-171-2/+331
| | | | Also added Irix 5.3 constants.
* Templates converted to new naming conventions (thanks to Chak Tan)Jack Jansen1995-05-1617-131/+100
|
* Made the example slightly more completeJack Jansen1995-05-161-0/+7
|
* #updated to-do listBarry Warsaw1995-05-081-0/+1
|
* don't show print passwords in debug outputGuido van Rossum1995-05-051-6/+16
|