summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* RegeneratedJack Jansen1996-08-0210-30/+0
|
* Regenerated from CW9 includes (only QuickDraw really got a few new values)Jack Jansen1996-08-0216-17/+22
|
* PyMac_BuildNumVersion addedJack Jansen1996-08-021-0/+2
|
* #updated commentsBarry Warsaw1996-08-011-19/+22
|
* (python-mode): automatically install imenu stuff.Barry Warsaw1996-08-011-8/+15
|
* (imenu-example--python-show-method-args-p,Barry Warsaw1996-08-011-0/+210
| | | | | | | | | | | | | 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.
* (py-keep-region-active): Zap duplicate defun.Barry Warsaw1996-08-011-11/+6
|
* Final text for beta2 release. Hopefully no pre-1.4 information is left.Guido van Rossum1996-08-011-151/+219
|
* New project files, with sliceobject.c added.Guido van Rossum1996-08-018-9730/+4081
|
* (py-delete-char): Check for py-honor-comment-indentation.Barry Warsaw1996-08-011-0/+1
|
* (py-mode): comment-start is now "# " so indent-for-comment does theBarry Warsaw1996-08-011-6/+41
| | | | | | | | | | 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".
* CW9Jack Jansen1996-08-0118-5269/+6127
|
* Removed debug outputJack Jansen1996-08-011-2/+0
|
* Removed unused varJack Jansen1996-08-012-5/+0
|
* NumVersion stuff has changedJack Jansen1996-08-012-47/+8
|
* - Minimum stacksize is now 8K for PPC, 4K for 68KJack Jansen1996-08-011-7/+20
| | | | - Added PyMac_BuildNumVersion
* New .pyc magic numnber, too.Guido van Rossum1996-08-011-1/+1
|
* Use Tcl/Tk 7.5/4.1 by default.Guido van Rossum1996-08-011-2/+2
|
* Put definition of _REENTRANT in config.hGuido van Rossum1996-08-015-74/+72
|
* Allow compilation by K&R C compiler.Guido van Rossum1996-08-011-8/+8
|
* The usualGuido van Rossum1996-07-312-126/+121
|
* Changes for AIX; also remove all references to _REENTRANT.Guido van Rossum1996-07-311-3/+7
|
* Changes for AIX sharedlibs.Guido van Rossum1996-07-311-14/+120
|
* Changes for AIX shared libsGuido van Rossum1996-07-312-2/+9
|
* #comment updateBarry Warsaw1996-07-311-0/+2
|
* #comment updateBarry Warsaw1996-07-311-0/+4
|
* #updated to do listBarry Warsaw1996-07-311-4/+4
|
* Don't trip over empty string in sys.path.Guido van Rossum1996-07-311-1/+1
|
* (py-parse-state): stop searching backwards when we found a keyword atBarry Warsaw1996-07-311-2/+6
| | | | | column zero. Perhaps a kludge, but similar in nature to Emacs' beginning-of-defun shortcut.
* (py-statement-closes-block-p, py-compute-indentation): Outdent oneBarry Warsaw1996-07-311-3/+17
| | | | level after a return, raise, break, or continue statement.
* getprogramname --> Py_GetProgramNameGuido van Rossum1996-07-311-3/+3
|
* If NO_DYNAMIC_LINK is defined, load_dynamic_module() will always fail.Guido van Rossum1996-07-311-0/+4
|
* Added _REENTRANT definitionGuido van Rossum1996-07-311-0/+4
|
* DESTLIB and MACHDESTLIB are now derived from variables set by the Makefile.Guido van Rossum1996-07-311-8/+10
| | | | Clarified some comments.
* Collect together all detailed installation directories.Guido van Rossum1996-07-311-2/+13
|
* The usualGuido van Rossum1996-07-312-120/+144
|
* Added doc para for --with-libsGuido van Rossum1996-07-311-0/+3
|
* Add entry for _REENTRANT macroGuido van Rossum1996-07-311-0/+3
|
* Three changes:Guido van Rossum1996-07-311-6/+12
| | | | | | - Improved version of NeXT patching of $OPT - Added new option --with-libs='lib1 lib2 ...' - Define _REENTRANT when posix threads are in use
* Collect together all detailed installation directories.Guido van Rossum1996-07-311-4/+7
|
* Add a variable so you can easily install more than one machdep directory.Guido van Rossum1996-07-301-1/+2
|
* Correct typo (intall -> install)Guido van Rossum1996-07-301-1/+1
|
* Numerous changes, but still a lot of XXX thingies.Guido van Rossum1996-07-301-47/+37
|
* Exhaustive list of news in beta2 compared to beta1.Guido van Rossum1996-07-301-9/+73
| | | | Now all we need to do is do the same for beta1 compared to 1.3.
* FreeBSD platform specific modulesGuido van Rossum1996-07-304-0/+136
|
* patch level 1.4b2Guido van Rossum1996-07-301-1/+1
|
* Note that the values are ints.Guido van Rossum1996-07-302-0/+2
|
* New zip code and release; added guido@python.org as alternative email.Guido van Rossum1996-07-302-6/+6
|
* Don't make an exception for NeXT (BBUM says it's no longer needed).Guido van Rossum1996-07-301-1/+1
| | | | | (But hypot() should really be defined in a separate file, triggered by configure.)
* Some more install changes:Guido van Rossum1996-07-301-16/+26
| | | | | | | | | | - "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!)