]>
git.ipfire.org Git - thirdparty/Python/cpython.git/log
Jack Jansen [Sun, 18 Jun 1995 20:06:44 +0000 (20:06 +0000)]
Added PY_RESOURCE (mac only) to imp module
Jack Jansen [Sun, 18 Jun 1995 20:05:14 +0000 (20:05 +0000)]
Added FindFolder interface
Jack Jansen [Sun, 18 Jun 1995 20:03:40 +0000 (20:03 +0000)]
Added code to obtain sys.path from a resource
Removed code to update the preferences file, use EditPythonPrefs.py
in stead (actually, code is still there if you define USE_MAC_MODPREFS)
Jack Jansen [Sun, 18 Jun 1995 19:57:01 +0000 (19:57 +0000)]
Obtain path from a resource (unless USE_BUILTIN_PATH is #defined)
Jack Jansen [Fri, 16 Jun 1995 10:57:14 +0000 (10:57 +0000)]
Removed >From stuff
Barry Warsaw [Thu, 15 Jun 1995 15:56:34 +0000 (15:56 +0000)]
updated comments
Barry Warsaw [Thu, 15 Jun 1995 15:54:16 +0000 (15:54 +0000)]
converted to python
Guido van Rossum [Wed, 14 Jun 1995 23:43:44 +0000 (23:43 +0000)]
two mime encoding schemes
Guido van Rossum [Wed, 14 Jun 1995 23:10:28 +0000 (23:10 +0000)]
derived from new configure.in
Guido van Rossum [Wed, 14 Jun 1995 22:54:23 +0000 (22:54 +0000)]
sys/wait.h; NeXT changes (no unistd, utime; getcwd?)
Guido van Rossum [Wed, 14 Jun 1995 22:52:06 +0000 (22:52 +0000)]
fix NL for Linux bash bug; special processing for -u options
Guido van Rossum [Wed, 14 Jun 1995 22:49:20 +0000 (22:49 +0000)]
edited RCS cruft
Guido van Rossum [Wed, 14 Jun 1995 22:31:38 +0000 (22:31 +0000)]
new modules soundex.c and environment.c
Guido van Rossum [Wed, 14 Jun 1995 22:28:08 +0000 (22:28 +0000)]
add setblocking(); NT changes; null-terminate Unix path
Guido van Rossum [Wed, 14 Jun 1995 22:23:17 +0000 (22:23 +0000)]
removed rcs cruft
Guido van Rossum [Wed, 14 Jun 1995 22:17:37 +0000 (22:17 +0000)]
NeXT doesn't like me to declare hypot(double, double)
Guido van Rossum [Wed, 14 Jun 1995 22:07:26 +0000 (22:07 +0000)]
re-enabled NeXT dynamic linking (#ifdef NeXT)
Guido van Rossum [Wed, 14 Jun 1995 18:26:02 +0000 (18:26 +0000)]
replace "\r\n" with "\n" at line end (Jim Ahlstrom)
Guido van Rossum [Wed, 14 Jun 1995 18:21:23 +0000 (18:21 +0000)]
linux elf shlib; sys/wait.h; don't add -posix for NeXT
Guido van Rossum [Wed, 14 Jun 1995 18:17:22 +0000 (18:17 +0000)]
add note about font-lock and fix doc URL
Jack Jansen [Wed, 14 Jun 1995 14:54:25 +0000 (14:54 +0000)]
Mac dynloading is now enabled by USE_MAC_DYNAMIC_LOADING.
Mac dynloading changed to allow multiple modules to live in with each
other in the same file.
Jack Jansen [Wed, 14 Jun 1995 14:47:21 +0000 (14:47 +0000)]
Added USE_* ifdefs for a couple of optional modules.
Jack Jansen [Wed, 14 Jun 1995 14:44:17 +0000 (14:44 +0000)]
Ported to CW6
Jack Jansen [Wed, 14 Jun 1995 14:43:41 +0000 (14:43 +0000)]
Split shared-library support and dynamic-loading support (they were
both enabled with USE_SHARED_LIBRARY, now there's also
USE_MAC_DYNAMIC_LOADING).
Added a few other USE_ defines for optional modules to nonshared
config (they're not included in the base shared library)
Jack Jansen [Tue, 13 Jun 1995 11:19:48 +0000 (11:19 +0000)]
Skip old-style 'From name time' lines at beginning of message.
Sjoerd Mullender [Mon, 12 Jun 1995 15:51:34 +0000 (15:51 +0000)]
Check if we've already loaded a dynamic module under a different name.
Jack Jansen [Fri, 9 Jun 1995 20:56:31 +0000 (20:56 +0000)]
Ported to Universal Header 2.0.1f (i.e. CW6)
Jack Jansen [Fri, 9 Jun 1995 20:39:24 +0000 (20:39 +0000)]
Ported to CodeWarrior 6
Jack Jansen [Tue, 6 Jun 1995 13:08:40 +0000 (13:08 +0000)]
Trying again to check it in. Changes to:
- Use Universal Headers as input
- Change addpack calls to not depend on Guido's disklayout
- Checkge testprograms to use new names for some functions
Jack Jansen [Tue, 6 Jun 1995 12:55:40 +0000 (12:55 +0000)]
Trying again to check it in. Changes to:
- Use Universal Headers as input
- Change addpack calls to not depend on Guido's disklayout
- Checkge testprograms to use new names for some functions
Jack Jansen [Mon, 5 Jun 1995 22:34:12 +0000 (22:34 +0000)]
Rather massive changes:
- Make the stuff run on Jack's machine (and hopefully all machines) in
stead of Guido's only (addpack stuff)
- Use the Universal Headers in stead of the Think headers
- Fixed the test programs to use the new routine names
Jack Jansen [Sat, 3 Jun 1995 21:16:40 +0000 (21:16 +0000)]
Added img stuff (within #ifdef, so they're easy to remove)
Jack Jansen [Sat, 3 Jun 1995 21:15:50 +0000 (21:15 +0000)]
StandardGetFile without args now shows all files (in stead of none)
Guido van Rossum [Wed, 31 May 1995 15:17:12 +0000 (15:17 +0000)]
next version; python.org changes
Sjoerd Mullender [Wed, 17 May 1995 11:18:22 +0000 (11:18 +0000)]
Backward compatibity module for constants from cl.h include file. The
values are gotten from the cl module. CL_old is there in case cl
doesn't exist.
Sjoerd Mullender [Wed, 17 May 1995 11:16:52 +0000 (11:16 +0000)]
Make constants from cl.h include file available as module variables.
Also added Irix 5.3 constants.
Jack Jansen [Tue, 16 May 1995 13:47:03 +0000 (13:47 +0000)]
Templates converted to new naming conventions (thanks to Chak Tan)
Jack Jansen [Tue, 16 May 1995 13:43:09 +0000 (13:43 +0000)]
Made the example slightly more complete
Barry Warsaw [Mon, 8 May 1995 21:36:20 +0000 (21:36 +0000)]
#updated to-do list
Guido van Rossum [Fri, 5 May 1995 15:54:14 +0000 (15:54 +0000)]
don't show print passwords in debug output
Guido van Rossum [Fri, 5 May 1995 15:50:56 +0000 (15:50 +0000)]
new release by Ken, fix handling of from
Jack Jansen [Thu, 4 May 1995 15:02:18 +0000 (15:02 +0000)]
For anonymous ftp, make sure local hostname is fully qualified.
Guido van Rossum [Wed, 3 May 1995 17:40:23 +0000 (17:40 +0000)]
unified join(fields), split(fields)
Guido van Rossum [Wed, 3 May 1995 17:36:54 +0000 (17:36 +0000)]
added transferSize() method
Guido van Rossum [Wed, 3 May 1995 14:17:36 +0000 (14:17 +0000)]
mods by Gregor Schmid -- very nice!
Guido van Rossum [Wed, 3 May 1995 13:47:16 +0000 (13:47 +0000)]
squeezed some space out of a line that was too long
Guido van Rossum [Mon, 1 May 1995 20:22:01 +0000 (20:22 +0000)]
eremoved should be edeleted, tests for lseen/rseen should be lsum/rsum
Guido van Rossum [Mon, 1 May 1995 20:06:44 +0000 (20:06 +0000)]
largely rewritten FileClass and RCVS
Guido van Rossum [Mon, 1 May 1995 20:06:06 +0000 (20:06 +0000)]
moved proxy; added __cmp__(); made proxy optional for getremote()
Guido van Rossum [Fri, 28 Apr 1995 22:28:39 +0000 (22:28 +0000)]
extensive description of what's here
Guido van Rossum [Fri, 28 Apr 1995 21:48:16 +0000 (21:48 +0000)]
added setentry() and use it in commit so CVS/Entries gets updated
Guido van Rossum [Fri, 28 Apr 1995 21:28:02 +0000 (21:28 +0000)]
removed duplicate defs for None, False, True
Guido van Rossum [Fri, 28 Apr 1995 21:21:21 +0000 (21:21 +0000)]
moved package to standard place
Guido van Rossum [Fri, 28 Apr 1995 20:40:47 +0000 (20:40 +0000)]
addpack
Guido van Rossum [Fri, 28 Apr 1995 19:24:50 +0000 (19:24 +0000)]
only diff differing files
add PostUsageMessage
Guido van Rossum [Fri, 28 Apr 1995 19:23:13 +0000 (19:23 +0000)]
get default directory from CVS/Repository
Guido van Rossum [Fri, 28 Apr 1995 17:56:32 +0000 (17:56 +0000)]
add diff command; add remove() function
Guido van Rossum [Fri, 28 Apr 1995 15:41:51 +0000 (15:41 +0000)]
implemented commit
Guido van Rossum [Fri, 28 Apr 1995 15:37:22 +0000 (15:37 +0000)]
missed setting eseen and extra when restoring an entry
Guido van Rossum [Fri, 28 Apr 1995 15:33:03 +0000 (15:33 +0000)]
Handled new and delete properly
Guido van Rossum [Fri, 28 Apr 1995 15:26:37 +0000 (15:26 +0000)]
implemented action() now, plus some bug fixes
Guido van Rossum [Fri, 28 Apr 1995 15:25:44 +0000 (15:25 +0000)]
correct call to unparse, should be putentry now
Guido van Rossum [Fri, 28 Apr 1995 14:33:08 +0000 (14:33 +0000)]
report() needs to report enew and edeleted
Guido van Rossum [Fri, 28 Apr 1995 14:32:26 +0000 (14:32 +0000)]
Added some more machinery -- still not finished
Guido van Rossum [Fri, 28 Apr 1995 14:31:36 +0000 (14:31 +0000)]
Initial revision
Guido van Rossum [Fri, 28 Apr 1995 13:12:35 +0000 (13:12 +0000)]
testing
Guido van Rossum [Thu, 27 Apr 1995 23:33:43 +0000 (23:33 +0000)]
rewritten out of frustration (not yet finished)
Guido van Rossum [Thu, 27 Apr 1995 23:32:47 +0000 (23:32 +0000)]
renamed to CommandFrameWork
added ready() message
added PostUsageMessage
Guido van Rossum [Thu, 27 Apr 1995 23:00:17 +0000 (23:00 +0000)]
Initial revision
Guido van Rossum [Thu, 27 Apr 1995 21:29:02 +0000 (21:29 +0000)]
Initial revision
Guido van Rossum [Thu, 27 Apr 1995 21:28:53 +0000 (21:28 +0000)]
test -> main
Guido van Rossum [Thu, 27 Apr 1995 21:28:20 +0000 (21:28 +0000)]
if __name__ etc
print filename when asking log message
Guido van Rossum [Thu, 27 Apr 1995 21:24:16 +0000 (21:24 +0000)]
largely rewritten, out of frustration
Guido van Rossum [Thu, 27 Apr 1995 19:02:18 +0000 (19:02 +0000)]
got rid of debug prints
Guido van Rossum [Thu, 27 Apr 1995 19:01:37 +0000 (19:01 +0000)]
added Entry.dump() method
Guido van Rossum [Thu, 27 Apr 1995 18:07:20 +0000 (18:07 +0000)]
major update
Guido van Rossum [Thu, 27 Apr 1995 18:07:07 +0000 (18:07 +0000)]
accept more invalid dates
when reading sums file, ignore files not in entries
Guido van Rossum [Thu, 27 Apr 1995 18:05:36 +0000 (18:05 +0000)]
dunno
Guido van Rossum [Wed, 26 Apr 1995 22:57:12 +0000 (22:57 +0000)]
first remote commit test!!!
Guido van Rossum [Wed, 26 Apr 1995 22:57:11 +0000 (22:57 +0000)]
Initial revision
Sjoerd Mullender [Tue, 25 Apr 1995 11:53:24 +0000 (11:53 +0000)]
DL_IMPORT needs an argument.
Jack Jansen [Mon, 24 Apr 1995 12:41:41 +0000 (12:41 +0000)]
- The prefs file wasn't updated correctly if it already existed.
- Guido's r1.23 fix wrt PyMac_DoYieldEnabled had somehow gotten lost.
Jack Jansen [Sun, 23 Apr 1995 22:12:47 +0000 (22:12 +0000)]
MW does not always set errno on failing fopen()
Jack Jansen [Sun, 23 Apr 1995 22:10:18 +0000 (22:10 +0000)]
Removed seeks beyond eof (MW doesn't support them)
Jack Jansen [Sun, 23 Apr 1995 22:06:57 +0000 (22:06 +0000)]
Mac-specific code for setting filetype was outdated.
Jack Jansen [Sun, 23 Apr 1995 22:06:05 +0000 (22:06 +0000)]
DL_IMPORT macro was called in a funny way (and MW barfed on it)
cvs2svn [Mon, 10 Apr 1995 12:32:31 +0000 (12:32 +0000)]
This commit was manufactured by cvs2svn to create tag 'release12'.
Guido van Rossum [Mon, 10 Apr 1995 12:32:31 +0000 (12:32 +0000)]
micro lay-out change
Guido van Rossum [Mon, 10 Apr 1995 12:32:16 +0000 (12:32 +0000)]
changed path references
Guido van Rossum [Mon, 10 Apr 1995 11:53:42 +0000 (11:53 +0000)]
Some more changes for 1.2
Guido van Rossum [Mon, 10 Apr 1995 11:52:44 +0000 (11:52 +0000)]
updates for final release of 1.2
Guido van Rossum [Mon, 10 Apr 1995 11:47:38 +0000 (11:47 +0000)]
revamped README; the usual elsewhere...
Guido van Rossum [Mon, 10 Apr 1995 11:47:11 +0000 (11:47 +0000)]
commit -- why not
Guido van Rossum [Mon, 10 Apr 1995 11:46:37 +0000 (11:46 +0000)]
added hello world
Guido van Rossum [Mon, 10 Apr 1995 11:46:03 +0000 (11:46 +0000)]
added rpython
Guido van Rossum [Mon, 10 Apr 1995 11:44:16 +0000 (11:44 +0000)]
add pointer to ../ibrowse
Guido van Rossum [Mon, 10 Apr 1995 11:41:30 +0000 (11:41 +0000)]
remove ref to howard subdirectory
Guido van Rossum [Mon, 10 Apr 1995 11:40:52 +0000 (11:40 +0000)]
commit -- why not
Guido van Rossum [Mon, 10 Apr 1995 11:40:26 +0000 (11:40 +0000)]
commit -- why not...
Guido van Rossum [Mon, 10 Apr 1995 11:37:18 +0000 (11:37 +0000)]
small clarifications / lay out