]>
granicus.if.org Git - python/log
Barry Warsaw [Thu, 1 Aug 1996 19:48:02 +0000 (19:48 +0000)]
(imenu-example--python-show-method-args-p,
imenu-example--python-class-regexp,
imenu-example--python-method-regexp,
imenu-example--python-method-no-arg-parens,
imenu-example--python-method-arg-parens,
imenu-example--generic-python-expression,
imenu-example--python-generic-regexp,
imenu-example--python-generic-parens): New variables.
(imenu-example--create-python-index,
imenu-example--create-python-index-engine): New functions.
Barry Warsaw [Thu, 1 Aug 1996 18:17:14 +0000 (18:17 +0000)]
(py-keep-region-active): Zap duplicate defun.
Guido van Rossum [Thu, 1 Aug 1996 17:31:22 +0000 (17:31 +0000)]
Final text for beta2 release. Hopefully no pre-1.4 information is left.
Guido van Rossum [Thu, 1 Aug 1996 17:13:12 +0000 (17:13 +0000)]
New project files, with sliceobject.c added.
Barry Warsaw [Thu, 1 Aug 1996 15:57:48 +0000 (15:57 +0000)]
(py-delete-char): Check for py-honor-comment-indentation.
Barry Warsaw [Thu, 1 Aug 1996 15:53:09 +0000 (15:53 +0000)]
(py-mode): comment-start is now "# " so indent-for-comment does the
right thing.
(py-comment-region): let-bind comment-start to "## " so commented
regions get transformed into non-indenting comment lines.
(py-compute-region): Implement modification to rule for recognizing
"indenting comment lines".
Jack Jansen [Thu, 1 Aug 1996 15:37:24 +0000 (15:37 +0000)]
CW9
Jack Jansen [Thu, 1 Aug 1996 15:30:33 +0000 (15:30 +0000)]
Removed debug output
Jack Jansen [Thu, 1 Aug 1996 15:27:18 +0000 (15:27 +0000)]
Removed unused var
Jack Jansen [Thu, 1 Aug 1996 15:26:05 +0000 (15:26 +0000)]
NumVersion stuff has changed
Jack Jansen [Thu, 1 Aug 1996 15:23:54 +0000 (15:23 +0000)]
- Minimum stacksize is now 8K for PPC, 4K for 68K
- Added PyMac_BuildNumVersion
Guido van Rossum [Thu, 1 Aug 1996 01:06:24 +0000 (01:06 +0000)]
New .pyc magic numnber, too.
Guido van Rossum [Thu, 1 Aug 1996 00:56:03 +0000 (00:56 +0000)]
Use Tcl/Tk 7.5/4.1 by default.
Guido van Rossum [Thu, 1 Aug 1996 00:52:26 +0000 (00:52 +0000)]
Put definition of _REENTRANT in config.h
Guido van Rossum [Thu, 1 Aug 1996 00:02:33 +0000 (00:02 +0000)]
Allow compilation by K&R C compiler.
Guido van Rossum [Wed, 31 Jul 1996 22:48:44 +0000 (22:48 +0000)]
The usual
Guido van Rossum [Wed, 31 Jul 1996 22:45:54 +0000 (22:45 +0000)]
Changes for AIX; also remove all references to _REENTRANT.
Guido van Rossum [Wed, 31 Jul 1996 22:44:53 +0000 (22:44 +0000)]
Changes for AIX sharedlibs.
Guido van Rossum [Wed, 31 Jul 1996 22:43:38 +0000 (22:43 +0000)]
Changes for AIX shared libs
Barry Warsaw [Wed, 31 Jul 1996 22:33:40 +0000 (22:33 +0000)]
#comment update
Barry Warsaw [Wed, 31 Jul 1996 22:27:58 +0000 (22:27 +0000)]
#comment update
Barry Warsaw [Wed, 31 Jul 1996 21:30:21 +0000 (21:30 +0000)]
#updated to do list
Guido van Rossum [Wed, 31 Jul 1996 21:18:42 +0000 (21:18 +0000)]
Don't trip over empty string in sys.path.
Barry Warsaw [Wed, 31 Jul 1996 20:57:22 +0000 (20:57 +0000)]
(py-parse-state): stop searching backwards when we found a keyword at
column zero. Perhaps a kludge, but similar in nature to Emacs'
beginning-of-defun shortcut.
Barry Warsaw [Wed, 31 Jul 1996 20:42:59 +0000 (20:42 +0000)]
(py-statement-closes-block-p, py-compute-indentation): Outdent one
level after a return, raise, break, or continue statement.
Guido van Rossum [Wed, 31 Jul 1996 19:51:15 +0000 (19:51 +0000)]
getprogramname --> Py_GetProgramName
Guido van Rossum [Wed, 31 Jul 1996 17:55:19 +0000 (17:55 +0000)]
If NO_DYNAMIC_LINK is defined, load_dynamic_module() will always fail.
Guido van Rossum [Wed, 31 Jul 1996 17:52:04 +0000 (17:52 +0000)]
Added _REENTRANT definition
Guido van Rossum [Wed, 31 Jul 1996 17:49:01 +0000 (17:49 +0000)]
DESTLIB and MACHDESTLIB are now derived from variables set by the Makefile.
Clarified some comments.
Guido van Rossum [Wed, 31 Jul 1996 17:37:07 +0000 (17:37 +0000)]
Collect together all detailed installation directories.
Guido van Rossum [Wed, 31 Jul 1996 17:36:39 +0000 (17:36 +0000)]
The usual
Guido van Rossum [Wed, 31 Jul 1996 17:36:01 +0000 (17:36 +0000)]
Added doc para for --with-libs
Guido van Rossum [Wed, 31 Jul 1996 17:35:30 +0000 (17:35 +0000)]
Add entry for _REENTRANT macro
Guido van Rossum [Wed, 31 Jul 1996 17:35:03 +0000 (17:35 +0000)]
Three changes:
- Improved version of NeXT patching of $OPT
- Added new option --with-libs='lib1 lib2 ...'
- Define _REENTRANT when posix threads are in use
Guido van Rossum [Wed, 31 Jul 1996 17:30:37 +0000 (17:30 +0000)]
Collect together all detailed installation directories.
Guido van Rossum [Tue, 30 Jul 1996 21:55:17 +0000 (21:55 +0000)]
Add a variable so you can easily install more than one machdep directory.
Guido van Rossum [Tue, 30 Jul 1996 21:41:56 +0000 (21:41 +0000)]
Correct typo (intall -> install)
Guido van Rossum [Tue, 30 Jul 1996 21:41:07 +0000 (21:41 +0000)]
Numerous changes, but still a lot of XXX thingies.
Guido van Rossum [Tue, 30 Jul 1996 21:34:09 +0000 (21:34 +0000)]
Exhaustive list of news in beta2 compared to beta1.
Now all we need to do is do the same for beta1 compared to 1.3.
Guido van Rossum [Tue, 30 Jul 1996 21:05:10 +0000 (21:05 +0000)]
FreeBSD platform specific modules
Guido van Rossum [Tue, 30 Jul 1996 20:46:14 +0000 (20:46 +0000)]
patch level 1.4b2
Guido van Rossum [Tue, 30 Jul 1996 20:45:45 +0000 (20:45 +0000)]
Note that the values are ints.
Guido van Rossum [Tue, 30 Jul 1996 20:45:21 +0000 (20:45 +0000)]
New zip code and release; added guido@python.org as alternative email.
Guido van Rossum [Tue, 30 Jul 1996 20:44:31 +0000 (20:44 +0000)]
Don't make an exception for NeXT (BBUM says it's no longer needed).
(But hypot() should really be defined in a separate file, triggered by
configure.)
Guido van Rossum [Tue, 30 Jul 1996 20:42:12 +0000 (20:42 +0000)]
Some more install changes:
- "make install" now depends on "make altinstall" for most of the
work, and the binary is always installed as python<version> first,
with a hard link to python made by "make bininstall".
- Create the machine dependent directory if it doesn't exist, and
attempt to run the regen script in it (unfortunately this will fail
unless you have h2py in your $PATH - help!)
Guido van Rossum [Tue, 30 Jul 1996 20:36:59 +0000 (20:36 +0000)]
Remove "." from default path. Also rearrange so that SITEPATH comes
after DESTPATH.
Guido van Rossum [Tue, 30 Jul 1996 20:36:12 +0000 (20:36 +0000)]
Don't have "." in the default path.
Guido van Rossum [Tue, 30 Jul 1996 20:35:50 +0000 (20:35 +0000)]
Always insert script directory in front of sys.path -- if there's no
sys.argv, insert "". Note that "." is removed as a default component
of the path (see changes to getpath.c and Setup.in).
Guido van Rossum [Tue, 30 Jul 1996 20:16:21 +0000 (20:16 +0000)]
Add missing close parenthesis.
Guido van Rossum [Tue, 30 Jul 1996 19:27:05 +0000 (19:27 +0000)]
Got rid of all references to stdwin.
Documented insertion of script directory in path.
Updated author's address.
Changed MAILING LIST section to INTERNET RESOURCES.
Guido van Rossum [Tue, 30 Jul 1996 19:07:18 +0000 (19:07 +0000)]
Remove comment "SGI only"
Guido van Rossum [Tue, 30 Jul 1996 19:06:36 +0000 (19:06 +0000)]
Simplified and rationalized.
Guido van Rossum [Tue, 30 Jul 1996 19:05:56 +0000 (19:05 +0000)]
mac utility
Guido van Rossum [Tue, 30 Jul 1996 19:05:41 +0000 (19:05 +0000)]
turn a pile of RCS files into a ChangeLog file
Guido van Rossum [Tue, 30 Jul 1996 19:04:18 +0000 (19:04 +0000)]
print MX record
Guido van Rossum [Tue, 30 Jul 1996 19:02:52 +0000 (19:02 +0000)]
Adapted to CNRI
Guido van Rossum [Tue, 30 Jul 1996 19:02:01 +0000 (19:02 +0000)]
Added note about Python's support of complex numbers.
Added exp(z).
Guido van Rossum [Tue, 30 Jul 1996 18:57:18 +0000 (18:57 +0000)]
Updated for Python 1.4
Guido van Rossum [Tue, 30 Jul 1996 18:53:51 +0000 (18:53 +0000)]
Moved 1.3 news to HISTORY; put some 1.4 news in NEWS
Guido van Rossum [Tue, 30 Jul 1996 18:53:05 +0000 (18:53 +0000)]
Added two new questions; about globals/locals and about recursive imports.
Guido van Rossum [Tue, 30 Jul 1996 18:50:22 +0000 (18:50 +0000)]
Added Bill Tutt
Guido van Rossum [Tue, 30 Jul 1996 18:40:29 +0000 (18:40 +0000)]
Better error message if stride used on normal sequence object
Guido van Rossum [Tue, 30 Jul 1996 18:37:55 +0000 (18:37 +0000)]
Add 'Ellipses' object.
Guido van Rossum [Tue, 30 Jul 1996 18:37:14 +0000 (18:37 +0000)]
repr("...") -> "Ellipses"
Guido van Rossum [Tue, 30 Jul 1996 18:35:38 +0000 (18:35 +0000)]
Change to use keyword args instead of dicts
Guido van Rossum [Tue, 30 Jul 1996 18:32:04 +0000 (18:32 +0000)]
Moved description of mktime 9-tuple to top.
Added description of strftime format string.
Minor small editing.
Guido van Rossum [Tue, 30 Jul 1996 18:23:05 +0000 (18:23 +0000)]
Added maketrans() and optional 3rd arg to translate() (chars to delete).
Guido van Rossum [Tue, 30 Jul 1996 18:22:31 +0000 (18:22 +0000)]
Added SetFolder
Guido van Rossum [Tue, 30 Jul 1996 18:22:07 +0000 (18:22 +0000)]
Document the *new* cgi.py
Guido van Rossum [Tue, 30 Jul 1996 18:21:37 +0000 (18:21 +0000)]
errno docs.
Guido van Rossum [Tue, 30 Jul 1996 18:20:01 +0000 (18:20 +0000)]
Added liberrno
Guido van Rossum [Tue, 30 Jul 1996 18:09:35 +0000 (18:09 +0000)]
Follow new configure.in
Guido van Rossum [Tue, 30 Jul 1996 18:06:02 +0000 (18:06 +0000)]
Changes for NeXT. Some improvements to long lines.
Guido van Rossum [Tue, 30 Jul 1996 18:05:21 +0000 (18:05 +0000)]
Added C_THREADS
Guido van Rossum [Tue, 30 Jul 1996 18:05:04 +0000 (18:05 +0000)]
Various changes (not done yet even for beta2 release)
Guido van Rossum [Tue, 30 Jul 1996 18:04:22 +0000 (18:04 +0000)]
More changes to install targets.
Guido van Rossum [Tue, 30 Jul 1996 18:02:59 +0000 (18:02 +0000)]
directives for Tools/scripts/fixcid.py
Guido van Rossum [Tue, 30 Jul 1996 17:42:56 +0000 (17:42 +0000)]
New versions of binary files.
Guido van Rossum [Tue, 30 Jul 1996 17:38:17 +0000 (17:38 +0000)]
New versions of almost all files.
Guido van Rossum [Tue, 30 Jul 1996 16:56:16 +0000 (16:56 +0000)]
Converted to new style
Guido van Rossum [Tue, 30 Jul 1996 16:55:54 +0000 (16:55 +0000)]
Operators like __add__
Guido van Rossum [Tue, 30 Jul 1996 16:55:34 +0000 (16:55 +0000)]
Some NeXT changes (default certain symbols to others)
Guido van Rossum [Tue, 30 Jul 1996 16:55:08 +0000 (16:55 +0000)]
Added extern defn of hypot().
Guido van Rossum [Tue, 30 Jul 1996 16:54:03 +0000 (16:54 +0000)]
Added operator.c. Moved errno.c.
Changes to PYTHONPATH so it includes VERSION
Guido van Rossum [Tue, 30 Jul 1996 16:53:14 +0000 (16:53 +0000)]
Refinements to installation, now uses $(VERSION) etc.
Guido van Rossum [Tue, 30 Jul 1996 16:49:37 +0000 (16:49 +0000)]
Changes for slice and ellipses
Guido van Rossum [Tue, 30 Jul 1996 16:48:31 +0000 (16:48 +0000)]
Changes needed by NeXT (the only platform that seems to use this).
Guido van Rossum [Tue, 30 Jul 1996 16:45:48 +0000 (16:45 +0000)]
Added sliceobject.c
Guido van Rossum [Tue, 30 Jul 1996 16:45:31 +0000 (16:45 +0000)]
Speedup suggested by Sjoerd
Guido van Rossum [Tue, 30 Jul 1996 16:43:44 +0000 (16:43 +0000)]
Changes for stride in slices (x[a:b:c]) and ellipses (x[a,...,z])
Guido van Rossum [Tue, 30 Jul 1996 16:42:30 +0000 (16:42 +0000)]
Slice and ellipses interface
Guido van Rossum [Tue, 30 Jul 1996 16:42:03 +0000 (16:42 +0000)]
Turn on CACHE_HASH, for 2% speedier dict lookups
Guido van Rossum [Tue, 30 Jul 1996 16:41:26 +0000 (16:41 +0000)]
Added BUILD_SLICE opcode.
Guido van Rossum [Tue, 30 Jul 1996 16:41:02 +0000 (16:41 +0000)]
Two bumps for the price of one (PYTHON_API_VERSION)
Guido van Rossum [Tue, 30 Jul 1996 16:39:30 +0000 (16:39 +0000)]
Changes due to slice and ellipses grammar changes
Guido van Rossum [Tue, 30 Jul 1996 16:39:03 +0000 (16:39 +0000)]
Added sliceobject.h.
Guido van Rossum [Tue, 30 Jul 1996 16:36:42 +0000 (16:36 +0000)]
Sh script to recreage generic machdep subdirectory
Guido van Rossum [Tue, 30 Jul 1996 16:35:26 +0000 (16:35 +0000)]
updated again
Guido van Rossum [Tue, 30 Jul 1996 16:31:32 +0000 (16:31 +0000)]
Two independent changes:
- accept empty string from focus_get
- map coords() return value through getdouble and splitlist
Guido van Rossum [Tue, 30 Jul 1996 16:30:15 +0000 (16:30 +0000)]
Function to guess which db package created a database.