summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
...
* Correct documentation of allow_reuse_address to match the actual script.Raymond Hettinger2002-08-251-1/+1
* Fix typo reported to python-docs.Fred Drake2002-08-231-1/+1
* backport gvanrossum's checkin ofMichael W. Hudson2002-08-231-1/+1
* backport bwarsaw's checkin ofMichael W. Hudson2002-08-231-1/+1
* Add a note that apply() is needed since the extended call syntax isFred Drake2002-08-221-0/+2
* Clarify that even though some of the relevant specifications define theFred Drake2002-08-211-8/+10
* Clarify the endpos argument to the rx.match() method.Fred Drake2002-08-201-2/+6
* Extend some comments on the order of values in the returns fromFred Drake2002-08-191-8/+14
* Remove a broken example of extreme backward compatibility; it isFred Drake2002-08-141-21/+0
* 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