| Commit message (Expand) | Author | Age | Files | Lines |
* | various SSL fixes; issues 1251, 3162, 3212 | Bill Janssen | 2008-06-28 | 1 | -1/+33 |
|
|
* | edit multiprocessing docs | Benjamin Peterson | 2008-06-27 | 1 | -90/+83 |
|
|
* | Fix whitespace in example code. | Raymond Hettinger | 2008-06-27 | 1 | -2/+2 |
|
|
* | Issue #3197: rework documentation for fractions module. | Mark Dickinson | 2008-06-27 | 1 | -33/+59 |
|
|
* | Add a version tag for shutdown(). | Georg Brandl | 2008-06-26 | 1 | -0/+2 |
|
|
* | Remove references to Py3k in __floor__, __ceil__ and __round__ documentation. | Mark Dickinson | 2008-06-24 | 1 | -6/+3 |
|
|
* | Write out "phi" consistently. | Georg Brandl | 2008-06-22 | 1 | -5/+5 |
|
|
* | #3085: Fix syntax error. | Georg Brandl | 2008-06-22 | 1 | -2/+2 |
|
|
* | Turn section references into proper cross-references. | Georg Brandl | 2008-06-22 | 3 | -15/+12 |
|
|
* | In the deprecated functions I added an alert to review | Facundo Batista | 2008-06-21 | 2 | -7/+16 |
|
|
* | Now a from submitted via POST that also has a query string | Facundo Batista | 2008-06-21 | 1 | -0/+2 |
|
|
* | Fixed issue #2888. Now the behaviour of pprint when working with nested | Facundo Batista | 2008-06-21 | 1 | -1/+1 |
|
|
* | Reviewed and updated the documentation. Fixes #3017. | Facundo Batista | 2008-06-21 | 1 | -9/+241 |
|
|
* | Documentation fix. | Georg Brandl | 2008-06-21 | 1 | -1/+1 |
|
|
* | Correct two versionchanged directives, to improve the 'changes' output | Andrew M. Kuchling | 2008-06-21 | 2 | -8/+7 |
|
|
* | Grammar fixes | Andrew M. Kuchling | 2008-06-20 | 2 | -2/+2 |
|
|
* | Remove request for e-mail; it's unlikely these classes will be saved | Andrew M. Kuchling | 2008-06-20 | 1 | -3/+1 |
|
|
* | rephrase | Benjamin Peterson | 2008-06-20 | 1 | -1/+1 |
|
|
* | Put threading in front of thread | Andrew M. Kuchling | 2008-06-19 | 1 | -2/+2 |
|
|
* | Remove some standalone material from the introduction; various markup and typ... | Andrew M. Kuchling | 2008-06-19 | 1 | -79/+21 |
|
|
* | Add versionadded tags to new math functions. | Georg Brandl | 2008-06-18 | 1 | -6/+12 |
|
|
* | Typo fix | Mark Dickinson | 2008-06-18 | 1 | -1/+1 |
|
|
* | Typo fixes | Andrew M. Kuchling | 2008-06-13 | 1 | -2/+2 |
|
|
* | Clarification. | Georg Brandl | 2008-06-13 | 1 | -3/+3 |
|
|
* | add py3k warnings to rfc822 | Benjamin Peterson | 2008-06-12 | 1 | -1/+2 |
|
|
* | deprecated mimetools | Benjamin Peterson | 2008-06-12 | 1 | -1/+2 |
|
|
* | Markup fixes, thanks Georg for the help. | Thomas Heller | 2008-06-11 | 1 | -47/+70 |
|
|
* | Add versionadded marker to ctypes.c_longdouble. | Thomas Heller | 2008-06-11 | 1 | -0/+1 |
|
|
* | Add future_builtins.ascii(). | Georg Brandl | 2008-06-11 | 1 | -0/+8 |
|
|
* | Smaller doc fixes. | Thomas Heller | 2008-06-11 | 1 | -19/+16 |
|
|
* | More doc fixes. | Thomas Heller | 2008-06-11 | 1 | -15/+6 |
|
|
* | Markup fixes, spelling corrections, and better wordings. Hopefully. | Thomas Heller | 2008-06-11 | 1 | -9/+8 |
|
|
* | Fix typos. | Georg Brandl | 2008-06-11 | 1 | -3/+2 |
|
|
* | add aliases to threading module | Benjamin Peterson | 2008-06-11 | 1 | -3/+17 |
|
|
* | give the threading API PEP 8 names | Benjamin Peterson | 2008-06-11 | 1 | -19/+19 |
|
|
* | Multi-arg form for set.difference() and set.difference_update(). | Raymond Hettinger | 2008-06-11 | 1 | -6/+12 |
|
|
* | Fix markup. | Thomas Heller | 2008-06-11 | 1 | -20/+30 |
|
|
* | add the multiprocessing package to fulfill PEP 371 | Benjamin Peterson | 2008-06-11 | 2 | -0/+2109 |
|
|
* | Update numbers doc for the Integral simplification. | Raymond Hettinger | 2008-06-11 | 1 | -4/+4 |
|
|
* | Documented the new AST constructor. | Armin Ronacher | 2008-06-10 | 1 | -0/+5 |
|
|
* | Fix a formatting error in the ast documentation. | Armin Ronacher | 2008-06-10 | 1 | -1/+1 |
|
|
* | more markup fix. | Georg Brandl | 2008-06-10 | 1 | -9/+9 |
|
|
* | fix markup | Benjamin Peterson | 2008-06-10 | 1 | -5/+6 |
|
|
* | Add the "ast" module, containing helpers to ease use of the "_ast" classes. | Georg Brandl | 2008-06-10 | 3 | -86/+258 |
|
|
* | Applying updated patch from Issue 1736190, which addresses partial | Josiah Carlson | 2008-06-10 | 2 | -0/+26 |
|
|
* | Let set.intersection() and set.intersection_update() take multiple input argu... | Raymond Hettinger | 2008-06-09 | 1 | -4/+10 |
|
|
* | Let set.union() and set.update() accept multiple inputs. | Raymond Hettinger | 2008-06-09 | 1 | -4/+10 |
|
|
* | Issue #2138: Add math.factorial(). | Raymond Hettinger | 2008-06-09 | 1 | -0/+4 |
|
|
* | Issue3065: Fixed pickling of named tuples. Added tests. | Raymond Hettinger | 2008-06-09 | 1 | -0/+3 |
|
|
* | Argh, I read it wrong. Reverted 64036 and added a clarifying remark. | Georg Brandl | 2008-06-08 | 1 | -2/+2 |
|
|