summaryrefslogtreecommitdiffstats
path: root/Doc/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update the xrange object description to reflect the removal of deprecatedFred Drake2002-05-021-3/+3
* Remove extra period produced by previous change.Fred Drake2002-05-021-3/+3
* Correct information on support for repietition & concatenation for bufferFred Drake2002-05-021-6/+8
* Add Pickler.clear_memo() so the pickle and cPickle modules are more similar.Fred Drake2002-05-011-4/+9
* Explain what os.read() returns at end of file.Fred Drake2002-05-011-1/+3
* Add missing right-parenthesis.Fred Drake2002-05-011-1/+1
* Add a note about when the "%r" formatting code was added.Fred Drake2002-04-301-0/+1
* Mostly in SequenceMatcher.{__chain_b, find_longest_match}:Tim Peters2002-04-291-14/+18
* Slightly expand and clarify the differences between getegid(), getgid(),Fred Drake2002-04-261-6/+9
* Be more consistent, both internally and with recommended practice.Fred Drake2002-04-261-4/+2
* Documentation for the enumerate() function/type.Fred Drake2002-04-261-0/+12
* Add text about circular references caused by storing frames in localFred Drake2002-04-231-0/+16
* WCOREDUMP(), WIFCONTINUED(), WCONTINUED, WUNTRACED: New.Fred Drake2002-04-231-6/+38
* SF patch [ 545523 ] patch for 514433 bsddb.dbopen (NULL)Anthony Baxter2002-04-231-3/+9
* Apply patch diff.txt from SF feature requestWalter Dörwald2002-04-221-7/+18
* typoSkip Montanaro2002-04-171-1/+1
* Add a version annotation for the help() function.Fred Drake2002-04-171-0/+1
* added small clarification to the descriptions of encode() and decode()Skip Montanaro2002-04-161-2/+6