| Commit message (Expand) | Author | Age | Files | Lines |
* | #3113: document exception chaining. | Georg Brandl | 2008-07-19 | 3 | -19/+68 |
|
|
* | Fix urllib function reference. | Georg Brandl | 2008-07-18 | 1 | -2/+2 |
|
|
* | fixed tiny typo in new # format doc | Mark Summerfield | 2008-07-18 | 1 | -1/+1 |
|
|
* | Backed out r65073, pending fixing it in Windows. | Eric Smith | 2008-07-17 | 2 | -6/+5 |
|
|
* | Merged revisions 65069 via svnmerge from | Eric Smith | 2008-07-17 | 2 | -5/+6 |
|
|
* | Make gettext Unicode interface consistent and clean up the docs. | Georg Brandl | 2008-07-17 | 1 | -92/+79 |
|
|
* | #3310: stop referring to basestring. | Georg Brandl | 2008-07-16 | 1 | -3/+2 |
|
|
* | Merged revisions 64982-64983,65004 via svnmerge from | Georg Brandl | 2008-07-16 | 1 | -3/+2 |
|
|
* | Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,... | Georg Brandl | 2008-07-16 | 23 | -78/+227 |
|
|
* | Merged revisions 64974 via svnmerge from | Mark Dickinson | 2008-07-16 | 2 | -0/+70 |
|
|
* | Merged revisions 64623,64640,64665,64687,64689-64690,64719,64721,64735,64742,... | Georg Brandl | 2008-07-16 | 7 | -67/+110 |
|
|
* | Merged revisions 64446,64490,64495,64526,64567 via svnmerge from | Georg Brandl | 2008-07-16 | 1 | -1/+1 |
|
|
* | Merged revisions 64984 via svnmerge from | Eric Smith | 2008-07-16 | 1 | -2/+6 |
|
|
* | #2512 implement the 3.0 gettext API | Benjamin Peterson | 2008-07-14 | 1 | -116/+66 |
|
|
* | Merged revisions 64842,64853,64856,64945 via svnmerge from | Robert Schuppenies | 2008-07-14 | 1 | -2/+9 |
|
|
* | Mention the behaviour of PyFunction_SetAnnotations() on error. | Alexandre Vassalotti | 2008-07-13 | 1 | -0/+2 |
|
|
* | Added documentation for PyFunction_GetAnnotations() and | Alexandre Vassalotti | 2008-07-13 | 1 | -0/+12 |
|
|
* | Make test.test_support.catch_warnings more robust as discussed on python-dev.... | Nick Coghlan | 2008-07-13 | 1 | -8/+24 |
|
|
* | Clean up list of undocumented modules as most of them have been removed in Py... | Brett Cannon | 2008-07-13 | 1 | -42/+0 |
|
|
* | Removed extraneous whitespace. | Josiah Carlson | 2008-07-07 | 1 | -1/+1 |
|
|
* | Fixed documentation to be correct for Py3k. | Josiah Carlson | 2008-07-07 | 2 | -6/+6 |
|
|
* | Committing Py3k version of changelist 64080 and 64257, along with updated tests | Josiah Carlson | 2008-07-07 | 2 | -0/+27 |
|
|
* | fix no-op in tutorial | Benjamin Peterson | 2008-07-05 | 1 | -1/+1 |
|
|
* | remove traces of .next | Benjamin Peterson | 2008-07-03 | 3 | -28/+29 |
|
|
* | document LOAD_BUILD_CLASS | Benjamin Peterson | 2008-07-03 | 1 | -3/+3 |
|
|
* | Merged revisions 64688 via svnmerge from | Martin v. Löwis | 2008-07-03 | 1 | -1/+7 |
|
|
* | #3247: get rid of Py_FindMethods | Amaury Forgeot d'Arc | 2008-07-02 | 3 | -32/+12 |
|
|
* | Merged revisions 64475,64544-64545,64550,64557-64558,64565,64570,64577,64582-... | Benjamin Peterson | 2008-07-02 | 9 | -25/+43 |
|
|
* | Merged revisions 64434-64435,64440-64443,64445,64447-64448,64450,64452,64455,... | Benjamin Peterson | 2008-07-02 | 7 | -27/+24 |
|
|
* | sync whatsnew with 2.6 | Benjamin Peterson | 2008-07-02 | 1 | -387/+582 |
|
|
* | Merged revisions 64365,64370,64406,64408-64409,64412,64416-64417,64420-64421,... | Benjamin Peterson | 2008-07-02 | 1 | -1/+1 |
|
|
* | add an entry for object.__dir__ | Benjamin Peterson | 2008-07-02 | 1 | -0/+5 |
|
|
* | #3191: fix round() docs and docstring. | Georg Brandl | 2008-07-01 | 1 | -3/+7 |
|
|
* | #3220: improve bytes docs a bit. | Georg Brandl | 2008-07-01 | 1 | -12/+15 |
|
|
* | document PyUnicode_CompareWithASCIIString | Benjamin Peterson | 2008-07-01 | 1 | -0/+6 |
|
|
* | #2683: communicate() takes bytes. | Georg Brandl | 2008-07-01 | 1 | -2/+2 |
|
|
* | - No more 0L or similar. | Mark Summerfield | 2008-07-01 | 1 | -26/+33 |
|
|
* | - removed sentence about the new free format floating-point representation | Mark Summerfield | 2008-07-01 | 2 | -6/+5 |
|
|
* | fix bad method names in ssl module (and typo in ssl doc) | Bill Janssen | 2008-06-29 | 1 | -1/+1 |
|
|
* | #3229 fix typo and expand notes a little | Benjamin Peterson | 2008-06-28 | 1 | -6/+7 |
|
|
* | change references to Queue module to queue in multiprocessing docs | Benjamin Peterson | 2008-06-28 | 1 | -18/+18 |
|
|
* | Merged revisions 64407,64568 via svnmerge from | Benjamin Peterson | 2008-06-28 | 1 | -158/+93 |
|
|
* | Merged revisions 64561 via svnmerge from | Mark Dickinson | 2008-06-27 | 1 | -15/+60 |
|
|
* | #3204: remove slice operations from operator doc. | Georg Brandl | 2008-06-26 | 1 | -24/+0 |
|
|
* | Rewrite references to Py3k in __floor__, __ceil__ and __round__ documentation. | Mark Dickinson | 2008-06-24 | 1 | -12/+16 |
|
|
* | Remove trailing 'L's from integers in limit_denominator examples. | Mark Dickinson | 2008-06-24 | 1 | -3/+3 |
|
|
* | Fix old urllib/urllib2/urlparse usage. | Georg Brandl | 2008-06-23 | 2 | -21/+22 |
|
|
* | Review the doc changes for the urllib package creation. | Georg Brandl | 2008-06-23 | 9 | -166/+90 |
|
|
* | Documentation updates for urllib package. Modified the documentation for the | Senthil Kumaran | 2008-06-23 | 12 | -593/+565 |
|
|
* | Reviewed and updated the documentation. Fixes #3017. | Facundo Batista | 2008-06-21 | 1 | -10/+243 |
|
|