summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* changes for complex numbersGuido van Rossum1996-01-123-1/+111
* Added power (**) operatorGuido van Rossum1996-01-121-3/+4
* added decl for PyComplex_AsCComplexGuido van Rossum1996-01-121-0/+1
* changes for ** (power) operatorGuido van Rossum1996-01-123-13/+17
* changes for complex numbersGuido van Rossum1996-01-121-0/+4
* bump api versionGuido van Rossum1996-01-121-1/+3
* added complex and c object.h; get rid of Py_FatalErrorGuido van Rossum1996-01-121-2/+4
* complex numbers a la Konrad HinsenGuido van Rossum1996-01-122-0/+611
* opaque C object a la Jim FultonGuido van Rossum1996-01-122-0/+161
* - Added FontInfo supportJack Jansen1996-01-115-37/+178
* Added font manager toolbox moduleJack Jansen1996-01-091-0/+1
* - Fixed bug in getfillable()Jack Jansen1996-01-091-1/+8
* An interface to the font managerJack Jansen1996-01-095-0/+637
* Various fixes/enhancements, thanks to Ivan and Just:Jack Jansen1996-01-081-5/+24
* Fixed GetPen and SetPt argumentsJack Jansen1996-01-083-8/+11
* Added support for PenState and Patterns (and the accompanying qdJack Jansen1996-01-064-6/+395
* Added support for cursors, and a way to get at the qd global 'arrow'Jack Jansen1996-01-054-2/+57
* Added extra module argument varstuff, to declare extra module-level varsJack Jansen1996-01-051-1/+6
* A different binhexer, apparently:-(Jack Jansen1996-01-0226-6840/+6966
* Fixed exampleJack Jansen1996-01-021-1/+6
* Added pathname2url and url2pathname methods (only correct for unix andJack Jansen1995-12-211-7/+32
* (Minimal) instructions on how to build python from sourceJack Jansen1995-12-211-0/+75
* Added missing newlineJack Jansen1995-12-212-2/+2
* Common header file for all plugin modulesJack Jansen1995-12-211-0/+1
* Added (dummy) expanduser and expandvar methodsJack Jansen1995-12-151-0/+11
* Fixed local file access for macintoshJack Jansen1995-12-151-2/+17
* Sample image drawing code (not fully functional yet)Jack Jansen1995-12-121-0/+156
* Minor bugfix in keyboard input handlingJack Jansen1995-12-121-1/+2
* - Added color window/pixmap supportJack Jansen1995-12-1226-39/+231
* don't return from main loop when error occursGuido van Rossum1995-12-101-1/+2
* It now actually works. Also, MovieInWindow and VerySimplePlayerJack Jansen1995-12-096-858/+1135
* Added support for RGB objects (tuples in python)Jack Jansen1995-12-094-2/+359
* Added Sint8 and Uint8 typesJack Jansen1995-12-091-0/+2
* Added cm and qt demosJack Jansen1995-12-091-1/+9
* Added QuickTime moduleJack Jansen1995-12-091-0/+1
* Added component mgr and quicktime modulesJack Jansen1995-12-091-0/+5
* fix free memory reads in dictlookup et alGuido van Rossum1995-12-082-20/+14
* Use global statement instead of importing ourselves to get to globalSjoerd Mullender1995-12-071-6/+2
* still untested (but it compiles)Jack Jansen1995-11-304-199/+7038
* Added Cm.slb, the component mgr interfaceJack Jansen1995-11-301-0/+1
* QuickTime support (not yet functional)Jack Jansen1995-11-304-0/+1340
* Component mgr supportJack Jansen1995-11-306-0/+1165
* BitMap object support (only lightly tested)Jack Jansen1995-11-164-1/+411
* BitMap object supportJack Jansen1995-11-161-0/+3
* A variation on PICTbrowse.py that displays the picture usingJack Jansen1995-11-151-0/+187
* Added converters for FixedJack Jansen1995-11-152-0/+25
* Added support for GrafPort objectJack Jansen1995-11-155-26/+279
* Added (minimal) support for a GrafPort typeJack Jansen1995-11-154-94/+139
* Added definitions for GrafPort object and Fixed type.Jack Jansen1995-11-151-0/+8
* Example: control eudora using AppleEventsJack Jansen1995-11-143-0/+681