| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | V 2.16 from Piers: | Guido van Rossum | 1999-12-13 | 1 | -50/+123 |
|
|
* | Use 'search', not 'match', on filename pattern regexes. | Greg Ward | 1999-12-13 | 1 | -2/+2 |
|
|
* | Removed debugging prints. | Fred Drake | 1999-12-13 | 1 | -4/+0 |
|
|
* | Added bindings for getgroups(), fpathconf(), pathconf(), confstr(), | Fred Drake | 1999-12-13 | 1 | -1/+863 |
|
|
* | Added detection for getgroups(), fpathconf(), pathconf(), | Fred Drake | 1999-12-13 | 3 | -114/+131 |
|
|
* | Fixed the password dialog to use a password control. | Jack Jansen | 1999-12-13 | 1 | -50/+26 |
|
|
* | C-style comments removed (again). | Jack Jansen | 1999-12-13 | 3 | -4/+237 |
|
|
* | Methods {Get,Set}ControlData that know about data types passed for the various | Jack Jansen | 1999-12-13 | 1 | -0/+32 |
|
|
* | Fixed the password dialog to use a password control. | Jack Jansen | 1999-12-13 | 1 | -0/+0 |
|
|
* | Updated Message, question, YNC and progress dialogs for Appearance. Password | Jack Jansen | 1999-12-12 | 2 | -47/+33 |
|
|
* | In places where a ResObj is expected for PyArg_Parse and the object passed in... | Jack Jansen | 1999-12-12 | 2 | -10/+53 |
|
|
* | Regenerated toolbox modules with CW Pro 5.2, which has MacOS 8.6 and Appearan... | Jack Jansen | 1999-12-12 | 31 | -1/+144 |
|
|
* | Regenerated with CW Pro 5.2, which has MacOS 8.6 and Appearance 1.1 support. | Jack Jansen | 1999-12-12 | 47 | -498/+4048 |
|
|
* | Dummy functions which return unimpErr for lots of toolbox calls that are unav... | Jack Jansen | 1999-12-12 | 1 | -0/+290 |
|
|
* | Oops, PLstring funcs should be "pascal". Funny this never caused problems bef... | Jack Jansen | 1999-12-12 | 1 | -3/+9 |
|
|
* | Catch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'. | Greg Ward | 1999-12-12 | 2 | -11/+12 |
|
|
* | Catch missing MANIFEST file and warn rather than blowing up. | Greg Ward | 1999-12-12 | 1 | -3/+27 |
|
|
* | Fixed 'find_package_modules()' to ensure that we never build (and thus | Greg Ward | 1999-12-12 | 1 | -11/+24 |
|
|
* | Changed 'build_extensions()' so 'sources' can be a list or tuple; and | Greg Ward | 1999-12-12 | 1 | -3/+4 |
|
|
* | In 'compile()' method, renamed 'includes' parameter to 'include_dirs' for | Greg Ward | 1999-12-12 | 1 | -6/+16 |
|
|
* | Added support for printing out help text from option table: 'print_help()', | Greg Ward | 1999-12-12 | 1 | -12/+171 |
|
|
* | Made "verbose" mode the default; now you have to supply --quiet if you | Greg Ward | 1999-12-12 | 1 | -18/+75 |
|
|
* | New appearance mgr support. This appears (no pun intended) to have some probl... | Jack Jansen | 1999-12-10 | 3 | -1/+631 |
|
|
* | The call to PyArg_ParseTuple in al_Connect had one too few arguments. | Guido van Rossum | 1999-12-10 | 1 | -1/+1 |
|
|
* | Changed appearance-dialogs to new WDEF values. Also undid silly change of | Jack Jansen | 1999-12-09 | 1 | -0/+0 |
|
|
* | Regenerated, and manually massaged (sigh): there can now be comments after en... | Jack Jansen | 1999-12-09 | 1 | -3/+45 |
|
|
* | Fixed a linebreak I forgot, added docstrings, (temporarily) blacklisted a few... | Jack Jansen | 1999-12-09 | 3 | -17/+147 |
|
|
* | Added USE_APPEARANCE flag. | Jack Jansen | 1999-12-09 | 3 | -0/+3 |
|
|
* | Document the new stuff in the os module. | Fred Drake | 1999-12-09 | 1 | -2/+47 |
|
|
* | Added support for ctermid, tempnam, tmpfile, tmpnam, and tmpnam_r. | Fred Drake | 1999-12-09 | 3 | -107/+127 |
|
|
* | Added support for abort(), ctermid(), tmpfile(), tempnam(), tmpnam(), | Fred Drake | 1999-12-09 | 1 | -163/+326 |
|
|
* | Changes by Corran Webster to support {Get,Set}ControlData and | Jack Jansen | 1999-12-09 | 2 | -12/+132 |
|
|
* | Minimal test of Dlg.SetControlData by Corran Webster: draw a default | Jack Jansen | 1999-12-09 | 1 | -0/+13 |
|
|
* | 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 |
|
|