Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | into fsspec and alias objects. | ||||
* | mac changes: | Jack Jansen | 1995-02-13 | 1 | -0/+8 |
| | | | | | | - Assume files of types 'PYC ' and 'APPL' are compiled python code - For mwerks, show status line when program has terminated while keeping window open. | ||||
* | Startup code for applications using the python shared | Jack Jansen | 1995-02-13 | 1 | -0/+29 |
| | | | | | library. Modified because the startup code has to work together with the runtime support in the shared library. | ||||
* | Glue for the python shared library: an init routine that remembers | Jack Jansen | 1995-02-13 | 1 | -0/+65 |
| | | | | | where we're loaded from and PyMac_AddLibResources() which adds that file to the resource file list. | ||||
* | Mwerks header files for shared python and the applet template | Jack Jansen | 1995-02-13 | 2 | -0/+7 |
| | |||||
* | Use PyMac_GetPythonDir() to obtain python homedir | Jack Jansen | 1995-02-13 | 1 | -5/+4 |
| | | | | fileargument moved here from macmain.c | ||||
* | Various changes wrt shared-library python: | Jack Jansen | 1995-02-13 | 1 | -7/+39 |
| | | | | | | - Moved fileargument to config.c - Added PyMac_AddLibResources() call in case of shlib python - Build argc/argv differently in case of applet template | ||||
* | Added PyMac_GetPythonDir routine which obtains python home directory | Jack Jansen | 1995-02-13 | 2 | -0/+77 |
| | | | | | from an alias resource (or from the user). Note: this uses a dialog resource so there's an accompanying change in the resource file. | ||||
* | Added getfiletype routine | Jack Jansen | 1995-02-13 | 1 | -0/+13 |
| | |||||
* | use Py_CHARMASK | Guido van Rossum | 1995-02-10 | 5 | -22/+27 |
| | |||||
* | add some casts | Guido van Rossum | 1995-02-10 | 1 | -3/+3 |
| | |||||
* | use Py_CHARMASK; and don't check for neg. float to the float power here | Guido van Rossum | 1995-02-10 | 3 | -12/+8 |
| | |||||
* | make size arg signed | Guido van Rossum | 1995-02-10 | 1 | -1/+1 |
| | |||||
* | test for float to the float power here | Guido van Rossum | 1995-02-10 | 1 | -0/+5 |
| | |||||
* | make newvarobj's size arg signed | Guido van Rossum | 1995-02-10 | 2 | -2/+2 |
| | |||||
* | add Py_CHARMASK | Guido van Rossum | 1995-02-10 | 1 | -0/+8 |
| | |||||
* | added __doc__ strings etc. | Guido van Rossum | 1995-02-09 | 3 | -46/+169 |
| | |||||
* | test class exceptions | Guido van Rossum | 1995-02-09 | 1 | -0/+36 |
| | |||||
* | version 1.20 | Guido van Rossum | 1995-02-07 | 1 | -12/+61 |
| | |||||
* | use PyCallable_Check; export TK_VERSION and TCL_VERSION strings; | Guido van Rossum | 1995-02-07 | 1 | -7/+19 |
| | | | | some Tk 4.0 specific changes | ||||
* | add socket related constants | Guido van Rossum | 1995-02-07 | 1 | -0/+202 |
| | |||||
* | correct typo in utime stub | Guido van Rossum | 1995-02-07 | 1 | -1/+1 |
| | |||||
* | patches for NeXT weirdness | Guido van Rossum | 1995-02-07 | 2 | -0/+13 |
| | |||||
* | clear errors between failing calls to PyArg_Parse | Guido van Rossum | 1995-02-07 | 1 | -1/+13 |
| | |||||
* | DECREF result of run_string | Guido van Rossum | 1995-02-07 | 1 | -2/+3 |
| | |||||
* | init_frozen non-static, frozenmain.c not in Makefile any more | Guido van Rossum | 1995-02-07 | 2 | -2/+4 |
| | |||||
* | print class name for exceptions that are classes | Guido van Rossum | 1995-02-07 | 1 | -2/+14 |
| | |||||
* | added callable, removed run_pyc_file | Guido van Rossum | 1995-02-07 | 2 | -1/+1 |
| | |||||
* | added classes as exceptions | Guido van Rossum | 1995-02-07 | 4 | -16/+32 |
| | |||||
* | added libsignal.tex | Guido van Rossum | 1995-02-07 | 4 | -0/+162 |
| | |||||
* | stuff by jack to create a set of Estr resources | Guido van Rossum | 1995-02-05 | 2 | -0/+654 |
| | |||||
* | manually defined Resource() function | Guido van Rossum | 1995-02-05 | 1 | -0/+25 |
| | |||||
* | more support for different kinds of objects | Guido van Rossum | 1995-02-05 | 2 | -177/+550 |
| | |||||
* | more think/mw changes | Guido van Rossum | 1995-02-05 | 2 | -12/+71 |
| | |||||
* | reorganized class structure so Manualgenerator works again | Guido van Rossum | 1995-02-05 | 1 | -56/+74 |
| | |||||
* | read repair instructions from file | Guido van Rossum | 1995-02-05 | 1 | -14/+124 |
| | |||||
* | added Resource(), to create new resources from Python | Guido van Rossum | 1995-02-05 | 2 | -0/+29 |
| | |||||
* | get rid of obsolete low-level routines | Guido van Rossum | 1995-02-05 | 1 | -54/+8 |
| | |||||
* | added README | Guido van Rossum | 1995-02-05 | 1 | -0/+79 |
| | |||||
* | fix formatting of stack entries | Guido van Rossum | 1995-02-03 | 2 | -5/+8 |
| | |||||
* | Under CodeWarrior, make the window go away on exit(0) | Jack Jansen | 1995-02-02 | 1 | -0/+11 |
| | |||||
* | Quick hack so PowerPC macs can access system structures | Jack Jansen | 1995-02-02 | 1 | -0/+14 |
| | |||||
* | Added stuff so CodeWarrior isn't so verbose about its stdio windows | Jack Jansen | 1995-02-02 | 1 | -0/+9 |
| |