| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix-up the enumerate type example and move it to the end. | Raymond Hettinger | 2008-05-08 | 1 | -10/+9 |
| | | |||||
| * | Deprecate the audiodev module for 3.0. | Brett Cannon | 2008-05-06 | 1 | -0/+2 |
| | | |||||
| * | Implemented PEP 370 | Christian Heimes | 2008-05-06 | 2 | -1/+82 |
| | | |||||
| * | > != (!<). | Georg Brandl | 2008-05-06 | 1 | -2/+2 |
| | | |||||
| * | #2773: fix description of 'g' and 'G' formatting spec. | Georg Brandl | 2008-05-06 | 1 | -6/+6 |
| | | |||||
| * | #2752: fix second example too. | Georg Brandl | 2008-05-05 | 1 | -1/+1 |
| | | |||||
| * | #2769: markup glitch. | Georg Brandl | 2008-05-05 | 1 | -1/+1 |
| | | |||||
| * | Fix JSON module docs. | Georg Brandl | 2008-05-05 | 1 | -142/+108 |
| | | |||||
| * | Add the 'json' package. Code taken from simplejson 1.9 and contributed by Bob | Brett Cannon | 2008-05-05 | 3 | -0/+458 |
| | | | | | | | Ippolito. Closes issue #2750. | ||||
| * | Add a DeprecationWarning for when warnings.showwarning() is set to a function | Brett Cannon | 2008-05-05 | 1 | -1/+2 |
| | | | | | that lacks support for the new 'line' argument. | ||||
| * | Fix typo in bugs.rst | Benjamin Peterson | 2008-05-04 | 1 | -1/+1 |
| | | |||||
| * | #2757: Remove spare newline. | Georg Brandl | 2008-05-04 | 1 | -1/+0 |
| | | |||||
| * | Implemented feature request 2157: Converter names are cut off at '(' | Gerhard Häring | 2008-05-04 | 1 | -8/+5 |
| | | | | | | | characters. This avoids the common case of something like 'NUMBER(10)' not being parsed as 'NUMBER', like expected. Also corrected the docs about converter names being case-sensitive. They aren't any longer. | ||||
| * | Added note that Python requires at least Win2k SP4 | Christian Heimes | 2008-05-04 | 1 | -0/+3 |
| | | |||||
| * | #2752: wrong meaning of '' for socket host. | Georg Brandl | 2008-05-04 | 1 | -1/+1 |
| | | |||||
| * | Fix typo in whatsnew | Benjamin Peterson | 2008-05-04 | 1 | -1/+3 |
| | | |||||
| * | Insert correct OpenSearch base URL. | Georg Brandl | 2008-05-03 | 1 | -1/+1 |
| | | |||||
| * | Backport Raymond's changes in r60508 to Python 2.6. | Mark Dickinson | 2008-05-03 | 1 | -2/+2 |
| | | | | | 'Context flags get set, not incremented' | ||||
| * | capitalization nit for reStructuredText | Benjamin Peterson | 2008-05-02 | 1 | -1/+1 |
| | | |||||
| * | #2581: Vista UAC/elevation support for bdist_wininst | Mark Hammond | 2008-05-02 | 1 | -2/+7 |
| | | |||||
| * | Fix synopsis. | Georg Brandl | 2008-05-01 | 1 | -1/+1 |
| | | |||||
| * | Fix typo in whatsnew | Benjamin Peterson | 2008-04-30 | 1 | -1/+1 |
| | | |||||
| * | #2727: clarify tp_iternext docs. | Georg Brandl | 2008-04-30 | 1 | -5/+6 |
| | | |||||
| * | #2719: backport next() from 3k. | Georg Brandl | 2008-04-30 | 1 | -0/+9 |
| | | |||||
| * | Update command line usage documentation to reflect 2.6 changes (also ↵ | Nick Coghlan | 2008-04-30 | 1 | -27/+62 |
| | | | | | includes some minor cleanups). Addresses TODO list issue 2258 | ||||
| * | Strip down SSL docs; I'm not managing to get test programs working, so I'll ↵ | Andrew M. Kuchling | 2008-04-29 | 1 | -8/+3 |
| | | | | | just give a minimal description | ||||
| * | Fix markup. | Georg Brandl | 2008-04-28 | 1 | -1/+1 |
| | | |||||
| * | Wrap some long lines. | Skip Montanaro | 2008-04-28 | 1 | -9/+12 |
| | | |||||
| * | Correct documentation to match implementation: "Class" instead of | Skip Montanaro | 2008-04-28 | 1 | -45/+46 |
| | | | | | | | "class_descriptor", "Function" instead of "function_descriptor". Note default path value for readmodule*. Wrap some long paragraphs. Don't mention 'inpackage' which isn't part of the public API. | ||||
| * | Wrap some long paragraphs and include the default values for optional | Skip Montanaro | 2008-04-27 | 1 | -88/+96 |
| | | | | | function parameters. | ||||
| * | minor wording changes, rewrap a few lines | Skip Montanaro | 2008-04-27 | 1 | -12/+13 |
| | | |||||
| * | Add OpenSearch and a Python logo to the HTML output. | Georg Brandl | 2008-04-27 | 4 | -0/+25 |
| | | |||||
| * | #2700 Document PyNumber_ToBase | Benjamin Peterson | 2008-04-27 | 1 | -0/+11 |
| | | |||||
| * | Use correct XHTML tags. | Georg Brandl | 2008-04-27 | 1 | -16/+16 |
| | | |||||
| * | #2677: add note that not all functions may accept keyword args. | Georg Brandl | 2008-04-27 | 1 | -0/+8 |
| | | |||||
| * | Added PyErr_WarnPy3k function. (issue 2671) I will be converting current ↵ | Benjamin Peterson | 2008-04-27 | 1 | -0/+8 |
| | | | | | Py3k warnings to the use of this function soon. | ||||
| * | #2691: document PyLong (s)size_t APIs, patch by Alexander Belopolsky. | Georg Brandl | 2008-04-26 | 1 | -1/+31 |
| | | |||||
| * | #2668: nit in apply() docs. | Georg Brandl | 2008-04-26 | 1 | -1/+1 |
| | | |||||
| * | Add from_buffer and from_buffer_copy class methods to ctypes types. | Thomas Heller | 2008-04-25 | 1 | -0/+22 |
| | | |||||
| * | reformat some documentation of classes so methods and attributes are under ↵ | Benjamin Peterson | 2008-04-25 | 42 | -3573/+3701 |
| | | | | | the class directive | ||||
| * | #2673 Fix example typo in optparse docs | Benjamin Peterson | 2008-04-23 | 1 | -1/+1 |
| | | |||||
| * | syntax fixup | Gregory P. Smith | 2008-04-23 | 1 | -3/+3 |
| | | |||||
| * | Factor in documentation changes from issue 1753732. | Skip Montanaro | 2008-04-22 | 1 | -0/+13 |
| | | |||||
| * | Major improvements: | Gregory P. Smith | 2008-04-22 | 1 | -2/+18 |
| | | | | | | | | | | * Default to using /dev/tty for the password prompt and input before falling back to sys.stdin and sys.stderr. * Use sys.stderr instead of sys.stdout. * print the 'password may be echoed' warning to stream used to display the prompt rather than always sys.stderr. * warn() with GetPassWarning when input may be echoed. | ||||
| * | Various io doc updates | Benjamin Peterson | 2008-04-22 | 1 | -68/+63 |
| | | |||||
| * | Fix Sphinx warnings | Benjamin Peterson | 2008-04-21 | 1 | -11/+11 |
| | | |||||
| * | Windows x64 also falls under VER_PLATFORM_WIN32_NT. | Jeroen Ruigrok van der Werven | 2008-04-21 | 1 | -11/+11 |
| | | |||||
| * | capitalization | David Goodger | 2008-04-21 | 1 | -2/+2 |
| | | |||||
| * | corrections ("reStructuredText" is one word) | David Goodger | 2008-04-21 | 1 | -4/+4 |
| | | |||||
| * | Moved Mark SummerField's io doc changes back to the trunk. (He will edit ↵ | Benjamin Peterson | 2008-04-21 | 1 | -117/+137 |
| | | | | | here in the future.) | ||||
