summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* Minor editsAndrew M. Kuchling2006-08-182-3/+3
* Typo in tp_clear docs.Georg Brandl2006-08-181-1/+1
* Bug #1541682: Fix example in the "Refcount details" API docs.Georg Brandl2006-08-183-22/+20
* More post-release wibbleNeal Norwitz2006-08-181-1/+1
* Tutorial:Thomas Heller2006-08-161-29/+48
* Update bug/patch countsAndrew M. Kuchling2006-08-161-1/+1
* Link to docs; remove an XXX commentAndrew M. Kuchling2006-08-161-3/+1
* Bump document version to 1.0; remove pystone paragraphAndrew M. Kuchling2006-08-161-4/+1
* Add UnicodeWarningAndrew M. Kuchling2006-08-161-0/+34
* preparing for 2.5c1Anthony Baxter2006-08-161-1/+1
* Improve markup in PyUnicode_RichCompare.Georg Brandl2006-08-141-19/+14
* Slightly revised version of patch #1538956:Marc-André Lemburg2006-08-144-4/+38
* SF bug #1539336, distutils example code missingNeal Norwitz2006-08-131-0/+2
* Patch #1538606, Patch to fix __index__() clipping.Neal Norwitz2006-08-121-3/+22
* Followup to bug #1069160.Tim Peters2006-08-101-6/+6
* Reindent codeAndrew M. Kuchling2006-08-091-31/+33
* Add missing 'self' parametersAndrew M. Kuchling2006-08-091-3/+6
* [Patch #1534027] Add notes on locale module changesAndrew M. Kuchling2006-08-091-5/+34
* [Bug #1536021] Mention __hash__ changeAndrew M. Kuchling2006-08-091-2/+10
* __hash__ may now return long int; the final hashMartin v. Löwis2006-08-091-0/+5
* ``str`` is now the same object as ``types.StringType``.Georg Brandl2006-08-081-17/+24
* Bug #1536660: separate two words.Georg Brandl2006-08-081-1/+1
* Bug #1536828: typo: TypeType should have been StringType.Georg Brandl2006-08-081-1/+1
* Bump version numberAndrew M. Kuchling2006-08-081-1/+1
* 'Other changes' section now has only one item; move the item elsewhere and re...Andrew M. Kuchling2006-08-081-22/+13
* Move obmalloc item into C API sectionAndrew M. Kuchling2006-08-081-29/+29
* Reword paragraph to clarifyAndrew M. Kuchling2006-08-081-4/+5
* Patch #1534922: correct and enhance unittest docs.Georg Brandl2006-08-051-142/+174
* Fix mangled sentenceAndrew M. Kuchling2006-08-041-1/+1
* fix typosGregory P. Smith2006-08-041-4/+4
* Fix a mistake.Thomas Heller2006-08-021-3/+3
* A few nore words about what ctypes does.Thomas Heller2006-08-021-7/+28
* pre-release machinationsAnthony Baxter2006-08-021-1/+1
* [Bug #848556] Remove \d* from second alternative to avoid exponential case wh...Andrew M. Kuchling2006-07-311-1/+1
* [Bug #1514540] Instead of putting the standard types in a section, put them i...Andrew M. Kuchling2006-07-312-30/+30
* Fix function name.Georg Brandl2006-07-311-1/+1
* Remove reference to notationAndrew M. Kuchling2006-07-311-2/+2
* Typo fixAndrew M. Kuchling2006-07-311-1/+1
* Mention csv newline changesAndrew M. Kuchling2006-07-311-0/+16
* Add PyErr_WarnEx()Andrew M. Kuchling2006-07-311-0/+7
* Document PyErr_WarnEx. (Bad Neal! No biscuit!)Andrew M. Kuchling2006-07-311-2/+16
* Add refcounts for PyErr_WarnExAndrew M. Kuchling2006-07-311-0/+5
* minor tweaksSkip Montanaro2006-07-311-1/+1
* minor tweaksSkip Montanaro2006-07-311-4/+4
* Redo the comment about the 2.5 change in quoted-newline handling.Andrew McNamara2006-07-311-7/+9
* Bug #1531349: right <-> left glitch in __rop__ description.Georg Brandl2006-07-301-1/+1
* Rename struct.pack_to to struct.pack_into as changed in revision 46642.George Yoshida2006-07-301-1/+1
* Bug #1002398: The documentation for os.path.sameopenfile now correctlyGeorg Brandl2006-07-301-3/+2
* Clarify that __op__ methods must return NotImplemented if they don't support ...Georg Brandl2006-07-301-0/+3
* - remove yet another reference to how commonly Tkinter is (thought to be) usedFred Drake2006-07-301-4/+2