summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added a version annotation for StringTypes.Fred Drake2002-05-221-0/+7
* Minor typo: Message.getall() -> Message.get_all()Barry Warsaw2002-05-221-1/+1
* Patch 543387. Document deprecation of complex %, //,and divmod().Raymond Hettinger2002-05-212-7/+13
* Patch 533291. Deprecate None return form of __reduce__.Raymond Hettinger2002-05-211-4/+8
* Add availability information for a couple of the types, and notes on writingFred Drake2002-05-211-5/+10
* Patch 547037. Corrected documentation to matchRaymond Hettinger2002-05-161-8/+6
* Added missing index entries for mapping methods. Closes patch #548693.Raymond Hettinger2002-05-151-1/+7
* Closes SF bug 527139. Brings docs inline with random.py 1.29Raymond Hettinger2002-05-131-1/+1
* Correct gammavariate's method name and domain.Raymond Hettinger2002-05-131-2/+2
* Added degrees() and radians() to mathmodule. Closing patch 552452 andRaymond Hettinger2002-05-131-0/+8
* Fix markup error that suppressed space.Fred Drake2002-05-101-1/+1
* Add a note explaining the interaction between unbuffered input andFred Drake2002-05-061-1/+3