Staging
v0.5.1
https://github.com/python/cpython

sort by:
Revision Author Date Message Commit Date
3c0b79c A fcntl implementation for systems (like Solaris) without flock() call. By Sjoerd. 11 June 1996, 15:11:34 UTC
8c1529d regenerated files from IRIX 5.3 headers 11 June 1996, 15:03:14 UTC
a7e4b28 Support optional filename argument for retrieve() and urlretrieve(), to specify where it should go (if specified, even local files will be copied into the given file). 11 June 1996, 00:16:27 UTC
34e1777 Note that EOF is ^Z on DOS. Spell Unix as \UNIX in some more places. Note that .pyc files are platform independent. 10 June 1996, 19:44:49 UTC
6915568 small fix by Sjoerd 10 June 1996, 19:04:02 UTC
eaa1959 Use py_resource module 31 May 1996, 13:02:52 UTC
0acb7f7 Module to handle PYC resources 31 May 1996, 13:02:21 UTC
31dd5c0 PyMac_GetFixed() didn't return 1 on success 31 May 1996, 13:01:39 UTC
1835c4f Use correct field of sigaction struct 29 May 1996, 14:15:19 UTC
3672aa2 change DumbWriter to derive from NullWriter 29 May 1996, 00:02:30 UTC
3fd32ec optimizations due to Fred Drake; added urldefrag() function 28 May 1996, 23:54:24 UTC
1acbffe Conversions between mac paths and URLs 28 May 1996, 23:52:06 UTC
9787bda Many improvements dure to Fred Drake 28 May 1996, 23:50:49 UTC
d2560b0 Docstringified and PASV support by Siebren (including new ftpcp() function). 28 May 1996, 23:41:25 UTC
3ada87a fix typo in load_dynamic 28 May 1996, 23:34:10 UTC
f4aaf86 Be more careful about default temp dir 28 May 1996, 23:31:34 UTC
7a623d7 added &quot def 28 May 1996, 23:18:55 UTC
1b5a1d0 Total rewrite 28 May 1996, 23:17:13 UTC
72e3164 made it work again with changed Tkinter 28 May 1996, 23:15:20 UTC
0978f99 Major overhaul: - Support ~[user] expansion. - Remember last directory and pattern; optional 'key' argument specifies different memory locations. - Absolutify pathnames if possible. - WM close event cancels the dialog. - First arg to go() can be either a directory or a file (renamed to dir_of_file); defaults to current directory. 28 May 1996, 23:14:36 UTC
51b708a don't export selection 28 May 1996, 23:10:30 UTC
5feb54c added hdl protocol properties 28 May 1996, 23:10:02 UTC
3c99882 removed history comment 28 May 1996, 23:09:09 UTC
2539528 add translate() -- which was in strop per release 1.3 28 May 1996, 23:08:45 UTC
a13edb4 optimization of getheader() using a dictionary 28 May 1996, 23:08:25 UTC
fdd45cb Fix some obsolete names comments. Change RHooks() interface to not require a 'rexec' instance argument; added set_rexec() method instead (which must be called by the RExec instance using this RHooks instance). Support dynamic loading of modules, at least for those modules that are ok built-in modules. Added new interfaces set_trusted_path() and load_dynamic() to RExec class (the default trusted path consists of all absolute pathnames in sys.path). Change copy_except() to actually try to delete the exceptions. 28 May 1996, 23:07:17 UTC
9e6aa9d avoid eval() like the plague 28 May 1996, 23:01:28 UTC
dc42b8a change Mac creator/type 28 May 1996, 23:01:05 UTC
6cb84f3 change return values of simple run* functions 28 May 1996, 23:00:42 UTC
8460b94 removed unused globals 28 May 1996, 22:59:58 UTC
508a092 added setcontext and parsesequence; several small fixes 28 May 1996, 22:59:37 UTC
22a1890 export error == IOError 28 May 1996, 22:58:40 UTC
fa59cd7 bump version (sorry) 28 May 1996, 22:58:15 UTC
503e50b capitalize H3 headers; add 'cgi.' prefix to example code 28 May 1996, 22:57:20 UTC
ce84920 added * and + operators 28 May 1996, 22:56:16 UTC
48bdbfc see new configure.in 28 May 1996, 22:53:48 UTC
68242b5 Some more header files and symbols. Split the AC_CHECK_FUNCS() line using backslashes. Added FreeBSD support. Added XXX comment -- need to be more liberal or careful about -lreadline. 28 May 1996, 22:53:03 UTC
554e96f Added HAVE_ symbols for mkfifo, sigaction, sigrelse, ncurses.h. 28 May 1996, 22:51:24 UTC
87d5e70 config files for DOS and Windows (all versions, all compilers) 28 May 1996, 22:50:17 UTC
586480b Added some comments to the top. Changed install targets so (1) "make install" installs everything; (2) more directories are built as needed; (3) the X11R5 shell script install-sh is used (always). (The script can't be called install.sh since some Make versions have a default rule that copies "foo.sh" to "foo" when making "foo".) Added target "smelly" which checks for non-Py-prefixed exported symbols. 28 May 1996, 22:49:08 UTC
a0e7130 Changed NT -> MSC or WATCOM 28 May 1996, 22:30:38 UTC
582646a grand renaming; added copyright to some files 28 May 1996, 22:30:17 UTC
0a8626e Plug memory leak (variable names in code objects were being leaked!) 28 May 1996, 22:28:12 UTC
9a97d6c Added Py_GetPath (getpythonpath) 28 May 1996, 22:27:07 UTC
68ded21 minor fix to mime header regex --Sjoerd 28 May 1996, 19:52:40 UTC
507f15b Auto-install on first import. Added quick reference. 28 May 1996, 15:52:00 UTC
ddcb36b Use ../install-sh to install files. 24 May 1996, 21:14:44 UTC
9c8a0c4 Made all c_* symbols static. 24 May 1996, 21:12:28 UTC
5f1563c rename more symbols 24 May 1996, 21:11:58 UTC
652f108 rename exported symbols with _Py_ prefix 24 May 1996, 21:01:36 UTC
53d0de4 rename exported symbols with _Py_ prefix 24 May 1996, 20:51:38 UTC
3d86cc0 make soundex_hash static 24 May 1996, 20:50:57 UTC
8c1e150 Removed some done "to do" items. Changed #ifdef DEBUG slightly. 24 May 1996, 20:49:24 UTC
ded690f rename printrefs, getobjects to _Py_ prefix 24 May 1996, 20:48:31 UTC
363078a make some things static 24 May 1996, 20:45:01 UTC
9ea917e Only define PyOS_ReadlineInit if WITH_READLINE defined. 24 May 1996, 20:44:12 UTC
5048de2 rename parser internal symbols with _Py_ prefix 24 May 1996, 20:43:31 UTC
e1cd6c1 don't use NDEBUG 24 May 1996, 20:43:12 UTC
01b68fd X11 install.sh script 24 May 1996, 18:58:43 UTC
814842f Removed most of the README text since it is all about the Mac specific examples, which no longer live here. 24 May 1996, 18:43:47 UTC
faefe4c Fix typos (need to use tag_bind, not bind). 24 May 1996, 18:40:46 UTC
a4916fa Added mkfifo, ftruncate. Windows/PC changes. 23 May 1996, 22:58:55 UTC
dd96ca7 Be more careful about default args. 23 May 1996, 22:57:54 UTC
2c26cfe Use struct _inittab def from import.h 23 May 1996, 22:57:18 UTC
3539b1e Added flock(). 23 May 1996, 22:56:38 UTC
7081cf5 Microsoft C changes 23 May 1996, 22:56:19 UTC
88661e8 Subtle Windows changes 23 May 1996, 22:55:58 UTC
fb0df94 Use sigaction if possible 23 May 1996, 22:55:35 UTC
5555854 Windows/PC changes 23 May 1996, 22:54:50 UTC
5038412 Added __doc__ strings. Added get_soundex(). 23 May 1996, 22:54:17 UTC
bceeac8 Watcom changes. Add mktime() overflow test and make it NeXT robust by initializing the structure from localtime(). 23 May 1996, 22:53:47 UTC
dadc824 removed verbose decl; added win3.1 dynamic linking. 23 May 1996, 22:51:40 UTC
40f470f moved verbose decl to pydebug.h; added dos_8x3 feature 23 May 1996, 22:51:04 UTC
f857a6b Added copyright. Include config.h which may define COMPILER. 23 May 1996, 22:50:26 UTC
5e3e426 removed sime redundant header includes and decls. 23 May 1996, 22:49:38 UTC
795ba58 Removed some redundant header includes. dir(object) now returns object.__dict__.keys() even if __dict__ is not a dictionary. 23 May 1996, 22:49:07 UTC
441e4ab new debugger symbol names 23 May 1996, 22:46:51 UTC
7f3f2c1 TRACE_REFS -> Py_TRACE_REFS 23 May 1996, 22:45:41 UTC
4b0538c Added PySys_SetPath. 22 May 1996, 17:31:52 UTC
b9d8760 Don't declare Py_FatalError. Add Py_mport_Init and PyBuiltin_Init. 22 May 1996, 17:30:12 UTC
b221ac4 Define DL_IMPORT if necessary. Include pydebug.h instead of declaring Py_FatalError. 22 May 1996, 17:28:54 UTC
dd197e9 Added __WATCOMC__ as DOS compiler. 22 May 1996, 17:26:25 UTC
39c2aae Added decl for PyImport_Init. Changed decl for inittab to define struct _inittab first. 22 May 1996, 17:25:28 UTC
2514ec7 Used new names for PyBuiltin_GetDict, PyBuiltin_GetModule. Added PyBuiltin_Init. 22 May 1996, 17:24:06 UTC
b422c24 Added PyFile_decls for PyFile_WriteObject, PyFile_SoftSpace, PyFile_WriteString. 22 May 1996, 17:22:22 UTC
1266974 Debug related variable/function definitions go here. 22 May 1996, 16:38:17 UTC
1799eb5 Non-trivial DL_IMPORT must now be defined in config.h. Include <stdlib.h>. Include several more Python header files, including new pydebug.h. 22 May 1996, 16:37:29 UTC
aae0d32 Use new names for debug macros. Don't include pythonrun.h. 22 May 1996, 16:35:33 UTC
84a9032 TRACE_REFS -> Py_TRACE_REFS. Added disgusting hack to force loading of abstract.o. 22 May 1996, 16:34:47 UTC
60be1db Added some visual enhancements of debugging ifdefs. Added PyNumber_Coerce decl. 22 May 1996, 16:33:22 UTC
0578851 Removed TRACE_REFS and REF_DEBUG b/w compat hacks -- they don't work. Added defs for getbuiltindict, getbuiltinmod (bltinmodule.c). 22 May 1996, 16:30:09 UTC
f976326 Plug memory leak in the previous fix :-( 21 May 1996, 23:44:17 UTC
993952b Fix obscure bug in string%mapping where the mapping creates its items on the fly -- there was an unsafe DECREF. Actually save some lines of code by using abstract.c:PyObject_GetItem(). 21 May 1996, 22:44:20 UTC
422cc7f more changes copied from Grail 21 May 1996, 20:30:07 UTC
4122216 Modified for 1.3.3 distribution 20 May 1996, 11:32:49 UTC
ab7fcdd Added splash method (to quickly display splash screen without first having to load a zillion extension modules) 20 May 1996, 11:32:00 UTC
9d640a3 Added waste 20 May 1996, 11:31:13 UTC
25241d9 Fixed callback handling on 68K machines. 20 May 1996, 11:30:45 UTC
12fe9fb re-binhexed for 1.3.3 distribution 20 May 1996, 11:30:09 UTC
ee21706 Added waste and _tkinter modules 20 May 1996, 11:29:41 UTC
back to top