]>
git.ipfire.org Git - thirdparty/Python/cpython.git/log
Jack Jansen [Wed, 14 Dec 1994 13:45:11 +0000 (13:45 +0000)]
- PYTHONPATH is now \n-separated, so you can have directories with
spaces in the name.
- If you run python with a script the working directory is now the
directory where the script lives (was: directory where python
application lives). sys.path will include current dir, application
dir and Lib, etc. relative to application dir. This is more like
unix python does things and more useful besides (since you can
easily import files living in the same directory as the importer).
- Added the macconsole, ctb, macspeech, macdnr and mactcp modules.
- For MW compiler, put 68K/PPC indication in version string.
Jack Jansen [Wed, 14 Dec 1994 13:38:13 +0000 (13:38 +0000)]
Added support for MetroWerks CodeWarrior compiler
Jack Jansen [Wed, 14 Dec 1994 13:36:34 +0000 (13:36 +0000)]
Interface to MacTCP and the MacTCP Domain Name Resolver
Jack Jansen [Wed, 14 Dec 1994 13:34:35 +0000 (13:34 +0000)]
- Added Version method
- Now gives new mac exceptions
- Ported to PowerPC Mac and CodeWarrior
Jack Jansen [Wed, 14 Dec 1994 13:31:11 +0000 (13:31 +0000)]
Interface to Mac Communications Toolbox (only Connection Manager for
now)
Jack Jansen [Wed, 14 Dec 1994 13:07:43 +0000 (13:07 +0000)]
This file (which is Guido's) was somehow missing...
Jack Jansen [Wed, 14 Dec 1994 13:06:25 +0000 (13:06 +0000)]
New standard modules for the mac.
Jack Jansen [Wed, 14 Dec 1994 13:04:05 +0000 (13:04 +0000)]
- Added ability to get at strings embedded in the struct
- For the mac, added ability to get at pascal-style strings
Jack Jansen [Wed, 14 Dec 1994 12:58:37 +0000 (12:58 +0000)]
Removed extraneous fclose() in case of .pyc file argument
Jack Jansen [Wed, 14 Dec 1994 12:57:12 +0000 (12:57 +0000)]
Use \n as PYTHONPATH delimiter on Mac (less likely to occur in
filenames than space).
Jack Jansen [Wed, 14 Dec 1994 12:55:17 +0000 (12:55 +0000)]
Added missing initialization
Jack Jansen [Wed, 14 Dec 1994 12:54:54 +0000 (12:54 +0000)]
Added hook for better mac error messages.
Barry Warsaw [Mon, 12 Dec 1994 20:38:05 +0000 (20:38 +0000)]
Initial revision
Barry Warsaw [Mon, 5 Dec 1994 23:30:59 +0000 (23:30 +0000)]
Use /depot/gnu/plat/bin/perl
cvs2svn [Thu, 10 Nov 1994 23:06:54 +0000 (23:06 +0000)]
This commit was manufactured by cvs2svn to create tag 'release111'.
Guido van Rossum [Thu, 10 Nov 1994 23:06:54 +0000 (23:06 +0000)]
bugfix release
Guido van Rossum [Thu, 10 Nov 1994 23:04:51 +0000 (23:04 +0000)]
next release
Guido van Rossum [Thu, 10 Nov 1994 23:04:43 +0000 (23:04 +0000)]
typos
Guido van Rossum [Thu, 10 Nov 1994 23:03:51 +0000 (23:03 +0000)]
misc stuff
Guido van Rossum [Thu, 10 Nov 1994 23:02:22 +0000 (23:02 +0000)]
workshop attendees etc
Guido van Rossum [Thu, 10 Nov 1994 23:01:59 +0000 (23:01 +0000)]
python-mode-hook instead of py-mode-hook
Guido van Rossum [Thu, 10 Nov 1994 22:50:21 +0000 (22:50 +0000)]
added timer and file callbacks and global mainloop and quit fns
Guido van Rossum [Thu, 10 Nov 1994 22:49:52 +0000 (22:49 +0000)]
don't use backslashes for continuation lines
Guido van Rossum [Thu, 10 Nov 1994 22:44:15 +0000 (22:44 +0000)]
don't fail moving empty list of shared modules
Guido van Rossum [Thu, 10 Nov 1994 22:41:15 +0000 (22:41 +0000)]
replace abort() calls by fatal()
Guido van Rossum [Thu, 10 Nov 1994 22:40:34 +0000 (22:40 +0000)]
set name to <lambda> instead of None for lambdas
Guido van Rossum [Thu, 10 Nov 1994 22:35:48 +0000 (22:35 +0000)]
prevent core dump for old getargs() with NULL arg
Guido van Rossum [Thu, 10 Nov 1994 22:34:33 +0000 (22:34 +0000)]
call err_clear in err_setval
Guido van Rossum [Thu, 10 Nov 1994 22:33:19 +0000 (22:33 +0000)]
fix pow() core dump
Guido van Rossum [Thu, 10 Nov 1994 22:31:02 +0000 (22:31 +0000)]
fix comparison of instances without _-cmp__
Guido van Rossum [Thu, 10 Nov 1994 22:29:04 +0000 (22:29 +0000)]
pl1.1.1; added newgetargs renaming
Guido van Rossum [Thu, 10 Nov 1994 22:27:35 +0000 (22:27 +0000)]
improved prompt format
Guido van Rossum [Thu, 10 Nov 1994 22:25:26 +0000 (22:25 +0000)]
more complete tests of built-in functions
Sjoerd Mullender [Thu, 3 Nov 1994 13:46:57 +0000 (13:46 +0000)]
Removed erroneous +.
(Patched manually since configure.in not yet ported to autoconf 2.0.)
Sjoerd Mullender [Thu, 3 Nov 1994 13:45:40 +0000 (13:45 +0000)]
Removed erroneous +.
Guido van Rossum [Thu, 20 Oct 1994 22:18:37 +0000 (22:18 +0000)]
the usual
Guido van Rossum [Thu, 20 Oct 1994 22:10:23 +0000 (22:10 +0000)]
the usual
Guido van Rossum [Thu, 20 Oct 1994 22:06:56 +0000 (22:06 +0000)]
test for presence of stddef.h
separate arg requirements for getpgrp() and setpgrp()
Guido van Rossum [Thu, 20 Oct 1994 22:04:30 +0000 (22:04 +0000)]
run sharedinstall; add BINDIR macros etc
Guido van Rossum [Thu, 20 Oct 1994 22:03:08 +0000 (22:03 +0000)]
include stddef.h
Guido van Rossum [Thu, 20 Oct 1994 22:02:27 +0000 (22:02 +0000)]
added option interface
Guido van Rossum [Thu, 20 Oct 1994 22:02:03 +0000 (22:02 +0000)]
fix bug in poly.minus
Guido van Rossum [Thu, 20 Oct 1994 22:01:38 +0000 (22:01 +0000)]
clarifications
Guido van Rossum [Thu, 20 Oct 1994 22:01:07 +0000 (22:01 +0000)]
don't assum '.' is in PATH
Guido van Rossum [Thu, 20 Oct 1994 22:00:28 +0000 (22:00 +0000)]
add hypot()
Guido van Rossum [Thu, 20 Oct 1994 21:59:38 +0000 (21:59 +0000)]
always make sharedmods
Guido van Rossum [Thu, 20 Oct 1994 21:58:30 +0000 (21:58 +0000)]
makesetup should use $cc not cc
Guido van Rossum [Thu, 20 Oct 1994 21:56:42 +0000 (21:56 +0000)]
distinguish between getpgrp and setpgrp arg requirements
Sjoerd Mullender [Wed, 19 Oct 1994 15:11:52 +0000 (15:11 +0000)]
Comparison of two class instances without __cmp__ or __rcmp__ methods
was broken.
Sjoerd Mullender [Thu, 13 Oct 1994 09:11:13 +0000 (09:11 +0000)]
Free was called with a struct as argument instead of a field from the
struct.
Sjoerd Mullender [Thu, 13 Oct 1994 09:09:05 +0000 (09:09 +0000)]
Escaped $(LDSHARED) in a string.
cvs2svn [Tue, 11 Oct 1994 15:44:53 +0000 (15:44 +0000)]
This commit was manufactured by cvs2svn to create tag 'release11'.
Guido van Rossum [Tue, 11 Oct 1994 15:44:53 +0000 (15:44 +0000)]
really the last log entry for 1.1
Guido van Rossum [Tue, 11 Oct 1994 15:43:38 +0000 (15:43 +0000)]
change date to 11 oct
Guido van Rossum [Tue, 11 Oct 1994 15:08:39 +0000 (15:08 +0000)]
add getargs.o:getargs.c rule
Guido van Rossum [Tue, 11 Oct 1994 15:04:57 +0000 (15:04 +0000)]
add hints about doco
Guido van Rossum [Tue, 11 Oct 1994 15:04:27 +0000 (15:04 +0000)]
add test for volatile
Guido van Rossum [Tue, 11 Oct 1994 15:03:34 +0000 (15:03 +0000)]
remove old readline note, add smake note
Guido van Rossum [Tue, 11 Oct 1994 14:57:03 +0000 (14:57 +0000)]
update pathnames
Guido van Rossum [Mon, 10 Oct 1994 18:05:40 +0000 (18:05 +0000)]
final release date of release 1.1 is Oct 11
Guido van Rossum [Mon, 10 Oct 1994 17:59:00 +0000 (17:59 +0000)]
new style
Guido van Rossum [Mon, 10 Oct 1994 17:58:27 +0000 (17:58 +0000)]
apply ranoib to installed libraries
Guido van Rossum [Sun, 9 Oct 1994 23:03:12 +0000 (23:03 +0000)]
initial commit
Guido van Rossum [Sun, 9 Oct 1994 22:56:16 +0000 (22:56 +0000)]
__call__, __getattr__ c.s.
Guido van Rossum [Sun, 9 Oct 1994 22:36:28 +0000 (22:36 +0000)]
adapted to new overloading scheme
Guido van Rossum [Sun, 9 Oct 1994 22:34:40 +0000 (22:34 +0000)]
fix buffer size
Guido van Rossum [Sat, 8 Oct 1994 19:30:50 +0000 (19:30 +0000)]
initial checkin
Guido van Rossum [Sat, 8 Oct 1994 19:24:02 +0000 (19:24 +0000)]
add debug, use waitpid
Guido van Rossum [Sat, 8 Oct 1994 19:17:34 +0000 (19:17 +0000)]
initial checkin
Guido van Rossum [Sat, 8 Oct 1994 19:13:48 +0000 (19:13 +0000)]
fix bind arg
Guido van Rossum [Sat, 8 Oct 1994 19:09:41 +0000 (19:09 +0000)]
add setdefscrollbars call
Guido van Rossum [Sat, 8 Oct 1994 19:07:57 +0000 (19:07 +0000)]
new version by Tim
Guido van Rossum [Sat, 8 Oct 1994 18:56:41 +0000 (18:56 +0000)]
totally redone for new overloading scheme
Guido van Rossum [Fri, 7 Oct 1994 11:33:28 +0000 (11:33 +0000)]
add warning about ultrix cc
Guido van Rossum [Fri, 7 Oct 1994 11:05:50 +0000 (11:05 +0000)]
Vgeneric -- used in frozen version
Guido van Rossum [Fri, 7 Oct 1994 10:33:04 +0000 (10:33 +0000)]
print gl variables
Guido van Rossum [Fri, 7 Oct 1994 10:28:40 +0000 (10:28 +0000)]
test cache
Guido van Rossum [Fri, 7 Oct 1994 10:25:49 +0000 (10:25 +0000)]
init -> __init__
Guido van Rossum [Fri, 7 Oct 1994 10:23:49 +0000 (10:23 +0000)]
micro changes
Guido van Rossum [Fri, 7 Oct 1994 09:57:59 +0000 (09:57 +0000)]
moved my examples to subdir guido
Guido van Rossum [Fri, 7 Oct 1994 09:55:26 +0000 (09:55 +0000)]
Matt's examples
Guido van Rossum [Fri, 7 Oct 1994 09:50:55 +0000 (09:50 +0000)]
Added Matt's examples
Guido van Rossum [Thu, 6 Oct 1994 17:18:57 +0000 (17:18 +0000)]
Moved older news to HISTORY file
Guido van Rossum [Thu, 6 Oct 1994 17:08:42 +0000 (17:08 +0000)]
Oops! version numbers again!
Guido van Rossum [Thu, 6 Oct 1994 17:00:05 +0000 (17:00 +0000)]
Oops -- version number!
Guido van Rossum [Thu, 6 Oct 1994 16:36:15 +0000 (16:36 +0000)]
Change status of fixed bugs
Guido van Rossum [Thu, 6 Oct 1994 16:15:09 +0000 (16:15 +0000)]
Hopefully the last edits for 1.1
Guido van Rossum [Thu, 6 Oct 1994 16:12:06 +0000 (16:12 +0000)]
Add pointer to GPL-free MP library
Guido van Rossum [Thu, 6 Oct 1994 16:03:45 +0000 (16:03 +0000)]
For release 1.1
Guido van Rossum [Thu, 6 Oct 1994 15:51:22 +0000 (15:51 +0000)]
Only require autoconf 1.8
Guido van Rossum [Thu, 6 Oct 1994 15:50:49 +0000 (15:50 +0000)]
Micro portability changes
Barry Warsaw [Thu, 6 Oct 1994 15:40:37 +0000 (15:40 +0000)]
changed script interpreter
Guido van Rossum [Thu, 6 Oct 1994 15:39:55 +0000 (15:39 +0000)]
Removed this module (will be distributed with Jack's package)
Guido van Rossum [Thu, 6 Oct 1994 15:33:25 +0000 (15:33 +0000)]
Add simpler __getattr__ example and document __call__
Sjoerd Mullender [Thu, 6 Oct 1994 15:18:03 +0000 (15:18 +0000)]
Added missing \end{datadesc}.
Guido van Rossum [Thu, 6 Oct 1994 14:08:53 +0000 (14:08 +0000)]
Removed description of class.init() method.
Added news about new operator overloading and __getattr__ etc.
Guido van Rossum [Thu, 6 Oct 1994 10:29:26 +0000 (10:29 +0000)]
Moved author and date to boilerplate.tex.
Added copyright.tex to all files.
Added descr of check_interval to libsys.tex.
Corrected lotsa typos in tut.tex (thanks to George M. Sipe).
Corrected mktuple (should be newtupleobject) example in ext.tex.
Guido van Rossum [Wed, 5 Oct 1994 16:13:01 +0000 (16:13 +0000)]
Lots of things added. README written (mostly).
Guido van Rossum [Wed, 5 Oct 1994 15:17:55 +0000 (15:17 +0000)]
Import posixpath for freeze script
Guido van Rossum [Wed, 5 Oct 1994 14:48:22 +0000 (14:48 +0000)]
Fix getpythonpath() fix; never #include frozen.c.