| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | redesign/rebuild around the ImportManager concept. | Greg Stein | 2000-01-03 | 1 | -149/+291 |
|
|
* | CW Pro 5.3 projects. | Jack Jansen | 2000-01-01 | 31 | -0/+0 |
|
|
* | setup_confname_table(): Use size_t instead of int for an index when | Fred Drake | 1999-12-30 | 1 | -1/+1 |
|
|
* | Nasty error: handle parameters are passed by _address_ to SetControlData. | Jack Jansen | 1999-12-29 | 2 | -2/+2 |
|
|
* | Renamed USE_MAC_DYNAMIC_LOADING to HAVE_DYNAMIC_LOADING | Jack Jansen | 1999-12-29 | 1 | -1/+1 |
|
|
* | Modified for new dll import source organisation by Greg. | Jack Jansen | 1999-12-24 | 6 | -2/+2 |
|
|
* | Modified for appearance. | Jack Jansen | 1999-12-24 | 1 | -2/+2 |
|
|
* | Oops, forgot & in ParseTuple argument in ControlGetDataHandle. | Jack Jansen | 1999-12-23 | 2 | -2/+2 |
|
|
* | skip CVS folders when building the Scripts menu -- jvr | Just van Rossum | 1999-12-23 | 1 | -1/+7 |
|
|
* | updated copyright string | Just van Rossum | 1999-12-23 | 1 | -1/+1 |
|
|
* | Implement the other easy thing: repr() of a float now uses %.17g, | Guido van Rossum | 1999-12-23 | 1 | -6/+43 |
|
|
* | Added item about specific missing entries in the C API manual. | Fred Drake | 1999-12-23 | 1 | -0/+5 |
|
|
* | changed the "method find" algorithm so the function/class/method popup menu a... | Just van Rossum | 1999-12-23 | 1 | -3/+8 |
|
|
* | long_format(): Now takes a third parameter, addL; iff true, a | Fred Drake | 1999-12-23 | 1 | -9/+19 |
|
|
* | Revise tests to support str(<long int object>) not appending "L". | Fred Drake | 1999-12-23 | 3 | -15/+21 |
|
|
* | Added a reference to oldPICTbrowse.py. | Jack Jansen | 1999-12-23 | 1 | -1/+3 |
|
|
* | Converted to Appearance and using a List control in stead of manually creatin... | Jack Jansen | 1999-12-23 | 7 | -90/+185 |
|
|
* | Partially converted to Appearance, the dialog still has the old ugly layout and | Jack Jansen | 1999-12-23 | 2 | -15/+17 |
|
|
* | Converted to Appearance. | Jack Jansen | 1999-12-23 | 2 | -2/+2 |
|
|
* | Unified handle-conversion scheme to | Jack Jansen | 1999-12-23 | 10 | -27/+120 |
|
|
* | Adjusted apply() docstring based on comments from Gerrit Holl | Fred Drake | 1999-12-23 | 1 | -3/+4 |
|
|
* | Don't call len() if the value is already cached! Caught by Gerrit | Fred Drake | 1999-12-22 | 1 | -1/+1 |
|
|
* | For ZlibError and ZLIB_VERSION, only attempt to add entry to the | Fred Drake | 1999-12-22 | 1 | -3/+6 |
|
|
* | Cleanup patches from Greg Stein: | Guido van Rossum | 1999-12-22 | 11 | -75/+64 |
|
|
* | Removed a couple of items that got done(!). | Fred Drake | 1999-12-21 | 1 | -17/+11 |
|
|
* | Document GetoptError and label error an alias. | Fred Drake | 1999-12-21 | 1 | -2/+9 |
|
|
* | Contribution from Gerrit Holl: | Guido van Rossum | 1999-12-21 | 1 | -8/+26 |
|
|
* | Document 1.5.2+ aspects of the NotANumber exception. (Note that this | Fred Drake | 1999-12-21 | 1 | -2/+5 |
|
|
* | Document that the |mode| parameter to open() is optional and explain how | Fred Drake | 1999-12-21 | 2 | -10/+14 |
|
|
* | Vladimir Marangozov: | Guido van Rossum | 1999-12-21 | 1 | -1/+1 |
|
|
* | Added setargv.obj to the link link. | Guido van Rossum | 1999-12-20 | 1 | -2/+2 |
|
|
* | Add dynload_win.c to project. | Guido van Rossum | 1999-12-20 | 1 | -7/+4 |
|
|
* | Add HAVE_DYNAMIC_LOADING. | Guido van Rossum | 1999-12-20 | 1 | -0/+4 |
|
|
* | For Windows, need to add #include <windows.h>. | Guido van Rossum | 1999-12-20 | 1 | -0/+1 |
|
|
* | Fix typo in docstring: wbites -> wbits | Andrew M. Kuchling | 1999-12-20 | 1 | -1/+1 |
|
|
* | Changes to auto-detect the correct dynload_<platform>.c file. | Guido van Rossum | 1999-12-20 | 2 | -105/+223 |
|
|
* | Add line for HAVE_DYNAMIC_LOADING (result of editing acconfig.h). | Guido van Rossum | 1999-12-20 | 1 | -0/+3 |
|
|
* | Define HAVE_DYNAMIC_LOADING. | Guido van Rossum | 1999-12-20 | 1 | -0/+3 |
|
|
* | Support for selecting the correct dynload_<platform>.c file. | Guido van Rossum | 1999-12-20 | 1 | -0/+12 |
|
|
* | In _PyImport_Init(), dynamically construct the table of legal suffixes | Guido van Rossum | 1999-12-20 | 1 | -5/+33 |
|
|
* | Some rearrangements for the importdl.c restructuring. | Guido van Rossum | 1999-12-20 | 1 | -2/+27 |
|
|
* | 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 |
|
|