summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updated notice.Guido van Rossum1996-10-252-47/+23
|
* CNRI additions, approved by the boss and his wife :-)Guido van Rossum1996-10-251-9/+16
|
* Small nits only.Guido van Rossum1996-10-242-22/+34
|
* The usual :-(Guido van Rossum1996-10-244-4/+4
|
* Touched by FrameMaker :-(Guido van Rossum1996-10-246-0/+0
|
* Include updated title page.Guido van Rossum1996-10-241-40/+46
|
* Done with this for 1.4.Guido van Rossum1996-10-244-136/+196
|
* Done with the "New in 1.4" chapter.Guido van Rossum1996-10-242-152/+280
|
* Add SHELL=/bin/sh definition, to override SGI make's default to $SHELL.Guido van Rossum1996-10-241-0/+3
|
* Removed CNRI copyright, changed notice to standard notice.Guido van Rossum1996-10-241-0/+0
| | | | Added date and version to title.
* Get rid of bogus binding of <Delete> to a function that deletes the nextGuido van Rossum1996-10-242-6/+0
| | | | character (this is already a built-in binding now).
* Correct truncated paragraph.Guido van Rossum1996-10-242-2/+4
|
* Fix truncated paragraph in doc string.Guido van Rossum1996-10-241-2/+3
| | | | Bump version to 2.0.
* Removed NumPy instructions. Add note about VC 4.0 vs. 4.2.Guido van Rossum1996-10-241-13/+3
|
* Removed NumPy files -- no time to fix these.Guido van Rossum1996-10-241-530/+1
|
* Cast mtime gotten from stat() to long int -- else it won't workGuido van Rossum1996-10-241-1/+1
| | | | | | on the Mac. Jack! Please fix this in the Mac distributions!
* Set /MD option for *all* projects (even python.exe).Guido van Rossum1996-10-241-148/+144
|
* Barry's latest (2.83). He likes this version particularly becauseGuido van Rossum1996-10-231-72/+125
| | | | 83 is a prime number.
* Added answer by Greg Stein about threads on Linux.Guido van Rossum1996-10-231-18/+32
|
* (py-indent-line): take an optional universal argument which says toBarry Warsaw1996-10-231-13/+22
| | | | | | | | | | | | | | defeat extra outdentation for block closing statements (return, raise, break, continue, pass). (py-compute-indentation): extra argument to honor block closing statements. (py-electric-colon, py-indent-region): use py-compute-indentation's extra argument (py-statement-closes-block-p): `pass' treated as a block closing statement.
* Fix case where you start a new group immediately after a label.Guido van Rossum1996-10-231-1/+1
| | | | Thanks to Ka-Ping Yee.
* Ignore Frame backup and lock files.Guido van Rossum1996-10-231-0/+2
|
* Adapted to migration of reference manual to Frame.Guido van Rossum1996-10-231-20/+24
|
* Regenerated to remove hidden text from page 1.Guido van Rossum1996-10-231-47/+10
|
* Probably just binhexed again...Jack Jansen1996-10-235-184/+184
|
* Different default location for distribution templatesJack Jansen1996-10-231-4/+4
|
* Only copy project files from build* and plugins to the projectsJack Jansen1996-10-231-17/+33
| | | | folder, leave other projects where they are
* Build imgmodules.cfm68k tooJack Jansen1996-10-231-1/+1
|
* Added USE_MALLOC_DEBUG (disabled)Jack Jansen1996-10-233-0/+3
|
* Project files for 1.4 releaseJack Jansen1996-10-2327-9214/+8485
|
* Malloc debugging now flagged with USE_MALLOC_DEBUGJack Jansen1996-10-232-7/+6
|
* Updated to cw10Jack Jansen1996-10-232-248/+250
|
* Fixed gusi preferencesJack Jansen1996-10-231-4/+4
|
* removed unused varJack Jansen1996-10-231-1/+0
|
* Added support for tab hooksJack Jansen1996-10-232-0/+59
|
* Raise a more intellegible error in the case of missing keyword argsJack Jansen1996-10-231-2/+9
|
* Added HAVE_STRFTIMEJack Jansen1996-10-231-0/+4
|
* Added a note on swed and htmled examples, added tab support, fixed typoJack Jansen1996-10-235-123/+128
|
* Modified to work together with BBPyJack Jansen1996-10-233-891/+905
| | | | Re-enabled splash screen
* Make self.rfile unbuffered (self.wfile already is). This should fixGuido van Rossum1996-10-231-1/+1
| | | | CGIHTTPServer.py when used with the POST command.
* Fixed compare function to do first char comparison in unsigned mode,Guido van Rossum1996-10-231-1/+1
| | | | for consistency with the way other characters are compared.
* Added support for floating point resolution to Scale.get().Guido van Rossum1996-10-232-2/+10
|
* Frame versions of documents after mangling by Robin.Guido van Rossum1996-10-2212-0/+0
|
* New version for 1.4 from Manus.Guido van Rossum1996-10-221-4/+12
|
* Version number and date.Guido van Rossum1996-10-222-2/+2
|
* Removed LaTeX version of reference manual. Added ref/ref.ps.Guido van Rossum1996-10-2220-6770/+16382
|
* Got rid of most XXXes in the News chapter. Bumped the version to 1.4.Guido van Rossum1996-10-222-152/+268
|
* New date and version number.Guido van Rossum1996-10-222-2/+2
|
* Get rid of evil workaround for Python 1.4b2 bug.Guido van Rossum1996-10-221-4/+0
|
* It turns out that VC1.5 does not necessarily define _WINDOWS.Guido van Rossum1996-10-221-2/+0
|