Guido van Rossum
615022fbf8
Doing the most complicated CVS dance I've ever seen. Barry has had
...
his *own* RCS file for python-mode.el, and I've agreed that it would
be better if his version was in the Python source tree. However I
don't want to totally get rid of the old RCS file (which has
interesting info such as which version was in which Python release).
So I've moved the old one to python-mode-old.el behind the scenes,
and this checkin message indicates that I'm now deleting it.
If you do an update, you will actually get Barry's *new* version!
1997-11-03 17:14:19 +00:00
Barry Warsaw
affc0ca0e8
Changes in preparation for integrating into the Python CVS tree.
...
Introductory comment updates.
(python-font-lock-keywords): Added "assert"
(py-block-closing-keywords-re): New variable.
(py-no-outdent-re): Rewrite to use py-block-closing-keywords-re.
(py-shell): py-process-filter should no longer be necessary. Comint
should do all the work. Note that more fixes to the py-shell process
mechanism need to be done.
(py-execute-region): Check for empty region. Some questionable
changes to set-buffer after shell-command-on-region. Again, this all
needs to be closely examined for X/Emacs 19/20 compatibility.
(py-goto-beyond-final-line): py-parse-partial-sexp-works-p should no
longer be necessary.
(py-statement-closes-block-p): Use py-block-closing-keywords-re.
1997-11-03 16:59:38 +00:00
Guido van Rossum
9a513efffa
Final touch -- Don's SGI_ABI patches.
1997-10-09 23:32:24 +00:00
Guido van Rossum
91922677ea
Don Beaudry's changes to support SGI_ABI on Irix 6.x.
1997-10-09 20:24:13 +00:00
Guido van Rossum
764a377cef
Typo in description of news in errno; added setlocale() call.
1997-10-08 22:49:49 +00:00
Guido van Rossum
b68b77f62d
A few last-minute additions and some rearrangements and corrections.
...
What's "xlib"? I took the line that mentioned it out.
1997-10-07 19:12:50 +00:00
Barry Warsaw
93374539ad
Updated for Python 1.5, including my experiences with Purify on
...
Solaris 2.6 and with a threaded interpreter. I also included my name
and email address.
1997-10-07 15:50:58 +00:00
Guido van Rossum
43b26ea0fa
Whole bunch of additions...
1997-10-07 14:52:19 +00:00
Guido van Rossum
92664b890b
Completed the changes between 1.5a3 and now. Not yet sorted though.
1997-10-07 00:12:43 +00:00
Guido van Rossum
1f83ccee88
Done with adding changes from 1.4 till 1.5a3.
1997-10-06 21:04:35 +00:00
Guido van Rossum
474ba3bd46
The directory containing config.h has changed.
1997-10-05 03:01:28 +00:00
Fred Drake
bfeb74d4ca
install: New target that installs shared modules in
...
$exec_prefix/lib/python$VERSION/site-packages by default.
1997-10-04 04:56:40 +00:00
Guido van Rossum
4cf4de5d11
Brought up to date with new options and env vars.
1997-09-08 04:06:15 +00:00
Barry Warsaw
c12c62ee5a
(py-parse-partial-sexp-works-p): Removed as obsolete. All current
...
Emacs and XEmacs versions should have working parse-partial-sexp's.
(py-emacs-features): Defined as future placeholder.
1997-09-04 04:18:07 +00:00
Guido van Rossum
522578e90f
Complete log of changes since 1.5a3 at the end.
1997-08-28 03:43:21 +00:00
Guido van Rossum
2da391f387
I'm tired -- checking in more news items. This isn't complete; I'm
...
about halfways.
1997-08-18 21:17:32 +00:00
Guido van Rossum
6688d35c43
Removed ancient FAQ from distribution
1997-08-18 19:55:01 +00:00
Guido van Rossum
61000333bf
Another checkpoint -- reorganized, in sections.
1997-08-15 04:39:58 +00:00
Guido van Rossum
34900f8147
.
1997-08-15 02:52:20 +00:00
Guido van Rossum
f0b69f01eb
Checkpoint checkin of list of changes. Much more to follow, but it's
...
late...
1997-08-15 02:50:47 +00:00
Barry Warsaw
516b6208c7
#Fixed two byte-compiler errors
1997-08-09 06:43:20 +00:00
Barry Warsaw
c72c11c9e3
#Checkpointing X/Emacs 20'fication of this mode.
1997-08-09 06:42:08 +00:00
Barry Warsaw
7d6b7d3f54
#Bumping to version 3.0
1997-08-08 16:19:03 +00:00
Guido van Rossum
fb84255e67
New version of Vladimir Marangozov's AIX hacks -- simpler etc.
1997-08-06 23:42:07 +00:00
Guido van Rossum
bef03ae032
Adapted to the new build system.
1997-07-19 22:52:43 +00:00
Guido van Rossum
8aea8d9600
Remove -s option and $PYTHONSUPPRESS environment variable.
1997-07-19 20:46:22 +00:00
Guido van Rossum
5624abd086
Emptied (in expectation of a laundry list of what's new in 1.5).
1997-07-19 20:45:30 +00:00
Guido van Rossum
ecd3b153d5
Added note about libpython1.5.a.
1997-07-19 20:44:33 +00:00
Guido van Rossum
132cd063f5
Some new names.
1997-07-19 20:44:09 +00:00
Barry Warsaw
e6648967b7
(py-shell): Remove support for Emacs 18, implicitly add support for
...
Emacs 20, and bind TAB key to self-insert-command in *Python* process.
1997-07-10 15:58:36 +00:00
Guido van Rossum
821a558f39
Moved the 1.4 NEWS file here (it had to happen someday...).
1997-05-23 04:05:31 +00:00
Guido van Rossum
cbf1b9c40e
Added warning about the optimizer bug on AIX 4.2.1
1997-05-22 20:20:57 +00:00
Guido van Rossum
d0c87ee6c4
Oops, another forgotten renaming: varobject -> PyVarObject.
1997-05-15 21:31:03 +00:00
Guido van Rossum
6a9ee0eeaf
New heros.
1997-05-09 03:21:12 +00:00
Guido van Rossum
b6a7f77c9f
Oops -- missed FloatingPointError in renaming.
1997-05-09 03:03:23 +00:00
Guido van Rossum
45510aee8f
Fix old typo PyArgs_VaParse -> PyArg_VaParse.
1997-05-05 21:53:03 +00:00
Guido van Rossum
1a43ce848b
Added inittab.
1997-04-29 20:22:47 +00:00
Guido van Rossum
04e30c188a
Remove err_input from rename list -- it is a static inside errors.c.
1997-04-29 18:25:32 +00:00
Guido van Rossum
58d8e3dd9e
Remove renaming instructions for ANY -- this is not renamed in
...
mymalloc.h. (Since it's a macro, I don't care much. It is used
internally only; others can use void *.)
1997-04-29 18:19:10 +00:00
Guido van Rossum
5d88aa3a36
Oops, added <URL:...> around the URL.
1997-04-11 16:46:56 +00:00
Guido van Rossum
24c93591cd
(Sjoerd:) Incorporate `build number' stuff.
1997-04-11 15:25:47 +00:00
Guido van Rossum
44adb0c95f
Added note about SWIG (replacing a whole lot of nonsense about how
...
difficult it is to do).
1997-04-11 15:19:35 +00:00
Guido van Rossum
31ef35b861
Added two new questions about number conversions.
1997-03-25 18:25:20 +00:00
Guido van Rossum
14d1c721d5
Added note about adding \n to source for exec and compile.
1997-03-19 14:43:28 +00:00
Guido van Rossum
4a908be231
Added Q. about HTTP/1.1.
1997-03-16 18:34:00 +00:00
Guido van Rossum
80eb3c0202
Zap all env vars beginning with PYTHON to prevent an obvious form of attack.
1997-03-11 18:24:21 +00:00
Guido van Rossum
17e973cb32
Remove the list of Python users, replace it with a pointer to the
...
on-line list of same.
1997-02-26 16:11:55 +00:00
Guido van Rossum
7b6f3435e4
Added new ftp mirror site ftp://ftp.cdrom.com/pub/python/ (Walnut Creek CDROM).
1997-02-25 23:08:03 +00:00
Barry Warsaw
fb07f408b6
(python-font-lock-keywords): Use new convention for installing in mode
1997-02-24 03:37:22 +00:00
Guido van Rossum
01094e4089
Change the question about os.environ changes not working -- it now
...
works unless you don't have putenv.
1997-02-17 18:40:02 +00:00