summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Explain how come that pickle and cPickle, while using the same dataGuido van Rossum1999-01-061-0/+6
* Minor clarifications by Sean Reifschneider:Guido van Rossum1999-01-061-1/+15
* Replace the docs for reduce with an adaptation of its docstring, whichGuido van Rossum1999-01-061-8/+9
* Add doc for access() and ttyname(). Patch by Sean Reifschneider.Guido van Rossum1999-01-061-0/+12
* fix bug in PyZlib_flush.Jeremy Hylton1999-01-061-4/+4
* Change the access() code to return 1 if granted, 0 if not granted.Guido van Rossum1999-01-061-4/+11
* Preliminary code to mark paragraphs. Seems to work, but very slow.Fred Drake1999-01-061-2/+150
* Fixed bug in the common-case code for HTTP URLs; it would lose the query,Andrew M. Kuchling1999-01-061-4/+7
* Constants for [f]statvfs() (new in posixmodule.c) by Steve Clift.Guido van Rossum1999-01-061-0/+20
* Changes for long file support by Steve Clift.Guido van Rossum1999-01-062-145/+273
* Changes for long file support by Steve Clift.Guido van Rossum1999-01-061-0/+31
* Changes for long file support by Steve Clift.Guido van Rossum1999-01-061-11/+53
* Changes for long file support by Steve Clift.Guido van Rossum1999-01-061-18/+0
* Changes for long file support by Steve Clift.Guido van Rossum1999-01-061-3/+22
* Changes for long file support by Steve Clift.Guido van Rossum1999-01-061-9/+33
* Changes for long file support by Steve Clift.Guido van Rossum1999-01-061-14/+231
* Changes for long file support by Steve Clift.Guido van Rossum1999-01-061-0/+19
* Update and add docstrings.Fred Drake1999-01-061-5/+13
* Remove documentation for whatraw() since it's gone now.Fred Drake1999-01-061-13/+2
* Move brief descriptions of what() and whathdr() to docstrings in theFred Drake1999-01-061-8/+2
* Another patch from Fred: factored _init_posix intoGreg Ward1999-01-061-18/+37
* Got rid of whatraw().Guido van Rossum1999-01-061-72/+35
* Add extend() method. A small New Year's present from Jean-Claude Wippler.Guido van Rossum1999-01-061-0/+1
* Document the sndhdr module.Fred Drake1999-01-053-6/+56
* Shorten the synopsis that gets into the table of contents.Fred Drake1999-01-051-1/+1
* write_idxfile(): New function. Isolate format of the external indexFred Drake1999-01-051-95/+82
* Added missing "from" in IOError description.Fred Drake1999-01-051-1/+1
* Remove obsolete comment.Fred Drake1999-01-051-1/+0
* Incorporate fix suggested by /Fredrik Lundh in the newsgroup to copeGuido van Rossum1999-01-051-4/+11
* Patch by Charles Waldman to implement an optional nlines argument toGuido van Rossum1999-01-051-2/+18
* 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