Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change Mac creator from 'PYTH' to 'Pyth' -- 'PYTH' was already taken | Guido van Rossum | 1996-02-21 | 1 | -1/+1 |
| | | | | by someone else, 'Pyth' is now officially registered by the PSA. | ||||
* | - AppleEvent timeout set to infinite | Jack Jansen | 1996-02-21 | 1 | -1/+8 |
| | | | | - Continue even if a build fails | ||||
* | Script to recursively change PYTH creators to Pyth | Jack Jansen | 1996-02-21 | 1 | -0/+34 |
| | |||||
* | Tk resources (but with a different name, without a space) | Jack Jansen | 1996-02-21 | 1 | -0/+3181 |
| | |||||
* | Mods by Guido: mkdir 2nd arg optional and remove as alias for unlink. | Jack Jansen | 1996-02-21 | 1 | -2/+14 |
| | |||||
* | - Added Tk projects | Jack Jansen | 1996-02-20 | 19 | -8116/+9435 |
| | | | | | - Ported everything to CW8 - Renamed Runtime-Python to PythonCoreRuntime | ||||
* | Added config file for Tk-python | Jack Jansen | 1996-02-20 | 2 | -166/+13 |
| | | | | Removed mwerksglue.c (which was useless anyway) | ||||
* | Ported to CW8 | Jack Jansen | 1996-02-20 | 1 | -0/+20 |
| | |||||
* | Ported to CW8 (added PRE_CW8 ifdef for CW7, for the time being) | Jack Jansen | 1996-02-20 | 1 | -0/+2 |
| | |||||
* | - Added Guido's fixes | Jack Jansen | 1996-02-20 | 1 | -45/+28 |
| | | | | | - Removed CW4 ifdefs - Rationalized ifdefs for dup, fdopen | ||||
* | Added ref to Misc/NEWS file; added hint to run regen script on Linux. | Guido van Rossum | 1996-02-14 | 1 | -1/+5 |
| | |||||
* | Changed makefile() args from r/w to rb/wb, for non-unix compatability. | Jack Jansen | 1996-02-14 | 5 | -7/+7 |
| | |||||
* | Try to normalize urls referring to local files (code copied from posixpath) | Jack Jansen | 1996-02-14 | 1 | -3/+15 |
| | |||||
* | Include GUSI.h if compiling for mac with gusi-sockets | Jack Jansen | 1996-02-14 | 1 | -0/+5 |
| | |||||
* | Allow makefile('rb') or 'wb'. | Jack Jansen | 1996-02-14 | 1 | -0/+1 |
| | |||||
* | Modified for GUSI | Jack Jansen | 1996-02-14 | 5 | -6/+76 |
| | |||||
* | For gusi-based python | Jack Jansen | 1996-02-14 | 2 | -1/+12 |
| | |||||
* | GUSI-based python projects | Jack Jansen | 1996-02-14 | 2 | -0/+2054 |
| | |||||
* | Comment fix | Jack Jansen | 1996-02-14 | 1 | -2/+2 |
| | |||||
* | Include GUSI.h if using gusi-sockets | Jack Jansen | 1996-02-14 | 1 | -0/+5 |
| | |||||
* | Module to convert a mail message to or from quoted-printable. The | Sjoerd Mullender | 1996-02-14 | 1 | -0/+415 |
| | | | | | message may consist of several MIME parts in which case each part is converted independent of the others. Only converts when necessary. | ||||
* | mark strftime as varargs | Guido van Rossum | 1996-02-13 | 1 | -1/+1 |
| | |||||
* | add remove==unlink; mark strftime as varargs | Guido van Rossum | 1996-02-13 | 1 | -0/+1 |
| | |||||
* | get rid of bogus name for init_tkinter() | Guido van Rossum | 1996-02-13 | 1 | -3/+1 |
| | |||||
* | better way to define ComplexType | Guido van Rossum | 1996-02-13 | 1 | -3/+3 |
| | |||||
* | improved test() | Guido van Rossum | 1996-02-13 | 1 | -10/+34 |
| | |||||
* | even better way to normalize spaces in add_flowing_data | Guido van Rossum | 1996-02-13 | 1 | -17/+9 |
| | |||||
* | better way to normalize spaces in add_flowing_data | Guido van Rossum | 1996-02-12 | 1 | -3/+13 |
| | |||||
* | fix several bogus var refs in error reporting | Guido van Rossum | 1996-02-12 | 1 | -3/+3 |
| | |||||
* | document OverflowError exception on mktime() | Guido van Rossum | 1996-02-12 | 2 | -2/+4 |
| | |||||
* | atol supports trailing l/L if base is 0 | Guido van Rossum | 1996-02-12 | 2 | -2/+2 |
| | |||||
* | document non-BSD SIGCHLD behaviour | Guido van Rossum | 1996-02-12 | 2 | -2/+8 |
| | |||||
* | change jars email | Guido van Rossum | 1996-02-12 | 2 | -2/+2 |
| | |||||
* | listdir no longer returns . or ..; added remove==unlink | Guido van Rossum | 1996-02-12 | 2 | -6/+18 |
| | |||||
* | hypot is now always supported | Guido van Rossum | 1996-02-12 | 2 | -6/+0 |
| | |||||
* | don't die on unreadable files etc. | Guido van Rossum | 1996-02-05 | 1 | -6/+10 |
| | |||||
* | Re-binhexed all projects. | Jack Jansen | 1996-01-31 | 12 | -4904/+5068 |
| | |||||
* | Added cmath module | Jack Jansen | 1996-01-29 | 1 | -0/+6 |
| | |||||
* | Modules implementing WWW and URL suite, and a module to control netscape. | Jack Jansen | 1996-01-29 | 3 | -0/+544 |
| | |||||
* | Added missing get() method | Jack Jansen | 1996-01-29 | 1 | -0/+24 |
| | |||||
* | Fixed access to Quickdraw globals. Unfortunately, they now have to be | Jack Jansen | 1996-01-29 | 2 | -40/+125 |
| | | | | accessed as Qd.qd.xxxx | ||||
* | remove rcs history | Guido van Rossum | 1996-01-26 | 1 | -32/+0 |
| | |||||
* | support fast mode for gdmb | Guido van Rossum | 1996-01-26 | 1 | -9/+16 |
| | |||||
* | only use 'j' for imaginary constants | Guido van Rossum | 1996-01-26 | 1 | -1/+1 |
| | |||||
* | properly initialize optional arguments to apply() | Guido van Rossum | 1996-01-26 | 1 | -1/+1 |
| | |||||
* | use only j for imaginary constants | Guido van Rossum | 1996-01-26 | 1 | -2/+2 |
| | |||||
* | add keyword args to CanvasItem class __init__ | Guido van Rossum | 1996-01-26 | 2 | -6/+6 |
| | |||||
* | more recent linux header files | Guido van Rossum | 1996-01-26 | 8 | -96/+328 |
| | |||||
* | speed up unquote() by using atoi() instead of eval() | Guido van Rossum | 1996-01-26 | 1 | -1/+1 |
| | |||||
* | support 'whence' arg to seek() | Guido van Rossum | 1996-01-25 | 1 | -2/+7 |
| |