summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Documented binascii, binhex and uu modules. Put them in theJack Jansen1995-08-295-2/+296
| | | | Internet/WWW section, for lack of a better place.
* Implemented two new functions in sys:Sjoerd Mullender1995-08-292-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 mentionedGuido van Rossum1995-08-281-45/+195
|
* Fixed calling of __del__ method with TRACE_REFS defined.Sjoerd Mullender1995-08-281-1/+23
|
* This commit was manufactured by cvs2svn to create tag 'r13beta1'.v1.3b1cvs2svn1995-08-281-0/+1
|
* changes by Barry, e.g. font lock & email addressesGuido van Rossum1995-08-281-43/+97
|
* updatesGuido van Rossum1995-08-281-3/+3
|
* new stuffGuido van Rossum1995-08-281-19/+26
|
* new peopleGuido van Rossum1995-08-281-0/+2
|
* many fixes by anonymous contributorGuido van Rossum1995-08-283-216/+894
|
* dbhash -> bsddbGuido van Rossum1995-08-281-2/+2
|
* fix bug in close()Guido van Rossum1995-08-281-1/+0
|
* fix leaks in keys(); fix bug in close()Guido van Rossum1995-08-281-4/+11
|
* rd_object() with exception is fatal errorGuido van Rossum1995-08-281-0/+1
|
* err_badcall() is fatal errorGuido van Rossum1995-08-281-0/+1
|
* exec() -> execGuido van Rossum1995-08-282-6/+6
|
* add errno.hGuido van Rossum1995-08-282-0/+2
|
* 1.3b1 notesGuido van Rossum1995-08-281-11/+40
|
* improve ac_sys_system/release, add ac_syts_cpuGuido van Rossum1995-08-281-2/+5
|
* Generated anewJack Jansen1995-08-1725-20/+58
|
* Added ResObj_OptNew declarationJack Jansen1995-08-172-1/+2
|
* Use ResObj_OptNew for GetDialogItem return value: the handle returnedJack Jansen1995-08-172-0/+10
| | | | may be NULL (for user items, for instance).
* Added ResObj_OptNew, like ResObj_New but returns None when passed NULL.Jack Jansen1995-08-171-0/+13
|
* Added WhichWindow function to obtain window object given WindowPtr (asJack Jansen1995-08-171-0/+17
| | | | returned by event routines)
* Test of list in dialogJack Jansen1995-08-172-0/+93
|
* Uses new FrameWork, has multiple windowsJack Jansen1995-08-171-31/+46
|
* Different arg to GetEventHandler (but I cannot really remember fixingJack Jansen1995-08-171-5/+7
| | | | this.... Hope it is correct)
* Made separate window class (and subclasses for special windows likeJack Jansen1995-08-171-96/+237
| | | | dialogs). This is an incompatible change.
* Indent bugJack Jansen1995-08-171-1/+1
|
* Removed addbase.__del__ because it can't work.Sjoerd Mullender1995-08-151-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 Jansen1995-08-144-0/+150
|
* Documented PromptGetFile and optional prompt to GetDirectory.Jack Jansen1995-08-142-4/+14
|
* Fixed incorrect tex-code for readlineJack Jansen1995-08-142-2/+2
|
* Put debug output inside 'if DEBUG'.Jack Jansen1995-08-141-6/+7
|
* Various fixes: missing imports, missing calls toJack Jansen1995-08-141-24/+32
| | | | MacOS.HandleEvent. Also, prints are now inside 'if DEBUG'.
* Useful routines on a mac:Jack Jansen1995-08-141-0/+77
| | | | | | - mkalias makes a finder alias - copy copies a file, finder info, resources and all. - copytree does the same for a whole tree.
* Added PyMac_PromptGetFile, removed stuff gone to other sources.Jack Jansen1995-08-141-3/+4
|
* Lots of stuff moved to other files.Jack Jansen1995-08-141-381/+55
| | | | Include pythonresources.h.
* New file: list resource-ids in one place.Jack Jansen1995-08-141-0/+54
|
* Lots of stuff removed: gone to various other files.Jack Jansen1995-08-141-233/+3
|
* This is completely different from the old mainmain (which wasn't usedJack Jansen1995-08-141-88/+252
| | | | | anymore) and is the new main program for MacPython. Built from bits and pieces of config.c, macglue.c and pythonmain.c.
* macgetpath - sys.path setting code factored out of config.c andJack Jansen1995-08-142-0/+289
| | | | | macglue.c macgetplatform - factored out of config.c
* Merged Jack's macgetcompiler.c and Guido's maccompiler.c and named theJack Jansen1995-08-141-0/+4
| | | | result macgetcompiler.c (after all, *I* did the merging:-)
* Renumbered dialogs:Jack Jansen1995-08-141-19/+24
| | | | | | 128-255 are for interpreter use 256-511 are for extension modules, libraries, etc 512 and above are for applications
* Added new call PromptGetFile (like StandardGetFile, but accepts aJack Jansen1995-08-141-2/+29
| | | | prompt) and added optional prompt to GetDirectory.
* Added missing initializer and extra error check.Jack Jansen1995-08-141-1/+5
|
* Added prompts to various file-select dialogsJack Jansen1995-08-147-35/+31
| | | | Renumbered resources to above 512
* Added List.slb aliasJack Jansen1995-08-142-22/+5
|
* Binhexify any .rsrc file in a treeJack Jansen1995-08-141-0/+50
|
* Added missing 'leftchar' initializer.Jack Jansen1995-08-141-2/+2
|