summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Various status updates.Guido van Rossum1997-04-032-42/+12
|
* Added siteGuido van Rossum1997-04-032-0/+6
|
* New stuff by AMK.Guido van Rossum1997-04-0319-41/+401
|
* Small grammatical touchups:Fred Drake1997-04-022-6/+6
| | | | | | | | | | | | | 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-022-2/+2
|
* Horrible hack to split up code '--' to preventGuido van Rossum1997-04-022-4/+8
| | | | latex2html from collapsing it into '-'.
* Add complex().Guido van Rossum1997-04-022-10/+60
| | | | Update int(), long(), float() to support string conversions.
* Add cross-refs for int() to atoi() etc.Guido van Rossum1997-04-022-30/+28
| | | | Change replace() arguments; remove replace1().
* Added a list of the main undocumented extension modules.Guido van Rossum1997-03-272-4/+54
|
* Added docs for UserDict,UserListGuido van Rossum1997-03-277-1/+64
|
* Added docs for glob and mailcapGuido van Rossum1997-03-252-0/+4
|
* Added docs for globGuido van Rossum1997-03-257-5/+77
|
* Added docs for mailcapGuido van Rossum1997-03-257-5/+157
|
* Added docs for replace() and replace1().Guido van Rossum1997-03-252-0/+26
|
* Remove untrue statement about . and .. being included in list of namesGuido van Rossum1997-03-252-4/+4
| | | | passed to walk() visitor.
* Add optional 4th argument to [r]find and [r]index (end of slice).Guido van Rossum1997-03-142-14/+20
|
* Add a rough list of undocumented stuff at the end.Guido van Rossum1997-03-145-1/+445
|
* Hint about [\] trick to avoid quad backslashes.Guido van Rossum1997-03-142-4/+6
|
* Added intern()Guido van Rossum1997-03-032-0/+26
|
* Added ref to StringIO docs.Guido van Rossum1997-03-032-0/+6
|
* Correct two typosGuido van Rossum1997-03-032-2/+2
|
* Fix name of PyObject_GetAttrStringGuido van Rossum1997-03-031-1/+1
|
* Added (minimal) StringIO docs.Guido van Rossum1997-03-035-1/+31
|
* Fix up indentation of examples to use 4 spaces instead of tabs.Guido van Rossum1997-02-282-118/+118
|
* Document the new join() semantics.Barry Warsaw1997-02-182-32/+12
|
* Added a paragraph to describe clear_cache(), and why it's necessary.Barry Warsaw1997-02-182-0/+14
|
* Document the new get_syntax() function.Barry Warsaw1997-02-182-0/+8
|
* Added doco for ratecv.Guido van Rossum1997-02-142-0/+22
|
* Correct typo in PyArg_ParseTuple example.Guido van Rossum1997-02-102-10/+18
| | | | Add reference to DLD 3.3 at http://www-swiss.ai.mit.edu/~jaffer/DLD.html.
* (libparser.tex): Fix typo found by Mark Hammond.Fred Drake1997-01-222-2/+2
|
* Describe new ("unsigned") behavior of hex() and oct().Guido van Rossum1997-01-142-4/+24
|
* Added warning that gethostname() doesn't always return fqdn, and showGuido van Rossum1997-01-112-0/+10
| | | | how to find it using gethostbyaddr().
* Document that sys.builtin_module_names is now a tuple.Guido van Rossum1997-01-062-2/+2
|
* very minor typoBarry Warsaw1997-01-032-2/+2
|
* 'I' and 'L' now always return a Python long.Guido van Rossum1997-01-032-6/+2
|
* Added unsigned data formats (B, H, I, L).Guido van Rossum1997-01-032-2/+16
|
* Describe standard float/double support.Guido van Rossum1997-01-032-12/+20
| | | | Rewrite example to be an interactive session
* setkey method's argument is no longer optional (it used to be a no-opBarry Warsaw1997-01-022-6/+4
| | | | when missing).
* (libformatter.tex): Document the flush() method on the writer.Fred Drake1996-12-312-0/+8
|
* Added libstat.texGuido van Rossum1996-12-313-1/+4
|
* Document the new extensions.Guido van Rossum1996-12-312-18/+128
|
* From reading the source, it turns out that the setkey() method canBarry Warsaw1996-12-232-4/+6
| | | | | | 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-192-0/+60
|
* Docs for stat.py -- docs by Skip Montanaro.Guido van Rossum1996-12-192-0/+212
|
* posix.open(): third argument (mode) is optional.Barry Warsaw1996-12-192-4/+8
|
* Documented getprotobyname() interface.Guido van Rossum1996-12-192-0/+18
|
* (libunix.tex): Change matching lib.tex: add line item for the resourceFred Drake1996-12-192-0/+8
| | | | module.
* Added pointer to framereader distribution.Guido van Rossum1996-12-181-1/+2
|
* Added docs for Jeremy's resource module.Guido van Rossum1996-12-185-1/+265
|
* (libunix.tex): Changed two occurances of "Unix" to "\UNIX{}".Fred Drake1996-12-162-4/+4
|