Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added warning that FancyURLopener prompts the user on the terminal when | Fred Drake | 2001-04-12 | 1 | -0/+21 |
| | | | | | | | | basic authentication is needed. Added documentation for FancyURLopener.prompt_user_passwd(), explaining that subclasses should provide more appropriate behavior for the hosting environment. | ||||
* | Added module synopsis for the chapter summary. | Fred Drake | 2001-04-12 | 1 | -67/+186 |
| | | | | | | | | | | | | | | | | | Added documentation for TestCase.assertRaises(). Added text for "Mapping concepts to classes", and merged it into the front matter instead of separating it into a new section. Removed use of "assert" in examples. Update the descriptions to reflect further changes from discussions on the pyunit-interest list. Added documentation for the defaultTestLoader object and the TestLoader methods. Added the assert*() names for the TestCase helper methods. | ||||
* | Convert several \seetext references to \seerfc and \seetitle versions. | Fred Drake | 2001-04-12 | 3 | -19/+22 |
| | | | | | These format somewhat better and include more semantic information in the source. | ||||
* | Work around the conversion of ">>" and "<<" to guillemets. Reported by | Fred Drake | 2001-04-12 | 1 | -1/+1 |
| | | | | Ping on the Doc-SIG mailing list. | ||||
* | Added a lot of text from Steve Purcell's HTML documentation. | Fred Drake | 2001-04-12 | 1 | -29/+251 |
| | | | | | | Updated reference material substantially based on discussions on the pyunit-interest mailing list (not all changes are in the code in CVS yet). | ||||
* | Use "2.1c1" since that is what Guido used for the Python version number. | Fred Drake | 2001-04-12 | 2 | -2/+2 |
| | |||||
* | Update to reflect the new string repr -- \n instead of \012. This is the | Fred Drake | 2001-04-12 | 1 | -5/+5 |
| | | | | only documentation file that appears to be affected by the change! | ||||
* | Markup nit: use \envvar to mark environment variables. | Fred Drake | 2001-04-12 | 1 | -1/+1 |
| | |||||
* | When forming the <A> tag for a \seepep or \seerfc, make sure we strip | Fred Drake | 2001-04-12 | 1 | -1/+10 |
| | | | | | | HTML markup from the string used as the title in the TITLE attribute. This fixes formatting in the "What's New in Python 2.1" document. | ||||
* | Explain popitem() | Andrew M. Kuchling | 2001-04-12 | 1 | -13/+16 |
| | | | | | | Add Unixware 7 port Ready for RC1 Minor rewrites | ||||
* | Fixed bug in example. | Fred Drake | 2001-04-11 | 1 | -2/+2 |
| | | | | | | This closes SF bug #415522. Also fix markup error in text following the example. | ||||
* | Added some additional documentation describing how BabylMailbox | Barry Warsaw | 2001-04-11 | 1 | -4/+12 |
| | | | | | | actually works (it returns a message containing the visible headers, not the original headers). Doc change approved by Fred; closes SF bug #412230. | ||||
* | Include a synopsis for the chapter overview. | Fred Drake | 2001-04-11 | 1 | -0/+1 |
| | |||||
* | Fixing bug 405999 -- clarifying differences between Python's | Moshe Zadka | 2001-04-11 | 1 | -0/+4 |
| | | | | getopt and GNU getopt -- Python is like classical UNIX getopt. | ||||
* | Based on a comment by Konrad Hinsen on python-list: | Fred Drake | 2001-04-11 | 1 | -4/+4 |
| | | | | | | | | Change "EOF" to "end-of-file", on the premise that it is easier for new programmers to understand (at least a little). This does not attempt to explain "file or device attached to standard input." | ||||
* | Added definition of "test fixture". | Fred Drake | 2001-04-10 | 1 | -2/+142 |
| | | | | | | | | Added description of optional parameter to the TestSuite constructor. Added descriptions of the TestLoader and TextTestRunner classes. Added method descriptions for the TestCase class. | ||||
* | Typo: "BuildApple" --> "BuildApplet" | Fred Drake | 2001-04-10 | 1 | -2/+5 |
| | | | | Added reference to the webbrowser module from the nsremote description. | ||||
* | Bump version numbers for upcoming release candidate. | Fred Drake | 2001-04-10 | 2 | -2/+2 |
| | |||||
* | Update the XML conversion specification. | Fred Drake | 2001-04-10 | 1 | -0/+2 |
| | |||||
* | Remove the mapping() function from the documentation. | Fred Drake | 2001-04-10 | 1 | -25/+15 |
| | | | | Add a description of the ReferenceError exception. | ||||
* | Add note that difflib was added in Python 2.1. | Fred Drake | 2001-04-10 | 1 | -0/+3 |
| | |||||
* | Normalize tabs to spaces. | Fred Drake | 2001-04-10 | 1 | -4/+6 |
| | | | | | | Update the attribution for the "Curses Programming with Python" How-To. Change the way the reference to the Demo/curses/ directory is marked up. | ||||
* | Add reference to the DDJ article discussing a similar algorithm. | Fred Drake | 2001-04-10 | 1 | -0/+9 |
| | |||||
* | Add corresponding support for the alltt environment to the HTML generator. | Fred Drake | 2001-04-10 | 3 | -2/+48 |
| | |||||
* | Import the alltt package and wrap that environment in a similar way to | Fred Drake | 2001-04-10 | 1 | -0/+21 |
| | | | | | the way we handle verbatim, so that it picks up the same indentation and minipage behavior. | ||||
* | Add documentation for getmoduleinfo() and getmodulename(). | Fred Drake | 2001-04-10 | 1 | -0/+23 |
| | |||||
* | In the typeset versions, the legal notices had grown past the one-page | Fred Drake | 2001-04-10 | 1 | -0/+5 |
| | | | | size. This constrains them to fit in one page again. | ||||
* | Fix typo in example (\b should be \n in string literal). | Fred Drake | 2001-04-09 | 1 | -1/+1 |
| | | | | This closes SF bug #414279. | ||||
* | Fix a number of bugs and omissions in the AddressList documentation, most | Fred Drake | 2001-04-09 | 1 | -10/+23 |
| | | | | | | | noted by Steve Holden. This closes SF bug #413876. | ||||
* | Correct the documentation for getreadbufferproc and getwritebufferproc. | Greg Stein | 2001-04-07 | 1 | -5/+6 |
| | | | | Fixes bug #233308 from Travis Oliphant. | ||||
* | Add entry for unittest documentation. | Fred Drake | 2001-04-07 | 2 | -0/+2 |
| | |||||
* | Start of documentation for the unittest module. Some of this comes from | Fred Drake | 2001-04-07 | 1 | -0/+266 |
| | | | | | | | | Steve Purcell's documentation, and a lot of it is written based on using PyUnit and reading the implementation. There is more to come, but I want to get this check in before I have a disk crash or anything else bad happens. | ||||
* | Change {\em ...} to \emph{...} for consistency with the rest of the Python | Fred Drake | 2001-04-05 | 1 | -1/+1 |
| | | | | documentation. | ||||
* | Add some information about what to expect of the DocumentType's | Fred Drake | 2001-04-05 | 1 | -0/+2 |
| | | | | | .internalSubset attribute based on a clarification from the www-dom list. | ||||
* | Document PySequence_Size(), and describe PySequence_Length() as simply an | Fred Drake | 2001-04-04 | 1 | -1/+5 |
| | | | | alternate name for the same function. | ||||
* | Make reference to the Library Reference in the "What Now?" chapter a | Fred Drake | 2001-04-03 | 1 | -5/+7 |
| | | | | | | | | hyperlink. Fix two English usage errors caught by Jan Wells: Changed "subsequence" to "sub-sequence" in two places, and avoid improper use of "hopefully" in the first paragraph of the "What Now?" chapter. | ||||
* | Allow the <author/> element to appear before a paragraph without being | Fred Drake | 2001-03-29 | 1 | -1/+1 |
| | | | | made a part of the paragraph. | ||||
* | Add entry for curses.panel documentation. | Fred Drake | 2001-03-29 | 2 | -0/+2 |
| | |||||
* | Fix serious markup errors. | Fred Drake | 2001-03-29 | 1 | -11/+11 |
| | |||||
* | Remove the spurious space of uncertain origin from the output for function, | Fred Drake | 2001-03-29 | 1 | -10/+10 |
| | | | | | method and constructor signatures. Suggested by Peter Funk on the Doc-SIG mailing list. | ||||
* | Added example use of weak references, contributed by Tim Peters. | Fred Drake | 2001-03-28 | 1 | -0/+22 |
| | |||||
* | Added documentation for PyObject_IsInstance() and PyObject_IsSubclass(). | Fred Drake | 2001-03-28 | 1 | -0/+36 |
| | |||||
* | Typo: "ariables" --> "variables" | Fred Drake | 2001-03-28 | 1 | -1/+1 |
| | | | | This fixes SF bug #411118. | ||||
* | Fix a number of small issues; this closes SF bug #411063. | Fred Drake | 2001-03-28 | 1 | -4/+4 |
| | |||||
* | Add a note that the "kfm" controller supports "konqueror" as well as the | Fred Drake | 2001-03-26 | 1 | -1/+3 |
| | | | | old KDE 1 "kfm" command. | ||||
* | Note missing explanation | Andrew M. Kuchling | 2001-03-26 | 1 | -2/+2 |
| | |||||
* | Document use_rawinput. (Although now that I think more about it, a | Guido van Rossum | 2001-03-24 | 1 | -1/+6 |
| | | | | | better solution would have been to factor out the raw_input() call and make it into an overridable method. Oh well, maybe later...) | ||||
* | Strengthen the constraints on calling PyObject_GC_Fini(). | Fred Drake | 2001-03-23 | 1 | -0/+5 |
| | |||||
* | Add nested scopes spec to appendix. | Jeremy Hylton | 2001-03-23 | 4 | -32/+161 |
| | | | | | | | | | | | Add new opcodes LOAD_CLOSURE, LOAD_DEREF, STORE_DEREF, MAKE_CLOSURE to docs for dis module. Add docs for new function and code members in Sec. 3 of ref manual. They're present regardless of whether nested scopes are used. Remove description of default argument hack from Sec. 7 of the ref manual and refer the reader to the appendix. | ||||
* | Remove the annoying __version__ definitions. | Fred Drake | 2001-03-23 | 3 | -4/+0 |
| |