| Commit message (Expand) | Author | Age | Files | Lines |
* | Added doco for ratecv. | Guido van Rossum | 1997-02-14 | 2 | -0/+22 |
|
|
* | Correct typo in PyArg_ParseTuple example. | Guido van Rossum | 1997-02-10 | 2 | -10/+18 |
|
|
* | (libparser.tex): Fix typo found by Mark Hammond. | Fred Drake | 1997-01-22 | 2 | -2/+2 |
|
|
* | Describe new ("unsigned") behavior of hex() and oct(). | Guido van Rossum | 1997-01-14 | 2 | -4/+24 |
|
|
* | Added warning that gethostname() doesn't always return fqdn, and show | Guido van Rossum | 1997-01-11 | 2 | -0/+10 |
|
|
* | Document that sys.builtin_module_names is now a tuple. | Guido van Rossum | 1997-01-06 | 2 | -2/+2 |
|
|
* | very minor typo | Barry Warsaw | 1997-01-03 | 2 | -2/+2 |
|
|
* | 'I' and 'L' now always return a Python long. | Guido van Rossum | 1997-01-03 | 2 | -6/+2 |
|
|
* | Added unsigned data formats (B, H, I, L). | Guido van Rossum | 1997-01-03 | 2 | -2/+16 |
|
|
* | Describe standard float/double support. | Guido van Rossum | 1997-01-03 | 2 | -12/+20 |
|
|
* | setkey method's argument is no longer optional (it used to be a no-op | Barry Warsaw | 1997-01-02 | 2 | -6/+4 |
|
|
* | (libformatter.tex): Document the flush() method on the writer. | Fred Drake | 1996-12-31 | 2 | -0/+8 |
|
|
* | Added libstat.tex | Guido van Rossum | 1996-12-31 | 3 | -1/+4 |
|
|
* | Document the new extensions. | Guido van Rossum | 1996-12-31 | 2 | -18/+128 |
|
|
* | From reading the source, it turns out that the setkey() method can | Barry Warsaw | 1996-12-23 | 2 | -4/+6 |
|
|
* | Describe open(2) exported constants | Barry Warsaw | 1996-12-19 | 2 | -0/+60 |
|
|
* | Docs for stat.py -- docs by Skip Montanaro. | Guido van Rossum | 1996-12-19 | 2 | -0/+212 |
|
|
* | posix.open(): third argument (mode) is optional. | Barry Warsaw | 1996-12-19 | 2 | -4/+8 |
|
|
* | Documented getprotobyname() interface. | Guido van Rossum | 1996-12-19 | 2 | -0/+18 |
|
|
* | (libunix.tex): Change matching lib.tex: add line item for the resource | Fred Drake | 1996-12-19 | 2 | -0/+8 |
|
|
* | Added pointer to framereader distribution. | Guido van Rossum | 1996-12-18 | 1 | -1/+2 |
|
|
* | Added docs for Jeremy's resource module. | Guido van Rossum | 1996-12-18 | 5 | -1/+265 |
|
|
* | (libunix.tex): Changed two occurances of "Unix" to "\UNIX{}". | Fred Drake | 1996-12-16 | 2 | -4/+4 |
|
|
* | (libtime.tex): Merged in changes from Tamito Kajiyama. | Fred Drake | 1996-12-13 | 2 | -96/+90 |
|
|
* | (lib<all sorts of stuff>.tex): | Fred Drake | 1996-12-13 | 41 | -80/+154 |
|
|
* | (tut.tex): Normalized all uses of "UNIX" and "{\UNIX}" to use "\UNIX{}", | Fred Drake | 1996-12-13 | 2 | -18/+18 |
|
|
* | (myformat.sty): Added a note about using \command{} v. {\command} wrt. | Fred Drake | 1996-12-13 | 1 | -0/+2 |
|
|
* | Added quote_plus() and unquote_plus(), to do space/plus substitutions | Guido van Rossum | 1996-12-13 | 2 | -2/+22 |
|
|
* | Typos reported by Tamito Kajiyama. | Guido van Rossum | 1996-12-13 | 2 | -4/+4 |
|
|
* | Added remark about time() and sleep()'s subsecond precision. | Guido van Rossum | 1996-12-12 | 2 | -64/+34 |
|
|
* | Added soundex (sigh) | Guido van Rossum | 1996-12-12 | 5 | -1/+53 |
|
|
* | Added descriptions of parsedate(), parsedate_tz(), getdate_tz() | Guido van Rossum | 1996-12-06 | 2 | -0/+56 |
|
|
* | Added section for operator module (compiled Skip Montanaro). | Guido van Rossum | 1996-12-06 | 5 | -1/+389 |
|
|
* | (Makefile): Added sym links for each manual, i.e., index.html -> lib.html. | Fred Drake | 1996-12-06 | 1 | -0/+3 |
|
|
* | (Makefile): The sed hack is needed for all 3 manuals processed by latex2html; | Fred Drake | 1996-12-06 | 1 | -3/+10 |
|
|
* | (Makefile): Rip out old partparse.py / texi2html.py stuff -- use latex2html | Fred Drake | 1996-12-06 | 1 | -35/+7 |
|
|
* | (myformat.perl): Don't italicize the '[]' characters around optional | Fred Drake | 1996-12-06 | 1 | -1/+1 |
|
|
* | (.latex2html-init): Restore one setting to the default (no real need to | Fred Drake | 1996-12-06 | 1 | -2/+2 |
|
|
* | (libparser.tex): Added note that the line number for a terminal token | Fred Drake | 1996-12-05 | 2 | -4/+6 |
|
|
* | Describe the new Unpacker.get_buffer() method. | Barry Warsaw | 1996-12-04 | 2 | -0/+8 |
|
|
* | Added [nh]to[hn][sl](). | Guido van Rossum | 1996-12-02 | 2 | -0/+22 |
|
|
* | Added .ilg (makeindex logfile) | Guido van Rossum | 1996-11-27 | 1 | -0/+1 |
|
|
* | Added some more turd files we can't avoid: .MIF, .ps, .auto. | Guido van Rossum | 1996-11-27 | 1 | -0/+3 |
|
|
* | Webmaker instructions | Guido van Rossum | 1996-11-27 | 1 | -0/+560 |
|
|
* | Script to write MIF files from ref*.{book,doc} | Guido van Rossum | 1996-11-27 | 1 | -0/+17 |
|
|
* | (myformat.perl): Fixed handling of "\e" -- argh! | Fred Drake | 1996-11-11 | 1 | -3/+3 |
|
|
* | (Makefile): Updated comments about using LaTeX2HTML for the library | Fred Drake | 1996-11-11 | 1 | -25/+18 |
|
|
* | (myformat.perl): Simplify generated HTML for "\optional{...}". | Fred Drake | 1996-11-11 | 1 | -2/+2 |
|
|
* | (fix_libaux.sed): Hackish little sed script to modify lib.aux to get section | Fred Drake | 1996-11-11 | 2 | -0/+6 |
|
|
* | (.latex2html-init): Perform some limited setup for the reference manuals; | Fred Drake | 1996-11-11 | 1 | -0/+98 |
|
|