summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Correct and update markup to match what we're doing on the trunk.Fred Drake2002-08-091-38/+39
* GvR pointed out that only enclosing function bodies are part of nested scopes.Raymond Hettinger2002-08-071-5/+5
* Described responsibilty of weakly referenced extension types to initializeRaymond Hettinger2002-08-071-2/+23
* Describe nested scopes in the tutorial. Closes SF bug 500704.Raymond Hettinger2002-08-071-6/+11
* Documented os.fsync and os.fdatasync. Closes SF bug 584695.Raymond Hettinger2002-08-071-0/+11
* Clarify that the bool instances are acceptable return values fromFred Drake2002-08-071-3/+7
* Document handling of raw-unicode-escapes. Closes SF bug 587087.Raymond Hettinger2002-08-061-0/+8
* Added references to the email package.Fred Drake2002-08-063-0/+9
* SF patch #591305 Documentation err in bytecode defsNeal Norwitz2002-08-051-1/+1
* SF patch #581414: info reader bugFred Drake2002-07-301-1/+3
* Fix SF bug 587012, doc mentions inexistent builtin unistrNeal Norwitz2002-07-281-2/+2
* Small clarifications when referring to the sys.exc_* variables so thatFred Drake2002-07-251-15/+15
* reduce(): Clarified what is returned in the case of a sequence 1 item long andFred Drake2002-07-171-6/+6
* Clarify the return value of __nonzero__(): It *must* be an integer.Fred Drake2002-07-121-3/+3
* Document gc.get_objects().Fred Drake2002-07-101-0/+6
* Note that unicode() can raise LookupError for unknown codecs.Fred Drake2002-07-091-1/+2
* Fix typo.Fred Drake2002-07-081-1/+1
* Fix typo reported by Kent Engström, and a bunch of broken markup.Fred Drake2002-07-081-11/+11
* Fix typo: "an Unicode string" --> "a Unicode string"Fred Drake2002-07-081-2/+2
* Add annotations that describe the change in the "errors" and "failures"Fred Drake2002-07-021-0/+4
* Update the documentation of the errors and failures attributes of theFred Drake2002-07-021-6/+48
* Fixed bug 574978 shutil example out of sync with source codeRaymond Hettinger2002-06-301-2/+1
* Fix bug 575221 referred to dictionary type instead of dict.Raymond Hettinger2002-06-301-1/+1
* Clarify the version information for the unicode() built-in.Fred Drake2002-06-291-6/+9
* Backport 1.37: dis.dis() also supports modules, (also backport other changes ...Neal Norwitz2002-06-261-8/+49
* Fix various typos reported to python-docs.Fred Drake2002-06-261-4/+4
* Fix typo reported to python-docs.Fred Drake2002-06-261-1/+1
* Fix bug #573916. Sender and recipients reversed in email example.Raymond Hettinger2002-06-261-2/+2
* [Backport of recent changes to the SAX documentation.]Fred Drake2002-06-253-43/+70
* Fix typoRaymond Hettinger2002-06-251-1/+1
* Completed previous editRaymond Hettinger2002-06-251-2/+0
* Close bug 480337: Dict used before dicts explained. Added explanationRaymond Hettinger2002-06-251-0/+12
* Close bug 417930 by clarifying augmented assignment docsRaymond Hettinger2002-06-251-0/+14
* Fix SF bug 568269 by enclosing 'computername' in a raw stringRaymond Hettinger2002-06-251-1/+1
* Backport change to 1.58 giving Lambda a separate section.Raymond Hettinger2002-06-251-30/+7
* SF # 572928 One word change for lib/libgettext.texNeal Norwitz2002-06-241-1/+1
* Correct the RE equivalent of scanf()'s %x and %X patterns.Fred Drake2002-06-221-1/+1
* Backport of Greg Ward's rev. 1.6 from the trunk:Fred Drake2002-06-211-1/+1
* Corrected return type and value information for PyUnicode_Count() andFred Drake2002-06-202-16/+20
* Make the docs for string.capitalize() match those of str.capitalize()Fred Drake2002-06-201-1/+1
* SF 563530 added missing methods for emulating numeric typesRaymond Hettinger2002-06-201-0/+4
* Typo: bites --> bytesFred Drake2002-06-181-1/+1
* Add description of the deadlock problem with child processes and pipes, andFred Drake2002-06-182-0/+67
* Add a note about "as" not being a keyword, though it has special meaningFred Drake2002-06-181-0/+7
* Note the limitation that mime_decode_header() only works for Latin-1.Fred Drake2002-06-181-0/+1
* Clarified documentation for os.access().Fred Drake2002-06-181-5/+7
* Clarified description of error handling for shutil.rmtree().Fred Drake2002-06-181-2/+3
* Fix documentation for PyMarshal_WriteObjectToFile() andFred Drake2002-06-171-5/+5
* Clean up descriptions of PyObject_RichCompare() and PyObject_RichCompareBool()Fred Drake2002-06-142-8/+18
* Refer the reader to the correct module for constant definitions.Fred Drake2002-06-141-1/+1