| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved most of the platform-specific code to dynload_<platform>.c files. | Guido van Rossum | 1999-12-20 | 1 | -1029/+26 |
|
|
* | The old platform-specific contents of importdl.c, broken down into one | Guido van Rossum | 1999-12-20 | 10 | -0/+1347 |
|
|
* | The cleanup code in com-init() at label fail_0000 should remove | Guido van Rossum | 1999-12-20 | 1 | -1/+1 |
|
|
* | Support keys that have a Handle as parameter, by using the new GetControlData... | Jack Jansen | 1999-12-19 | 1 | -0/+21 |
|
|
* | Added {Get,Set}ControlDataHandle methods. These are {Get,Set}ControlData for | Jack Jansen | 1999-12-19 | 2 | -1/+148 |
|
|
* | StandardFile compatability routines. For the time being calling macfsn._insta... | Jack Jansen | 1999-12-18 | 1 | -0/+130 |
|
|
* | Increase applet minimal memory size by a megabyte. | Jack Jansen | 1999-12-18 | 1 | -0/+0 |
|
|
* | Added a line about passing None as eventProc to the docstring to get movable | Jack Jansen | 1999-12-17 | 1 | -0/+1 |
|
|
* | PyMac_BuildOptStr255 and PyMac_BuildFSSpec added to exports. | Jack Jansen | 1999-12-17 | 2 | -36/+50 |
|
|
* | Added PyMac_BuildOptStr255, which returns None on a null pointer. | Jack Jansen | 1999-12-17 | 2 | -0/+15 |
|
|
* | Finished (I think), but only very lightly tested. Should now have full interf... | Jack Jansen | 1999-12-17 | 1 | -104/+413 |
|
|
* | Project for Nav module. | Jack Jansen | 1999-12-17 | 2 | -0/+1 |
|
|
* | Added Nav | Jack Jansen | 1999-12-16 | 1 | -0/+0 |
|
|
* | Allow keyword arguments, and the dialog is now actually shown. No way to | Jack Jansen | 1999-12-16 | 1 | -29/+53 |
|
|
* | Added Nav module | Jack Jansen | 1999-12-16 | 1 | -0/+2 |
|
|
* | Patch and new file by Geoff Furnish for C++ compilation. | Guido van Rossum | 1999-12-16 | 2 | -2/+17 |
|
|
* | Patch by Geoff Furnish to make compiling with C++ more gentle. | Guido van Rossum | 1999-12-16 | 2 | -284/+362 |
|
|
* | Regenerated after new acconfig.h. | Guido van Rossum | 1999-12-16 | 1 | -0/+3 |
|
|
* | Correct stupid typo (HAVE_GETHOSTBTNAME). | Guido van Rossum | 1999-12-16 | 1 | -1/+1 |
|
|
* | Navigation Services module. Started from scratch, as Joe's module exported to... | Jack Jansen | 1999-12-16 | 1 | -0/+618 |
|
|
* | When emitting a command-line error message, *say* it's an error. | Greg Ward | 1999-12-16 | 1 | -1/+1 |
|
|
* | Catch errors from 'rmtree' and emit a warning. | Greg Ward | 1999-12-16 | 1 | -2/+10 |
|
|
* | Document getgroups(), getlogin(), fpathconf(), pathconf(), | Fred Drake | 1999-12-15 | 1 | -1/+107 |
|
|
* | Rip out the code to check the ordering of the tables used to map | Fred Drake | 1999-12-15 | 1 | -31/+65 |
|
|
* | 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 |
|
|