summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New appearance mgr support. This appears (no pun intended) to have some probl...Jack Jansen1999-12-103-1/+631
* The call to PyArg_ParseTuple in al_Connect had one too few arguments.Guido van Rossum1999-12-101-1/+1
* Changed appearance-dialogs to new WDEF values. Also undid silly change ofJack Jansen1999-12-091-0/+0
* Regenerated, and manually massaged (sigh): there can now be comments after en...Jack Jansen1999-12-091-3/+45
* Fixed a linebreak I forgot, added docstrings, (temporarily) blacklisted a few...Jack Jansen1999-12-093-17/+147
* Added USE_APPEARANCE flag.Jack Jansen1999-12-093-0/+3
* Document the new stuff in the os module.Fred Drake1999-12-091-2/+47
* Added support for ctermid, tempnam, tmpfile, tmpnam, and tmpnam_r.Fred Drake1999-12-093-107/+127
* Added support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(),Fred Drake1999-12-091-163/+326
* Changes by Corran Webster to support {Get,Set}ControlData andJack Jansen1999-12-092-12/+132
* Minimal test of Dlg.SetControlData by Corran Webster: draw a defaultJack Jansen1999-12-091-0/+13
* First bits and pieces of appearance support: an init routine, a global flag P...Jack Jansen1999-12-076-13/+45
* OpenSSL support. This is based on patches for a version of SSLeay byGuido van Rossum1999-12-071-1/+7
* OpenSSL support. This is based on patches for a version of SSLeay byGuido van Rossum1999-12-073-19/+439
* According to Craig H Rowland, openbsd2 is yet another BSD variant thatGuido van Rossum1999-12-061-0/+2
* Added \" to escapes so embedded escaped double quotes are handledBarry Warsaw1999-12-061-0/+1
* Set the finder "is shared" bit, by request of Joe Strout. It seems this allow...Jack Jansen1999-12-031-1/+1
* Allow for 12 arguments max, in stead of 8. Untested.Jack Jansen1999-12-031-6/+9
* Correct the docstring for byteswap(); error noted by Bernhard ReiterFred Drake1999-12-031-4/+9
* [from 1999-11-04]Greg Ward1999-12-031-5/+14
* Default schedparams set to (0,0): no event-intervention by Python mainloop. ThisJack Jansen1999-12-031-2/+2
* Standalone.html is long obsolete. Added description of BuildApplicationJack Jansen1999-12-033-89/+59
* New examples by Tony Ingraldi, using dns-lookup in stead of the funny interslipJack Jansen1999-12-0312-333/+241
* Give a warning if system-wide sys.argv processing is off (because then weJack Jansen1999-12-021-1/+4
* Last try, think I got it now.Barry Warsaw1999-12-011-1/+0
* Once moreBarry Warsaw1999-12-011-0/+1
* Once moreBarry Warsaw1999-12-011-1/+0
* Urg!Barry Warsaw1999-12-011-0/+1
* more trivial stuff to test CVS -- should be the last?Barry Warsaw1999-12-011-1/+1
* testing CVS once moreBarry Warsaw1999-12-011-1/+0
* testing CVSBarry Warsaw1999-12-011-0/+1
* testing CVSBarry Warsaw1999-12-011-1/+0
* testing CVSBarry Warsaw1999-12-011-0/+1
* testing CVSBarry Warsaw1999-12-011-1/+0
* Minor change to test new CVS reportingBarry Warsaw1999-12-011-0/+1
* Minor change to test new CVS reportingBarry Warsaw1999-12-011-1/+1
* Minor change to test new CVS reportingBarry Warsaw1999-12-011-1/+0
* Minor change to test new CVS reportingBarry Warsaw1999-12-011-1/+1
* Minor change to test new CVS reportingBarry Warsaw1999-12-011-1/+0
* Minor change to test new CVS reportingBarry Warsaw1999-12-011-0/+4
* Minor change to test new CVS reportingBarry Warsaw1999-12-011-1/+1
* Update link to PythonWare library page.Fred Drake1999-12-011-2/+2
* In abspath(), always use normpath(), even when win32api is availableGuido van Rossum1999-11-301-3/+3
* A bunch of docstring fixes.Barry Warsaw1999-11-281-23/+22
* look for builtins before stuff on the path.Greg Stein1999-11-241-1/+1
* add loading of dynamic library modules.Greg Stein1999-11-241-4/+18
* rewrite_descriptor(): Fixup conversion of arguments (simpler).Fred Drake1999-11-231-12/+35
* Don't rename \var to <varname>; DocBook is too verbose here.Fred Drake1999-11-231-4/+9
* turn SysPathImporter into PathImporter.Greg Stein1999-11-201-6/+7
* remove the __version__ global.Greg Stein1999-11-201-2/+0