summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added config file for Tk-pythonJack Jansen1996-02-202-166/+13
* Ported to CW8Jack Jansen1996-02-201-0/+20
* Ported to CW8 (added PRE_CW8 ifdef for CW7, for the time being)Jack Jansen1996-02-201-0/+2
* - Added Guido's fixesJack Jansen1996-02-201-45/+28
* Added ref to Misc/NEWS file; added hint to run regen script on Linux.Guido van Rossum1996-02-141-1/+5
* Changed makefile() args from r/w to rb/wb, for non-unix compatability.Jack Jansen1996-02-145-7/+7
* Try to normalize urls referring to local files (code copied from posixpath)Jack Jansen1996-02-141-3/+15
* Include GUSI.h if compiling for mac with gusi-socketsJack Jansen1996-02-141-0/+5
* Allow makefile('rb') or 'wb'.Jack Jansen1996-02-141-0/+1
* Modified for GUSIJack Jansen1996-02-145-6/+76
* For gusi-based pythonJack Jansen1996-02-142-1/+12
* GUSI-based python projectsJack Jansen1996-02-142-0/+2054
* Comment fixJack Jansen1996-02-141-2/+2
* Include GUSI.h if using gusi-socketsJack Jansen1996-02-141-0/+5
* Module to convert a mail message to or from quoted-printable. TheSjoerd Mullender1996-02-141-0/+415
* mark strftime as varargsGuido van Rossum1996-02-131-1/+1
* add remove==unlink; mark strftime as varargsGuido van Rossum1996-02-131-0/+1
* get rid of bogus name for init_tkinter()Guido van Rossum1996-02-131-3/+1
* better way to define ComplexTypeGuido van Rossum1996-02-131-3/+3
* improved test()Guido van Rossum1996-02-131-10/+34
* even better way to normalize spaces in add_flowing_dataGuido van Rossum1996-02-131-17/+9
* better way to normalize spaces in add_flowing_dataGuido van Rossum1996-02-121-3/+13
* fix several bogus var refs in error reportingGuido van Rossum1996-02-121-3/+3
* 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