summaryrefslogtreecommitdiff
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Minor elaboration in the information about reporting errors.Fred Drake2003-05-221-1/+2
* update version historyFred Drake2003-05-221-0/+1
* Add documentation for __future__Jeremy Hylton2003-05-211-0/+69
* Move future statement here from appendix a.Jeremy Hylton2003-05-211-0/+78
* Don't mention __slots__ as a technique for error avoidanceAndrew M. Kuchling2003-05-201-10/+6
* Fix markup nits.Fred Drake2003-05-201-4/+4
* Straighten out the docs for os.system(); the Unix and Windows behaviorsTim Peters2003-05-201-5/+13
* Markup nits.Fred Drake2003-05-201-5/+5
* Remove unused line numbers from example code.Fred Drake2003-05-201-28/+27
* Fix missing parethesis.Raymond Hettinger2003-05-201-1/+1
* Add docs for key_file and cert_file arguments for HTTPSConnection. Copied fr...Brett Cannon2003-05-201-1/+7
* * Correct Sniffer doc to correspond to the implementation.Skip Montanaro2003-05-191-7/+7
* Fix array.array.insert(), so that it treats negative indices asWalter Dörwald2003-05-181-1/+2
* Missing parenthesis.Raymond Hettinger2003-05-161-1/+1
* Added some missing PyObject* casts in the deallocators.Jim Fulton2003-05-163-2/+11
* Added a missing PyObject* cast to the dealloc examples.Jim Fulton2003-05-161-2/+10
* Removed reference to the out-of-date (and not very useful)Jim Fulton2003-05-161-23/+9
* Add docs for MessageBeep.Guido van Rossum2003-05-161-0/+30
* [Bug #471893] Replace security material with a warning against unpicklingAndrew M. Kuchling2003-05-142-74/+31
* document Stats.dump_stats(), new for Python 2.3Fred Drake2003-05-141-0/+8
* When an external application we use exits normally, exit with the sameFred Drake2003-05-141-2/+4
* Add optional 'onerror' argument to os.walk(), to control errorGuido van Rossum2003-05-131-1/+9
* [Bug #713722] Delete dangling references to unwritten sectionsAndrew M. Kuchling2003-05-131-5/+2
* [Bug #732124] Clarify .pos, .endpos by saying 'method' instead of 'function'Andrew M. Kuchling2003-05-131-18/+19
* Remove more markup from headersAndrew M. Kuchling2003-05-132-4/+4
* [Bug #729297] Remove markup in section headersAndrew M. Kuchling2003-05-131-3/+3
* [Bug #729817] Document the rexec and Bastion modules as deadAndrew M. Kuchling2003-05-133-19/+17
* Fix typoAndrew M. Kuchling2003-05-131-1/+1
* Fix and add reference to urllib.urlencode for parse_qsl? functions.Brett Cannon2003-05-131-1/+5
* Updated simple example. This should have been checked in the otherJim Fulton2003-05-121-45/+45
* Add a specific mention of the term "operator overloading" and add anFred Drake2003-05-121-1/+4
* Fix minor typos.Raymond Hettinger2003-05-124-5/+5
* - object is a class type, not a functionFred Drake2003-05-101-3/+4
* Fix unbalanced parethesis.Raymond Hettinger2003-05-102-2/+2
* Missing parenthesis found by texcheck.pyRaymond Hettinger2003-05-103-4/+4
* Patch #612627: Add encoding attribute to file objects, and determineMartin v. Löwis2003-05-102-0/+20
* Fix missing parenthesis.Raymond Hettinger2003-05-101-1/+1
* Fixed spacing and unbalanced brackets or parenthesis.Raymond Hettinger2003-05-105-6/+7
* Make this format again.Fred Drake2003-05-091-10/+12
* add a note about accessing user-defined functions with an import statementSkip Montanaro2003-05-091-0/+17
* Make this format again.Fred Drake2003-05-091-5/+7
* - remove bogus \end{description}Fred Drake2003-05-091-3/+2
* Documented the new autoGIL module.Jack Jansen2003-05-093-0/+28
* Fixed small typo Pointed out by Michael Hudson.Jim Fulton2003-05-081-1/+1
* Fixed a typo in an example dealloc routine that calls it's "self"Jim Fulton2003-05-081-1/+1
* Clarify the dedent() example a bit by indenting the input lines unevenly.Greg Ward2003-05-081-4/+4
* SF patch #598163 (Ville Vainio, vvainio@users.sourceforge.net):Greg Ward2003-05-081-4/+29
* Library documentation for the 'test' package. Still needs to be checked by F...Brett Cannon2003-05-072-0/+276
* Rewrote the basic section of the chapter on defining new types.Jim Fulton2003-05-073-125/+946
* More message updates and minor fixes.Raymond Hettinger2003-05-071-10/+9