| Commit message (Expand) | Author | Age | Files | Lines |
* | mention cPickle and cStringIO | Guido van Rossum | 1997-08-21 | 2 | -0/+8 |
|
|
* | the usual | Guido van Rossum | 1997-08-21 | 1 | -191/+198 |
|
|
* | Fix some badly botched prototypes for PyRun* c.s. | Guido van Rossum | 1997-08-21 | 2 | -6/+6 |
|
|
* | Added reop | Guido van Rossum | 1997-08-21 | 1 | -0/+2 |
|
|
* | Added missing newline to warning msg | Guido van Rossum | 1997-08-21 | 1 | -1/+1 |
|
|
* | Richard Jones: I think we can be confident in using 'CC="-Aa | Guido van Rossum | 1997-08-21 | 1 | -0/+7 |
|
|
* | Got rid of HP-UX comments (which seem to be out of date -- one should | Guido van Rossum | 1997-08-20 | 1 | -9/+8 |
|
|
* | Globally renamed join() to joinpath() to avoid compilation error on Cray. | Guido van Rossum | 1997-08-20 | 1 | -22/+22 |
|
|
* | Renamed strndup to pystrndup, to avoid conflicting prototype | Guido van Rossum | 1997-08-20 | 1 | -5/+9 |
|
|
* | Interpret three slashes in file: URL as local file (for Netscape on | Guido van Rossum | 1997-08-20 | 1 | -4/+4 |
|
|
* | When we have signalmodule.o, remove intrcheck.o as well as sigcheck.o. | Guido van Rossum | 1997-08-20 | 1 | -3/+4 |
|
|
* | Use a counter instead of a Boolean to check for initialized; n calls | Guido van Rossum | 1997-08-20 | 2 | -5/+7 |
|
|
* | Make sure the objects returned by __getinitargs__() are kept alive (in | Guido van Rossum | 1997-08-20 | 1 | -0/+18 |
|
|
* | Use 'buildno1' instead of '@buildno' for temp file since DJGPP's bash | Guido van Rossum | 1997-08-20 | 1 | -2/+2 |
|
|
* | Need to define AR since it is used, and not all Makes define it by default. | Guido van Rossum | 1997-08-19 | 1 | -0/+1 |
|
|
* | Removed support_print docs. | Jack Jansen | 1997-08-19 | 1 | -2/+0 |
|
|
* | Docs on new tcl/tk, new build tree layout | Jack Jansen | 1997-08-19 | 1 | -55/+26 |
|
|
* | Very sketchy preliminary docs on new applescripting functionality. | Jack Jansen | 1997-08-19 | 1 | -32/+53 |
|
|
* | Added reop | Jack Jansen | 1997-08-19 | 1 | -0/+2 |
|
|
* | MkPluginAliases now knows about fat PythonCore (and all resource files | Jack Jansen | 1997-08-19 | 8 | -163/+164 |
|
|
* | PythonCore is now a fat shared library, the plugin modules aren't fat, | Jack Jansen | 1997-08-19 | 21 | -4829/+4847 |
|
|
* | Moved assert.h to ../Parser directory | Guido van Rossum | 1997-08-19 | 1 | -49/+0 |
|
|
* | Alas, the thread support for Tk didn't work. Withdraw it, until I | Guido van Rossum | 1997-08-19 | 1 | -0/+4 |
|
|
* | Made lookdict nearly twice as fast, resulting in a 5% overall | Guido van Rossum | 1997-08-18 | 1 | -11/+13 |
|
|
* | I'm tired -- checking in more news items. This isn't complete; I'm | Guido van Rossum | 1997-08-18 | 1 | -106/+229 |
|
|
* | Remove remark on python15.lib being in the Debug subdir only. | Guido van Rossum | 1997-08-18 | 1 | -4/+1 |
|
|
* | Changed the way python15.lib is included in the other projects. | Guido van Rossum | 1997-08-18 | 3 | -24/+6 |
|
|
* | Use correct keyword parameter when calling copy with answer option! | Guido van Rossum | 1997-08-18 | 1 | -2/+2 |
|
|
* | Change default verbosity so that there are only three levels left: -q, | Guido van Rossum | 1997-08-18 | 1 | -12/+15 |
|
|
* | Removed ancient FAQ from distribution | Guido van Rossum | 1997-08-18 | 2 | -2273/+1 |
|
|
* | Moved inclusion of PURIFY in LINKCC to configure | Guido van Rossum | 1997-08-18 | 3 | -6/+6 |
|
|
* | No longer used. | Guido van Rossum | 1997-08-18 | 1 | -93/+0 |
|
|
* | Tweaks to cope with strftime returning 0 without error for %Z | Guido van Rossum | 1997-08-18 | 2 | -3/+6 |
|
|
* | Forgot to check in the fixed output for print | Guido van Rossum | 1997-08-18 | 1 | -1/+1 |
|
|
* | Casts by Jack to shut up the Mac compiler. | Guido van Rossum | 1997-08-18 | 4 | -32/+32 |
|
|
* | DeleteTimerHandler was accidentally #ifdef'ed out for macintosh with | Guido van Rossum | 1997-08-18 | 1 | -3/+0 |
|
|
* | Misc Mac mods by Jack. Added libmacic.tex, and these patches: | Guido van Rossum | 1997-08-18 | 13 | -97/+379 |
|
|
* | 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 |
|
|
* | Change the order in which things are built -- build the shared modules | Guido van Rossum | 1997-08-18 | 1 | -1/+7 |
|
|
* | 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 |
|
|
* | Consistently change Python-C API to Python/C API; added lots of new | Guido van Rossum | 1997-08-17 | 2 | -18/+578 |
|
|
* | 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 |
|
|
* | 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 |
|
|