1996-01-12 |
Guido van Rossum | changes for pow(**) and complex |
commit | commitdiff | tree | snapshot |
1996-01-12 |
Guido van Rossum | add sigrelse() call for SunOS 4.1; add some fflush... |
commit | commitdiff | tree | snapshot |
1996-01-12 |
Guido van Rossum | added complex and c objects |
commit | commitdiff | tree | snapshot |
1996-01-12 |
Guido van Rossum | Hack to force loading of cobject.o |
commit | commitdiff | tree | snapshot |
1996-01-12 |
Guido van Rossum | better power implementation |
commit | commitdiff | tree | snapshot |
1996-01-12 |
Guido van Rossum | Added PyComplex_AsCComplex |
commit | commitdiff | tree | snapshot |
1996-01-12 |
Guido van Rossum | __hpux -> hpux equivalence |
commit | commitdiff | tree | snapshot |
1996-01-12 |
Guido van Rossum | fix args options for setcheckinterval |
commit | commitdiff | tree | snapshot |
1996-01-12 |
Guido van Rossum | changes for power (**) operator |
commit | commitdiff | tree | snapshot |
1996-01-12 |
Guido van Rossum | changes for complex and power (**) operator |
commit | commitdiff | tree | snapshot |
1996-01-12 |
Guido van Rossum | changes for complex numbers |
commit | commitdiff | tree | snapshot |
1996-01-12 |
Guido van Rossum | Added power (**) operator |
commit | commitdiff | tree | snapshot |
1996-01-12 |
Guido van Rossum | added decl for PyComplex_AsCComplex |
commit | commitdiff | tree | snapshot |
1996-01-12 |
Guido van Rossum | changes for ** (power) operator |
commit | commitdiff | tree | snapshot |
1996-01-12 |
Guido van Rossum | changes for complex numbers |
commit | commitdiff | tree | snapshot |
1996-01-12 |
Guido van Rossum | bump api version |
commit | commitdiff | tree | snapshot |
1996-01-12 |
Guido van Rossum | added complex and c object.h; get rid of Py_FatalError |
commit | commitdiff | tree | snapshot |
1996-01-12 |
Guido van Rossum | complex numbers a la Konrad Hinsen |
commit | commitdiff | tree | snapshot |
1996-01-12 |
Guido van Rossum | opaque C object a la Jim Fulton |
commit | commitdiff | tree | snapshot |
1996-01-11 |
Jack Jansen | - Added FontInfo support |
commit | commitdiff | tree | snapshot |
1996-01-09 |
Jack Jansen | Added font manager toolbox module |
commit | commitdiff | tree | snapshot |
1996-01-09 |
Jack Jansen | - Fixed bug in getfillable() |
commit | commitdiff | tree | snapshot |
1996-01-09 |
Jack Jansen | An interface to the font manager |
commit | commitdiff | tree | snapshot |
1996-01-08 |
Jack Jansen | Various fixes/enhancements, thanks to Ivan and Just: |
commit | commitdiff | tree | snapshot |
1996-01-08 |
Jack Jansen | Fixed GetPen and SetPt arguments |
commit | commitdiff | tree | snapshot |
1996-01-06 |
Jack Jansen | Added support for PenState and Patterns (and the accomp... |
commit | commitdiff | tree | snapshot |
1996-01-05 |
Jack Jansen | Added support for cursors, and a way to get at the... |
commit | commitdiff | tree | snapshot |
1996-01-05 |
Jack Jansen | Added extra module argument varstuff, to declare extra... |
commit | commitdiff | tree | snapshot |
1996-01-02 |
Jack Jansen | A different binhexer, apparently:-( |
commit | commitdiff | tree | snapshot |
1996-01-02 |
Jack Jansen | Fixed example |
commit | commitdiff | tree | snapshot |
1995-12-21 |
Jack Jansen | Added pathname2url and url2pathname methods (only corre... |
commit | commitdiff | tree | snapshot |
1995-12-21 |
Jack Jansen | (Minimal) instructions on how to build python from... |
commit | commitdiff | tree | snapshot |
1995-12-21 |
Jack Jansen | Added missing newline |
commit | commitdiff | tree | snapshot |
1995-12-21 |
Jack Jansen | Common header file for all plugin modules |
commit | commitdiff | tree | snapshot |
1995-12-15 |
Jack Jansen | Added (dummy) expanduser and expandvar methods |
commit | commitdiff | tree | snapshot |
1995-12-15 |
Jack Jansen | Fixed local file access for macintosh |
commit | commitdiff | tree | snapshot |
1995-12-12 |
Jack Jansen | Sample image drawing code (not fully functional yet) |
commit | commitdiff | tree | snapshot |
1995-12-12 |
Jack Jansen | Minor bugfix in keyboard input handling |
commit | commitdiff | tree | snapshot |
1995-12-12 |
Jack Jansen | - Added color window/pixmap support |
commit | commitdiff | tree | snapshot |
1995-12-10 |
Guido van Rossum | don't return from main loop when error occurs |
commit | commitdiff | tree | snapshot |
1995-12-09 |
Jack Jansen | It now actually works. Also, MovieInWindow and VerySimp... |
commit | commitdiff | tree | snapshot |
1995-12-09 |
Jack Jansen | Added support for RGB objects (tuples in python) |
commit | commitdiff | tree | snapshot |
1995-12-09 |
Jack Jansen | Added Sint8 and Uint8 types |
commit | commitdiff | tree | snapshot |
1995-12-09 |
Jack Jansen | Added cm and qt demos |
commit | commitdiff | tree | snapshot |
1995-12-09 |
Jack Jansen | Added QuickTime module |
commit | commitdiff | tree | snapshot |
1995-12-09 |
Jack Jansen | Added component mgr and quicktime modules |
commit | commitdiff | tree | snapshot |
1995-12-08 |
Guido van Rossum | fix free memory reads in dictlookup et al |
commit | commitdiff | tree | snapshot |
1995-12-07 |
Sjoerd Mullender | Use global statement instead of importing ourselves... |
commit | commitdiff | tree | snapshot |
1995-11-30 |
Jack Jansen | still untested (but it compiles) |
commit | commitdiff | tree | snapshot |
1995-11-30 |
Jack Jansen | Added Cm.slb, the component mgr interface |
commit | commitdiff | tree | snapshot |
1995-11-30 |
Jack Jansen | QuickTime support (not yet functional) |
commit | commitdiff | tree | snapshot |
1995-11-30 |
Jack Jansen | Component mgr support |
commit | commitdiff | tree | snapshot |
1995-11-16 |
Jack Jansen | BitMap object support (only lightly tested) |
commit | commitdiff | tree | snapshot |
1995-11-16 |
Jack Jansen | BitMap object support |
commit | commitdiff | tree | snapshot |
1995-11-15 |
Jack Jansen | A variation on PICTbrowse.py that displays the picture... |
commit | commitdiff | tree | snapshot |
1995-11-15 |
Jack Jansen | Added converters for Fixed |
commit | commitdiff | tree | snapshot |
1995-11-15 |
Jack Jansen | Added support for GrafPort object |
commit | commitdiff | tree | snapshot |
1995-11-15 |
Jack Jansen | Added (minimal) support for a GrafPort type |
commit | commitdiff | tree | snapshot |
1995-11-15 |
Jack Jansen | Added definitions for GrafPort object and Fixed type. |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | Example: control eudora using AppleEvents |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | Sample extension module: InterSLIP control API. |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | Control InterSLIP using modeless dialog, uses FrameWork |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | Control InterSLIP using a modal dialog |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | Browse all PICT resources in the resource chain. Uses... |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | - Added support for PicHandle |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | New universal headers, a few bit-flags were added. |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | - Fixed handling of InsetRect, OffsetRect, MapRect |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | Universal header changes: some new bits defined. |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | Regenerated because of minor changes in universal headers |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | Changed file signature to CW7 project mgr |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | Allow '@' for ' ' in uuencoded files. |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | Initialize GUSI on the mac. |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | Updated for the CW7.5 release, and some minor tweaks... |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | Project to build alternative version of MWCRuntimePPC... |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | almost-but-not-quite working python with tk. |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | Documented ProgressBar and idle() |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | MacTkPython configuration file. |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | Added progress-bar dialog |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | Changed for the 1.3.2 compiler (CW7.5) |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | Initialize GUSI for MacTkPython |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | Added 2 missing SetPort calls |
commit | commitdiff | tree | snapshot |
1995-11-14 |
Jack Jansen | Added a ProgressBar() class (which shows a progress... |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Jack Jansen | Fixed bug in cts error message handling. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Jack Jansen | Added _tkinter, if USE_TK defined |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Jack Jansen | Continue looking for "open doc" events even after ... |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Jack Jansen | Cosmetic change to event handling. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Jack Jansen | For MW Python, update titlebar of window when python... |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Jack Jansen | Disable pythons own eventhandling on the mac. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Jack Jansen | Added idle() method, called when no events are available. |
commit | commitdiff | tree | snapshot |
1995-11-10 |
Sjoerd Mullender | Fixed basejoin. There were two main problems: |
commit | commitdiff | tree | snapshot |
1995-11-03 |
Barry Warsaw | (py-indent-offset): Change default to 4. |
commit | commitdiff | tree | snapshot |
1995-11-02 |
Sjoerd Mullender | Also remember the module a class is defined in. |
commit | commitdiff | tree | snapshot |
1995-10-31 |
Jack Jansen | - plugin tkinter module for ppc python |
commit | commitdiff | tree | snapshot |
1995-10-31 |
Jack Jansen | Fix to load needed resources on a mac |
commit | commitdiff | tree | snapshot |
1995-10-30 |
Jack Jansen | Added providence mailer support |
commit | commitdiff | tree | snapshot |
1995-10-30 |
Jack Jansen | Added (limited) compuserve error parsing |
commit | commitdiff | tree | snapshot |
1995-10-27 |
Jack Jansen | Updated 'vers' resource to 1.3 (forgot before the distr... |
commit | commitdiff | tree | snapshot |
1995-10-27 |
Jack Jansen | Added options for keeping window open on normal/error... |
commit | commitdiff | tree | snapshot |
1995-10-27 |
Jack Jansen | Moved mac-specific exit handling to macmain.c |
commit | commitdiff | tree | snapshot |
1995-10-27 |
Jack Jansen | Made a bit more robust against out-of-memory situations |
commit | commitdiff | tree | snapshot |
next |