| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove duplicate production. | Georg Brandl | 2008-09-21 | 1 | -1/+0 |
|
|
* | #3913: Remove "decorated" from production, it is handled differently from Gra... | Georg Brandl | 2008-09-21 | 1 | -1/+0 |
|
|
* | #3917: don't allow {} as a set display. | Georg Brandl | 2008-09-21 | 1 | -14/+3 |
|
|
* | shut up a few sphinx warnings | Benjamin Peterson | 2008-09-17 | 2 | -2/+2 |
|
|
* | Merged revisions 66457-66459,66465-66468,66483-66485,66487-66491 via svnmerge... | Benjamin Peterson | 2008-09-17 | 6 | -105/+195 |
|
|
* | add documentation for the new buffer interface based on PEP 3118; I hope it's... | Benjamin Peterson | 2008-09-16 | 2 | -145/+280 |
|
|
* | Merged revisions 66452 via svnmerge from | Georg Brandl | 2008-09-13 | 28 | -176/+161 |
|
|
* | Forward-port of r66447. | Georg Brandl | 2008-09-13 | 4 | -30/+45 |
|
|
* | Merged revisions 66394,66404,66412,66414,66424-66436 via svnmerge from | Benjamin Peterson | 2008-09-13 | 5 | -7/+18 |
|
|
* | Merged revisions 66337,66347,66350,66352,66358 via svnmerge from | Benjamin Peterson | 2008-09-10 | 1 | -5/+8 |
|
|
* | kill memoryview.size in favor of len(view) | Benjamin Peterson | 2008-09-10 | 1 | -4/+2 |
|
|
* | make use of shorter attribute access | Benjamin Peterson | 2008-09-10 | 1 | -2/+2 |
|
|
* | endow memoryview.tolist() with docs | Benjamin Peterson | 2008-09-10 | 1 | -2/+9 |
|
|
* | fix sphinx warning | Benjamin Peterson | 2008-09-10 | 1 | -0/+1 |
|
|
* | Merged revisions 66362 via svnmerge from | Martin v. Löwis | 2008-09-10 | 1 | -2/+2 |
|
|
* | Some typos. | Georg Brandl | 2008-09-10 | 1 | -9/+9 |
|
|
* | document the memoryview object a little | Benjamin Peterson | 2008-09-09 | 2 | -3/+93 |
|
|
* | #3803: fix docs for comparison of unequal types. | Georg Brandl | 2008-09-09 | 1 | -10/+7 |
|
|
* | Update Pygments version used. | Georg Brandl | 2008-09-09 | 1 | -1/+1 |
|
|
* | Highlight snippets as Python 3. | Georg Brandl | 2008-09-09 | 1 | -0/+3 |
|
|
* | Merged revisions 66321 via svnmerge from | Brett Cannon | 2008-09-09 | 1 | -37/+73 |
|
|
* | Merged revisions 66141,66145,66150,66180,66211,66217,66219,66226,66231,66244,... | Benjamin Peterson | 2008-09-08 | 9 | -64/+799 |
|
|
* | mention that bsddb3 can be gotten as a third party addon | Benjamin Peterson | 2008-09-08 | 1 | -3/+4 |
|
|
* | remove some more bsddb references | Benjamin Peterson | 2008-09-08 | 4 | -19/+11 |
|
|
* | Merged revisions 66262 via svnmerge from | Benjamin Peterson | 2008-09-06 | 1 | -1/+9 |
|
|
* | #3794: remove __div__ and __rdiv__ traces. | Georg Brandl | 2008-09-06 | 1 | -23/+12 |
|
|
* | #3793: fix markup. | Georg Brandl | 2008-09-06 | 1 | -0/+1 |
|
|
* | Mention that bsddb is gone and include a link to jcea's website where | Gregory P. Smith | 2008-09-04 | 1 | -0/+4 |
|
|
* | correct an example | Gregory P. Smith | 2008-09-04 | 1 | -1/+1 |
|
|
* | Committing the patch in issue 2965, so that weakref dicts have a closer | Barry Warsaw | 2008-09-04 | 1 | -15/+5 |
|
|
* | clean up some more bsddb scraps | Benjamin Peterson | 2008-09-03 | 2 | -91/+1 |
|
|
* | Issue 600362: Relocated parse_qs() and parse_qsl(), from the cgi module | Facundo Batista | 2008-09-03 | 2 | -38/+48 |
|
|
* | remove bsddb | Benjamin Peterson | 2008-09-03 | 1 | -205/+0 |
|
|
* | Merged revisions 66134,66136,66143,66154-66155,66190 via svnmerge from | Benjamin Peterson | 2008-09-03 | 2 | -15/+45 |
|
|
* | Merged revisions 66174-66175,66177 via svnmerge from | Benjamin Peterson | 2008-09-03 | 1 | -2/+4 |
|
|
* | Merge in r66135. Doing also required removing a stale DeprecationWarning along | Brett Cannon | 2008-09-02 | 1 | -0/+49 |
|
|
* | Merged revisions 66045,66048-66049,66053,66060,66062-66063,66065,66067,66071-... | Benjamin Peterson | 2008-09-02 | 8 | -669/+824 |
|
|
* | remove the deprecation warnings for the old threading API; update the docs | Benjamin Peterson | 2008-09-01 | 1 | -5/+3 |
|
|
* | #3753: document that s* etc. are newer and preferred to s#. | Georg Brandl | 2008-09-01 | 1 | -25/+29 |
|
|
* | Merged revisions 66085 (with modifications) via svnmerge from | Nick Coghlan | 2008-08-31 | 1 | -4/+21 |
|
|
* | Merged revisions 65487 (with heavy modifications for Py3k as well as some cle... | Nick Coghlan | 2008-08-31 | 1 | -52/+137 |
|
|
* | #3577: 3.0 is not installed as "python" on Unix. | Georg Brandl | 2008-08-30 | 1 | -11/+15 |
|
|
* | make bytes(o) respect __bytes__ #2415 | Benjamin Peterson | 2008-08-26 | 2 | -0/+14 |
|
|
* | Merged revisions 65910,65977,65980,65984,65986,66000,66011-66012,66014,66017,... | Benjamin Peterson | 2008-08-25 | 2 | -40/+25 |
|
|
* | bring the PyFile docs into sync with reality | Benjamin Peterson | 2008-08-23 | 1 | -59/+2 |
|
|
* | Remove outdated example from types module doc. Since the types left | Georg Brandl | 2008-08-23 | 1 | -31/+10 |
|
|
* | PyObject_Unicode doesn't exist anymore | Benjamin Peterson | 2008-08-21 | 1 | -10/+0 |
|
|
* | revert 65897 | Benjamin Peterson | 2008-08-20 | 1 | -5/+5 |
|
|
* | Tiny fix of IGNORECASE plus removal of a UNICODE reference. | Mark Summerfield | 2008-08-20 | 1 | -6/+7 |
|
|
* | Revised all texts concerning the ASCII flag: (1) put Unicode case first | Mark Summerfield | 2008-08-20 | 1 | -49/+55 |
|
|