Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #449227: Now with the rlcompleter module, callable objects are | Facundo Batista | 2008-07-02 | 1 | -3/+3 |
| | | | | added a '(' when completed. | ||||
* | Handle urllib's renaming for Python 3.0: | Brett Cannon | 2008-07-02 | 1 | -0/+11 |
| | | | | | | | | * Deprecate urllib.urlopen() in favor of urllib2.urlopen() for 3.0. * Update docs to mention split/rename of the module and deprecation of urlopen(). Changes to lib2to3 are in a separate commit. Work is for issue #2885. | ||||
* | add ABC to the glossary | Benjamin Peterson | 2008-07-01 | 2 | -7/+16 |
| | |||||
* | #1410739: add a footnote about "is" and "unusual" behavior. | Georg Brandl | 2008-07-01 | 1 | -1/+5 |
| | |||||
* | #1523853: add note about fread(). | Georg Brandl | 2008-07-01 | 1 | -0/+4 |
| | |||||
* | #3216: fix Execute's parameter description. | Georg Brandl | 2008-07-01 | 1 | -5/+4 |
| | |||||
* | Add a link to PEP 324. | Georg Brandl | 2008-07-01 | 1 | -0/+4 |
| | |||||
* | write a short little section for multiprocessing; it still needs help | Benjamin Peterson | 2008-07-01 | 1 | -1/+15 |
| | |||||
* | reinstate the ending backtick. thanks Nick :) | Benjamin Peterson | 2008-06-29 | 1 | -1/+1 |
| | |||||
* | rewrap | Benjamin Peterson | 2008-06-28 | 1 | -5/+5 |
| | |||||
* | various SSL fixes; issues 1251, 3162, 3212 | Bill Janssen | 2008-06-28 | 1 | -1/+33 |
| | |||||
* | fix typo | Benjamin Peterson | 2008-06-28 | 1 | -6/+6 |
| | |||||
* | 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 htmlview directive | Benjamin Peterson | 2008-06-26 | 1 | -0/+2 |
| | |||||
* | Use newer versions of externals. | Georg Brandl | 2008-06-26 | 1 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | Change description of float('nan') feature; NaNs don't care much about | Mark Dickinson | 2008-06-24 | 1 | -2/+2 |
| | | | | | signs, and float('nan'), float('+nan') and float('-nan') actually all generate the exact same NaN value. | ||||
* | minor fix | Benjamin Peterson | 2008-06-24 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | | specially a section of the subprocess documentation that helps with the replacing of those functionss. | ||||
* | Now a from submitted via POST that also has a query string | Facundo Batista | 2008-06-21 | 1 | -0/+2 |
| | | | | | | will contain both FieldStorage and MiniFieldStorage items. Fixes #1817. | ||||
* | Fixed issue #2888. Now the behaviour of pprint when working with nested | Facundo Batista | 2008-06-21 | 1 | -1/+1 |
| | | | | structures follows the common sense (and works like in 2.5 and 3.0). | ||||
* | 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 |
| | |||||
* | Various items | Andrew M. Kuchling | 2008-06-20 | 1 | -5/+48 |
| | |||||
* | 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 |
| | |||||
* | Change references to the new math functions to generate proper x-refs. | Georg Brandl | 2008-06-20 | 1 | -11/+10 |
| | |||||
* | Fix outdated count of the number of new math module functions. | Mark Dickinson | 2008-06-20 | 1 | -1/+1 |
| | |||||
* | Various items | Andrew M. Kuchling | 2008-06-20 | 1 | -42/+133 |
| | |||||
* | Various items | Andrew M. Kuchling | 2008-06-20 | 1 | -33/+80 |
| | |||||
* | 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 ↵ | Andrew M. Kuchling | 2008-06-19 | 1 | -79/+21 |
| | | | | typo fixes | ||||
* | 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 |
| | |||||
* | Split the HTML index. | Georg Brandl | 2008-06-17 | 1 | -0/+3 |
| | |||||
* | 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 |
| | | | | Document ctypes.util.find_library() and ctypes.util.find_msvcrt(). | ||||
* | 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 |
| |