| Commit message (Expand) | Author | Age | Files | Lines |
* | Added --about option to specify the file to load "About this | Fred Drake | 1999-09-23 | 1 | -1/+8 |
|
|
* | Tell mkhowto to use stdabout.dat for the documents it processes here. | Fred Drake | 1999-09-23 | 1 | -4/+4 |
|
|
* | Remove some <SPAN> elements that were used only to carry a CLASS | Fred Drake | 1999-09-23 | 1 | -6/+14 |
|
|
* | Remove the "Comments and Questions" section, allowing this to be used | Fred Drake | 1999-09-23 | 1 | -43/+22 |
|
|
* | Version of about.dat that should only be used for the standard | Fred Drake | 1999-09-23 | 1 | -0/+44 |
|
|
* | Remove some <SPAN> elements that were used only to carry a CLASS | Fred Drake | 1999-09-23 | 1 | -4/+4 |
|
|
* | Oops, missed this one! | Fred Drake | 1999-09-23 | 1 | -0/+0 |
|
|
* | img_tag(): Tighten up the generated SRC attribute a bit; if the image | Fred Drake | 1999-09-23 | 1 | -3/+6 |
|
|
* | do_cmd_rfc(): Simplify the generated markup. | Fred Drake | 1999-09-22 | 1 | -2/+2 |
|
|
* | Added --image-type option to allow use of either GIF or PNG images. | Fred Drake | 1999-09-22 | 1 | -11/+38 |
|
|
* | Some updates to allow ../tools/mkhowto to add various bits to the | Fred Drake | 1999-09-22 | 1 | -46/+86 |
|
|
* | PNG version of the icons, converted from the GIFs | Fred Drake | 1999-09-22 | 6 | -0/+0 |
|
|
* | Added section about where to send comments, questions, & bug reports. | Fred Drake | 1999-09-21 | 1 | -0/+20 |
|
|
* | os.name: Note that 'java' is one of the registered names. | Fred Drake | 1999-09-17 | 1 | -1/+1 |
|
|
* | Added documentation for inet_aton() and inet_ntoa(), from Ben | Fred Drake | 1999-09-16 | 1 | -0/+28 |
|
|
* | Added "import string" to a couple of examples that describe string | Fred Drake | 1999-09-14 | 1 | -0/+2 |
|
|
* | Name the parameter to expr() and suite() "source" instead of "string". | Fred Drake | 1999-09-09 | 1 | -6/+6 |
|
|
* | Added descriptions of the t#, w, and w# PyArg_ParseTuple() format | Fred Drake | 1999-08-27 | 1 | -0/+21 |
|
|
* | Update the instructions slightly. | Fred Drake | 1999-08-26 | 1 | -4/+44 |
|
|
* | Removed; no longer needed now that the other tools can handle entity | Fred Drake | 1999-08-26 | 1 | -24/+0 |
|
|
* | feed(): Added support for ESIS '&' lines. | Fred Drake | 1999-08-26 | 1 | -1/+4 |
|
|
* | Remove use of fixgenents.sh; no longer needed. | Fred Drake | 1999-08-26 | 1 | -5/+4 |
|
|
* | Specify: \geq --> ≥ | Fred Drake | 1999-08-26 | 1 | -4/+12 |
|
|
* | Conversion.subconvert(): Added support for "entityref" parameters | Fred Drake | 1999-08-26 | 1 | -0/+7 |
|
|
* | write_esis(): Added support for ENTITY_REFERENCE nodes. | Fred Drake | 1999-08-26 | 1 | -40/+44 |
|
|
* | convert(): Add support for ESIS '&' lines, and make sure we don't | Fred Drake | 1999-08-26 | 1 | -0/+5 |
|
|
* | Doco update from Sjoerd Mullender. | Guido van Rossum | 1999-08-26 | 2 | -23/+29 |
|
|
* | Added paragraph explaining that except clauses can't be empty; that | Fred Drake | 1999-08-24 | 1 | -0/+4 |
|
|
* | Added sentence "All exceptions must have an executable block."; from | Fred Drake | 1999-08-24 | 1 | -1/+2 |
|
|
* | Added additional index entries. | Fred Drake | 1999-08-24 | 1 | -11/+14 |
|
|
* | whrandom should come immediately after random, not before. | Fred Drake | 1999-08-23 | 1 | -1/+1 |
|
|
* | Clarified start parameter to Py_CompileString, documented | Fred Drake | 1999-08-23 | 1 | -5/+24 |
|
|
* | rewrite_descriptor(): Fix bug that dropped the first TEXT node from | Fred Drake | 1999-08-20 | 1 | -45/+36 |
|
|
* | Tell what the result objects are (based on comment from the list). | Fred Drake | 1999-08-19 | 1 | -4/+5 |
|
|
* | Added item regarding random/whrandom. | Fred Drake | 1999-08-19 | 1 | -0/+2 |
|
|
* | Added disclaimer to the sleep() function. | Guido van Rossum | 1999-08-19 | 1 | -0/+5 |
|
|
* | Explain the possible range of values for the pid parameter to | Fred Drake | 1999-08-13 | 1 | -6/+14 |
|
|
* | In note mentioning [].remove()'s exception, tell what exception is | Fred Drake | 1999-08-09 | 1 | -25/+21 |
|
|
* | Add index entries for open(): | Fred Drake | 1999-08-05 | 1 | -1/+4 |
|
|
* | Add index entry "I/O control, buffering" for fdopen(). | Fred Drake | 1999-08-05 | 1 | -0/+1 |
|
|
* | Add index entry "I/O control, buffering" for makefile(). | Fred Drake | 1999-08-05 | 1 | -3/+4 |
|
|
* | Started documentation on buffer objects & types. Very preliminary. | Fred Drake | 1999-08-04 | 1 | -1/+66 |
|
|
* | Change the directory tree walking example to use clearer variable | Guido van Rossum | 1999-08-03 | 1 | -11/+14 |
|
|
* | Re-write in Python for portability. About 30% slower, but who cares?! | Fred Drake | 1999-08-03 | 1 | -26/+61 |
|
|
* | remap_element_names(): Only used for things that the new conversion | Fred Drake | 1999-08-03 | 1 | -32/+6 |
|
|
* | The new conversion engine supports more of the table re-writing than | Fred Drake | 1999-08-03 | 1 | -6/+9 |
|
|
* | Removed PyMapping_Clear() -- it was wishful thinking and serves no | Guido van Rossum | 1999-08-02 | 1 | -6/+0 |
|
|
* | Use the mksourcepgk script instead of mktarball.sh. | Fred Drake | 1999-08-02 | 1 | -6/+7 |
|
|
* | Remove obsolete version of script. | Fred Drake | 1999-08-02 | 1 | -84/+0 |
|
|
* | Re-implementation of mktarball.sh as a more portable Python script; | Fred Drake | 1999-08-02 | 1 | -0/+139 |
|
|