summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Removed old project file, als restructured projects directory toJack Jansen1996-11-091-117/+0
* Fix syntax of commented-out variablesGuido van Rossum1996-11-061-2/+2
* Added 'Introduction' section head and 'Memory Management' subsection.Guido van Rossum1996-11-061-1/+20
* correct typo in return variable for PySequence_Index()Guido van Rossum1996-11-061-1/+1
* Should compare errno to 0, not NULLGuido van Rossum1996-11-021-1/+1
* Change last Ellipses to Ellipsis :-(Guido van Rossum1996-11-022-6/+6
* (Makefile): Updated latex2html support.Fred Drake1996-10-291-2/+2
* (myformat.perl): Added handler for cfuncdesc environment. This is neededFred Drake1996-10-291-0/+18
* (myformat.sty, extref.tex): Moved definition of cfuncdesc environment toFred Drake1996-10-292-5/+5
* (tut.tex): Added matching \normalsize after \small font control commandFred Drake1996-10-292-2/+2
* (match-string): Added a definition for older Emacsen.Barry Warsaw1996-10-291-0/+9
* (texi2html.py): Minor improvement to HTML 3.0 output for code examples.Fred Drake1996-10-253-6/+21
* (partparse.py): Fix nasty bug where \e got translated to @e only withinFred Drake1996-10-252-0/+2
* This commit was manufactured by cvs2svn to create tag 'release14'.v1.4cvs2svn1996-10-251-0/+1
* Added disclaimer.Guido van Rossum1996-10-254-64/+106
* New permission notice, includes CNRI.Guido van Rossum1996-10-25185-2353/+3648
* Added disclaimer.Guido van Rossum1996-10-251-0/+3
* Ready for release. Added section on the book. Removed bugs/gripes emails.Guido van Rossum1996-10-251-41/+70
* Noticed a few more things that have been done.Guido van Rossum1996-10-251-27/+28
* Added last-minute changes.Guido van Rossum1996-10-251-4/+38
* 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
* Get rid of bogus binding of <Delete> to a function that deletes the nextGuido van Rossum1996-10-242-6/+0
* Correct truncated paragraph.Guido van Rossum1996-10-242-2/+4
* Fix truncated paragraph in doc string.Guido van Rossum1996-10-241-2/+3
* 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
* 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
* 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
* Fix case where you start a new group immediately after a label.Guido van Rossum1996-10-231-1/+1
* 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
* 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