summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Document the optional argument to the .strip(), .rstrip(), .strip() stringFred Drake2002-04-131-8/+20
* Additional support for describing C structure members.Fred Drake2002-04-121-0/+11
* Integrate a bunch of new text from Guido.Fred Drake2002-04-121-6/+262
* BDFL agreed with Tim: rehabilitate randint().Fred Drake2002-04-121-1/+0
* Update the type of the tp_free slot.Fred Drake2002-04-121-1/+1
* Warn people away from PyModule_GetDict(), but not too strongly.Fred Drake2002-04-121-0/+3
* Do not use PyModule_GetDict().Fred Drake2002-04-121-23/+27
* Change example of retrieving & calling a Python function to not useFred Drake2002-04-121-12/+9
* Change the type of the tp_dealloc back to what it really is.Fred Drake2002-04-121-2/+2
* Modernize the minimal example of an extension type.Fred Drake2002-04-121-7/+15
* Add a (very) simple description of PyType_Ready().Fred Drake2002-04-121-0/+4
* Update the type of tp_dealloc.Fred Drake2002-04-121-1/+1
* Add Raymond Hettinger's d.pop(). See SF patch 539949.Guido van Rossum2002-04-121-0/+3
* Document __unicode__. Fixes #541245.Martin v. Löwis2002-04-111-0/+7
* Explain octal escapes. Fixes #542226.Martin v. Löwis2002-04-111-5/+3
* Add a nameAndrew M. Kuchling2002-04-101-1/+1
* Remove mention of 'pre' moduleAndrew M. Kuchling2002-04-101-9/+0
* Document PyType_CheckExact(), PyType_IS_GC().Fred Drake2002-04-101-1/+16
* document all the valid encoding valuesSkip Montanaro2002-04-101-1/+4
* When adding a name to the table of macros and environments, make sure itFred Drake2002-04-101-1/+4
* Added support for \csimplemacro and csimplemacrodesc.Fred Drake2002-04-101-0/+6
* Started filling in the information about some of the basic types and macrosFred Drake2002-04-091-2/+69
* Update to use the new \csimplemacro macroFred Drake2002-04-092-22/+24
* Document the \csimplemacro macro and the csimplemacrodesc environment.Fred Drake2002-04-091-0/+20
* Add \csimplemacro to parallel the csimplemacrodesc environment.Fred Drake2002-04-091-1/+2
* Update docs for bool changes by Guido around April 6Neal Norwitz2002-04-096-16/+16
* Ignore an output directory for intermediates here as well.Fred Drake2002-04-091-0/+1
* Fix typo: coverted --> converted. Reported by Francois Pinard.Fred Drake2002-04-091-1/+1
* Update the table of releases.Fred Drake2002-04-081-0/+3
* Patch #512005: getrusage() returns struct-like object.Martin v. Löwis2002-04-081-33/+39
* 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