summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Added a list of the main undocumented extension modules.Guido van Rossum1997-03-271-2/+27
* Added docs for UserDict,UserListGuido van Rossum1997-03-273-0/+31
* Added docs for glob and mailcapGuido van Rossum1997-03-251-0/+2
* Added docs for globGuido van Rossum1997-03-253-2/+38
* Added docs for mailcapGuido van Rossum1997-03-253-2/+78
* Added docs for replace() and replace1().Guido van Rossum1997-03-251-0/+13
* Remove untrue statement about . and .. being included in list of namesGuido van Rossum1997-03-251-2/+2
* Add optional 4th argument to [r]find and [r]index (end of slice).Guido van Rossum1997-03-141-7/+10
* Add a rough list of undocumented stuff at the end.Guido van Rossum1997-03-142-0/+222
* Hint about [\] trick to avoid quad backslashes.Guido van Rossum1997-03-141-2/+3
* Added intern()Guido van Rossum1997-03-031-0/+13
* Added ref to StringIO docs.Guido van Rossum1997-03-031-0/+3
* Correct two typosGuido van Rossum1997-03-031-1/+1
* Added (minimal) StringIO docs.Guido van Rossum1997-03-032-0/+15
* Fix up indentation of examples to use 4 spaces instead of tabs.Guido van Rossum1997-02-281-59/+59
* Document the new join() semantics.Barry Warsaw1997-02-181-16/+6
* Added a paragraph to describe clear_cache(), and why it's necessary.Barry Warsaw1997-02-181-0/+7
* Document the new get_syntax() function.Barry Warsaw1997-02-181-0/+4
* Added doco for ratecv.Guido van Rossum1997-02-141-0/+11
* (libparser.tex): Fix typo found by Mark Hammond.Fred Drake1997-01-221-1/+1
* Describe new ("unsigned") behavior of hex() and oct().Guido van Rossum1997-01-141-2/+12
* Added warning that gethostname() doesn't always return fqdn, and showGuido van Rossum1997-01-111-0/+5
* Document that sys.builtin_module_names is now a tuple.Guido van Rossum1997-01-061-1/+1
* very minor typoBarry Warsaw1997-01-031-1/+1
* 'I' and 'L' now always return a Python long.Guido van Rossum1997-01-031-3/+1
* Added unsigned data formats (B, H, I, L).Guido van Rossum1997-01-031-1/+8
* Describe standard float/double support.Guido van Rossum1997-01-031-6/+10
* setkey method's argument is no longer optional (it used to be a no-opBarry Warsaw1997-01-021-3/+2
* (libformatter.tex): Document the flush() method on the writer.Fred Drake1996-12-311-0/+4
* Added libstat.texGuido van Rossum1996-12-311-0/+1
* Document the new extensions.Guido van Rossum1996-12-311-9/+64
* From reading the source, it turns out that the setkey() method canBarry Warsaw1996-12-231-2/+3
* Describe open(2) exported constantsBarry Warsaw1996-12-191-0/+30
* Docs for stat.py -- docs by Skip Montanaro.Guido van Rossum1996-12-191-0/+106
* posix.open(): third argument (mode) is optional.Barry Warsaw1996-12-191-2/+4
* Documented getprotobyname() interface.Guido van Rossum1996-12-191-0/+9
* (libunix.tex): Change matching lib.tex: add line item for the resourceFred Drake1996-12-191-0/+4
* Added docs for Jeremy's resource module.Guido van Rossum1996-12-182-0/+132
* (libunix.tex): Changed two occurances of "Unix" to "\UNIX{}".Fred Drake1996-12-161-2/+2
* (libtime.tex): Merged in changes from Tamito Kajiyama.Fred Drake1996-12-131-48/+45
* (lib<all sorts of stuff>.tex):Fred Drake1996-12-1319-38/+69
* Added quote_plus() and unquote_plus(), to do space/plus substitutionsGuido van Rossum1996-12-131-1/+11
* Added remark about time() and sleep()'s subsecond precision.Guido van Rossum1996-12-121-32/+17
* Added soundex (sigh)Guido van Rossum1996-12-122-0/+26
* Added descriptions of parsedate(), parsedate_tz(), getdate_tz()Guido van Rossum1996-12-061-0/+28
* Added section for operator module (compiled Skip Montanaro).Guido van Rossum1996-12-062-0/+194
* (libparser.tex): Added note that the line number for a terminal tokenFred Drake1996-12-051-2/+3
* Describe the new Unpacker.get_buffer() method.Barry Warsaw1996-12-041-0/+4
* Added [nh]to[hn][sl]().Guido van Rossum1996-12-021-0/+11
* Small nits only.Guido van Rossum1996-10-241-11/+17