Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add Py_FatalError | Guido van Rossum | 1995-02-17 | 1 | -0/+2 |
* | added PyObject_IsTrue & PyCallable_Check to object interface | Guido van Rossum | 1995-02-17 | 1 | -0/+2 |
* | new Makefile and everything | Guido van Rossum | 1995-02-17 | 1 | -81/+38 |
* | completely redone | Guido van Rossum | 1995-02-17 | 2 | -0/+92 |
* | main program for applets | Guido van Rossum | 1995-02-17 | 1 | -0/+96 |
* | add casts for __SC__ | Guido van Rossum | 1995-02-17 | 1 | -2/+2 |
* | add __SC__ ifdef | Guido van Rossum | 1995-02-17 | 1 | -1/+1 |
* | bump version, add __version__ back in | Guido van Rossum | 1995-02-17 | 1 | -4/+7 |
* | Steve Clifts version | Guido van Rossum | 1995-02-17 | 1 | -406/+434 |
* | minute comment changes | Guido van Rossum | 1995-02-16 | 2 | -4/+4 |
* | document www interfaces | Guido van Rossum | 1995-02-16 | 4 | -0/+294 |
* | added lots of constants | Guido van Rossum | 1995-02-16 | 2 | -0/+32 |
* | added list of restrictions | Guido van Rossum | 1995-02-16 | 2 | -2/+36 |
* | no need to reference doc strings for documented modules | Guido van Rossum | 1995-02-16 | 2 | -42/+34 |
* | added www chapters | Guido van Rossum | 1995-02-16 | 3 | -5/+30 |
* | Added support for loading pyc code from a resource. | Jack Jansen | 1995-02-15 | 2 | -0/+118 |
* | Added hooks to support importing pyc code from a resource on the mac. | Jack Jansen | 1995-02-15 | 2 | -8/+47 |
* | exec_dode_object/PyImport_ExecCodeObject is now externally visible | Jack Jansen | 1995-02-15 | 2 | -1/+3 |
* | added docs for pickle, shelve and copy | Guido van Rossum | 1995-02-15 | 8 | -0/+580 |
* | added lots of useful info | Guido van Rossum | 1995-02-15 | 2 | -30/+128 |
* | make __import__ 4-args | Guido van Rossum | 1995-02-15 | 2 | -2/+2 |
* | added chapter on new things in 1.2 | Guido van Rossum | 1995-02-15 | 2 | -20/+756 |
* | different #ifdefs | Guido van Rossum | 1995-02-14 | 2 | -8/+6 |
* | completed aete decoded now that I have the docs | Guido van Rossum | 1995-02-14 | 1 | -64/+137 |
* | fix version number | Guido van Rossum | 1995-02-14 | 2 | -2/+2 |
* | ... | Guido van Rossum | 1995-02-14 | 1 | -0/+4 |
* | added some clarifying comments about -lcrypt and Tk 4.0 | Guido van Rossum | 1995-02-14 | 1 | -1/+5 |
* | call __import__() with 4 args instead of 1 | Guido van Rossum | 1995-02-14 | 2 | -2/+56 |
* | ported to Think C | Guido van Rossum | 1995-02-14 | 4 | -1/+26 |
* | This commit was manufactured by cvs2svn to create tag 'r12beta3'.v1.2b3 | cvs2svn | 1995-02-14 | 1 | -0/+1 |
* | fix stupid bug in strip and split | Guido van Rossum | 1995-02-14 | 1 | -2/+2 |
* | Some of Guido's bgen modules aren't think-only anymore | Jack Jansen | 1995-02-13 | 1 | -0/+3 |
* | Changed PyMac_GetPythonDir to use a preferences file to store the | Jack Jansen | 1995-02-13 | 1 | -4/+46 |
* | Open library resource file read-only | Jack Jansen | 1995-02-13 | 1 | -1/+1 |
* | Added code to import dynamic modules using mac CFM. | Jack Jansen | 1995-02-13 | 1 | -2/+41 |
* | version 1.2-beta-3 | Guido van Rossum | 1995-02-13 | 2 | -1/+5 |
* | the usual | Guido van Rossum | 1995-02-13 | 5 | -64/+218 |
* | tack compiler name/version to version string if known | Guido van Rossum | 1995-02-13 | 1 | -3/+31 |
* | NeXT/Sparc 3.3 fix | Guido van Rossum | 1995-02-13 | 1 | -1/+13 |
* | malloc debug only on ppc | Guido van Rossum | 1995-02-13 | 1 | -1/+1 |
* | remove unused vars | Guido van Rossum | 1995-02-13 | 1 | -2/+1 |
* | null-terminate the error string in macstrerror | Guido van Rossum | 1995-02-13 | 1 | -0/+1 |
* | added QuickDraw | Guido van Rossum | 1995-02-13 | 1 | -2/+2 |
* | adapted to 1.2 | Guido van Rossum | 1995-02-13 | 2 | -38/+78 |
* | add class exceptions | Guido van Rossum | 1995-02-13 | 1 | -0/+1 |
* | new example that Matt posted to comp.lang.python | Guido van Rossum | 1995-02-13 | 1 | -0/+118 |
* | Added RawFSSpec and RawAlias methods which turn their string arguments | Jack Jansen | 1995-02-13 | 1 | -0/+53 |
* | mac changes: | Jack Jansen | 1995-02-13 | 1 | -0/+8 |
* | Startup code for applications using the python shared | Jack Jansen | 1995-02-13 | 1 | -0/+29 |
* | Glue for the python shared library: an init routine that remembers | Jack Jansen | 1995-02-13 | 1 | -0/+65 |