summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* This should really be a comment.Georg Brandl2008-08-011-4/+7
|
* Add the grammar to the reference manual, since the new docs don'tGeorg Brandl2008-08-012-1/+8
| | | | | have the feature of putting all the small EBNF snippets together into one big file.
* Tone down math.fsum warning.Mark Dickinson2008-08-011-23/+2
|
* Alter recipe to show how to call izip_longest() withRaymond Hettinger2008-07-311-2/+1
| | | | both a keyword argument and star arguments.
* Add note about problems with math.fsum on x86 hardware.Mark Dickinson2008-07-301-0/+26
|
* Rename math.sum to math.fsumMark Dickinson2008-07-302-11/+11
|
* getrandombits is actually getrandbitsBenjamin Peterson2008-07-301-2/+2
|
* Neaten-up the itertools recipes.Raymond Hettinger2008-07-301-6/+4
|
* the from __future__ import with_statement isn't needed in 2.6Benjamin Peterson2008-07-291-1/+1
|
* Clarify wordingAndrew M. Kuchling2008-07-281-1/+1
|
* clarify Popen argumentBenjamin Peterson2008-07-271-3/+4
|
* Shorten some overlong lines.Georg Brandl2008-07-261-3/+6
|
* Remove extra wordsAndrew M. Kuchling2008-07-261-1/+1
|
* This sentence continues to bug me; rewrite it for the second timeAndrew M. Kuchling2008-07-261-2/+3
|
* fix indentationBenjamin Peterson2008-07-251-1/+1
|
* document default value for fillvalueBenjamin Peterson2008-07-251-3/+4
|
* Fix indentation.Georg Brandl2008-07-241-3/+1
|
* add some documentation for 2to3Benjamin Peterson2008-07-243-2/+82
|
* fix markupBenjamin Peterson2008-07-241-1/+1
|
* fix spacingBenjamin Peterson2008-07-241-1/+1
|
* Use correct indentation.Georg Brandl2008-07-231-14/+14
|
* Move opcode handling to Python's extension.Georg Brandl2008-07-231-0/+22
|
* 3k-warn about parser's "ast" aliases.Georg Brandl2008-07-231-0/+1
|
* One more attribution.Raymond Hettinger2008-07-221-2/+2
|
* Fix credits for math.sum()Raymond Hettinger2008-07-221-1/+2
|
* Tuples now have both count() and index().Raymond Hettinger2008-07-221-2/+4
|
* Remove out-of-date section on Exact/Inexact.Raymond Hettinger2008-07-221-8/+0
|
* Issue #2620: Overflow checking when allocating or reallocating memoryGregory P. Smith2008-07-221-1/+3
| | | | | | | | was not always being done properly in some python types and extension modules. PyMem_MALLOC, PyMem_REALLOC, PyMem_NEW and PyMem_RESIZE have all been updated to perform better checks and places in the code that would previously leak memory on the error path when such an allocation failed have been fixed.
* nonlocal is not in 2.6.Georg Brandl2008-07-211-4/+2
|
* #926501: add info where to put the docstring.Georg Brandl2008-07-202-5/+22
|
* Clean-up itertools docs and recipes.Raymond Hettinger2008-07-191-46/+19
|
* Fix compress() recipe in docs to use itertools.Raymond Hettinger2008-07-191-3/+3
|
* Add ordering info for findall and finditer.Georg Brandl2008-07-191-6/+9
|
* #3323: mention that if inheriting from a class without __slots__,Georg Brandl2008-07-191-0/+4
| | | | the subclass will have a __dict__ available too.
* Add recipe to the itertools docs.Raymond Hettinger2008-07-191-0/+15
|
* Deprecate the sunaudio module for removal in Python 3.0. The sunau module ↵Brett Cannon2008-07-181-0/+2
| | | | can provide similar functionality.
* Document the different meaning of precision for {:f} and {:g}.Georg Brandl2008-07-181-8/+12
| | | | Also document how inf and nan are formatted. #3404.
* Issue #3389: Allow resolving dotted names for handlers in logging ↵Vinay Sajip2008-07-181-1/+5
| | | | configuration files. Thanks to Philip Jenvey for the patch.
* Backed out r65069, pending fixing it in Windows.Eric Smith2008-07-172-6/+5
|
* Issue 3382: Make '%F' and float.__format__('F') convert results to upper case.Eric Smith2008-07-172-5/+6
|
* #3388: add a paragraph about using "with" for file objects.Georg Brandl2008-07-161-0/+10
|
* Complete issue 3083: add alternate (#) formatting to bin, oct, hex in ↵Eric Smith2008-07-161-2/+6
| | | | str.format().
* Move label to correct heading.Georg Brandl2008-07-151-3/+2
|
* Issue #3008: add instance method float.hex and class method float.fromhexMark Dickinson2008-07-152-0/+74
| | | | to convert floats to and from hexadecimal strings respectively.
* Expand the multiprocessing sectionAndrew M. Kuchling2008-07-141-10/+134
|
* Typo fixAndrew M. Kuchling2008-07-141-1/+1
|
* Typo fixAndrew M. Kuchling2008-07-141-1/+1
|
* Typo fixesAndrew M. Kuchling2008-07-141-3/+4
|
* Add various items; move ctypes items into a subsection of their ownAndrew M. Kuchling2008-07-131-16/+40
|
* Re-wordAndrew M. Kuchling2008-07-131-2/+2
|