summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make the documents that have indexes dependent on the buildindex.pyFred Drake1999-01-051-4/+6
* do_cmd_methodline(): New function, implements indexing version ofFred Drake1999-01-051-6/+30
* Upgraded to WISE 5.0g; bumped to 1.5.2b2; added dialog for Tcl.Guido van Rossum1999-01-051-20/+50
* trim_ignored_letters(): Simplify a little.Fred Drake1999-01-041-6/+6
* Hm. There was a boundary condition error at the end of the file too.Guido van Rossum1999-01-041-1/+1
* Hm. Add Unix binding for replace, too.Guido van Rossum1999-01-041-0/+1
* Update information on the version of latex2html to use, includingFred Drake1999-01-041-2/+5
* This hopefully fixes the problem of having to set PATHGuido van Rossum1999-01-042-1/+68
* Fix two places (seek and truncate) where a cascade of PyArg_ParseGuido van Rossum1999-01-041-11/+9
* Chris Herborth writes:Guido van Rossum1999-01-042-5/+12
* Chris Herborth writes:Guido van Rossum1999-01-041-38/+4
* Chris Herborth writes:Guido van Rossum1999-01-043-58/+0
* Ran eventparse.py again.Guido van Rossum1999-01-041-6/+2
* Added Unix Meta-q key binding;Guido van Rossum1999-01-041-1/+5
* Added Meta-/ binding for Unix as alt for Alt-/.Guido van Rossum1999-01-041-0/+4
* Add unix binding for grep (otherwise the menu entry doesn't work!)Guido van Rossum1999-01-041-0/+1
* Adjusted Unix height to work with fvwm96. :=(Guido van Rossum1999-01-041-1/+1
* Typo: "TWELV" --> "TWELVE"Fred Drake1999-01-041-1/+4
* Need to import sys!Guido van Rossum1999-01-041-0/+1
* Formatted some paragraphsGuido van Rossum1999-01-043-57/+46
* Add new extension to reformat a (text) paragraph.Guido van Rossum1999-01-042-0/+102
* Typo in Win specific height setting.Guido van Rossum1999-01-041-1/+1
* Recover from failed saves; when a file turns out to be a directory,Guido van Rossum1999-01-031-5/+17
* Get rid of the strptype() declaration -- on some BSD systems, it's aGuido van Rossum1999-01-031-1/+1
* Add sys.hexversion, which is an integer encoding the version in hexadecimal.Guido van Rossum1999-01-031-0/+2
* Use PY_VERSION instead of PATCHLEVEL.Guido van Rossum1999-01-031-1/+2
* New version identification scheme.Guido van Rossum1999-01-033-4/+74
* Added something like Tim Peters' backspace patch.Guido van Rossum1999-01-031-2/+28
* Adapted to Unix (i.e., more hardcoded constants).Guido van Rossum1999-01-031-3/+10
* Call PyInitFrozenExtensions() as requested by Mark Hammond (his patch).Guido van Rossum1999-01-021-0/+4
* Checking in IDLE 0.2.Guido van Rossum1999-01-0238-898/+2203
* Document the optional mode argument (Z_FLUSH, Z_SYNC_FLUSH, etc.)Andrew M. Kuchling1998-12-311-4/+11
* D.M. Pick gives me a more accurate distillation of his `uk' explanation :-)Barry Warsaw1998-12-291-4/+7
* Added index entries to make it easier to locate directory & file operations.Fred Drake1998-12-281-0/+3
* Added index entries to make it easier to locate directory operations.Fred Drake1998-12-281-0/+2
* Clarified what Python versions the interactivity chapter applies to,Fred Drake1998-12-281-1/+9
* Remove recently documented modules from the undoc list.Fred Drake1998-12-281-6/+0
* Print a line to the console reporting the number of index nodesFred Drake1998-12-281-2/+6
* Added entry for libshutil.tex.Fred Drake1998-12-281-1/+2
* Add documentation for shutil module.Fred Drake1998-12-282-0/+101
* Adjust a few niggles that affected the HTML conversion (a couple ofFred Drake1998-12-281-3/+3
* Remove all use of $* in commands; some makes (Solaris 2.5, IRIX 6.X)Fred Drake1998-12-281-19/+19
* Update on history of `uk' top level, greatly condensed from DavidBarry Warsaw1998-12-271-6/+6
* Added mt_interact() -- multithreaded version of interact().Guido van Rossum1998-12-231-0/+26
* Patch by Mike Meyer:Guido van Rossum1998-12-231-5/+19
* Patch by Mike Meyer:Guido van Rossum1998-12-231-4/+35
* Avoid crash in parsedate_tz() on certain invalid dates -- when theGuido van Rossum1998-12-231-1/+3
* Provide more detail when the commit button is not shown.Guido van Rossum1998-12-232-8/+17
* Oops, forgot a pair of {}'s. (Greg Couch)Guido van Rossum1998-12-231-1/+2
* Document 'N' format character for Py_BuildValue -- like 'O' but doesn't INCREF.Guido van Rossum1998-12-231-1/+6