| Commit message (Expand) | Author | Age | Files | Lines |
* | First bits and pieces of appearance support: an init routine, a global flag P... | Jack Jansen | 1999-12-07 | 6 | -13/+45 |
|
|
* | OpenSSL support. This is based on patches for a version of SSLeay by | Guido van Rossum | 1999-12-07 | 1 | -1/+7 |
|
|
* | OpenSSL support. This is based on patches for a version of SSLeay by | Guido van Rossum | 1999-12-07 | 3 | -19/+439 |
|
|
* | According to Craig H Rowland, openbsd2 is yet another BSD variant that | Guido van Rossum | 1999-12-06 | 1 | -0/+2 |
|
|
* | Added \" to escapes so embedded escaped double quotes are handled | Barry Warsaw | 1999-12-06 | 1 | -0/+1 |
|
|
* | Set the finder "is shared" bit, by request of Joe Strout. It seems this allow... | Jack Jansen | 1999-12-03 | 1 | -1/+1 |
|
|
* | Allow for 12 arguments max, in stead of 8. Untested. | Jack Jansen | 1999-12-03 | 1 | -6/+9 |
|
|
* | Correct the docstring for byteswap(); error noted by Bernhard Reiter | Fred Drake | 1999-12-03 | 1 | -4/+9 |
|
|
* | [from 1999-11-04] | Greg Ward | 1999-12-03 | 1 | -5/+14 |
|
|
* | Default schedparams set to (0,0): no event-intervention by Python mainloop. This | Jack Jansen | 1999-12-03 | 1 | -2/+2 |
|
|
* | Standalone.html is long obsolete. Added description of BuildApplication | Jack Jansen | 1999-12-03 | 3 | -89/+59 |
|
|
* | New examples by Tony Ingraldi, using dns-lookup in stead of the funny interslip | Jack Jansen | 1999-12-03 | 12 | -333/+241 |
|
|
* | Give a warning if system-wide sys.argv processing is off (because then we | Jack Jansen | 1999-12-02 | 1 | -1/+4 |
|
|
* | Last try, think I got it now. | Barry Warsaw | 1999-12-01 | 1 | -1/+0 |
|
|
* | Once more | Barry Warsaw | 1999-12-01 | 1 | -0/+1 |
|
|
* | Once more | Barry Warsaw | 1999-12-01 | 1 | -1/+0 |
|
|
* | Urg! | Barry Warsaw | 1999-12-01 | 1 | -0/+1 |
|
|
* | more trivial stuff to test CVS -- should be the last? | Barry Warsaw | 1999-12-01 | 1 | -1/+1 |
|
|
* | testing CVS once more | Barry Warsaw | 1999-12-01 | 1 | -1/+0 |
|
|
* | testing CVS | Barry Warsaw | 1999-12-01 | 1 | -0/+1 |
|
|
* | testing CVS | Barry Warsaw | 1999-12-01 | 1 | -1/+0 |
|
|
* | testing CVS | Barry Warsaw | 1999-12-01 | 1 | -0/+1 |
|
|
* | testing CVS | Barry Warsaw | 1999-12-01 | 1 | -1/+0 |
|
|
* | Minor change to test new CVS reporting | Barry Warsaw | 1999-12-01 | 1 | -0/+1 |
|
|
* | Minor change to test new CVS reporting | Barry Warsaw | 1999-12-01 | 1 | -1/+1 |
|
|
* | Minor change to test new CVS reporting | Barry Warsaw | 1999-12-01 | 1 | -1/+0 |
|
|
* | Minor change to test new CVS reporting | Barry Warsaw | 1999-12-01 | 1 | -1/+1 |
|
|
* | Minor change to test new CVS reporting | Barry Warsaw | 1999-12-01 | 1 | -1/+0 |
|
|
* | Minor change to test new CVS reporting | Barry Warsaw | 1999-12-01 | 1 | -0/+4 |
|
|
* | Minor change to test new CVS reporting | Barry Warsaw | 1999-12-01 | 1 | -1/+1 |
|
|
* | Update link to PythonWare library page. | Fred Drake | 1999-12-01 | 1 | -2/+2 |
|
|
* | In abspath(), always use normpath(), even when win32api is available | Guido van Rossum | 1999-11-30 | 1 | -3/+3 |
|
|
* | A bunch of docstring fixes. | Barry Warsaw | 1999-11-28 | 1 | -23/+22 |
|
|
* | look for builtins before stuff on the path. | Greg Stein | 1999-11-24 | 1 | -1/+1 |
|
|
* | add loading of dynamic library modules. | Greg Stein | 1999-11-24 | 1 | -4/+18 |
|
|
* | rewrite_descriptor(): Fixup conversion of arguments (simpler). | Fred Drake | 1999-11-23 | 1 | -12/+35 |
|
|
* | Don't rename \var to <varname>; DocBook is too verbose here. | Fred Drake | 1999-11-23 | 1 | -4/+9 |
|
|
* | turn SysPathImporter into PathImporter. | Greg Stein | 1999-11-20 | 1 | -6/+7 |
|
|
* | remove the __version__ global. | Greg Stein | 1999-11-20 | 1 | -2/+0 |
|
|
* | only put __path__ into package modules. | Greg Stein | 1999-11-20 | 1 | -2/+1 |
|
|
* | shift code from DirectoryImporter out to a common area. | Greg Stein | 1999-11-20 | 1 | -64/+231 |
|
|
* | Moved all the imports to the top. | Fred Drake | 1999-11-19 | 1 | -9/+5 |
|
|
* | Set the date and version to reflect the actual status, not the last | Fred Drake | 1999-11-18 | 1 | -2/+2 |
|
|
* | When generating the top-level index to the documents, make sure some | Fred Drake | 1999-11-18 | 1 | -1/+3 |
|
|
* | Patches by Kannan Vijayan: | Guido van Rossum | 1999-11-18 | 1 | -4/+108 |
|
|
* | Removed last XXX comment; no further action needed on this one. | Fred Drake | 1999-11-17 | 1 | -4/+3 |
|
|
* | Complete the integration of Sam Bayer's fixes. | Guido van Rossum | 1999-11-17 | 2 | -912/+10 |
|
|
* | Changed fron importing wcnew back to webchecker. | Guido van Rossum | 1999-11-17 | 2 | -6/+2 |
|
|
* | Integrated Sam Bayer's wcnew.py code. It seems silly to keep two | Guido van Rossum | 1999-11-17 | 1 | -46/+185 |
|
|
* | # *NOT* by Sam Bayer: reindented to use 4 spaces like the rest here, | Guido van Rossum | 1999-11-17 | 1 | -204/+203 |
|
|