| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed minor nits, added index entries to make these easier to find for people | Fred Drake | 1999-03-16 | 2 | -9/+17 |
|
|
* | Ignore some more files kept by mkhowto --keep. | Fred Drake | 1999-03-16 | 2 | -0/+4 |
|
|
* | Add support for "Documenting Python". | Fred Drake | 1999-03-16 | 3 | -3/+23 |
|
|
* | Removed the embedded sections showing module documentation; just | Fred Drake | 1999-03-16 | 1 | -78/+2 |
|
|
* | New document: "Documenting Python". | Fred Drake | 1999-03-16 | 1 | -0/+644 |
|
|
* | Markup for documenting LaTeX macros and environments. | Fred Drake | 1999-03-16 | 1 | -0/+24 |
|
|
* | Docstring fix: acosh() returns the hyperbolic arccosine, not the | Fred Drake | 1999-03-16 | 1 | -1/+1 |
|
|
* | Should test for gethost*by*name_r, not for gethostname_r (which | Guido van Rossum | 1999-03-15 | 1 | -1/+1 |
|
|
* | Patch by Rob Riggs for Linux -- glibc2 has a different argument | Guido van Rossum | 1999-03-15 | 1 | -0/+24 |
|
|
* | Rob Riggs wrote: | Guido van Rossum | 1999-03-15 | 1 | -2/+2 |
|
|
* | New mixin class that defines cmp and hash that use | Guido van Rossum | 1999-03-15 | 1 | -0/+67 |
|
|
* | Yet another patch by Sjoerd Mullender: | Guido van Rossum | 1999-03-15 | 1 | -2/+2 |
|
|
* | Added the new sections from Skip Montanaro. | Fred Drake | 1999-03-15 | 1 | -0/+2 |
|
|
* | Preliminary mhlib and telnetlib documents from Skip Montanaro -- thanks, Skip! | Fred Drake | 1999-03-15 | 3 | -0/+321 |
|
|
* | If a control has no refcon pointing back to the Python object we create a new | Jack Jansen | 1999-03-13 | 2 | -11/+75 |
|
|
* | Patch by Michael Scharf. He writes: | Guido van Rossum | 1999-03-12 | 1 | -0/+9 |
|
|
* | Bug submitted by Wayne Knowles, who writes: | Guido van Rossum | 1999-03-12 | 1 | -1/+1 |
|
|
* | Fixed tons of small markup problems. | Fred Drake | 1999-03-12 | 1 | -69/+74 |
|
|
* | Vladimir has restructured his code somewhat so that the blocks are now | Guido van Rossum | 1999-03-12 | 2 | -51/+97 |
|
|
* | Remove stuff with unsure copyright status | Guido van Rossum | 1999-03-12 | 2 | -108/+0 |
|
|
* | Change #! line to modern usage; also chmod +x | Guido van Rossum | 1999-03-12 | 2 | -2/+2 |
|
|
* | Change #! line to modern usage | Guido van Rossum | 1999-03-12 | 3 | -3/+3 |
|
|
* | Added availabililty annotations to respond to concerns of /F. | Fred Drake | 1999-03-12 | 1 | -4/+5 |
|
|
* | Fixed grammatical error reported by Donald Wallace Rouse II | Fred Drake | 1999-03-12 | 1 | -2/+2 |
|
|
* | Fixup the module keys. There were some problems with hosting / processing | Fred Drake | 1999-03-12 | 4 | -8/+6 |
|
|
* | Updates based on comments from /F. | Fred Drake | 1999-03-12 | 1 | -6/+23 |
|
|
* | From: Sjoerd Mullender | Guido van Rossum | 1999-03-12 | 2 | -23/+17 |
|
|
* | OK, try again. Vladimir gave me a fix for the alignment bus error, | Guido van Rossum | 1999-03-12 | 1 | -7/+56 |
|
|
* | Don't crash when sys.path contains an empty string. | Guido van Rossum | 1999-03-11 | 1 | -1/+1 |
|
|
* | Add support for <platform>, some cleanup of module section after | Fred Drake | 1999-03-11 | 1 | -0/+20 |
|
|
* | This file was never supposed to be part of IDLE. | Guido van Rossum | 1999-03-11 | 1 | -46/+0 |
|
|
* | - Don't crash in the case where a superclass is a string instead of a | Guido van Rossum | 1999-03-11 | 1 | -4/+12 |
|
|
* | Added .rdf and .xsl as application/xml types. (.rdf is for the | Fred Drake | 1999-03-11 | 1 | -0/+2 |
|
|
* | Test for popen2 module, by Chris Tismer. | Guido van Rossum | 1999-03-11 | 2 | -0/+22 |
|
|
* | Alas, Vladimir's patch caused a bus error (probably double | Guido van Rossum | 1999-03-11 | 1 | -56/+7 |
|
|
* | Patch by Vladimir Marangoz to allow freeing of the allocated blocks of | Guido van Rossum | 1999-03-10 | 1 | -7/+56 |
|
|
* | Patch by Vladimir Marangoz to allow freeing of the allocated blocks of | Guido van Rossum | 1999-03-10 | 1 | -15/+64 |
|
|
* | Lots of nits to respond to various comments from users. | Fred Drake | 1999-03-10 | 1 | -57/+56 |
|
|
* | Added some clarification on CWGUSI building and pathnames as they come | Jack Jansen | 1999-03-10 | 1 | -23/+33 |
|
|
* | Add PathBrowser to File module | Guido van Rossum | 1999-03-10 | 2 | -0/+8 |
|
|
* | "Path browser" - 4 scrolled lists displaying: | Guido van Rossum | 1999-03-10 | 1 | -0/+151 |
|
|
* | New utility: multiple scrolled lists in parallel | Guido van Rossum | 1999-03-10 | 1 | -0/+138 |
|
|
* | - White background. | Guido van Rossum | 1999-03-10 | 1 | -3/+11 |
|
|
* | open_http also had the 'data is None' test backwards. don't call with the | Guido van Rossum | 1999-03-09 | 1 | -3/+2 |
|
|
* | Fix a number of typos and small grammatical nits pointed out by Detlef | Fred Drake | 1999-03-09 | 1 | -9/+13 |
|
|
* | Call Py_SetProgramName() instead of redefining getprogramname(), | Guido van Rossum | 1999-03-09 | 1 | -11/+3 |
|
|
* | Always test for an error return (usually NULL or -1) without setting | Guido van Rossum | 1999-03-09 | 1 | -3/+4 |
|
|
* | Patch by Chris Herborth for BeOS code. | Guido van Rossum | 1999-03-09 | 1 | -14/+8 |
|
|
* | Small change by Jack Jansen. | Guido van Rossum | 1999-03-09 | 1 | -2/+2 |
|
|
* | Added collapse_ws option. | Greg Ward | 1999-03-08 | 1 | -0/+5 |
|
|