summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Moved most of the platform-specific code to dynload_<platform>.c files.Guido van Rossum1999-12-201-1029/+26
* The old platform-specific contents of importdl.c, broken down into oneGuido van Rossum1999-12-2010-0/+1347
* The cleanup code in com-init() at label fail_0000 should removeGuido van Rossum1999-12-201-1/+1
* Support keys that have a Handle as parameter, by using the new GetControlData...Jack Jansen1999-12-191-0/+21
* Added {Get,Set}ControlDataHandle methods. These are {Get,Set}ControlData forJack Jansen1999-12-192-1/+148
* StandardFile compatability routines. For the time being calling macfsn._insta...Jack Jansen1999-12-181-0/+130
* Increase applet minimal memory size by a megabyte.Jack Jansen1999-12-181-0/+0
* Added a line about passing None as eventProc to the docstring to get movableJack Jansen1999-12-171-0/+1
* PyMac_BuildOptStr255 and PyMac_BuildFSSpec added to exports.Jack Jansen1999-12-172-36/+50
* Added PyMac_BuildOptStr255, which returns None on a null pointer.Jack Jansen1999-12-172-0/+15
* Finished (I think), but only very lightly tested. Should now have full interf...Jack Jansen1999-12-171-104/+413
* Project for Nav module.Jack Jansen1999-12-172-0/+1
* Added NavJack Jansen1999-12-161-0/+0
* Allow keyword arguments, and the dialog is now actually shown. No way toJack Jansen1999-12-161-29/+53
* Added Nav moduleJack Jansen1999-12-161-0/+2
* Patch and new file by Geoff Furnish for C++ compilation.Guido van Rossum1999-12-162-2/+17
* Patch by Geoff Furnish to make compiling with C++ more gentle.Guido van Rossum1999-12-162-284/+362
* Regenerated after new acconfig.h.Guido van Rossum1999-12-161-0/+3
* Correct stupid typo (HAVE_GETHOSTBTNAME).Guido van Rossum1999-12-161-1/+1
* Navigation Services module. Started from scratch, as Joe's module exported to...Jack Jansen1999-12-161-0/+618
* When emitting a command-line error message, *say* it's an error.Greg Ward1999-12-161-1/+1
* Catch errors from 'rmtree' and emit a warning.Greg Ward1999-12-161-2/+10
* Document getgroups(), getlogin(), fpathconf(), pathconf(),Fred Drake1999-12-151-1/+107
* Rip out the code to check the ordering of the tables used to mapFred Drake1999-12-151-31/+65
* Fixed menu glyph stuff.Jack Jansen1999-12-151-15/+10
* Added kind resources (in US-english and dutch, sigh).Jack Jansen1999-12-151-0/+0
* Added table entries for Irix 6.5 names for confstr()/sysconf()/Fred Drake1999-12-151-0/+174
* Fixed buglet in Application.do_suspendresume(), it took the wrong flag to det...Just van Rossum1999-12-151-1/+1
* do_strip(): Fixed cut-and-paste error; this function should check forBarry Warsaw1999-12-151-3/+1
* Only set msg.fp to None when there are no extra arguments; if thereGuido van Rossum1999-12-141-1/+2
* Added support for getlogin(); does *not* use getlogin_r() whereFred Drake1999-12-141-44/+73
* Remove test for getlogin_r(); the interface is not clearly defined, atFred Drake1999-12-143-125/+120
* Added detection of getlogin() and getlogin_r().Fred Drake1999-12-143-106/+114
* Bgen now understands more constant definitions, but that means that a few whi...Jack Jansen1999-12-147-2/+32
* If a menu shortcut is a tuple in stead of a char it is a tuple (modifierkeys,...Jack Jansen1999-12-141-4/+10
* Regenerated now that bgen can handle a few more constructs in constant defini...Jack Jansen1999-12-1421-26/+174
* Markup consistency nits that Guido didn't check. ;-)Fred Drake1999-12-131-6/+6
* Doc update from Piers Lauder see changes for imaplib.py version 2.16.Guido van Rossum1999-12-131-0/+32
* V 2.16 from Piers:Guido van Rossum1999-12-131-50/+123
* Use 'search', not 'match', on filename pattern regexes.Greg Ward1999-12-131-2/+2
* Removed debugging prints.Fred Drake1999-12-131-4/+0
* Added bindings for getgroups(), fpathconf(), pathconf(), confstr(),Fred Drake1999-12-131-1/+863
* Added detection for getgroups(), fpathconf(), pathconf(),Fred Drake1999-12-133-114/+131
* Fixed the password dialog to use a password control.Jack Jansen1999-12-131-50/+26
* C-style comments removed (again).Jack Jansen1999-12-133-4/+237
* Methods {Get,Set}ControlData that know about data types passed for the variousJack Jansen1999-12-131-0/+32
* Fixed the password dialog to use a password control.Jack Jansen1999-12-131-0/+0
* Updated Message, question, YNC and progress dialogs for Appearance. PasswordJack Jansen1999-12-122-47/+33
* In places where a ResObj is expected for PyArg_Parse and the object passed in...Jack Jansen1999-12-122-10/+53
* Regenerated toolbox modules with CW Pro 5.2, which has MacOS 8.6 and Appearan...Jack Jansen1999-12-1231-1/+144