summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix bug #573916. Sender and recipients reversed in email example.Raymond Hettinger2002-06-261-2/+2
* add seealso link to the bisect moduleSkip Montanaro2002-06-261-0/+4
* add /F's PriorityQueue exampleSkip Montanaro2002-06-261-1/+19
* Talk about interfaces rather than implementation classes where appropriate.Fred Drake2002-06-252-42/+60
* Added some more links to the "See also" section.Fred Drake2002-06-251-0/+9
* When talking about interfaces, use the interface names, not the namesFred Drake2002-06-251-1/+1
* Fix typoRaymond Hettinger2002-06-251-1/+1
* Fix SF bug 568269 by enclosing 'computername' in a raw stringRaymond Hettinger2002-06-251-1/+1
* 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
* Make the docs for string.capitalize() match those of str.capitalize()Fred Drake2002-06-201-1/+1
* Add a note that divmod() with complex numbers is deprecated.Fred Drake2002-06-201-0/+3
* Added reference to the Expat home page.Fred Drake2002-06-201-0/+6
* 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
* 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
* Add IMAP4 QUOTA extension methodsPiers Lauder2002-06-171-1/+21
* Make a start at describing the results of class/type unificationSteve Holden2002-06-141-121/+86
* Refer the reader to the correct module for constant definitions.Fred Drake2002-06-141-1/+1
* Document the Binary.data attribute.Fred Drake2002-06-141-5/+13
* Use \code{True} (or False) instead of true/false.Neal Norwitz2002-06-141-4/+4
* Add "version added" for getpgidNeal Norwitz2002-06-131-0/+1
* Patch #568235: Add posix.setpgid.Martin v. Löwis2002-06-131-0/+6
* The opcode FOR_LOOP no longer exists.Guido van Rossum2002-06-131-7/+3
* Do not claim that getlocale() returns a tulpe; that is not always true.Fred Drake2002-06-131-3/+3
* Major overhaul of timeout sockets:Guido van Rossum2002-06-131-21/+22
* Add version annotations for some older changes to the calendar module.Fred Drake2002-06-131-0/+7
* SF bug 567826. Document new opcodes:Guido van Rossum2002-06-121-6/+50
* This is my nearly two year old patchMichael W. Hudson2002-06-111-15/+34
* Document that the key should not contain null bytes.Guido van Rossum2002-06-101-2/+3
* SF bug 563750 (Alex Martelli): posix_tmpfile():Guido van Rossum2002-06-101-1/+1
* Clarify the interaction between timeout/non-blocking mode, makefileGuido van Rossum2002-06-071-1/+10
* Fix typoNeal Norwitz2002-06-071-1/+1
* Clarify the interaction between blocking and timeouts. Explain thatGuido van Rossum2002-06-071-16/+23
* Add version info, and fix another typo and wording spotted by /F. I think th...Neal Norwitz2002-06-061-2/+4
* Fix typo spotted by Fredrik Lundh.Fred Drake2002-06-061-1/+1
* Fix some markup errors and adjust wording slightly.Fred Drake2002-06-061-15/+15
* SF patch 555085 (timeout socket implementation) by Michael Gilfix.Guido van Rossum2002-06-061-0/+23
* Patch 473512: add GNU style scanning as gnu_getopt.Martin v. Löwis2002-06-061-0/+12
* Add constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE,Walter Dörwald2002-06-041-10/+15
* SF bug 533625 (Armin Rigo). rexec: potential security holeGuido van Rossum2002-05-311-0/+12
* Update links and information on PyQt/PyKDE.Fred Drake2002-05-311-6/+13
* As discussed on python-dev, add a mechanism to indicate featuresNeal Norwitz2002-05-291-0/+5
* This is patchMichael W. Hudson2002-05-271-4/+50
* Markup adjustments; fix the names of modules referenced in an expression.Fred Drake2002-05-231-2/+2
* Deprecated Random.cunifvariate clearing bug 506647. Also, added docstrings.Raymond Hettinger2002-05-231-1/+4
* Remove spurious "()" from the __str__() description.Fred Drake2002-05-221-1/+1
* Jack's documentation for the U mode character on the file()Barry Warsaw2002-05-222-0/+27