summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* make test_support's captured_output a bit more robust when exceptions happenBenjamin Peterson2008-04-301-2/+4
* #2727: clarify tp_iternext docs.Georg Brandl2008-04-301-5/+6
* #2719: backport next() from 3k.Georg Brandl2008-04-304-0/+80
* Typo fixAndrew M. Kuchling2008-04-301-4/+4
* Update command line usage documentation to reflect 2.6 changes (also includes...Nick Coghlan2008-04-301-27/+62
* Issue 2526, float.__format__ 'n' specifier does not support thousands grouping.Eric Smith2008-04-302-129/+240
* Add Rodrigo and Heiko.Martin v. Löwis2008-04-291-0/+6
* Strip down SSL docs; I'm not managing to get test programs working, so I'll j...Andrew M. Kuchling2008-04-291-8/+3
* test_sundry performs minimal tests (a simple import...) on modules that are n...Amaury Forgeot d'Arc2008-04-281-25/+0
* Fix markup.Georg Brandl2008-04-281-1/+1
* Rename the test_traceback_print() function to traceback_print() to preventBrett Cannon2008-04-282-5/+5
* Get rid of _test(), _main(), _debug() and _check(). Tests are no longerSkip Montanaro2008-04-281-93/+12
* Wrap some long lines.Skip Montanaro2008-04-281-9/+12
* Fix a bug introduced by the warnings rewrite where tracebacks were beingBrett Cannon2008-04-283-4/+47
* Correct documentation to match implementation: "Class" instead ofSkip Montanaro2008-04-281-45/+46
* Minor cleanups:Skip Montanaro2008-04-281-35/+37
* Wrap some long paragraphs and include the default values for optionalSkip Montanaro2008-04-271-88/+96
* A few small changes:Skip Montanaro2008-04-271-10/+5
* Autocompletion of filenames now support alternate separators, e.g. theKurt B. Kaiser2008-04-272-3/+10
* Improved AutoCompleteWindow logic. Patch 2062 Tal Einat.Kurt B. Kaiser2008-04-272-7/+14
* Home / Control-A toggles between left margin and end of leading whiteKurt B. Kaiser2008-04-273-11/+48
* minor wording changes, rewrap a few linesSkip Montanaro2008-04-271-12/+13
* Add OpenSearch and a Python logo to the HTML output.Georg Brandl2008-04-274-0/+25
* A little reformating of Py3k warningsBenjamin Peterson2008-04-2711-35/+33
* #2700 Document PyNumber_ToBaseBenjamin Peterson2008-04-271-0/+11
* Use correct XHTML tags.Georg Brandl2008-04-271-16/+16
* #2677: add note that not all functions may accept keyword args.Georg Brandl2008-04-271-0/+8
* Use PyErr_WarnPy3k throughoutBenjamin Peterson2008-04-2714-88/+47
* Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k...Benjamin Peterson2008-04-274-0/+21
* Fixed URL of PEP 205 in weakref's module docstring.Alexandre Vassalotti2008-04-271-1/+1
* Add missing return type to dealloc.Georg Brandl2008-04-261-1/+2
* #2691: document PyLong (s)size_t APIs, patch by Alexander Belopolsky.Georg Brandl2008-04-261-1/+31
* #2668: nit in apply() docs.Georg Brandl2008-04-261-1/+1
* Allow test_import to work when it is invoked directlyBenjamin Peterson2008-04-251-0/+2
* Issue 2635: fix bug in the fix_sentence_endings option to textwrap.fill.Mark Dickinson2008-04-253-0/+9
* Issue #1496032. Add -mieee to BASECFLAGS on alpha, when gcc isMark Dickinson2008-04-253-1/+33
* Add from_buffer and from_buffer_copy class methods to ctypes types.Thomas Heller2008-04-254-0/+221
* A new crasher.Armin Rigo2008-04-251-0/+31
* Fix typo (now -> no)Neal Norwitz2008-04-251-1/+1
* reformat some documentation of classes so methods and attributes are under th...Benjamin Peterson2008-04-2542-3573/+3701
* Use absolute import for test packageAmaury Forgeot d'Arc2008-04-241-1/+1
* Add a few tests for pydoc.Amaury Forgeot d'Arc2008-04-242-1/+33
* Disable gc when running test_trace, or we may record the __del__ of collected...Amaury Forgeot d'Arc2008-04-241-0/+12
* Remove cyclic reference in CFuncPtr instances; see issue #2682.Thomas Heller2008-04-244-50/+136
* Issue2681: the literal 0o8 was wrongly accepted, and evaluated as float(0.0).Amaury Forgeot d'Arc2008-04-243-2/+5
* Add Jesus Cea.Martin v. Löwis2008-04-241-0/+3
* Fix typo.Martin v. Löwis2008-04-241-1/+1
* Remove Py_Refcnt, Py_Type, Py_Size, as they were added onlyMartin v. Löwis2008-04-241-5/+0
* Add Guilherme Polo.Martin v. Löwis2008-04-241-0/+3
* #2673 Fix example typo in optparse docsBenjamin Peterson2008-04-231-1/+1