summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Expand)AuthorAgeFilesLines
* #3923: fix undefined token.Georg Brandl2008-09-211-2/+1
* Handle documentation for turtle rename.Georg Brandl2008-09-213-4/+4
* Remove stray question mark.Georg Brandl2008-09-211-1/+1
* Remove duplicate production.Georg Brandl2008-09-211-1/+0
* #3913: Remove "decorated" from production, it is handled differently from Gra...Georg Brandl2008-09-211-1/+0
* #3917: don't allow {} as a set display.Georg Brandl2008-09-211-14/+3
* shut up a few sphinx warningsBenjamin Peterson2008-09-172-2/+2
* Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge...Benjamin Peterson2008-09-176-105/+195
* add documentation for the new buffer interface based on PEP 3118; I hope it's...Benjamin Peterson2008-09-162-145/+280
* Merged revisions 66452 via svnmerge fromGeorg Brandl2008-09-1328-176/+161
* Forward-port of r66447.Georg Brandl2008-09-134-30/+45
* Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge fromBenjamin Peterson2008-09-135-7/+18
* Merged revisions 66337,66347,66350,66352,66358 via svnmerge fromBenjamin Peterson2008-09-101-5/+8
* kill memoryview.size in favor of len(view)Benjamin Peterson2008-09-101-4/+2
* make use of shorter attribute accessBenjamin Peterson2008-09-101-2/+2
* endow memoryview.tolist() with docsBenjamin Peterson2008-09-101-2/+9
* fix sphinx warningBenjamin Peterson2008-09-101-0/+1
* Merged revisions 66362 via svnmerge fromMartin v. Löwis2008-09-101-2/+2
* Some typos.Georg Brandl2008-09-101-9/+9
* document the memoryview object a littleBenjamin Peterson2008-09-092-3/+93
* #3803: fix docs for comparison of unequal types.Georg Brandl2008-09-091-10/+7
* Update Pygments version used.Georg Brandl2008-09-091-1/+1
* Highlight snippets as Python 3.Georg Brandl2008-09-091-0/+3
* Merged revisions 66321 via svnmerge fromBrett Cannon2008-09-091-37/+73
* Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,...Benjamin Peterson2008-09-089-64/+799
* mention that bsddb3 can be gotten as a third party addonBenjamin Peterson2008-09-081-3/+4
* remove some more bsddb referencesBenjamin Peterson2008-09-084-19/+11
* Merged revisions 66262 via svnmerge fromBenjamin Peterson2008-09-061-1/+9
* #3794: remove __div__ and __rdiv__ traces.Georg Brandl2008-09-061-23/+12
* #3793: fix markup.Georg Brandl2008-09-061-0/+1
* Mention that bsddb is gone and include a link to jcea's website whereGregory P. Smith2008-09-041-0/+4
* correct an exampleGregory P. Smith2008-09-041-1/+1
* Committing the patch in issue 2965, so that weakref dicts have a closerBarry Warsaw2008-09-041-15/+5
* clean up some more bsddb scrapsBenjamin Peterson2008-09-032-91/+1
* Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi moduleFacundo Batista2008-09-032-38/+48
* remove bsddbBenjamin Peterson2008-09-031-205/+0
* Merged revisions 66134,66136,66143,66154-66155,66190 via svnmerge fromBenjamin Peterson2008-09-032-15/+45
* Merged revisions 66174-66175,66177 via svnmerge fromBenjamin Peterson2008-09-031-2/+4
* Merge in r66135. Doing also required removing a stale DeprecationWarning alongBrett Cannon2008-09-021-0/+49
* Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-...Benjamin Peterson2008-09-028-669/+824
* remove the deprecation warnings for the old threading API; update the docsBenjamin Peterson2008-09-011-5/+3
* #3753: document that s* etc. are newer and preferred to s#.Georg Brandl2008-09-011-25/+29
* Merged revisions 66085 (with modifications) via svnmerge fromNick Coghlan2008-08-311-4/+21
* Merged revisions 65487 (with heavy modifications for Py3k as well as some cle...Nick Coghlan2008-08-311-52/+137
* #3577: 3.0 is not installed as "python" on Unix.Georg Brandl2008-08-301-11/+15
* make bytes(o) respect __bytes__ #2415Benjamin Peterson2008-08-262-0/+14
* Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,...Benjamin Peterson2008-08-252-40/+25
* bring the PyFile docs into sync with realityBenjamin Peterson2008-08-231-59/+2
* Remove outdated example from types module doc. Since the types leftGeorg Brandl2008-08-231-31/+10
* PyObject_Unicode doesn't exist anymoreBenjamin Peterson2008-08-211-10/+0