summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* more recent linux header filesGuido van Rossum1996-01-268-96/+328
|
* speed up unquote() by using atoi() instead of eval()Guido van Rossum1996-01-261-1/+1
|
* support 'whence' arg to seek()Guido van Rossum1996-01-251-2/+7
|
* add acct() method to send new account nameGuido van Rossum1996-01-251-0/+5
|
* fix typo in _setval() return valueGuido van Rossum1996-01-251-1/+1
|
* backward compatible interface for bsddbGuido van Rossum1996-01-251-0/+8
|
* inherit error from _mod.errorGuido van Rossum1996-01-251-0/+3
|
* real test for executable scriptGuido van Rossum1996-01-251-1/+1
|
* correct retrieving return value of os.waitpid()Guido van Rossum1996-01-251-1/+1
|
* add missing loop step to parseplist()Guido van Rossum1996-01-251-0/+1
|
* fix default arg for read() -- should be -1Guido van Rossum1996-01-251-2/+2
|
* add ComplexTypeGuido van Rossum1996-01-251-0/+4
|
* use 'j' instead of 'i' for imaginary constantsGuido van Rossum1996-01-251-2/+2
|
* Removed unused varJack Jansen1996-01-252-2/+0
|
* (py-shell): Fixed Emacs 18 bug, use of boundp instead of fboundp.Barry Warsaw1996-01-231-1/+1
|
* Corrected format string in api_version_warning.Sjoerd Mullender1996-01-231-1/+1
|
* Added prototype for PySys_SetArgvJack Jansen1996-01-221-0/+1
|
* Set default item for dialogJack Jansen1996-01-221-0/+1
|
* Added 16-bit pixel support for some operations.Jack Jansen1996-01-221-8/+15
|
* Fixed off-by-one error in rle-decode, and allow whitespace in base64Jack Jansen1996-01-221-5/+5
| | | | ascii input (thanks to Donald Beaudry for pointing these out)
* Added rgbFgColor and a few other members of CGrafPortJack Jansen1996-01-152-12/+32
|
* Added Fm moduleJack Jansen1996-01-151-0/+2
|
* adde cmath; added version numbers to tk/tcl libsGuido van Rossum1996-01-121-1/+2
|
* added default hypot() implementationGuido van Rossum1996-01-121-4/+21
|
* 64-bit patchGuido van Rossum1996-01-121-0/+15
|
* added new.classobj()Guido van Rossum1996-01-121-0/+19
|
* fix argcount bug for build_node_childrenGuido van Rossum1996-01-121-1/+1
|
* clear addr buffer before calling getsocknameGuido van Rossum1996-01-121-0/+1
|
* complex mathGuido van Rossum1996-01-121-0/+314
|
* changes for pow(**) and complexGuido van Rossum1996-01-121-1/+17
|
* add sigrelse() call for SunOS 4.1; add some fflush() callsGuido van Rossum1996-01-121-0/+6
|
* added complex and c objectsGuido van Rossum1996-01-121-2/+6
|
* Hack to force loading of cobject.oGuido van Rossum1996-01-121-0/+4
|
* better power implementationGuido van Rossum1996-01-121-18/+54
|
* Added PyComplex_AsCComplexGuido van Rossum1996-01-121-0/+12
|
* __hpux -> hpux equivalenceGuido van Rossum1996-01-121-0/+4
|
* fix args options for setcheckintervalGuido van Rossum1996-01-121-1/+1
|
* changes for power (**) operatorGuido van Rossum1996-01-121-325/+359
|
* changes for complex and power (**) operatorGuido van Rossum1996-01-122-30/+136
|
* 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 (read-)access to members of [C]GrafPort object
* Added font manager toolbox moduleJack Jansen1996-01-091-0/+1
|