Barry Warsaw
5490a06fc7
(py-menu): Create default value
1996-08-06 15:43:33 +00:00
Barry Warsaw
c5a8cbd35d
(py-forward-into-nomenclature): Slightly better regex for stopping on
...
underscore.
1996-08-05 21:53:02 +00:00
Jack Jansen
6aadd26419
rebinhexed
1996-08-05 15:40:37 +00:00
Jack Jansen
8f2d802a9e
Build instructions for source distribution that were somehow never
...
checked in.
Modified: removed stdwin references, added note on tcl memory allocation.
1996-08-05 15:34:45 +00:00
Barry Warsaw
a766182f08
(py-electric-colon): Use (py-next-statement -1) instead of
...
(forward-line -1), to properly catch continued statements.
1996-08-02 16:22:43 +00:00
Jack Jansen
bbe04d0f9f
Removed references to mactcp, macdnr and stdwin modules
...
Rebinhexed resource files
1996-08-02 15:22:26 +00:00
Jack Jansen
402030fbff
1.4b2 projects
1996-08-02 15:20:08 +00:00
Jack Jansen
4f1fe327c2
Upped version number, rebinhexed everything
1996-08-02 15:17:32 +00:00
Jack Jansen
1d2f863e51
Guido's 1.4b2 fixes: Py_GetProgramName, Py_GetPrefix and Py_GetExecPrefix.
1996-08-02 15:16:16 +00:00
Jack Jansen
d84e7aaf00
Regenerated
1996-08-02 11:24:34 +00:00
Jack Jansen
84c21a803e
Regenerated from CW9 includes (only QuickDraw really got a few new values)
1996-08-02 11:22:55 +00:00
Jack Jansen
70463665d3
PyMac_BuildNumVersion added
1996-08-02 11:21:03 +00:00
Barry Warsaw
3fcaf61768
#updated comments
1996-08-01 20:11:51 +00:00
Barry Warsaw
755c6714cc
(python-mode): automatically install imenu stuff.
1996-08-01 20:02:55 +00:00
Barry Warsaw
8143746750
(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.
1996-08-01 19:48:02 +00:00
Barry Warsaw
ce60bc7192
(py-keep-region-active): Zap duplicate defun.
1996-08-01 18:17:14 +00:00
Guido van Rossum
6d9cc808a2
Final text for beta2 release. Hopefully no pre-1.4 information is left.
1996-08-01 17:31:22 +00:00
Guido van Rossum
ff0c4b532a
New project files, with sliceobject.c added.
1996-08-01 17:13:12 +00:00
Barry Warsaw
6e527d2ca3
(py-delete-char): Check for py-honor-comment-indentation.
1996-08-01 15:57:48 +00:00
Barry Warsaw
a7891718e1
(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".
1996-08-01 15:53:09 +00:00
Jack Jansen
e5b7b850f7
CW9
1996-08-01 15:37:24 +00:00
Jack Jansen
880e6eb409
Removed debug output
1996-08-01 15:30:33 +00:00
Jack Jansen
a6d78c44a7
Removed unused var
1996-08-01 15:27:18 +00:00
Jack Jansen
5674e4ec17
NumVersion stuff has changed
1996-08-01 15:26:05 +00:00
Jack Jansen
d1f06313f6
- Minimum stacksize is now 8K for PPC, 4K for 68K
...
- Added PyMac_BuildNumVersion
1996-08-01 15:23:54 +00:00
Guido van Rossum
64d376a670
New .pyc magic numnber, too.
1996-08-01 01:06:24 +00:00
Guido van Rossum
9e43ae4770
Use Tcl/Tk 7.5/4.1 by default.
1996-08-01 00:56:03 +00:00
Guido van Rossum
9caf77a485
Put definition of _REENTRANT in config.h
1996-08-01 00:52:26 +00:00
Guido van Rossum
cee555bda2
Allow compilation by K&R C compiler.
1996-08-01 00:02:33 +00:00
Guido van Rossum
42dcad36a9
The usual
1996-07-31 22:48:44 +00:00
Guido van Rossum
8a2574e09e
Changes for AIX; also remove all references to _REENTRANT.
1996-07-31 22:45:54 +00:00
Guido van Rossum
d5962adb44
Changes for AIX sharedlibs.
1996-07-31 22:44:53 +00:00
Guido van Rossum
02530b0f74
Changes for AIX shared libs
1996-07-31 22:43:38 +00:00
Barry Warsaw
9e277db76b
#comment update
1996-07-31 22:33:40 +00:00
Barry Warsaw
c08a949549
#comment update
1996-07-31 22:27:58 +00:00
Barry Warsaw
5c0d00f553
#updated to do list
1996-07-31 21:30:21 +00:00
Guido van Rossum
68f56e45f6
Don't trip over empty string in sys.path.
1996-07-31 21:18:42 +00:00
Barry Warsaw
170ffa775d
(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.
1996-07-31 20:57:22 +00:00
Barry Warsaw
f831d81999
(py-statement-closes-block-p, py-compute-indentation): Outdent one
...
level after a return, raise, break, or continue statement.
1996-07-31 20:42:59 +00:00
Guido van Rossum
32aa1a72b2
getprogramname --> Py_GetProgramName
1996-07-31 19:51:15 +00:00
Guido van Rossum
3823420ca4
If NO_DYNAMIC_LINK is defined, load_dynamic_module() will always fail.
1996-07-31 17:55:19 +00:00
Guido van Rossum
5e41644ddd
Added _REENTRANT definition
1996-07-31 17:52:04 +00:00
Guido van Rossum
0c5e3c8d6a
DESTLIB and MACHDESTLIB are now derived from variables set by the Makefile.
...
Clarified some comments.
1996-07-31 17:49:01 +00:00
Guido van Rossum
276de58927
Collect together all detailed installation directories.
1996-07-31 17:37:07 +00:00
Guido van Rossum
a68acba5ad
The usual
1996-07-31 17:36:39 +00:00
Guido van Rossum
d02ba45edc
Added doc para for --with-libs
1996-07-31 17:36:01 +00:00
Guido van Rossum
93ee6e0b63
Add entry for _REENTRANT macro
1996-07-31 17:35:30 +00:00
Guido van Rossum
c5a3903472
Three changes:
...
- Improved version of NeXT patching of $OPT
- Added new option --with-libs='lib1 lib2 ...'
- Define _REENTRANT when posix threads are in use
1996-07-31 17:35:03 +00:00
Guido van Rossum
bed23fe1ce
Collect together all detailed installation directories.
1996-07-31 17:30:37 +00:00
Guido van Rossum
b8dccd29b3
Add a variable so you can easily install more than one machdep directory.
1996-07-30 21:55:17 +00:00