summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Issue #449227: Now with the rlcompleter module, callable objects areFacundo Batista2008-07-021-3/+3
| | | | added a '(' when completed.
* Handle urllib's renaming for Python 3.0:Brett Cannon2008-07-021-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 glossaryBenjamin Peterson2008-07-012-7/+16
|
* #1410739: add a footnote about "is" and "unusual" behavior.Georg Brandl2008-07-011-1/+5
|
* #1523853: add note about fread().Georg Brandl2008-07-011-0/+4
|
* #3216: fix Execute's parameter description.Georg Brandl2008-07-011-5/+4
|
* Add a link to PEP 324.Georg Brandl2008-07-011-0/+4
|
* write a short little section for multiprocessing; it still needs helpBenjamin Peterson2008-07-011-1/+15
|
* reinstate the ending backtick. thanks Nick :)Benjamin Peterson2008-06-291-1/+1
|
* rewrapBenjamin Peterson2008-06-281-5/+5
|
* various SSL fixes; issues 1251, 3162, 3212Bill Janssen2008-06-281-1/+33
|
* fix typoBenjamin Peterson2008-06-281-6/+6
|
* edit multiprocessing docsBenjamin Peterson2008-06-271-90/+83
|
* Fix whitespace in example code.Raymond Hettinger2008-06-271-2/+2
|
* Issue #3197: rework documentation for fractions module.Mark Dickinson2008-06-271-33/+59
|
* add a htmlview directiveBenjamin Peterson2008-06-261-0/+2
|
* Use newer versions of externals.Georg Brandl2008-06-261-3/+3
|
* Add a version tag for shutdown().Georg Brandl2008-06-261-0/+2
|
* Remove references to Py3k in __floor__, __ceil__ and __round__ documentation.Mark Dickinson2008-06-241-6/+3
|
* Change description of float('nan') feature; NaNs don't care much aboutMark Dickinson2008-06-241-2/+2
| | | | | signs, and float('nan'), float('+nan') and float('-nan') actually all generate the exact same NaN value.
* minor fixBenjamin Peterson2008-06-241-1/+1
|
* Write out "phi" consistently.Georg Brandl2008-06-221-5/+5
|
* #3085: Fix syntax error.Georg Brandl2008-06-221-2/+2
|
* Turn section references into proper cross-references.Georg Brandl2008-06-223-15/+12
|
* In the deprecated functions I added an alert to reviewFacundo Batista2008-06-212-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 stringFacundo Batista2008-06-211-0/+2
| | | | | | will contain both FieldStorage and MiniFieldStorage items. Fixes #1817.
* Fixed issue #2888. Now the behaviour of pprint when working with nestedFacundo Batista2008-06-211-1/+1
| | | | structures follows the common sense (and works like in 2.5 and 3.0).
* Reviewed and updated the documentation. Fixes #3017.Facundo Batista2008-06-211-9/+241
|
* Documentation fix.Georg Brandl2008-06-211-1/+1
|
* Correct two versionchanged directives, to improve the 'changes' outputAndrew M. Kuchling2008-06-212-8/+7
|
* Various itemsAndrew M. Kuchling2008-06-201-5/+48
|
* Grammar fixesAndrew M. Kuchling2008-06-202-2/+2
|
* Remove request for e-mail; it's unlikely these classes will be savedAndrew M. Kuchling2008-06-201-3/+1
|
* rephraseBenjamin Peterson2008-06-201-1/+1
|
* Change references to the new math functions to generate proper x-refs.Georg Brandl2008-06-201-11/+10
|
* Fix outdated count of the number of new math module functions.Mark Dickinson2008-06-201-1/+1
|
* Various itemsAndrew M. Kuchling2008-06-201-42/+133
|
* Various itemsAndrew M. Kuchling2008-06-201-33/+80
|
* Put threading in front of threadAndrew M. Kuchling2008-06-191-2/+2
|
* Remove some standalone material from the introduction; various markup and ↵Andrew M. Kuchling2008-06-191-79/+21
| | | | typo fixes
* Add versionadded tags to new math functions.Georg Brandl2008-06-181-6/+12
|
* Typo fixMark Dickinson2008-06-181-1/+1
|
* Split the HTML index.Georg Brandl2008-06-171-0/+3
|
* Typo fixesAndrew M. Kuchling2008-06-131-2/+2
|
* Clarification.Georg Brandl2008-06-131-3/+3
|
* add py3k warnings to rfc822Benjamin Peterson2008-06-121-1/+2
|
* deprecated mimetoolsBenjamin Peterson2008-06-121-1/+2
|
* Markup fixes, thanks Georg for the help.Thomas Heller2008-06-111-47/+70
| | | | Document ctypes.util.find_library() and ctypes.util.find_msvcrt().
* Add versionadded marker to ctypes.c_longdouble.Thomas Heller2008-06-111-0/+1
|
* Add future_builtins.ascii().Georg Brandl2008-06-111-0/+8
|