summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* document OverflowError exception on mktime()Guido van Rossum1996-02-122-2/+4
* atol supports trailing l/L if base is 0Guido van Rossum1996-02-122-2/+2
* document non-BSD SIGCHLD behaviourGuido van Rossum1996-02-122-2/+8
* change jars emailGuido van Rossum1996-02-122-2/+2
* listdir no longer returns . or ..; added remove==unlinkGuido van Rossum1996-02-122-6/+18
* hypot is now always supportedGuido van Rossum1996-02-122-6/+0
* don't die on unreadable files etc.Guido van Rossum1996-02-051-6/+10
* Re-binhexed all projects.Jack Jansen1996-01-3112-4904/+5068
* Added cmath moduleJack Jansen1996-01-291-0/+6
* Modules implementing WWW and URL suite, and a module to control netscape.Jack Jansen1996-01-293-0/+544
* Added missing get() methodJack Jansen1996-01-291-0/+24
* Fixed access to Quickdraw globals. Unfortunately, they now have to beJack Jansen1996-01-292-40/+125
* remove rcs historyGuido van Rossum1996-01-261-32/+0
* support fast mode for gdmbGuido van Rossum1996-01-261-9/+16
* only use 'j' for imaginary constantsGuido van Rossum1996-01-261-1/+1
* properly initialize optional arguments to apply()Guido van Rossum1996-01-261-1/+1
* use only j for imaginary constantsGuido van Rossum1996-01-261-2/+2
* add keyword args to CanvasItem class __init__Guido van Rossum1996-01-262-6/+6
* 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
* 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