| 1995-08-31 |
Jack Jansen | Added version resource |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | removed unused var |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Removed unused var |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Interactively create a distribution from a sourcetree. |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | - Allow PythonApplet to be an alias |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Added functionality: locate CW projects, copy them... |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | - imp seems to always want a file object arg |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Obscure bugfix |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | its all in the name... |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Modeless dialog test |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | copy() can now create destination path |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Constants useful when using macfs module |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Fixed dialog-window event handling |
commit | commitdiff | tree | snapshot |
| 1995-08-31 |
Jack Jansen | Hexbinned CodeWarrior projects |
commit | commitdiff | tree | snapshot |
| 1995-08-30 |
Guido van Rossum | fix typo in bsddb entry |
commit | commitdiff | tree | snapshot |
| 1995-08-30 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1995-08-30 |
Jack Jansen | Documented new argument order. |
commit | commitdiff | tree | snapshot |
| 1995-08-30 |
Jack Jansen | Changed arguments and added a lot of functionality... |
commit | commitdiff | tree | snapshot |
| 1995-08-29 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1995-08-29 |
Guido van Rossum | forget previous change (content-encoding) |
commit | commitdiff | tree | snapshot |
| 1995-08-29 |
Guido van Rossum | encoding can be content-transfer-encoding or content... |
commit | commitdiff | tree | snapshot |
| 1995-08-29 |
Guido van Rossum | support overriding how to open unknown url types |
commit | commitdiff | tree | snapshot |
| 1995-08-29 |
Guido van Rossum | changed some commas into percent signs |
commit | commitdiff | tree | snapshot |
| 1995-08-29 |
Sjoerd Mullender | Fixed typo: == -> =. |
commit | commitdiff | tree | snapshot |
| 1995-08-29 |
Jack Jansen | Documented binascii, binhex and uu modules. Put them... |
commit | commitdiff | tree | snapshot |
| 1995-08-29 |
Sjoerd Mullender | Implemented two new functions in sys: |
commit | commitdiff | tree | snapshot |
| 1995-08-28 |
Guido van Rossum | several new questions, 1.3 beta mentioned |
commit | commitdiff | tree | snapshot |
| 1995-08-28 |
Sjoerd Mullender | Fixed calling of __del__ method with TRACE_REFS defined. |
commit | commitdiff | tree | snapshot |
| 1995-08-28 |
cvs2svn | This commit was manufactured by cvs2svn to create tag... v1.3b1 |
commit | commitdiff | tree | snapshot |
| 1995-08-28 |
Guido van Rossum | changes by Barry, e.g. font lock & email addresses |
commit | commitdiff | tree | snapshot |
| 1995-08-28 |
Guido van Rossum | updates |
commit | commitdiff | tree | snapshot |
| 1995-08-28 |
Guido van Rossum | new stuff |
commit | commitdiff | tree | snapshot |
| 1995-08-28 |
Guido van Rossum | new people |
commit | commitdiff | tree | snapshot |
| 1995-08-28 |
Guido van Rossum | many fixes by anonymous contributor |
commit | commitdiff | tree | snapshot |
| 1995-08-28 |
Guido van Rossum | dbhash -> bsddb |
commit | commitdiff | tree | snapshot |
| 1995-08-28 |
Guido van Rossum | fix bug in close() |
commit | commitdiff | tree | snapshot |
| 1995-08-28 |
Guido van Rossum | fix leaks in keys(); fix bug in close() |
commit | commitdiff | tree | snapshot |
| 1995-08-28 |
Guido van Rossum | rd_object() with exception is fatal error |
commit | commitdiff | tree | snapshot |
| 1995-08-28 |
Guido van Rossum | err_badcall() is fatal error |
commit | commitdiff | tree | snapshot |
| 1995-08-28 |
Guido van Rossum | exec() -> exec |
commit | commitdiff | tree | snapshot |
| 1995-08-28 |
Guido van Rossum | add errno.h |
commit | commitdiff | tree | snapshot |
| 1995-08-28 |
Guido van Rossum | 1.3b1 notes |
commit | commitdiff | tree | snapshot |
| 1995-08-28 |
Guido van Rossum | improve ac_sys_system/release, add ac_syts_cpu |
commit | commitdiff | tree | snapshot |
| 1995-08-17 |
Jack Jansen | Generated anew |
commit | commitdiff | tree | snapshot |
| 1995-08-17 |
Jack Jansen | Added ResObj_OptNew declaration |
commit | commitdiff | tree | snapshot |
| 1995-08-17 |
Jack Jansen | Use ResObj_OptNew for GetDialogItem return value: the... |
commit | commitdiff | tree | snapshot |
| 1995-08-17 |
Jack Jansen | Added ResObj_OptNew, like ResObj_New but returns None... |
commit | commitdiff | tree | snapshot |
| 1995-08-17 |
Jack Jansen | Added WhichWindow function to obtain window object... |
commit | commitdiff | tree | snapshot |
| 1995-08-17 |
Jack Jansen | Test of list in dialog |
commit | commitdiff | tree | snapshot |
| 1995-08-17 |
Jack Jansen | Uses new FrameWork, has multiple windows |
commit | commitdiff | tree | snapshot |
| 1995-08-17 |
Jack Jansen | Different arg to GetEventHandler (but I cannot really... |
commit | commitdiff | tree | snapshot |
| 1995-08-17 |
Jack Jansen | Made separate window class (and subclasses for special... |
commit | commitdiff | tree | snapshot |
| 1995-08-17 |
Jack Jansen | Indent bug |
commit | commitdiff | tree | snapshot |
| 1995-08-15 |
Sjoerd Mullender | Removed addbase.__del__ because it can't work. |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | Documented MacOS module. |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | Documented PromptGetFile and optional prompt to GetDire... |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | Fixed incorrect tex-code for readline |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | Put debug output inside 'if DEBUG'. |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | Various fixes: missing imports, missing calls to |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | Useful routines on a mac: |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | Added PyMac_PromptGetFile, removed stuff gone to other... |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | Lots of stuff moved to other files. |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | New file: list resource-ids in one place. |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | Lots of stuff removed: gone to various other files. |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | This is completely different from the old mainmain... |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | macgetpath - sys.path setting code factored out of... |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | Merged Jack's macgetcompiler.c and Guido's maccompiler... |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | Renumbered dialogs: |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | Added new call PromptGetFile (like StandardGetFile... |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | Added missing initializer and extra error check. |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | Added prompts to various file-select dialogs |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | Added List.slb alias |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | Binhexify any .rsrc file in a tree |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | Added missing 'leftchar' initializer. |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | Shuffled include's around (name conflict on Mac wrt... |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | Added prompt to getfile dialog |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | Added basic mac documentation. |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Jack Jansen | Interface to the Mac List Manager. |
commit | commitdiff | tree | snapshot |
| 1995-08-14 |
Sjoerd Mullender | Temporary fix for access statement. |
commit | commitdiff | tree | snapshot |
| 1995-08-11 |
Guido van Rossum | exec() -> exec |
commit | commitdiff | tree | snapshot |
| 1995-08-11 |
Guido van Rossum | test for specific bug in vars() |
commit | commitdiff | tree | snapshot |
| 1995-08-11 |
Guido van Rossum | added select_present and select_range to Entry widget |
commit | commitdiff | tree | snapshot |
| 1995-08-11 |
Guido van Rossum | renamed DbShelf->DbfilenameShelf;added BsdDbShelf ... |
commit | commitdiff | tree | snapshot |
| 1995-08-11 |
Guido van Rossum | change default flag to match dbm/gdbm |
commit | commitdiff | tree | snapshot |
| 1995-08-11 |
Guido van Rossum | make sure the path ends in a slash in reload() |
commit | commitdiff | tree | snapshot |
| 1995-08-11 |
Guido van Rossum | warn about bacslash-s lacking |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | exec() -> exec |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | remove file: from list of protocols taking host |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | changed version :-) |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | added note about missing features |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | noted obsolescence; exec() -> exec |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | default tabsize to 8 |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | fix reload use of __filename__ |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | fix stupid typo: r->RDLK |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | same thing as for dospath, plus HOMEDRIVE/HOMEPATH... |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | don't print Cannot open/stat messages |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | exec() -> exec |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | Initial revision |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | redefined normcase() |
commit | commitdiff | tree | snapshot |
| 1995-08-10 |
Guido van Rossum | upgdaded the test program |
commit | commitdiff | tree | snapshot |
| next |