Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (py-shell): Fixed Emacs 18 bug, use of boundp instead of fboundp. | Barry Warsaw | 1996-01-23 | 1 | -1/+1 |
| | |||||
* | Corrected format string in api_version_warning. | Sjoerd Mullender | 1996-01-23 | 1 | -1/+1 |
| | |||||
* | Added prototype for PySys_SetArgv | Jack Jansen | 1996-01-22 | 1 | -0/+1 |
| | |||||
* | Set default item for dialog | Jack Jansen | 1996-01-22 | 1 | -0/+1 |
| | |||||
* | Added 16-bit pixel support for some operations. | Jack Jansen | 1996-01-22 | 1 | -8/+15 |
| | |||||
* | Fixed off-by-one error in rle-decode, and allow whitespace in base64 | Jack Jansen | 1996-01-22 | 1 | -5/+5 |
| | | | | ascii input (thanks to Donald Beaudry for pointing these out) | ||||
* | Added rgbFgColor and a few other members of CGrafPort | Jack Jansen | 1996-01-15 | 2 | -12/+32 |
| | |||||
* | Added Fm module | Jack Jansen | 1996-01-15 | 1 | -0/+2 |
| | |||||
* | adde cmath; added version numbers to tk/tcl libs | Guido van Rossum | 1996-01-12 | 1 | -1/+2 |
| | |||||
* | added default hypot() implementation | Guido van Rossum | 1996-01-12 | 1 | -4/+21 |
| | |||||
* | 64-bit patch | Guido van Rossum | 1996-01-12 | 1 | -0/+15 |
| | |||||
* | added new.classobj() | Guido van Rossum | 1996-01-12 | 1 | -0/+19 |
| | |||||
* | fix argcount bug for build_node_children | Guido van Rossum | 1996-01-12 | 1 | -1/+1 |
| | |||||
* | clear addr buffer before calling getsockname | Guido van Rossum | 1996-01-12 | 1 | -0/+1 |
| | |||||
* | complex math | Guido van Rossum | 1996-01-12 | 1 | -0/+314 |
| | |||||
* | changes for pow(**) and complex | Guido van Rossum | 1996-01-12 | 1 | -1/+17 |
| | |||||
* | add sigrelse() call for SunOS 4.1; add some fflush() calls | Guido van Rossum | 1996-01-12 | 1 | -0/+6 |
| | |||||
* | added complex and c objects | Guido van Rossum | 1996-01-12 | 1 | -2/+6 |
| | |||||
* | Hack to force loading of cobject.o | Guido van Rossum | 1996-01-12 | 1 | -0/+4 |
| | |||||
* | better power implementation | Guido van Rossum | 1996-01-12 | 1 | -18/+54 |
| | |||||
* | Added PyComplex_AsCComplex | Guido van Rossum | 1996-01-12 | 1 | -0/+12 |
| | |||||
* | __hpux -> hpux equivalence | Guido van Rossum | 1996-01-12 | 1 | -0/+4 |
| | |||||
* | fix args options for setcheckinterval | Guido van Rossum | 1996-01-12 | 1 | -1/+1 |
| | |||||
* | changes for power (**) operator | Guido van Rossum | 1996-01-12 | 1 | -325/+359 |
| | |||||
* | changes for complex and power (**) operator | Guido van Rossum | 1996-01-12 | 2 | -30/+136 |
| | |||||
* | changes for complex numbers | Guido van Rossum | 1996-01-12 | 3 | -1/+111 |
| | |||||
* | Added power (**) operator | Guido van Rossum | 1996-01-12 | 1 | -3/+4 |
| | |||||
* | added decl for PyComplex_AsCComplex | Guido van Rossum | 1996-01-12 | 1 | -0/+1 |
| | |||||
* | changes for ** (power) operator | Guido van Rossum | 1996-01-12 | 3 | -13/+17 |
| | |||||
* | changes for complex numbers | Guido van Rossum | 1996-01-12 | 1 | -0/+4 |
| | |||||
* | bump api version | Guido van Rossum | 1996-01-12 | 1 | -1/+3 |
| | |||||
* | added complex and c object.h; get rid of Py_FatalError | Guido van Rossum | 1996-01-12 | 1 | -2/+4 |
| | |||||
* | complex numbers a la Konrad Hinsen | Guido van Rossum | 1996-01-12 | 2 | -0/+611 |
| | |||||
* | opaque C object a la Jim Fulton | Guido van Rossum | 1996-01-12 | 2 | -0/+161 |
| | |||||
* | - Added FontInfo support | Jack Jansen | 1996-01-11 | 5 | -37/+178 |
| | | | | - Added (read-)access to members of [C]GrafPort object | ||||
* | Added font manager toolbox module | Jack Jansen | 1996-01-09 | 1 | -0/+1 |
| | |||||
* | - Fixed bug in getfillable() | Jack Jansen | 1996-01-09 | 1 | -1/+8 |
| | | | | - Added setcallback() method to set a user-callback | ||||
* | An interface to the font manager | Jack Jansen | 1996-01-09 | 5 | -0/+637 |
| | |||||
* | Various fixes/enhancements, thanks to Ivan and Just: | Jack Jansen | 1996-01-08 | 1 | -5/+24 |
| | | | | | | | | - Added window.SetPort() method - Added optional bounds and resid parameters to Window.open() - Fixed apple-menu DA handling - Fixed activate-event handling - Added default Application.makeusermenus() (File:Quit only) | ||||
* | Fixed GetPen and SetPt arguments | Jack Jansen | 1996-01-08 | 3 | -8/+11 |
| | |||||
* | Added support for PenState and Patterns (and the accompanying qd | Jack Jansen | 1996-01-06 | 4 | -6/+395 |
| | | | | globals) | ||||
* | Added support for cursors, and a way to get at the qd global 'arrow' | Jack Jansen | 1996-01-05 | 4 | -2/+57 |
| | |||||
* | Added extra module argument varstuff, to declare extra module-level vars | Jack Jansen | 1996-01-05 | 1 | -1/+6 |
| | |||||
* | A different binhexer, apparently:-( | Jack Jansen | 1996-01-02 | 26 | -6840/+6966 |
| | |||||
* | Fixed example | Jack Jansen | 1996-01-02 | 1 | -1/+6 |
| | |||||
* | Added pathname2url and url2pathname methods (only correct for unix and | Jack Jansen | 1995-12-21 | 1 | -7/+32 |
| | | | | mac, so far) | ||||
* | (Minimal) instructions on how to build python from source | Jack Jansen | 1995-12-21 | 1 | -0/+75 |
| | |||||
* | Added missing newline | Jack Jansen | 1995-12-21 | 2 | -2/+2 |
| | |||||
* | Common header file for all plugin modules | Jack Jansen | 1995-12-21 | 1 | -0/+1 |
| | |||||
* | Added (dummy) expanduser and expandvar methods | Jack Jansen | 1995-12-15 | 1 | -0/+11 |
| |