| Commit message (Expand) | Author | Age | Files | Lines |
* | Note that passing a filename to uu.{en,de}code() is deprecated. | Guido van Rossum | 1997-04-27 | 1 | -9/+8 |
|
|
* | Added fnmatch, base64 and quopri, received from Andrew Kuchling. | Guido van Rossum | 1997-04-27 | 6 | -0/+124 |
|
|
* | Various status updates. | Guido van Rossum | 1997-04-03 | 1 | -21/+6 |
|
|
* | Added site | Guido van Rossum | 1997-04-03 | 1 | -0/+3 |
|
|
* | New stuff by AMK. | Guido van Rossum | 1997-04-03 | 9 | -20/+200 |
|
|
* | Small grammatical touchups: | Fred Drake | 1997-04-02 | 1 | -3/+3 |
|
|
* | Spell Unix, not UNIX. | Guido van Rossum | 1997-04-02 | 1 | -1/+1 |
|
|
* | Horrible hack to split up code '--' to prevent | Guido van Rossum | 1997-04-02 | 1 | -2/+4 |
|
|
* | Add complex(). | Guido van Rossum | 1997-04-02 | 1 | -5/+30 |
|
|
* | Add cross-refs for int() to atoi() etc. | Guido van Rossum | 1997-04-02 | 1 | -15/+14 |
|
|
* | Added a list of the main undocumented extension modules. | Guido van Rossum | 1997-03-27 | 1 | -2/+27 |
|
|
* | Added docs for UserDict,UserList | Guido van Rossum | 1997-03-27 | 3 | -0/+31 |
|
|
* | Added docs for glob and mailcap | Guido van Rossum | 1997-03-25 | 1 | -0/+2 |
|
|
* | Added docs for glob | Guido van Rossum | 1997-03-25 | 3 | -2/+38 |
|
|
* | Added docs for mailcap | Guido van Rossum | 1997-03-25 | 3 | -2/+78 |
|
|
* | Added docs for replace() and replace1(). | Guido van Rossum | 1997-03-25 | 1 | -0/+13 |
|
|
* | Remove untrue statement about . and .. being included in list of names | Guido van Rossum | 1997-03-25 | 1 | -2/+2 |
|
|
* | Add optional 4th argument to [r]find and [r]index (end of slice). | Guido van Rossum | 1997-03-14 | 1 | -7/+10 |
|
|
* | Add a rough list of undocumented stuff at the end. | Guido van Rossum | 1997-03-14 | 2 | -0/+222 |
|
|
* | Hint about [\] trick to avoid quad backslashes. | Guido van Rossum | 1997-03-14 | 1 | -2/+3 |
|
|
* | Added intern() | Guido van Rossum | 1997-03-03 | 1 | -0/+13 |
|
|
* | Added ref to StringIO docs. | Guido van Rossum | 1997-03-03 | 1 | -0/+3 |
|
|
* | Correct two typos | Guido van Rossum | 1997-03-03 | 1 | -1/+1 |
|
|
* | Added (minimal) StringIO docs. | Guido van Rossum | 1997-03-03 | 2 | -0/+15 |
|
|
* | Fix up indentation of examples to use 4 spaces instead of tabs. | Guido van Rossum | 1997-02-28 | 1 | -59/+59 |
|
|
* | Document the new join() semantics. | Barry Warsaw | 1997-02-18 | 1 | -16/+6 |
|
|
* | Added a paragraph to describe clear_cache(), and why it's necessary. | Barry Warsaw | 1997-02-18 | 1 | -0/+7 |
|
|
* | Document the new get_syntax() function. | Barry Warsaw | 1997-02-18 | 1 | -0/+4 |
|
|
* | Added doco for ratecv. | Guido van Rossum | 1997-02-14 | 1 | -0/+11 |
|
|
* | (libparser.tex): Fix typo found by Mark Hammond. | Fred Drake | 1997-01-22 | 1 | -1/+1 |
|
|
* | Describe new ("unsigned") behavior of hex() and oct(). | Guido van Rossum | 1997-01-14 | 1 | -2/+12 |
|
|
* | Added warning that gethostname() doesn't always return fqdn, and show | Guido van Rossum | 1997-01-11 | 1 | -0/+5 |
|
|
* | Document that sys.builtin_module_names is now a tuple. | Guido van Rossum | 1997-01-06 | 1 | -1/+1 |
|
|
* | very minor typo | Barry Warsaw | 1997-01-03 | 1 | -1/+1 |
|
|
* | 'I' and 'L' now always return a Python long. | Guido van Rossum | 1997-01-03 | 1 | -3/+1 |
|
|
* | Added unsigned data formats (B, H, I, L). | Guido van Rossum | 1997-01-03 | 1 | -1/+8 |
|
|
* | Describe standard float/double support. | Guido van Rossum | 1997-01-03 | 1 | -6/+10 |
|
|
* | setkey method's argument is no longer optional (it used to be a no-op | Barry Warsaw | 1997-01-02 | 1 | -3/+2 |
|
|
* | (libformatter.tex): Document the flush() method on the writer. | Fred Drake | 1996-12-31 | 1 | -0/+4 |
|
|
* | Added libstat.tex | Guido van Rossum | 1996-12-31 | 1 | -0/+1 |
|
|
* | Document the new extensions. | Guido van Rossum | 1996-12-31 | 1 | -9/+64 |
|
|
* | From reading the source, it turns out that the setkey() method can | Barry Warsaw | 1996-12-23 | 1 | -2/+3 |
|
|
* | Describe open(2) exported constants | Barry Warsaw | 1996-12-19 | 1 | -0/+30 |
|
|
* | Docs for stat.py -- docs by Skip Montanaro. | Guido van Rossum | 1996-12-19 | 1 | -0/+106 |
|
|
* | posix.open(): third argument (mode) is optional. | Barry Warsaw | 1996-12-19 | 1 | -2/+4 |
|
|
* | Documented getprotobyname() interface. | Guido van Rossum | 1996-12-19 | 1 | -0/+9 |
|
|
* | (libunix.tex): Change matching lib.tex: add line item for the resource | Fred Drake | 1996-12-19 | 1 | -0/+4 |
|
|
* | Added docs for Jeremy's resource module. | Guido van Rossum | 1996-12-18 | 2 | -0/+132 |
|
|
* | (libunix.tex): Changed two occurances of "Unix" to "\UNIX{}". | Fred Drake | 1996-12-16 | 1 | -2/+2 |
|
|
* | (libtime.tex): Merged in changes from Tamito Kajiyama. | Fred Drake | 1996-12-13 | 1 | -48/+45 |
|
|