Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a further markup problem noted by FLD | Andrew M. Kuchling | 2001-03-10 | 1 | -1/+1 |
| | |||||
* | Re-order some method descriptions for a more logical grouping. | Fred Drake | 2001-03-08 | 1 | -25/+25 |
| | | | | (Based on reader comment!) | ||||
* | Add more font flavors for <var> elements; the previous incarnation caused | Fred Drake | 2001-03-08 | 1 | -1/+1 |
| | | | | | some NT/IE5.5 users to see only boxes for these characters. This might be specific to NT Service Pack 6. | ||||
* | Do not refer to "sub-modules" since that is not a defined term. | Fred Drake | 2001-03-06 | 1 | -7/+8 |
| | |||||
* | Re-word the explanation of the in/not in operators for increased content | Fred Drake | 2001-03-06 | 1 | -6/+14 |
| | | | | | | | and clarity. Add a footnote to the information on the possibility of shadowing builtins with locals & module globals. | ||||
* | Turn "Python Documentation Central" into just "Documentation Central"; some | Fred Drake | 2001-03-06 | 1 | -1/+1 |
| | | | | | Web browsers tried to wrap lines in bad ways, so we avoid the problem by putting fewer words on the page. | ||||
* | Make sure the README files that contain page count information land in | Fred Drake | 2001-03-06 | 1 | -1/+1 |
| | | | | the right directory (which actually exists). | ||||
* | Correct typos in Ping's email address. | Fred Drake | 2001-03-06 | 1 | -4/+4 |
| | | | | | | Remove premature use of negative indexes in string operation examples; negative indexes have not been explained at that point, and the use of negative indexes are not necessary for the examples. | ||||
* | Update documentation to reflect the shift to NetrcParseError instead of | Fred Drake | 2001-03-06 | 1 | -2/+10 |
| | | | | SyntaxError. | ||||
* | Remove debugging "set -x". | Fred Drake | 2001-03-03 | 1 | -3/+0 |
| | |||||
* | Fix a few minor markup nits. | Fred Drake | 2001-03-03 | 1 | -13/+13 |
| | |||||
* | Rene Liebscher <R.Liebscher@gmx.de>: | Fred Drake | 2001-03-03 | 1 | -2/+112 |
| | | | | | | Added information on using non-Microsoft compilers on Windows. [Minor edits for markup consistency. --FLD] | ||||
* | Discuss PEP 236. | Andrew M. Kuchling | 2001-03-03 | 1 | -2/+37 |
| | | | | Update nested scope section. | ||||
* | Update estimate bug and patch counts | Andrew M. Kuchling | 2001-03-02 | 1 | -1/+1 |
| | |||||
* | Revise the scripts I use to update the documentation on the SourceForge | Fred Drake | 2001-03-02 | 2 | -37/+41 |
| | | | | | | site. These now seem (slightly) more reliable, and easier to work with since update-docs.sh no longer needs to be installed ahead of time on my account at SF. | ||||
* | Lots of organizational changes for consistency with the rest of the | Fred Drake | 2001-03-02 | 1 | -225/+289 |
| | | | | | | documentation. Fix a few small markup nits. | ||||
* | There was a real leak in the "export a C API" example; fix that one. | Fred Drake | 2001-03-02 | 1 | -4/+9 |
| | | | | | (There are too many initspam() functions; they need to be renamed post-beta.) | ||||
* | Label classes and exceptions explicitly in the documentation (for their | Fred Drake | 2001-03-02 | 2 | -17/+19 |
| | | | | *desc environments). | ||||
* | There is no longer a -X option to the interpreter, so remove the comments | Fred Drake | 2001-03-02 | 1 | -21/+16 |
| | | | | | | | | | | on how PyErr_NewException() behaves in that case. Clarify why an owned reference is kept in an extension module's variable that refers to the result of PyErr_NewException(); one reader thought that was a leak. Clean up some tabs and simplify some markup. | ||||
* | For copyfile(), be explicit that src and dst are file names; that was only | Fred Drake | 2001-03-02 | 1 | -2/+3 |
| | | | | implied. | ||||
* | Job.build_html(): When formatting HTML into more than one HTML page, and | Fred Drake | 2001-03-02 | 1 | -7/+25 |
| | | | | | | | not doing the \label{foo} --> foo.html transformation (--numeric was specified on the command line), still look to see if there is an "About this document..." node and copy that to "about.html", since the page footers use that as the target. | ||||
* | Added entry for urllib2 documentation. | Fred Drake | 2001-03-01 | 2 | -0/+2 |
| | |||||
* | Use larger chunks for the HTML version of the Distutils documentation. | Fred Drake | 2001-03-01 | 1 | -2/+2 |
| | |||||
* | Comment out section titles for sections that have not been written yet; | Fred Drake | 2001-03-01 | 1 | -9/+59 |
| | | | | | | | | | | there is no need to clutter a reader's life with those useless things. Suppress the "Contents" page for HTML; it is not needed for small documents in the online environment since LaTeX2HTML generates lots of tables of links anyway. Various markup consistency nits. | ||||
* | Comment out section titles for sections that have not been written yet; | Fred Drake | 2001-03-01 | 1 | -65/+141 |
| | | | | | | | | | | | | there is no need to clutter a reader's life with those useless things. Make the snippets of Python code conform to the standard style. Suppress the "Contents" page for HTML; it is not needed for small documents in the online environment since LaTeX2HTML generates lots of tables of links anyway. Various markup consistency nits. | ||||
* | Document configuration flags to compile for large file support on | Guido van Rossum | 2001-03-01 | 1 | -1/+9 |
| | | | | certain Linux systems. | ||||
* | Checking in patch 404826 -- urllib2 enhancements and documentations. | Moshe Zadka | 2001-03-01 | 1 | -0/+501 |
| | | | | | (please not that the library reference does *not* include the urllib2 documnetation -- that will wiat for Fred) | ||||
* | Bump the release number to 2.1b1. | Fred Drake | 2001-03-01 | 1 | -1/+1 |
| | |||||
* | Fix markup nit pointed out by FLD | Andrew M. Kuchling | 2001-03-01 | 1 | -1/+1 |
| | |||||
* | Document PyErr_WarnExplicit(). | Guido van Rossum | 2001-02-28 | 1 | -0/+9 |
| | |||||
* | Document warn_explicit(). | Guido van Rossum | 2001-02-28 | 1 | -0/+10 |
| | |||||
* | Add entry for the inspect module. | Fred Drake | 2001-02-28 | 2 | -0/+2 |
| | |||||
* | Clean up some of the markup for consistency, wrap some long lines. | Fred Drake | 2001-02-28 | 1 | -45/+50 |
| | |||||
* | Fix some rules broken by typos, others by the flattening of the makefile. | Fred Drake | 2001-02-28 | 1 | -7/+7 |
| | |||||
* | Add description of PEP235 | Andrew M. Kuchling | 2001-02-28 | 1 | -19/+23 |
| | | | | | Remove references to 2.1alpha Update description of PEP229 | ||||
* | Cover pydoc | Andrew M. Kuchling | 2001-02-28 | 1 | -48/+44 |
| | | | | | | | Update reference Python version to beta1 Rip out PEP 232 section Add placeholders for PEP 236 and 235 Fix erroneous \filename references | ||||
* | Document the object allocator | Andrew M. Kuchling | 2001-02-28 | 1 | -2/+12 |
| | | | | Minor sentence change | ||||
* | added description of NL token | Skip Montanaro | 2001-02-28 | 1 | -1/+4 |
| | |||||
* | Update documentation for termios module; do not refer to the TERMIOS module | Fred Drake | 2001-02-27 | 1 | -30/+27 |
| | | | | | | for constant definitions. Add a deprecation to the TERMIOS module. | ||||
* | Patch #403985: Add support for weak-keyed dictionaries | Martin v. Löwis | 2001-02-27 | 1 | -16/+36 |
| | |||||
* | inspect: a module for getting information out of live Python objects | Ka-Ping Yee | 2001-02-27 | 1 | -0/+261 |
| | |||||
* | Updates to describe function attributes. | Barry Warsaw | 2001-02-27 | 1 | -4/+12 |
| | |||||
* | Updates to the semantics of function and method attributes. | Barry Warsaw | 2001-02-27 | 1 | -14/+18 |
| | |||||
* | Minor adjustments, including markup corrections. | Fred Drake | 2001-02-23 | 1 | -5/+6 |
| | |||||
* | Fix extra backslash in example. | Fred Drake | 2001-02-23 | 1 | -4/+1 |
| | |||||
* | Another name. | Fred Drake | 2001-02-23 | 1 | -0/+1 |
| | |||||
* | Fix up the markup in some recently-added portions of the text. | Fred Drake | 2001-02-23 | 1 | -26/+27 |
| | |||||
* | Work around the broken formatting of sys.ps1 prompts in running text. | Fred Drake | 2001-02-22 | 1 | -46/+48 |
| | | | | | | | Move sample sessions to the left margin of the file for consistency; formatting can adjust the margin if needed. This closes SF bug #133213. | ||||
* | cd to the html/ directory to generate the global module index so the links | Fred Drake | 2001-02-22 | 1 | -2/+3 |
| | | | | | | to the module sections are right. This was also broken when converting to a flat Makefile. | ||||
* | The ACKS file is in the current directory when converted to HTML; this was | Fred Drake | 2001-02-22 | 1 | -1/+1 |
| | | | | broken when converting to a flat Makefile. ;-( |