summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the order in which things are built -- build the shared modulesGuido van Rossum1997-08-181-1/+7
* Fix LINKCC for AIXGuido van Rossum1997-08-182-3/+3
* Recognize https:// as URL as well.Guido van Rossum1997-08-181-1/+1
* Oops. Of course, print b should also be print `b`. :-(Guido van Rossum1997-08-181-1/+1
* Use a trick to make the test for GMP v2 to work when GMP v1 definesGuido van Rossum1997-08-171-1/+1
* Consistently change Python-C API to Python/C API; added lots of newGuido van Rossum1997-08-172-18/+578
* PyTuple_SetItem should require that the tuple's refcnt is one!Guido van Rossum1997-08-171-1/+1
* Different strategy regarding whether to declare getrusage() andGuido van Rossum1997-08-171-11/+9
* set sharedlib extensions properly for NeXT (Ted Horst)Guido van Rossum1997-08-161-0/+2
* the usualGuido van Rossum1997-08-161-2/+2
* typo in next configGuido van Rossum1997-08-161-1/+1
* This commit was manufactured by cvs2svn to create tag 'r15a3'.v1.5a3cvs2svn1997-08-151-0/+1
* Another typo (importand).Guido van Rossum1997-08-151-1/+1
* Final touch...Guido van Rossum1997-08-151-4/+3
* Tweaked all l2h targets to remove the target directory before renamingGuido van Rossum1997-08-151-2/+4
* Fixes to make it pass latex without complaints.Guido van Rossum1997-08-152-20/+28
* Type ("thgis").Guido van Rossum1997-08-151-1/+1
* New, more complete list of what's new, pointing to Misc/NEWS for theGuido van Rossum1997-08-151-34/+86
* Use imp.find_module() as the most certain way to find the test data.Guido van Rossum1997-08-151-1/+5
* generated by regrtest.py -gJeremy Hylton1997-08-151-0/+1
* test the zlib moduleJeremy Hylton1997-08-151-0/+94
* Last minute changes for \B. AMK.Guido van Rossum1997-08-151-2/+2
* Added tests for \b, \B (AMK).Guido van Rossum1997-08-151-0/+13
* Last minut changes for \B, \S (?). AMK.Guido van Rossum1997-08-151-2/+2
* RegeneratedJack Jansen1997-08-1513-14/+14
* Added support for WCTabHandle, AuxWinHandle, PixPatHandle: no reasonJack Jansen1997-08-153-5/+59
* Added #include <string.h> for memcpy()Jack Jansen1997-08-152-0/+2
* Added support for GDHandle, CTabHandle, ITabHandle and CCrsrHandle: noJack Jansen1997-08-153-4/+348
* Added GetAuxiliaryControlRecord and SetControlColor, there was no goodJack Jansen1997-08-153-2/+39
* Made AEDesc_{New,Convert} globalJack Jansen1997-08-152-8/+8
* Another checkpoint -- reorganized, in sections.Guido van Rossum1997-08-151-427/+466
* the usualGuido van Rossum1997-08-152-10/+14
* DateGuido van Rossum1997-08-152-2/+2
* .Guido van Rossum1997-08-151-0/+1
* Keep gcc -Wall happyGuido van Rossum1997-08-155-5/+4
* Checkpoint checkin of list of changes. Much more to follow, but it'sGuido van Rossum1997-08-151-0/+618
* The usual.Guido van Rossum1997-08-1528-92/+910
* Added std copyright notice.Guido van Rossum1997-08-151-0/+31
* Oops, there was a bug in the output formatting - the last printedGuido van Rossum1997-08-141-2/+2
* Added AMK's first cut at docs for re.pyGuido van Rossum1997-08-145-1/+927
* DevStudio (CV++ 5.0) Project files.Guido van Rossum1997-08-144-0/+734
* Updated for new situation; added VC++ 5.0 info and new path strategies.Guido van Rossum1997-08-141-22/+51
* Moved some non-standard format characters out of the standard list.Guido van Rossum1997-08-141-20/+22
* Added logmerge.pyGuido van Rossum1997-08-141-0/+1
* Consolidate a bunch of CVS or RCS logs read from stdin.Guido van Rossum1997-08-141-0/+124
* OK, reop is safe again.Guido van Rossum1997-08-141-2/+2
* Fixed refcount bug (thank you, Purify and AMK).Guido van Rossum1997-08-141-0/+1