summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* 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 documentation for PyObject_RichCompare() and PyObject_RichCompareBool(),Fred Drake2002-06-131-0/+42
* 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-114-15/+76
* Completely revise markup for the list of list methods; the new markup matchesFred Drake2002-06-111-26/+35
* 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
* Tweak traceback message to avoid LaTeX2HTML bugAndrew M. Kuchling2002-06-101-3/+5
* Fix typoAndrew M. Kuchling2002-06-101-2/+2
* Fix typo, and add some remindersAndrew M. Kuchling2002-06-101-1/+12
* Tweak the description of pymalloc. Mention pymemcompat.h.Michael W. Hudson2002-06-101-24/+34
* 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
* Fix up Guido's markup.Fred Drake2002-06-041-24/+24
* Add constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE,Walter Dörwald2002-06-041-10/+15
* Addressed SF bug 421973 (finally).Guido van Rossum2002-06-031-46/+88
* SF bug 533625 (Armin Rigo). rexec: potential security holeGuido van Rossum2002-05-311-0/+12
* Explain that tp_basicsize must provide alignment for the items.Guido van Rossum2002-05-311-0/+8
* Update links and information on PyQt/PyKDE.Fred Drake2002-05-311-6/+13
* Add OS/2 textAndrew M. Kuchling2002-05-291-9/+16
* Various minor rewritesAndrew M. Kuchling2002-05-291-42/+52
* More additionsAndrew M. Kuchling2002-05-291-25/+15
* As discussed on python-dev, add a mechanism to indicate featuresNeal Norwitz2002-05-293-16/+31
* Rearrange paragraphAndrew M. Kuchling2002-05-271-5/+5
* This is patchMichael W. Hudson2002-05-272-4/+56
* Define the "all" target more reasonably, but retain "html" as the defaultFred Drake2002-05-251-1/+2
* Mention math.degrees() and math.radians()Andrew M. Kuchling2002-05-241-12/+24
* Move really open-ended XXX items into commentsAndrew M. Kuchling2002-05-241-9/+7
* 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
* Added missing dependency on the refcount data file.Fred Drake2002-05-231-2/+2
* Use Perl function prototypes to help avoid definition/usage mismatchesFred Drake2002-05-232-102/+106
* Add refcount information for PySequence_ITEM().Fred Drake2002-05-231-0/+4
* Add version annotation for PySequence_ITEM().Fred Drake2002-05-231-1/+2
* 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-213-10/+21
* Patch 533291. Deprecate None return form of __reduce__.Raymond Hettinger2002-05-211-4/+8
* Add additional comments on the use of \deprecated.Fred Drake2002-05-211-1/+4