summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Do not call "knee" a standard module, and point to the new location.Fred Drake2002-04-081-3/+3
* Minor clarification about what's actually promised for PyMem_Malloc(0).Tim Peters2002-04-061-6/+8
* Move reference material on PyArg_Parse*() out of the Extending & EmbeddingFred Drake2002-04-055-485/+530
* Remove weird spacing in typeset version of the chapter head.Fred Drake2002-04-051-1/+1
* Fix bug in command line handling, noted by Fredrik Lundh.Fred Drake2002-04-051-1/+1
* Add support for the "Aesop Meta Tag". Not widely used, but not a bad idea,Fred Drake2002-04-054-0/+31
* Update doc to reflect Tim's changes to bool.Neal Norwitz2002-04-058-27/+28
* Minor style change.Fred Drake2002-04-041-0/+2
* Add support for \textgreater, \textless.Fred Drake2002-04-041-4/+9
* Add a version annotation regarding the urlopen(proxies={...}).Fred Drake2002-04-041-0/+2
* The rest of the documentation for manual proxy configuration for a basicFred Drake2002-04-041-3/+20
* Documentation for manual proxy configuration, by Andy Gimblett.Fred Drake2002-04-041-0/+35
* Mark the notice about the new development version of the docs as not needingFred Drake2002-04-041-0/+1
* Removed old Digital Creations copyright/license notices (withGuido van Rossum2002-04-041-3/+3
* SF 539024, Fix broken link to numpyNeal Norwitz2002-04-041-1/+1
* Correct the descriptions of the PyObject_As*Buffer() return values.Fred Drake2002-04-041-6/+6
* Add empty section for boolAndrew M. Kuchling2002-04-031-0/+12
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-033-13/+58
* Updated PEP link to point to the now-canonical site.Fred Drake2002-04-031-1/+1
* Update the PEP URL format to point to python.org.Fred Drake2002-04-031-1/+1
* Add a note warning against semicolons following PyObject_HEAD.Fred Drake2002-04-021-5/+9
* Add an itemAndrew M. Kuchling2002-04-021-0/+20
* Add an experimental mechanism to support extending the pprint formatting.Fred Drake2002-04-021-0/+23
* Explain that os.spawn*() return the process handle on Windows.Fred Drake2002-04-011-3/+5
* There is no PyArg_ConvertTuple(); call it by the right name.Fred Drake2002-04-011-1/+1
* 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