summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Small markup nits, a few grammatical fixes, and a clarification of the binaryFred Drake1998-04-012-118/+130
* Implemented one more special markup item.Fred Drake1998-04-011-0/+8
* Added some comments.Fred Drake1998-04-011-0/+7
* (py-compute-indentation): When looking at a continuation line insideBarry Warsaw1998-04-011-1/+6
* Two patches for Emacs 20.2 compatibility:Barry Warsaw1998-04-011-5/+4
* Correct dumb typo found by kjpylint (stack should be self.stack).Guido van Rossum1998-03-311-1/+1
* Correct a definite typo ('mem' should be 'memo').Guido van Rossum1998-03-311-1/+1
* Tim Peters' program for checking whether a program's indentation isGuido van Rossum1998-03-313-0/+906
* Strip argument to atol and atof to match what strop does better.Guido van Rossum1998-03-302-4/+4
* A few lines were indented using spaces instead of tabs -- fix them.Guido van Rossum1998-03-301-8/+8
* Return the name of the Tcl command defined by _bind(). This canGuido van Rossum1998-03-271-5/+13
* Change $ICONSERVER to conform to the value AMK & I have discussed for this;Fred Drake1998-03-271-0/+2
* Use the new {methoddesc} and {memberdesc} environments as appropriate.Fred Drake1998-03-2716-414/+402
* First (rough) cut at HTML index generation in Python. Not very pretty, butFred Drake1998-03-271-0/+211
* Add support for mapping internal labels used from the index.Fred Drake1998-03-271-4/+15
* \tableofcontents: Add support for some warning reduction in python.sty.Fred Drake1998-03-272-0/+2
* Add comments about several of the environments.Fred Drake1998-03-271-57/+137
* Some cleanup.Fred Drake1998-03-271-97/+35
* Added note about weird sequencing of <PRE> & <dl> around {verbatim} sections.Fred Drake1998-03-271-0/+3
* Clarified some comments about the requirements on the TeX installation.Fred Drake1998-03-271-2/+20
* Lots and lots and lots.....Fred Drake1998-03-271-141/+252
* Make sure both hyphens of a long-option show up in the HTML output.Fred Drake1998-03-272-4/+4
* The usual.Guido van Rossum1998-03-2643-2384/+2524
* Don't write "if self.dict: self.dict.close()"; just writeGuido van Rossum1998-03-261-2/+1
* A few lines were indented using tabs instead of spaces -- fix them.Guido van Rossum1998-03-261-178/+178
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-2650-5320/+5320
* Delete this unused relic.Guido van Rossum1998-03-262-1942/+0
* A few lines were indented using spaces instead of tabs -- fix them.Guido van Rossum1998-03-261-64/+65
* A few lines were indented using spaces instead of tabs -- fix them.Guido van Rossum1998-03-2612-265/+282
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-262-280/+280
* Reindented with tabs only (seems fair to the Windows crowd).Guido van Rossum1998-03-261-99/+99
* Add a sleep(0.00001) call to make sure all threads run.Guido van Rossum1998-03-261-0/+2
* Get rid of the Emacs cruft now that Python-mode guess the desired settings!Guido van Rossum1998-03-262-8/+0
* Mass check-in after untabifying all files that need it.Guido van Rossum1998-03-2636-930/+930
* Get rid of the Emacs cruft now that Python-mode guess the desired settings!Guido van Rossum1998-03-261-6/+0
* Add -q option that *just* prints the filename.Guido van Rossum1998-03-261-7/+13
* Get rid of the check for -linet -- recent Sequent Dynix systems don'tGuido van Rossum1998-03-262-173/+126
* (py-postprocess-output-buffer): Return t if an exception was found,Barry Warsaw1998-03-261-9/+13
* (py-execute-region): Watch out for shell-command-on-region killing aBarry Warsaw1998-03-251-4/+10
* Support 'whence' parameter to seek().Guido van Rossum1998-03-251-2/+11
* Don't use the fncychap package for HOWTO documents; appendices break. StillFred Drake1998-03-253-28/+31
* Python HOWTO template document, with lots of help from AMK.Fred Drake1998-03-252-0/+342
* Update.Fred Drake1998-03-251-1/+4
* Change uses of \pdfinfo and \pdfcatalog to use the new syntax from theFred Drake1998-03-253-17/+17
* Make $MYDIR absolute -- bug reported by AMK.Fred Drake1998-03-241-0/+4
* give in to tab policeGuido van Rossum1998-03-246-435/+440
* Report first line with inconsistent tab usage.Guido van Rossum1998-03-241-4/+24
* Check for boundary errors in [r]find -- find("x", "", 2) should return -1.Guido van Rossum1998-03-241-2/+2
* Give in to Timmy's Tedious Tab Theorem.Guido van Rossum1998-03-231-1/+1
* Give in to the tab police.Guido van Rossum1998-03-206-285/+295