Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added 'Introduction' section head and 'Memory Management' subsection. | Guido van Rossum | 1996-11-06 | 1 | -1/+20 |
| | |||||
* | correct typo in return variable for PySequence_Index() | Guido van Rossum | 1996-11-06 | 1 | -1/+1 |
| | |||||
* | Should compare errno to 0, not NULL | Guido van Rossum | 1996-11-02 | 1 | -1/+1 |
| | |||||
* | Change last Ellipses to Ellipsis :-( | Guido van Rossum | 1996-11-02 | 2 | -6/+6 |
| | |||||
* | (Makefile): Updated latex2html support. | Fred Drake | 1996-10-29 | 1 | -2/+2 |
| | |||||
* | (myformat.perl): Added handler for cfuncdesc environment. This is needed | Fred Drake | 1996-10-29 | 1 | -0/+18 |
| | | | | for the extending & embedding manual. | ||||
* | (myformat.sty, extref.tex): Moved definition of cfuncdesc environment to | Fred Drake | 1996-10-29 | 2 | -5/+5 |
| | | | | myformat.sty; having it in extref.tex confuses LaTeX2HTML. | ||||
* | (tut.tex): Added matching \normalsize after \small font control command | Fred Drake | 1996-10-29 | 2 | -2/+2 |
| | | | | | | (and the contents it was supposed to be affecting). The latest LaTeX2HTML handles these, but didn't close it as expected. This handles that problem and does not affect the PostScript output. | ||||
* | (match-string): Added a definition for older Emacsen. | Barry Warsaw | 1996-10-29 | 1 | -0/+9 |
| | |||||
* | (texi2html.py): Minor improvement to HTML 3.0 output for code examples. | Fred Drake | 1996-10-25 | 3 | -6/+21 |
| | |||||
* | (partparse.py): Fix nasty bug where \e got translated to @e only within | Fred Drake | 1996-10-25 | 2 | -0/+2 |
| | | | | the optional arg of an \item[]. | ||||
* | This commit was manufactured by cvs2svn to create tag 'release14'.v1.4 | cvs2svn | 1996-10-25 | 1 | -0/+1 |
| | |||||
* | Added disclaimer. | Guido van Rossum | 1996-10-25 | 4 | -64/+106 |
| | |||||
* | New permission notice, includes CNRI. | Guido van Rossum | 1996-10-25 | 185 | -2353/+3648 |
| | |||||
* | Added disclaimer. | Guido van Rossum | 1996-10-25 | 1 | -0/+3 |
| | |||||
* | Ready for release. Added section on the book. Removed bugs/gripes emails. | Guido van Rossum | 1996-10-25 | 1 | -41/+70 |
| | | | | New copyright. | ||||
* | Noticed a few more things that have been done. | Guido van Rossum | 1996-10-25 | 1 | -27/+28 |
| | |||||
* | Added last-minute changes. | Guido van Rossum | 1996-10-25 | 1 | -4/+38 |
| | |||||
* | Updated notice. | Guido van Rossum | 1996-10-25 | 2 | -47/+23 |
| | |||||
* | CNRI additions, approved by the boss and his wife :-) | Guido van Rossum | 1996-10-25 | 1 | -9/+16 |
| | |||||
* | Small nits only. | Guido van Rossum | 1996-10-24 | 2 | -22/+34 |
| | |||||
* | The usual :-( | Guido van Rossum | 1996-10-24 | 4 | -4/+4 |
| | |||||
* | Touched by FrameMaker :-( | Guido van Rossum | 1996-10-24 | 6 | -0/+0 |
| | |||||
* | Include updated title page. | Guido van Rossum | 1996-10-24 | 1 | -40/+46 |
| | |||||
* | Done with this for 1.4. | Guido van Rossum | 1996-10-24 | 4 | -136/+196 |
| | |||||
* | Done with the "New in 1.4" chapter. | Guido van Rossum | 1996-10-24 | 2 | -152/+280 |
| | |||||
* | Add SHELL=/bin/sh definition, to override SGI make's default to $SHELL. | Guido van Rossum | 1996-10-24 | 1 | -0/+3 |
| | |||||
* | Removed CNRI copyright, changed notice to standard notice. | Guido van Rossum | 1996-10-24 | 1 | -0/+0 |
| | | | | Added date and version to title. | ||||
* | Get rid of bogus binding of <Delete> to a function that deletes the next | Guido van Rossum | 1996-10-24 | 2 | -6/+0 |
| | | | | character (this is already a built-in binding now). | ||||
* | Correct truncated paragraph. | Guido van Rossum | 1996-10-24 | 2 | -2/+4 |
| | |||||
* | Fix truncated paragraph in doc string. | Guido van Rossum | 1996-10-24 | 1 | -2/+3 |
| | | | | Bump version to 2.0. | ||||
* | Removed NumPy instructions. Add note about VC 4.0 vs. 4.2. | Guido van Rossum | 1996-10-24 | 1 | -13/+3 |
| | |||||
* | Removed NumPy files -- no time to fix these. | Guido van Rossum | 1996-10-24 | 1 | -530/+1 |
| | |||||
* | Cast mtime gotten from stat() to long int -- else it won't work | Guido van Rossum | 1996-10-24 | 1 | -1/+1 |
| | | | | | | on the Mac. Jack! Please fix this in the Mac distributions! | ||||
* | Set /MD option for *all* projects (even python.exe). | Guido van Rossum | 1996-10-24 | 1 | -148/+144 |
| | |||||
* | Barry's latest (2.83). He likes this version particularly because | Guido van Rossum | 1996-10-23 | 1 | -72/+125 |
| | | | | 83 is a prime number. | ||||
* | Added answer by Greg Stein about threads on Linux. | Guido van Rossum | 1996-10-23 | 1 | -18/+32 |
| | |||||
* | (py-indent-line): take an optional universal argument which says to | Barry Warsaw | 1996-10-23 | 1 | -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 Rossum | 1996-10-23 | 1 | -1/+1 |
| | | | | Thanks to Ka-Ping Yee. | ||||
* | Ignore Frame backup and lock files. | Guido van Rossum | 1996-10-23 | 1 | -0/+2 |
| | |||||
* | Adapted to migration of reference manual to Frame. | Guido van Rossum | 1996-10-23 | 1 | -20/+24 |
| | |||||
* | Regenerated to remove hidden text from page 1. | Guido van Rossum | 1996-10-23 | 1 | -47/+10 |
| | |||||
* | Probably just binhexed again... | Jack Jansen | 1996-10-23 | 5 | -184/+184 |
| | |||||
* | Different default location for distribution templates | Jack Jansen | 1996-10-23 | 1 | -4/+4 |
| | |||||
* | Only copy project files from build* and plugins to the projects | Jack Jansen | 1996-10-23 | 1 | -17/+33 |
| | | | | folder, leave other projects where they are | ||||
* | Build imgmodules.cfm68k too | Jack Jansen | 1996-10-23 | 1 | -1/+1 |
| | |||||
* | Added USE_MALLOC_DEBUG (disabled) | Jack Jansen | 1996-10-23 | 3 | -0/+3 |
| | |||||
* | Project files for 1.4 release | Jack Jansen | 1996-10-23 | 27 | -9214/+8485 |
| | |||||
* | Malloc debugging now flagged with USE_MALLOC_DEBUG | Jack Jansen | 1996-10-23 | 2 | -7/+6 |
| | |||||
* | Updated to cw10 | Jack Jansen | 1996-10-23 | 2 | -248/+250 |
| |