summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added a reference to oldPICTbrowse.py.Jack Jansen1999-12-231-1/+3
* Converted to Appearance and using a List control in stead of manually creatin...Jack Jansen1999-12-237-90/+185
* Partially converted to Appearance, the dialog still has the old ugly layout andJack Jansen1999-12-232-15/+17
* Converted to Appearance.Jack Jansen1999-12-232-2/+2
* Unified handle-conversion scheme toJack Jansen1999-12-2310-27/+120
* Adjusted apply() docstring based on comments from Gerrit HollFred Drake1999-12-231-3/+4
* Don't call len() if the value is already cached! Caught by GerritFred Drake1999-12-221-1/+1
* For ZlibError and ZLIB_VERSION, only attempt to add entry to theFred Drake1999-12-221-3/+6
* Cleanup patches from Greg Stein:Guido van Rossum1999-12-2211-75/+64
* Removed a couple of items that got done(!).Fred Drake1999-12-211-17/+11
* Document GetoptError and label error an alias.Fred Drake1999-12-211-2/+9
* Contribution from Gerrit Holl:Guido van Rossum1999-12-211-8/+26
* Document 1.5.2+ aspects of the NotANumber exception. (Note that thisFred Drake1999-12-211-2/+5
* Document that the |mode| parameter to open() is optional and explain howFred Drake1999-12-212-10/+14
* Vladimir Marangozov:Guido van Rossum1999-12-211-1/+1
* Added setargv.obj to the link link.Guido van Rossum1999-12-201-2/+2
* Add dynload_win.c to project.Guido van Rossum1999-12-201-7/+4
* Add HAVE_DYNAMIC_LOADING.Guido van Rossum1999-12-201-0/+4
* For Windows, need to add #include <windows.h>.Guido van Rossum1999-12-201-0/+1
* Fix typo in docstring: wbites -> wbitsAndrew M. Kuchling1999-12-201-1/+1
* Changes to auto-detect the correct dynload_<platform>.c file.Guido van Rossum1999-12-202-105/+223
* Add line for HAVE_DYNAMIC_LOADING (result of editing acconfig.h).Guido van Rossum1999-12-201-0/+3
* Define HAVE_DYNAMIC_LOADING.Guido van Rossum1999-12-201-0/+3
* Support for selecting the correct dynload_<platform>.c file.Guido van Rossum1999-12-201-0/+12
* In _PyImport_Init(), dynamically construct the table of legal suffixesGuido van Rossum1999-12-201-5/+33
* Some rearrangements for the importdl.c restructuring.Guido van Rossum1999-12-201-2/+27
* 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