Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - imp seems to always want a file object arg | Jack Jansen | 1995-08-31 | 1 | -3/+6 |
| | | | | - continue if resource file not found (may be an applet) | ||||
* | Obscure bugfix | Jack Jansen | 1995-08-31 | 1 | -5/+2 |
| | |||||
* | its all in the name... | Jack Jansen | 1995-08-31 | 1 | -0/+1171 |
| | |||||
* | Modeless dialog test | Jack Jansen | 1995-08-31 | 1 | -0/+45 |
| | |||||
* | copy() can now create destination path | Jack Jansen | 1995-08-31 | 1 | -10/+21 |
| | |||||
* | Constants useful when using macfs module | Jack Jansen | 1995-08-31 | 1 | -0/+30 |
| | |||||
* | Fixed dialog-window event handling | Jack Jansen | 1995-08-31 | 1 | -12/+10 |
| | |||||
* | Hexbinned CodeWarrior projects | Jack Jansen | 1995-08-31 | 12 | -0/+3430 |
| | |||||
* | fix typo in bsddb entry | Guido van Rossum | 1995-08-30 | 1 | -1/+1 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-08-30 | 1 | -0/+667 |
| | |||||
* | Documented new argument order. | Jack Jansen | 1995-08-30 | 2 | -62/+46 |
| | |||||
* | Changed arguments and added a lot of functionality besides | Jack Jansen | 1995-08-30 | 1 | -87/+121 |
| | |||||
* | Initial revision | Guido van Rossum | 1995-08-29 | 2 | -0/+422 |
| | |||||
* | forget previous change (content-encoding) | Guido van Rossum | 1995-08-29 | 1 | -2/+1 |
| | |||||
* | encoding can be content-transfer-encoding or content-encoding | Guido van Rossum | 1995-08-29 | 1 | -1/+2 |
| | |||||
* | support overriding how to open unknown url types | Guido van Rossum | 1995-08-29 | 1 | -13/+13 |
| | |||||
* | changed some commas into percent signs | Guido van Rossum | 1995-08-29 | 1 | -4/+4 |
| | |||||
* | Fixed typo: == -> =. | Sjoerd Mullender | 1995-08-29 | 1 | -1/+1 |
| | |||||
* | Documented binascii, binhex and uu modules. Put them in the | Jack Jansen | 1995-08-29 | 5 | -2/+296 |
| | | | | Internet/WWW section, for lack of a better place. | ||||
* | Implemented two new functions in sys: | Sjoerd Mullender | 1995-08-29 | 2 | -0/+92 |
| | | | | | | | | | | | | getcounts() returns a list of counts of allocations and deallocations for all different object types. getobjects(n [, type ]) returns a list of recently allocated and not-yet-freed objects of the given type (all objects if no type given). Only the n most recent (all if n==0) objects are returned. getcounts is only available if compiled with -DCOUNT_ALLOCS, getobjects is only available if compiled with -DTRACE_REFS. Note that everything must be compiled with these options! | ||||
* | several new questions, 1.3 beta mentioned | Guido van Rossum | 1995-08-28 | 1 | -45/+195 |
| | |||||
* | Fixed calling of __del__ method with TRACE_REFS defined. | Sjoerd Mullender | 1995-08-28 | 1 | -1/+23 |
| | |||||
* | This commit was manufactured by cvs2svn to create tag 'r13beta1'.v1.3b1 | cvs2svn | 1995-08-28 | 1 | -0/+1 |
| | |||||
* | changes by Barry, e.g. font lock & email addresses | Guido van Rossum | 1995-08-28 | 1 | -43/+97 |
| | |||||
* | updates | Guido van Rossum | 1995-08-28 | 1 | -3/+3 |
| | |||||
* | new stuff | Guido van Rossum | 1995-08-28 | 1 | -19/+26 |
| | |||||
* | new people | Guido van Rossum | 1995-08-28 | 1 | -0/+2 |
| | |||||
* | many fixes by anonymous contributor | Guido van Rossum | 1995-08-28 | 3 | -216/+894 |
| | |||||
* | dbhash -> bsddb | Guido van Rossum | 1995-08-28 | 1 | -2/+2 |
| | |||||
* | fix bug in close() | Guido van Rossum | 1995-08-28 | 1 | -1/+0 |
| | |||||
* | fix leaks in keys(); fix bug in close() | Guido van Rossum | 1995-08-28 | 1 | -4/+11 |
| | |||||
* | rd_object() with exception is fatal error | Guido van Rossum | 1995-08-28 | 1 | -0/+1 |
| | |||||
* | err_badcall() is fatal error | Guido van Rossum | 1995-08-28 | 1 | -0/+1 |
| | |||||
* | exec() -> exec | Guido van Rossum | 1995-08-28 | 2 | -6/+6 |
| | |||||
* | add errno.h | Guido van Rossum | 1995-08-28 | 2 | -0/+2 |
| | |||||
* | 1.3b1 notes | Guido van Rossum | 1995-08-28 | 1 | -11/+40 |
| | |||||
* | improve ac_sys_system/release, add ac_syts_cpu | Guido van Rossum | 1995-08-28 | 1 | -2/+5 |
| | |||||
* | Generated anew | Jack Jansen | 1995-08-17 | 25 | -20/+58 |
| | |||||
* | Added ResObj_OptNew declaration | Jack Jansen | 1995-08-17 | 2 | -1/+2 |
| | |||||
* | Use ResObj_OptNew for GetDialogItem return value: the handle returned | Jack Jansen | 1995-08-17 | 2 | -0/+10 |
| | | | | may be NULL (for user items, for instance). | ||||
* | Added ResObj_OptNew, like ResObj_New but returns None when passed NULL. | Jack Jansen | 1995-08-17 | 1 | -0/+13 |
| | |||||
* | Added WhichWindow function to obtain window object given WindowPtr (as | Jack Jansen | 1995-08-17 | 1 | -0/+17 |
| | | | | returned by event routines) | ||||
* | Test of list in dialog | Jack Jansen | 1995-08-17 | 2 | -0/+93 |
| | |||||
* | Uses new FrameWork, has multiple windows | Jack Jansen | 1995-08-17 | 1 | -31/+46 |
| | |||||
* | Different arg to GetEventHandler (but I cannot really remember fixing | Jack Jansen | 1995-08-17 | 1 | -5/+7 |
| | | | | this.... Hope it is correct) | ||||
* | Made separate window class (and subclasses for special windows like | Jack Jansen | 1995-08-17 | 1 | -96/+237 |
| | | | | dialogs). This is an incompatible change. | ||||
* | Indent bug | Jack Jansen | 1995-08-17 | 1 | -1/+1 |
| | |||||
* | Removed addbase.__del__ because it can't work. | Sjoerd Mullender | 1995-08-15 | 1 | -2/+6 |
| | | | | | If code keeps a reference to self.fp or any of its methods, you don't want to close self.fp just because no explicit reference is kept to self. | ||||
* | Documented MacOS module. | Jack Jansen | 1995-08-14 | 4 | -0/+150 |
| | |||||
* | Documented PromptGetFile and optional prompt to GetDirectory. | Jack Jansen | 1995-08-14 | 2 | -4/+14 |
| |