summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reverse the search order for the Don Beaudry hook so that the firstGuido van Rossum1997-08-221-4/+3
* Changed description of SchedParams() in the following way:Fred Drake1997-08-222-4/+4
* Added missing "\end{funcdesc}" after FindFolder documentation.Fred Drake1997-08-222-0/+2
* Added new Py_IsInitalized() API function to test the 'initialized' flag.Guido van Rossum1997-08-223-0/+11
* Removed JF's dollar-Log-dollar RCS turd that caused compilation toBarry Warsaw1997-08-211-52/+0
* Remove redundant decl for PyOS_InputHook.Guido van Rossum1997-08-211-3/+0
* Completely disable the declarations for malloc() and friends. UseGuido van Rossum1997-08-211-2/+3
* Add warning about dumb SGI make.Guido van Rossum1997-08-211-0/+6
* Use lseek instead of ftell; compensate by adding BUFSIZEGuido van Rossum1997-08-211-2/+6
* Added /**/ around #end tagsGuido van Rossum1997-08-212-2/+5
* Must remove conflicting files from archiveGuido van Rossum1997-08-211-4/+6
* mention cPickle and cStringIOGuido van Rossum1997-08-212-0/+8
* the usualGuido van Rossum1997-08-211-191/+198
* Fix some badly botched prototypes for PyRun* c.s.Guido van Rossum1997-08-212-6/+6
* Added reopGuido van Rossum1997-08-211-0/+2
* Added missing newline to warning msgGuido van Rossum1997-08-211-1/+1
* Richard Jones: I think we can be confident in using 'CC="-AaGuido van Rossum1997-08-211-0/+7
* Got rid of HP-UX comments (which seem to be out of date -- one shouldGuido van Rossum1997-08-201-9/+8
* Globally renamed join() to joinpath() to avoid compilation error on Cray.Guido van Rossum1997-08-201-22/+22
* Renamed strndup to pystrndup, to avoid conflicting prototypeGuido van Rossum1997-08-201-5/+9
* Interpret three slashes in file: URL as local file (for Netscape onGuido van Rossum1997-08-201-4/+4
* When we have signalmodule.o, remove intrcheck.o as well as sigcheck.o.Guido van Rossum1997-08-201-3/+4
* Use a counter instead of a Boolean to check for initialized; n callsGuido van Rossum1997-08-202-5/+7
* Make sure the objects returned by __getinitargs__() are kept alive (inGuido van Rossum1997-08-201-0/+18
* Use 'buildno1' instead of '@buildno' for temp file since DJGPP's bashGuido van Rossum1997-08-201-2/+2
* Need to define AR since it is used, and not all Makes define it by default.Guido van Rossum1997-08-191-0/+1
* Removed support_print docs.Jack Jansen1997-08-191-2/+0
* Docs on new tcl/tk, new build tree layoutJack Jansen1997-08-191-55/+26
* Very sketchy preliminary docs on new applescripting functionality.Jack Jansen1997-08-191-32/+53
* Added reopJack Jansen1997-08-191-0/+2
* MkPluginAliases now knows about fat PythonCore (and all resource filesJack Jansen1997-08-198-163/+164
* PythonCore is now a fat shared library, the plugin modules aren't fat,Jack Jansen1997-08-1921-4829/+4847
* Moved assert.h to ../Parser directoryGuido van Rossum1997-08-191-49/+0
* Alas, the thread support for Tk didn't work. Withdraw it, until IGuido van Rossum1997-08-191-0/+4
* Made lookdict nearly twice as fast, resulting in a 5% overallGuido van Rossum1997-08-181-11/+13
* I'm tired -- checking in more news items. This isn't complete; I'mGuido van Rossum1997-08-181-106/+229
* Remove remark on python15.lib being in the Debug subdir only.Guido van Rossum1997-08-181-4/+1
* Changed the way python15.lib is included in the other projects.Guido van Rossum1997-08-183-24/+6
* Use correct keyword parameter when calling copy with answer option!Guido van Rossum1997-08-181-2/+2
* Change default verbosity so that there are only three levels left: -q,Guido van Rossum1997-08-181-12/+15
* Removed ancient FAQ from distributionGuido van Rossum1997-08-182-2273/+1
* Moved inclusion of PURIFY in LINKCC to configureGuido van Rossum1997-08-183-6/+6
* No longer used.Guido van Rossum1997-08-181-93/+0
* Tweaks to cope with strftime returning 0 without error for %ZGuido van Rossum1997-08-182-3/+6
* Forgot to check in the fixed output for printGuido van Rossum1997-08-181-1/+1
* Casts by Jack to shut up the Mac compiler.Guido van Rossum1997-08-184-32/+32
* DeleteTimerHandler was accidentally #ifdef'ed out for macintosh withGuido van Rossum1997-08-181-3/+0
* Misc Mac mods by Jack. Added libmacic.tex, and these patches:Guido van Rossum1997-08-1813-97/+379
* Add missing comma to make a tuple of (tagOrId).Guido van Rossum1997-08-182-2/+2
* When making all, don't make sharedmods. That's now called separatelyGuido van Rossum1997-08-181-1/+1