summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix tildes in URLs. Closes SF bug #614821.Fred Drake2002-10-121-3/+4
* Backport email 2.4.2 changes from Python 2.3.Barry Warsaw2002-10-102-6/+8
* Document when unittest was added to Python.Fred Drake2002-10-101-0/+1
* Accept Armin's documentation patch for SF bug #558179.Fred Drake2002-10-091-5/+5
* Backport 1.42 documenting impending deprecation in favor of the emailRaymond Hettinger2002-10-061-0/+5
* Backport 1.13 documenting impending deprecation in favor of the emailRaymond Hettinger2002-10-061-1/+5
* Backport 1.3 documenting impending deprecation in favor of the emailRaymond Hettinger2002-10-061-0/+5
* Backport 1.23 documenting impending deprecation in favor to the emailRaymond Hettinger2002-10-061-0/+4
* Backport 1.4 documenting the impending deprecation of xreadlines.Raymond Hettinger2002-10-061-0/+1
* Backport 1.36 documenting Py2.3's impending deprecation of the non-tupleRaymond Hettinger2002-10-061-4/+8
* Backport 1.108 documenting Py2.3's impending deprecation of divmod()Raymond Hettinger2002-10-061-0/+3
* Backport 1.94:Raymond Hettinger2002-10-051-4/+10
* Backport 1.100: Discussion of Stop Iteration in the Iterator Protocol.Raymond Hettinger2002-10-051-0/+7
* Backport 1.88 and 1.87:Raymond Hettinger2002-10-051-7/+11
* Backport 1.19:Raymond Hettinger2002-10-051-2/+3
* Backport 1.30 and 1.29:Raymond Hettinger2002-10-051-1/+4
* Backporting of email 2.4 from Python 2.3. Many newly added modules,Barry Warsaw2002-10-048-644/+696
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-10-047-0/+831
* Another try at clarifying what goes into and comes out of Unicode objects.Fred Drake2002-09-241-4/+0
* Clarify that len() of a Unicode string returns the number of storage units,Fred Drake2002-09-241-0/+4
* This commit was manufactured by cvs2svn to create branchcvs2svn2002-09-221-0/+254
* Fix typo reported by Paul Clifford.Fred Drake2002-09-121-1/+3
* Revise text about the level of DOM support, and provide pointers toFred Drake2002-09-111-29/+38
* Clarify who maintains Tkinter and who maintains Tk.Fred Drake2002-09-101-3/+4
* Fix typoRaymond Hettinger2002-09-041-1/+1
* Fix typoRaymond Hettinger2002-09-041-1/+1
* Note change in behavior from 1.5.2. The new argument to NameError isRaymond Hettinger2002-08-271-2/+2
* Add strong security warning about the rexec module.Fred Drake2002-08-271-5/+17
* 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
* Described responsibilty of weakly referenced extension types to initializeRaymond Hettinger2002-08-071-2/+23
* 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
* 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
* 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 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