| Commit message (Expand) | Author | Age | Files | Lines |
* | Typo fix | Andrew M. Kuchling | 2008-04-30 | 1 | -4/+4 |
|
|
* | Update command line usage documentation to reflect 2.6 changes (also includes... | Nick Coghlan | 2008-04-30 | 1 | -27/+62 |
|
|
* | Issue 2526, float.__format__ 'n' specifier does not support thousands grouping. | Eric Smith | 2008-04-30 | 2 | -129/+240 |
|
|
* | Add Rodrigo and Heiko. | Martin v. Löwis | 2008-04-29 | 1 | -0/+6 |
|
|
* | Strip down SSL docs; I'm not managing to get test programs working, so I'll j... | Andrew M. Kuchling | 2008-04-29 | 1 | -8/+3 |
|
|
* | test_sundry performs minimal tests (a simple import...) on modules that are n... | Amaury Forgeot d'Arc | 2008-04-28 | 1 | -25/+0 |
|
|
* | Fix markup. | Georg Brandl | 2008-04-28 | 1 | -1/+1 |
|
|
* | Rename the test_traceback_print() function to traceback_print() to prevent | Brett Cannon | 2008-04-28 | 2 | -5/+5 |
|
|
* | Get rid of _test(), _main(), _debug() and _check(). Tests are no longer | Skip Montanaro | 2008-04-28 | 1 | -93/+12 |
|
|
* | Wrap some long lines. | Skip Montanaro | 2008-04-28 | 1 | -9/+12 |
|
|
* | Fix a bug introduced by the warnings rewrite where tracebacks were being | Brett Cannon | 2008-04-28 | 3 | -4/+47 |
|
|
* | Correct documentation to match implementation: "Class" instead of | Skip Montanaro | 2008-04-28 | 1 | -45/+46 |
|
|
* | Minor cleanups: | Skip Montanaro | 2008-04-28 | 1 | -35/+37 |
|
|
* | Wrap some long paragraphs and include the default values for optional | Skip Montanaro | 2008-04-27 | 1 | -88/+96 |
|
|
* | A few small changes: | Skip Montanaro | 2008-04-27 | 1 | -10/+5 |
|
|
* | Autocompletion of filenames now support alternate separators, e.g. the | Kurt B. Kaiser | 2008-04-27 | 2 | -3/+10 |
|
|
* | Improved AutoCompleteWindow logic. Patch 2062 Tal Einat. | Kurt B. Kaiser | 2008-04-27 | 2 | -7/+14 |
|
|
* | Home / Control-A toggles between left margin and end of leading white | Kurt B. Kaiser | 2008-04-27 | 3 | -11/+48 |
|
|
* | 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 |
|
|
* | A little reformating of Py3k warnings | Benjamin Peterson | 2008-04-27 | 11 | -35/+33 |
|
|
* | #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 |
|
|
* | Use PyErr_WarnPy3k throughout | Benjamin Peterson | 2008-04-27 | 14 | -88/+47 |
|
|
* | Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k... | Benjamin Peterson | 2008-04-27 | 4 | -0/+21 |
|
|
* | Fixed URL of PEP 205 in weakref's module docstring. | Alexandre Vassalotti | 2008-04-27 | 1 | -1/+1 |
|
|
* | Add missing return type to dealloc. | Georg Brandl | 2008-04-26 | 1 | -1/+2 |
|
|
* | #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 |
|
|
* | Allow test_import to work when it is invoked directly | Benjamin Peterson | 2008-04-25 | 1 | -0/+2 |
|
|
* | Issue 2635: fix bug in the fix_sentence_endings option to textwrap.fill. | Mark Dickinson | 2008-04-25 | 3 | -0/+9 |
|
|
* | Issue #1496032. Add -mieee to BASECFLAGS on alpha, when gcc is | Mark Dickinson | 2008-04-25 | 3 | -1/+33 |
|
|
* | Add from_buffer and from_buffer_copy class methods to ctypes types. | Thomas Heller | 2008-04-25 | 4 | -0/+221 |
|
|
* | A new crasher. | Armin Rigo | 2008-04-25 | 1 | -0/+31 |
|
|
* | Fix typo (now -> no) | Neal Norwitz | 2008-04-25 | 1 | -1/+1 |
|
|
* | reformat some documentation of classes so methods and attributes are under th... | Benjamin Peterson | 2008-04-25 | 42 | -3573/+3701 |
|
|
* | Use absolute import for test package | Amaury Forgeot d'Arc | 2008-04-24 | 1 | -1/+1 |
|
|
* | Add a few tests for pydoc. | Amaury Forgeot d'Arc | 2008-04-24 | 2 | -1/+33 |
|
|
* | Disable gc when running test_trace, or we may record the __del__ of collected... | Amaury Forgeot d'Arc | 2008-04-24 | 1 | -0/+12 |
|
|
* | Remove cyclic reference in CFuncPtr instances; see issue #2682. | Thomas Heller | 2008-04-24 | 4 | -50/+136 |
|
|
* | Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0). | Amaury Forgeot d'Arc | 2008-04-24 | 3 | -2/+5 |
|
|
* | Add Jesus Cea. | Martin v. Löwis | 2008-04-24 | 1 | -0/+3 |
|
|
* | Fix typo. | Martin v. Löwis | 2008-04-24 | 1 | -1/+1 |
|
|
* | Remove Py_Refcnt, Py_Type, Py_Size, as they were added only | Martin v. Löwis | 2008-04-24 | 1 | -5/+0 |
|
|
* | Add Guilherme Polo. | Martin v. Löwis | 2008-04-24 | 1 | -0/+3 |
|
|
* | #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 |
|
|
* | Issue #2670: urllib2.build_opener() failed when two handlers | Amaury Forgeot d'Arc | 2008-04-22 | 3 | -3/+12 |
|
|