summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* only put __path__ into package modules.Greg Stein1999-11-201-2/+1
* shift code from DirectoryImporter out to a common area.Greg Stein1999-11-201-64/+231
* Moved all the imports to the top.Fred Drake1999-11-191-9/+5
* Set the date and version to reflect the actual status, not the lastFred Drake1999-11-181-2/+2
* When generating the top-level index to the documents, make sure someFred Drake1999-11-181-1/+3
* Patches by Kannan Vijayan:Guido van Rossum1999-11-181-4/+108
* Removed last XXX comment; no further action needed on this one.Fred Drake1999-11-171-4/+3
* Complete the integration of Sam Bayer's fixes.Guido van Rossum1999-11-172-912/+10
* Changed fron importing wcnew back to webchecker.Guido van Rossum1999-11-172-6/+2
* Integrated Sam Bayer's wcnew.py code. It seems silly to keep twoGuido van Rossum1999-11-171-46/+185
* # *NOT* by Sam Bayer: reindented to use 4 spaces like the rest here,Guido van Rossum1999-11-171-204/+203