Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix up the multiprocessing docs a little | Benjamin Peterson | 2008-08-20 | 1 | -34/+22 |
| | |||||
* | deprecate some useless, noop methods in symtable | Benjamin Peterson | 2008-08-20 | 1 | -9/+0 |
| | |||||
* | issue3352: clean up the multiprocessing API to remove many get_/set_ methods ↵ | Jesse Noller | 2008-08-19 | 1 | -10/+10 |
| | | | | and convert them to properties. Update the docs and the examples included. | ||||
* | Fix grammar. | Georg Brandl | 2008-08-18 | 1 | -1/+1 |
| | |||||
* | update the threading docs to account for recent changes | Benjamin Peterson | 2008-08-18 | 1 | -22/+21 |
| | |||||
* | change threading.getIdent to a property | Benjamin Peterson | 2008-08-18 | 1 | -4/+4 |
| | | | | This is new in 2.6 so now need to worry about backwards compatibility :) | ||||
* | a few improvements | Benjamin Peterson | 2008-08-17 | 1 | -2/+2 |
| | |||||
* | Review symtable docs. | Georg Brandl | 2008-08-16 | 1 | -11/+10 |
| | |||||
* | add some documentation for symtable | Benjamin Peterson | 2008-08-16 | 2 | -0/+189 |
| | |||||
* | note how os.utime should be used for emulating touch | Benjamin Peterson | 2008-08-16 | 1 | -9/+10 |
| | |||||
* | document that waitpid raises OSError | Gregory P. Smith | 2008-08-15 | 1 | -0/+3 |
| | |||||
* | update ssl documentation | Bill Janssen | 2008-08-12 | 1 | -0/+9 |
| | |||||
* | #3540: fix exception name. | Georg Brandl | 2008-08-11 | 1 | -1/+1 |
| | |||||
* | accept issue 3436 | Skip Montanaro | 2008-08-08 | 1 | -0/+12 |
| | |||||
* | more cleanup ups of the recently added warnings in the subprocess docs. | Gregory P. Smith | 2008-08-04 | 1 | -5/+6 |
| | |||||
* | Clarify the meaning of the select() parameters and sync | Georg Brandl | 2008-08-04 | 1 | -12/+18 |
| | | | | names with docstring. | ||||
* | Template is always "tmp". | Georg Brandl | 2008-08-04 | 1 | -2/+1 |
| | |||||
* | Fix markup. | Georg Brandl | 2008-08-04 | 1 | -15/+12 |
| | |||||
* | issue1606: Add warnings to the subprocess documentation about common pitfalls | Gregory P. Smith | 2008-08-04 | 1 | -0/+16 |
| | | | | of using pipes that cause deadlocks. | ||||
* | #3495: use current version. | Georg Brandl | 2008-08-03 | 1 | -2/+2 |
| | |||||
* | Issue #3039: Fix TarFileCompat.writestr() which always raised an | Lars Gustäbel | 2008-08-02 | 1 | -0/+4 |
| | | | | | | AttributeError since __slots__ were added to zipfile.ZipInfo in r46967 two years ago. Add a warning about the removal of TarFileCompat in Python 3.0. | ||||
* | Tone down math.fsum warning. | Mark Dickinson | 2008-08-01 | 1 | -23/+2 |
| | |||||
* | Alter recipe to show how to call izip_longest() with | Raymond Hettinger | 2008-07-31 | 1 | -2/+1 |
| | | | | both a keyword argument and star arguments. | ||||
* | Add note about problems with math.fsum on x86 hardware. | Mark Dickinson | 2008-07-30 | 1 | -0/+26 |
| | |||||
* | Rename math.sum to math.fsum | Mark Dickinson | 2008-07-30 | 1 | -10/+10 |
| | |||||
* | getrandombits is actually getrandbits | Benjamin Peterson | 2008-07-30 | 1 | -2/+2 |
| | |||||
* | Neaten-up the itertools recipes. | Raymond Hettinger | 2008-07-30 | 1 | -6/+4 |
| | |||||
* | the from __future__ import with_statement isn't needed in 2.6 | Benjamin Peterson | 2008-07-29 | 1 | -1/+1 |
| | |||||
* | Clarify wording | Andrew M. Kuchling | 2008-07-28 | 1 | -1/+1 |
| | |||||
* | clarify Popen argument | Benjamin Peterson | 2008-07-27 | 1 | -3/+4 |
| | |||||
* | Remove extra words | Andrew M. Kuchling | 2008-07-26 | 1 | -1/+1 |
| | |||||
* | This sentence continues to bug me; rewrite it for the second time | Andrew M. Kuchling | 2008-07-26 | 1 | -2/+3 |
| | |||||
* | fix indentation | Benjamin Peterson | 2008-07-25 | 1 | -1/+1 |
| | |||||
* | document default value for fillvalue | Benjamin Peterson | 2008-07-25 | 1 | -3/+4 |
| | |||||
* | Fix indentation. | Georg Brandl | 2008-07-24 | 1 | -3/+1 |
| | |||||
* | add some documentation for 2to3 | Benjamin Peterson | 2008-07-24 | 2 | -1/+80 |
| | |||||
* | fix spacing | Benjamin Peterson | 2008-07-24 | 1 | -1/+1 |
| | |||||
* | Use correct indentation. | Georg Brandl | 2008-07-23 | 1 | -14/+14 |
| | |||||
* | 3k-warn about parser's "ast" aliases. | Georg Brandl | 2008-07-23 | 1 | -0/+1 |
| | |||||
* | Clean-up itertools docs and recipes. | Raymond Hettinger | 2008-07-19 | 1 | -46/+19 |
| | |||||
* | Fix compress() recipe in docs to use itertools. | Raymond Hettinger | 2008-07-19 | 1 | -3/+3 |
| | |||||
* | Add ordering info for findall and finditer. | Georg Brandl | 2008-07-19 | 1 | -6/+9 |
| | |||||
* | Add recipe to the itertools docs. | Raymond Hettinger | 2008-07-19 | 1 | -0/+15 |
| | |||||
* | Deprecate the sunaudio module for removal in Python 3.0. The sunau module ↵ | Brett Cannon | 2008-07-18 | 1 | -0/+2 |
| | | | | can provide similar functionality. | ||||
* | Document the different meaning of precision for {:f} and {:g}. | Georg Brandl | 2008-07-18 | 1 | -8/+12 |
| | | | | Also document how inf and nan are formatted. #3404. | ||||
* | Issue #3389: Allow resolving dotted names for handlers in logging ↵ | Vinay Sajip | 2008-07-18 | 1 | -1/+5 |
| | | | | configuration files. Thanks to Philip Jenvey for the patch. | ||||
* | Backed out r65069, pending fixing it in Windows. | Eric Smith | 2008-07-17 | 2 | -6/+5 |
| | |||||
* | Issue 3382: Make '%F' and float.__format__('F') convert results to upper case. | Eric Smith | 2008-07-17 | 2 | -5/+6 |
| | |||||
* | Complete issue 3083: add alternate (#) formatting to bin, oct, hex in ↵ | Eric Smith | 2008-07-16 | 1 | -2/+6 |
| | | | | str.format(). | ||||
* | Move label to correct heading. | Georg Brandl | 2008-07-15 | 1 | -3/+2 |
| |