summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Fix up the documentation of the type codes to give both the C and PythonFred Drake2002-04-011-17/+24
* Change reference to execframes to naming.Jeremy Hylton2002-04-011-1/+1
* Restore a minimal definition of execution frame, since other parts ofJeremy Hylton2002-04-011-0/+6
* Update programmer's note on nested functions.Jeremy Hylton2002-04-011-5/+5
* Reword explanation of global statement since an undeclared global is aJeremy Hylton2002-04-011-3/+3
* Note the sole case in which the ban on "from ... import *" within aJeremy Hylton2002-04-011-1/+5
* Remove the following restriction:Jeremy Hylton2002-04-011-4/+0
* Note that it is illegal to delete a cell variable.Jeremy Hylton2002-04-011-2/+6
* Given lambda its own section, instead of burying it in boolean operators.Jeremy Hylton2002-04-011-30/+7
* Update / simplify Identifiers section for nested scopes.Jeremy Hylton2002-04-011-18/+2
* Update docs for nested scopes.Jeremy Hylton2002-04-012-257/+134
* Update to push the docs to python.org instead of python.sf.net.Fred Drake2002-04-012-9/+12
* Copy section on generators from the 2.2 document with a bit of rewritingAndrew M. Kuchling2002-04-011-1/+153
* Mention 2.2.1 in intro and in bug/patch countsAndrew M. Kuchling2002-04-011-8/+11
* Update documentation of code objects.Jeremy Hylton2002-04-011-10/+15
* Minor adjustments.Fred Drake2002-04-011-1/+2
* Small fixes for description of function attributes.Jeremy Hylton2002-04-011-5/+3
* Use the right types for a couple of fields of the type structure.Fred Drake2002-03-291-2/+2
* Started updating information about defining attributes on types.Fred Drake2002-03-291-7/+171
* Mark a couple of types that had not been marked.Fred Drake2002-03-281-5/+5
* Added comments for more entries of the type structure in the exampleFred Drake2002-03-281-19/+19
* The new files included by \verbatiminput in newtypes.tex.Fred Drake2002-03-282-0/+134
* Move some of the longer example code to external fragments, andFred Drake2002-03-281-148/+31
* Added index entries.Fred Drake2002-03-281-0/+4
* Extend \verbatiminput so that the typeset version provides the same appearanceFred Drake2002-03-281-0/+14
* Minor wording change.Fred Drake2002-03-281-1/+1
* add exception class hierarchy. This should probably be done differently,Skip Montanaro2002-03-281-0/+44
* Allow a page break in a code longish example.Fred Drake2002-03-281-1/+3
* Add documentation on the hasfree data object.Fred Drake2002-03-281-0/+4
* Minor consistency adjustments.Fred Drake2002-03-281-11/+12
* Introduce two new flag bits that can be set in a PyMethodDef methodFred Drake2002-03-281-2/+30
* Ignore new output directory.Fred Drake2002-03-271-0/+1
* Expose C library's gettext. Fixes #516412.Martin v. Löwis2002-03-271-0/+18
* add seealso referring to site module doc where people can learn how toSkip Montanaro2002-03-271-0/+6
* fix a typo in PyErr_Format table and add row for 'p' format charSkip Montanaro2002-03-271-1/+2
* Fill in this document a bit, adding reminders of items that should be includedAndrew M. Kuchling2002-03-271-5/+99
* Add the "What's New" document to the index of HTML documents.Fred Drake2002-03-262-11/+30
* The <link> to the stylesheet should include the type attribute.Fred Drake2002-03-261-1/+1
* Wire up the makefile to more fully support the "What's New" documents.Fred Drake2002-03-261-2/+14
* Wire in the "What's New" document.Fred Drake2002-03-261-4/+21
* Add a starter for the next "What's New" document.Fred Drake2002-03-261-0/+21
* Make \url to force horizontal mode.Fred Drake2002-03-261-0/+1
* Document the finditer() function and method.Fred Drake2002-03-251-2/+26
* Added description of binhex.Error.Fred Drake2002-03-251-0/+8
* document InvalidURL exceptionSkip Montanaro2002-03-241-0/+5
* Add local_hostname to SMTP.__init__().Neil Schemenauer2002-03-241-1/+2
* Fix example for PyErr_SetFromErrno() (need to pass exception type).Neil Schemenauer2002-03-231-2/+2
* Add more example exceptions that unpickling can raise.Neil Schemenauer2002-03-221-1/+2
* Fix broken HTML in the head; this was reported by a user as causing Opera 6.01Fred Drake2002-03-221-1/+1
* Fix grammarNeal Norwitz2002-03-211-1/+1