]> granicus.if.org Git - python/shortlog
python
1996-01-12 Guido van RossumAdded PyComplex_AsCComplex
1996-01-12 Guido van Rossum__hpux -> hpux equivalence
1996-01-12 Guido van Rossumfix args options for setcheckinterval
1996-01-12 Guido van Rossumchanges for power (**) operator
1996-01-12 Guido van Rossumchanges for complex and power (**) operator
1996-01-12 Guido van Rossumchanges for complex numbers
1996-01-12 Guido van RossumAdded power (**) operator
1996-01-12 Guido van Rossumadded decl for PyComplex_AsCComplex
1996-01-12 Guido van Rossumchanges for ** (power) operator
1996-01-12 Guido van Rossumchanges for complex numbers
1996-01-12 Guido van Rossumbump api version
1996-01-12 Guido van Rossumadded complex and c object.h; get rid of Py_FatalError
1996-01-12 Guido van Rossumcomplex numbers a la Konrad Hinsen
1996-01-12 Guido van Rossumopaque C object a la Jim Fulton
1996-01-11 Jack Jansen- Added FontInfo support
1996-01-09 Jack JansenAdded font manager toolbox module
1996-01-09 Jack Jansen- Fixed bug in getfillable()
1996-01-09 Jack JansenAn interface to the font manager
1996-01-08 Jack JansenVarious fixes/enhancements, thanks to Ivan and Just:
1996-01-08 Jack JansenFixed GetPen and SetPt arguments
1996-01-06 Jack JansenAdded support for PenState and Patterns (and the accomp...
1996-01-05 Jack JansenAdded support for cursors, and a way to get at the...
1996-01-05 Jack JansenAdded extra module argument varstuff, to declare extra...
1996-01-02 Jack JansenA different binhexer, apparently:-(
1996-01-02 Jack JansenFixed example
1995-12-21 Jack JansenAdded pathname2url and url2pathname methods (only corre...
1995-12-21 Jack Jansen(Minimal) instructions on how to build python from...
1995-12-21 Jack JansenAdded missing newline
1995-12-21 Jack JansenCommon header file for all plugin modules
1995-12-15 Jack JansenAdded (dummy) expanduser and expandvar methods
1995-12-15 Jack JansenFixed local file access for macintosh
1995-12-12 Jack JansenSample image drawing code (not fully functional yet)
1995-12-12 Jack JansenMinor bugfix in keyboard input handling
1995-12-12 Jack Jansen- Added color window/pixmap support
1995-12-10 Guido van Rossumdon't return from main loop when error occurs
1995-12-09 Jack JansenIt now actually works. Also, MovieInWindow and VerySimp...
1995-12-09 Jack JansenAdded support for RGB objects (tuples in python)
1995-12-09 Jack JansenAdded Sint8 and Uint8 types
1995-12-09 Jack JansenAdded cm and qt demos
1995-12-09 Jack JansenAdded QuickTime module
1995-12-09 Jack JansenAdded component mgr and quicktime modules
1995-12-08 Guido van Rossumfix free memory reads in dictlookup et al
1995-12-07 Sjoerd MullenderUse global statement instead of importing ourselves...
1995-11-30 Jack Jansenstill untested (but it compiles)
1995-11-30 Jack JansenAdded Cm.slb, the component mgr interface
1995-11-30 Jack JansenQuickTime support (not yet functional)
1995-11-30 Jack JansenComponent mgr support
1995-11-16 Jack JansenBitMap object support (only lightly tested)
1995-11-16 Jack JansenBitMap object support
1995-11-15 Jack JansenA variation on PICTbrowse.py that displays the picture...
1995-11-15 Jack JansenAdded converters for Fixed
1995-11-15 Jack JansenAdded support for GrafPort object
1995-11-15 Jack JansenAdded (minimal) support for a GrafPort type
1995-11-15 Jack JansenAdded definitions for GrafPort object and Fixed type.
1995-11-14 Jack JansenExample: control eudora using AppleEvents
1995-11-14 Jack JansenSample extension module: InterSLIP control API.
1995-11-14 Jack JansenControl InterSLIP using modeless dialog, uses FrameWork
1995-11-14 Jack JansenControl InterSLIP using a modal dialog
1995-11-14 Jack JansenBrowse all PICT resources in the resource chain. Uses...
1995-11-14 Jack Jansen- Added support for PicHandle
1995-11-14 Jack JansenNew universal headers, a few bit-flags were added.
1995-11-14 Jack Jansen- Fixed handling of InsetRect, OffsetRect, MapRect
1995-11-14 Jack JansenUniversal header changes: some new bits defined.
1995-11-14 Jack JansenRegenerated because of minor changes in universal headers
1995-11-14 Jack JansenChanged file signature to CW7 project mgr
1995-11-14 Jack JansenAllow '@' for ' ' in uuencoded files.
1995-11-14 Jack JansenInitialize GUSI on the mac.
1995-11-14 Jack JansenUpdated for the CW7.5 release, and some minor tweaks...
1995-11-14 Jack JansenProject to build alternative version of MWCRuntimePPC...
1995-11-14 Jack Jansenalmost-but-not-quite working python with tk.
1995-11-14 Jack JansenDocumented ProgressBar and idle()
1995-11-14 Jack JansenMacTkPython configuration file.
1995-11-14 Jack JansenAdded progress-bar dialog
1995-11-14 Jack JansenChanged for the 1.3.2 compiler (CW7.5)
1995-11-14 Jack JansenInitialize GUSI for MacTkPython
1995-11-14 Jack JansenAdded 2 missing SetPort calls
1995-11-14 Jack JansenAdded a ProgressBar() class (which shows a progress...
1995-11-10 Jack JansenFixed bug in cts error message handling.
1995-11-10 Jack JansenAdded _tkinter, if USE_TK defined
1995-11-10 Jack JansenContinue looking for "open doc" events even after ...
1995-11-10 Jack JansenCosmetic change to event handling.
1995-11-10 Jack JansenFor MW Python, update titlebar of window when python...
1995-11-10 Jack JansenDisable pythons own eventhandling on the mac.
1995-11-10 Jack JansenAdded idle() method, called when no events are available.
1995-11-10 Sjoerd MullenderFixed basejoin. There were two main problems:
1995-11-03 Barry Warsaw(py-indent-offset): Change default to 4.
1995-11-02 Sjoerd MullenderAlso remember the module a class is defined in.
1995-10-31 Jack Jansen- plugin tkinter module for ppc python
1995-10-31 Jack JansenFix to load needed resources on a mac
1995-10-30 Jack JansenAdded providence mailer support
1995-10-30 Jack JansenAdded (limited) compuserve error parsing
1995-10-27 Jack JansenUpdated 'vers' resource to 1.3 (forgot before the distr...
1995-10-27 Jack JansenAdded options for keeping window open on normal/error...
1995-10-27 Jack JansenMoved mac-specific exit handling to macmain.c
1995-10-27 Jack JansenMade a bit more robust against out-of-memory situations
1995-10-23 Jack JansenRenamed module tkinter to _tkinter
1995-10-23 Jack JansenRemoved unneeded reference to tkinter
1995-10-23 Jack JansenRenamed module tkinter to _tkinter, moved source to...
1995-10-23 Jack JansenAdded class MHMailbox
1995-10-23 Jack JansenMACTCP renamed to MACTCPconst
next