| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed menu glyph stuff. | Jack Jansen | 1999-12-15 | 1 | -15/+10 |
|
|
* | Added kind resources (in US-english and dutch, sigh). | Jack Jansen | 1999-12-15 | 1 | -0/+0 |
|
|
* | Added table entries for Irix 6.5 names for confstr()/sysconf()/ | Fred Drake | 1999-12-15 | 1 | -0/+174 |
|
|
* | Fixed buglet in Application.do_suspendresume(), it took the wrong flag to det... | Just van Rossum | 1999-12-15 | 1 | -1/+1 |
|
|
* | do_strip(): Fixed cut-and-paste error; this function should check for | Barry Warsaw | 1999-12-15 | 1 | -3/+1 |
|
|
* | Only set msg.fp to None when there are no extra arguments; if there | Guido van Rossum | 1999-12-14 | 1 | -1/+2 |
|
|
* | Added support for getlogin(); does *not* use getlogin_r() where | Fred Drake | 1999-12-14 | 1 | -44/+73 |
|
|
* | Remove test for getlogin_r(); the interface is not clearly defined, at | Fred Drake | 1999-12-14 | 3 | -125/+120 |
|
|
* | Added detection of getlogin() and getlogin_r(). | Fred Drake | 1999-12-14 | 3 | -106/+114 |
|
|
* | Bgen now understands more constant definitions, but that means that a few whi... | Jack Jansen | 1999-12-14 | 7 | -2/+32 |
|
|
* | If a menu shortcut is a tuple in stead of a char it is a tuple (modifierkeys,... | Jack Jansen | 1999-12-14 | 1 | -4/+10 |
|
|
* | Regenerated now that bgen can handle a few more constructs in constant defini... | Jack Jansen | 1999-12-14 | 21 | -26/+174 |
|
|
* | Markup consistency nits that Guido didn't check. ;-) | Fred Drake | 1999-12-13 | 1 | -6/+6 |
|
|
* | Doc update from Piers Lauder see changes for imaplib.py version 2.16. | Guido van Rossum | 1999-12-13 | 1 | -0/+32 |
|
|
* | 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 |
|
|