]> git.ipfire.org Git - thirdparty/Python/cpython.git/shortlog
thirdparty/Python/cpython.git
1996-02-14  Jack JansenModified for GUSI
1996-02-14  Jack JansenFor gusi-based python
1996-02-14  Jack JansenGUSI-based python projects
1996-02-14  Jack JansenComment fix
1996-02-14  Jack JansenInclude GUSI.h if using gusi-sockets
1996-02-14  Sjoerd MullenderModule to convert a mail message to or from quoted...
1996-02-13  Guido van Rossummark strftime as varargs
1996-02-13  Guido van Rossumadd remove==unlink; mark strftime as varargs
1996-02-13  Guido van Rossumget rid of bogus name for init_tkinter()
1996-02-13  Guido van Rossumbetter way to define ComplexType
1996-02-13  Guido van Rossumimproved test()
1996-02-13  Guido van Rossumeven better way to normalize spaces in add_flowing_data
1996-02-12  Guido van Rossumbetter way to normalize spaces in add_flowing_data
1996-02-12  Guido van Rossumfix several bogus var refs in error reporting
1996-02-12  Guido van Rossumdocument OverflowError exception on mktime()
1996-02-12  Guido van Rossumatol supports trailing l/L if base is 0
1996-02-12  Guido van Rossumdocument non-BSD SIGCHLD behaviour
1996-02-12  Guido van Rossumchange jars email
1996-02-12  Guido van Rossumlistdir no longer returns . or ..; added remove==unlink
1996-02-12  Guido van Rossumhypot is now always supported
1996-02-05  Guido van Rossumdon't die on unreadable files etc.
1996-01-31  Jack JansenRe-binhexed all projects.
1996-01-29  Jack JansenAdded cmath module
1996-01-29  Jack JansenModules implementing WWW and URL suite, and a module...
1996-01-29  Jack JansenAdded missing get() method
1996-01-29  Jack JansenFixed access to Quickdraw globals. Unfortunately, they...
1996-01-26  Guido van Rossumremove rcs history
1996-01-26  Guido van Rossumsupport fast mode for gdmb
1996-01-26  Guido van Rossumonly use 'j' for imaginary constants
1996-01-26  Guido van Rossumproperly initialize optional arguments to apply()
1996-01-26  Guido van Rossumuse only j for imaginary constants
1996-01-26  Guido van Rossumadd keyword args to CanvasItem class __init__
1996-01-26  Guido van Rossummore recent linux header files
1996-01-26  Guido van Rossumspeed up unquote() by using atoi() instead of eval()
1996-01-25  Guido van Rossumsupport 'whence' arg to seek()
1996-01-25  Guido van Rossumadd acct() method to send new account name
1996-01-25  Guido van Rossumfix typo in _setval() return value
1996-01-25  Guido van Rossumbackward compatible interface for bsddb
1996-01-25  Guido van Rossuminherit error from _mod.error
1996-01-25  Guido van Rossumreal test for executable script
1996-01-25  Guido van Rossumcorrect retrieving return value of os.waitpid()
1996-01-25  Guido van Rossumadd missing loop step to parseplist()
1996-01-25  Guido van Rossumfix default arg for read() -- should be -1
1996-01-25  Guido van Rossumadd ComplexType
1996-01-25  Guido van Rossumuse 'j' instead of 'i' for imaginary constants
1996-01-25  Jack JansenRemoved unused var
1996-01-23  Barry Warsaw(py-shell): Fixed Emacs 18 bug, use of boundp instead...
1996-01-23  Sjoerd MullenderCorrected format string in api_version_warning.
1996-01-22  Jack JansenAdded prototype for PySys_SetArgv
1996-01-22  Jack JansenSet default item for dialog
1996-01-22  Jack JansenAdded 16-bit pixel support for some operations.
1996-01-22  Jack JansenFixed off-by-one error in rle-decode, and allow whitesp...
1996-01-15  Jack JansenAdded rgbFgColor and a few other members of CGrafPort
1996-01-15  Jack JansenAdded Fm module
1996-01-12  Guido van Rossumadde cmath; added version numbers to tk/tcl libs
1996-01-12  Guido van Rossumadded default hypot() implementation
1996-01-12  Guido van Rossum64-bit patch
1996-01-12  Guido van Rossumadded new.classobj()
1996-01-12  Guido van Rossumfix argcount bug for build_node_children
1996-01-12  Guido van Rossumclear addr buffer before calling getsockname
1996-01-12  Guido van Rossumcomplex math
1996-01-12  Guido van Rossumchanges for pow(**) and complex
1996-01-12  Guido van Rossumadd sigrelse() call for SunOS 4.1; add some fflush...
1996-01-12  Guido van Rossumadded complex and c objects
1996-01-12  Guido van RossumHack to force loading of cobject.o
1996-01-12  Guido van Rossumbetter power implementation
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
next