summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Collapse)AuthorAgeFilesLines
* Added docs for dumbdbm (AMK), and misc small fixes.Guido van Rossum1997-05-091-7/+11
|
* Document return value of wait[pid]() more carefully.Guido van Rossum1997-05-091-7/+12
| | | | Document how to get exit status of a popen() command.
* Document "" and "<broadcast>".Guido van Rossum1997-05-091-0/+4
|
* Some updates (AMK at work, added resource.c).Guido van Rossum1997-04-301-11/+4
|
* Add zlibGuido van Rossum1997-04-302-0/+8
|
* Updated web ref and version#. Folded some long lines.Guido van Rossum1997-04-301-18/+10
|
* zlib by AMKGuido van Rossum1997-04-301-0/+107
|
* Note that passing a filename to uu.{en,de}code() is deprecated.Guido van Rossum1997-04-271-9/+8
|
* Added fnmatch, base64 and quopri, received from Andrew Kuchling.Guido van Rossum1997-04-276-0/+124
|
* Various status updates.Guido van Rossum1997-04-031-21/+6
|
* Added siteGuido van Rossum1997-04-031-0/+3
|
* New stuff by AMK.Guido van Rossum1997-04-039-20/+200
|
* Small grammatical touchups:Fred Drake1997-04-021-3/+3
| | | | | | | | | | | | | Para. 1: ...that reads and writes a string buffer... ^ ^ Para. 3: ...can be called at any time to retrieve the... XXXXXXXXXXXX ^^^^^ ...entire contents of the entire ``file'' ... ^^^^^^^ XXXXXXX Guido, I hope I'm not stomping too far afield, but these seem pretty clear to me.
* Spell Unix, not UNIX.Guido van Rossum1997-04-021-1/+1
|
* Horrible hack to split up code '--' to preventGuido van Rossum1997-04-021-2/+4
| | | | latex2html from collapsing it into '-'.
* Add complex().Guido van Rossum1997-04-021-5/+30
| | | | Update int(), long(), float() to support string conversions.
* Add cross-refs for int() to atoi() etc.Guido van Rossum1997-04-021-15/+14
| | | | Change replace() arguments; remove replace1().
* 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
| | | | passed to walk() visitor.
* 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
| | | | how to find it using gethostbyaddr().
* 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
| | | | Rewrite example to be an interactive session
* setkey method's argument is no longer optional (it used to be a no-opBarry Warsaw1997-01-021-3/+2
| | | | when missing).
* (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
| | | | | | take an optional string key, but if key is not given, the method does nothing! In the rewrite (see upcoming check-in), I left things this way, but here I document that this is the case.
* Describe open(2) exported constantsBarry Warsaw1996-12-191-0/+30
|