Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Misc Mac mods by Jack. Added libmacic.tex, and these patches: | Guido van Rossum | 1997-08-18 | 13 | -97/+379 |
| | | | | | | | libmacfs.tex Document NewAliasMinimalFromFullPath libmacos.tex Document SetEventHandler and SchedParams libmacui.tex Document asynchronous event handling libmailbox.tex Removed mime-turds that somehow got in here | ||||
* | Add missing comma to make a tuple of (tagOrId). | Guido van Rossum | 1997-08-18 | 2 | -2/+2 |
| | |||||
* | When making all, don't make sharedmods. That's now called separately | Guido van Rossum | 1997-08-18 | 1 | -1/+1 |
| | | | | from the toplevel Makefile. (For AIX, but doesn't hurt elsewhere.) | ||||
* | Change the order in which things are built -- build the shared modules | Guido van Rossum | 1997-08-18 | 1 | -1/+7 |
| | | | | after the main interpreter. Needed for AIX. | ||||
* | Fix LINKCC for AIX | Guido van Rossum | 1997-08-18 | 2 | -3/+3 |
| | |||||
* | Recognize https:// as URL as well. | Guido van Rossum | 1997-08-18 | 1 | -1/+1 |
| | |||||
* | Oops. Of course, print b should also be print `b`. :-( | Guido van Rossum | 1997-08-18 | 1 | -1/+1 |
| | |||||
* | Use a trick to make the test for GMP v2 to work when GMP v1 defines | Guido van Rossum | 1997-08-17 | 1 | -1/+1 |
| | | | | | __GNU_MP__ as empty: #if __GNU_MP__ + 0 == 2 (Untested.) | ||||
* | Consistently change Python-C API to Python/C API; added lots of new | Guido van Rossum | 1997-08-17 | 2 | -18/+578 |
| | | | | | introductory text for reference counts and error handling, with good examples. | ||||
* | PyTuple_SetItem should require that the tuple's refcnt is one! | Guido van Rossum | 1997-08-17 | 1 | -1/+1 |
| | |||||
* | Different strategy regarding whether to declare getrusage() and | Guido van Rossum | 1997-08-17 | 1 | -11/+9 |
| | | | | | | getpagesize() -- #ifdef doesn't work, Linux has conflicting decls in its headers. Choice: only declare the return type, not the argument prototype, and not on Linux. | ||||
* | set sharedlib extensions properly for NeXT (Ted Horst) | Guido van Rossum | 1997-08-16 | 1 | -0/+2 |
| | |||||
* | the usual | Guido van Rossum | 1997-08-16 | 1 | -2/+2 |
| | |||||
* | typo in next config | Guido van Rossum | 1997-08-16 | 1 | -1/+1 |
| | |||||
* | This commit was manufactured by cvs2svn to create tag 'r15a3'.v1.5a3 | cvs2svn | 1997-08-15 | 1 | -0/+1 |
| | |||||
* | Another typo (importand). | Guido van Rossum | 1997-08-15 | 1 | -1/+1 |
| | |||||
* | Final touch... | Guido van Rossum | 1997-08-15 | 1 | -4/+3 |
| | |||||
* | Tweaked all l2h targets to remove the target directory before renaming | Guido van Rossum | 1997-08-15 | 1 | -2/+4 |
| | | | | the intermediate target directory. | ||||
* | Fixes to make it pass latex without complaints. | Guido van Rossum | 1997-08-15 | 2 | -20/+28 |
| | |||||
* | Type ("thgis"). | Guido van Rossum | 1997-08-15 | 1 | -1/+1 |
| | |||||
* | New, more complete list of what's new, pointing to Misc/NEWS for the | Guido van Rossum | 1997-08-15 | 1 | -34/+86 |
| | | | | | whole list. Also changed all references to the FAQ to point to the FAQ wizard. | ||||
* | Use imp.find_module() as the most certain way to find the test data. | Guido van Rossum | 1997-08-15 | 1 | -1/+5 |
| | |||||
* | generated by regrtest.py -g | Jeremy Hylton | 1997-08-15 | 1 | -0/+1 |
| | |||||
* | test the zlib module | Jeremy Hylton | 1997-08-15 | 1 | -0/+94 |
| | | | | only produce output if somethign goes wrong | ||||
* | Last minute changes for \B. AMK. | Guido van Rossum | 1997-08-15 | 1 | -2/+2 |
| | |||||
* | Added tests for \b, \B (AMK). | Guido van Rossum | 1997-08-15 | 1 | -0/+13 |
| | |||||
* | Last minut changes for \B, \S (?). AMK. | Guido van Rossum | 1997-08-15 | 1 | -2/+2 |
| | |||||
* | Regenerated | Jack Jansen | 1997-08-15 | 13 | -14/+14 |
| | |||||
* | Added support for WCTabHandle, AuxWinHandle, PixPatHandle: no reason | Jack Jansen | 1997-08-15 | 3 | -5/+59 |
| | | | | for blacklisting them. | ||||
* | Added #include <string.h> for memcpy() | Jack Jansen | 1997-08-15 | 2 | -0/+2 |
| | |||||
* | Added support for GDHandle, CTabHandle, ITabHandle and CCrsrHandle: no | Jack Jansen | 1997-08-15 | 3 | -4/+348 |
| | | | | reason they were blacklisted, we can handle them as generic Handles. | ||||
* | Added GetAuxiliaryControlRecord and SetControlColor, there was no good | Jack Jansen | 1997-08-15 | 3 | -2/+39 |
| | | | | reason they were excluded. | ||||
* | Made AEDesc_{New,Convert} global | Jack Jansen | 1997-08-15 | 2 | -8/+8 |
| | |||||
* | Another checkpoint -- reorganized, in sections. | Guido van Rossum | 1997-08-15 | 1 | -427/+466 |
| | |||||
* | the usual | Guido van Rossum | 1997-08-15 | 2 | -10/+14 |
| | |||||
* | Date | Guido van Rossum | 1997-08-15 | 2 | -2/+2 |
| | |||||
* | . | Guido van Rossum | 1997-08-15 | 1 | -0/+1 |
| | |||||
* | Keep gcc -Wall happy | Guido van Rossum | 1997-08-15 | 5 | -5/+4 |
| | |||||
* | Checkpoint checkin of list of changes. Much more to follow, but it's | Guido van Rossum | 1997-08-15 | 1 | -0/+618 |
| | | | | late... | ||||
* | The usual. | Guido van Rossum | 1997-08-15 | 28 | -92/+910 |
| | |||||
* | Added std copyright notice. | Guido van Rossum | 1997-08-15 | 1 | -0/+31 |
| | |||||
* | Oops, there was a bug in the output formatting - the last printed | Guido van Rossum | 1997-08-14 | 1 | -2/+2 |
| | | | | values would overwrite the next value. | ||||
* | Added AMK's first cut at docs for re.py | Guido van Rossum | 1997-08-14 | 5 | -1/+927 |
| | |||||
* | DevStudio (CV++ 5.0) Project files. | Guido van Rossum | 1997-08-14 | 4 | -0/+734 |
| | |||||
* | Updated for new situation; added VC++ 5.0 info and new path strategies. | Guido van Rossum | 1997-08-14 | 1 | -22/+51 |
| | |||||
* | Moved some non-standard format characters out of the standard list. | Guido van Rossum | 1997-08-14 | 1 | -20/+22 |
| | | | | | | | Also moved %c and %Z out of there, even though they are standard, because these are locale dependent (and e.g. on Windows and Mac they return different strings). Finally, sorted the tables slightly different, to match my standard docs better (%a before %A). | ||||
* | Added logmerge.py | Guido van Rossum | 1997-08-14 | 1 | -0/+1 |
| | |||||
* | Consolidate a bunch of CVS or RCS logs read from stdin. | Guido van Rossum | 1997-08-14 | 1 | -0/+124 |
| | |||||
* | OK, reop is safe again. | Guido van Rossum | 1997-08-14 | 1 | -2/+2 |
| | |||||
* | Fixed refcount bug (thank you, Purify and AMK). | Guido van Rossum | 1997-08-14 | 1 | -0/+1 |
| |