summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix some indentation errors.Brett Cannon2008-05-031-9/+10
* capitalization nit for reStructuredTextBenjamin Peterson2008-05-021-1/+1
* Fix for issue #2520 (cannot import macerrors)Ronald Oussoren2008-05-021-0/+1
* Fix for #1905: PythonLauncher not working correctly on OSX 10.5/LeopardRonald Oussoren2008-05-024-103/+45
* Merged revisions 62263-62646 via svnmerge fromMartin v. Löwis2008-05-022-4/+53
* Finish fix for issue2573, previous patch was incomplete.Ronald Oussoren2008-05-021-1/+2
* Fix for issue #2573: Can't change the framework name on OS X buildsRonald Oussoren2008-05-0213-57/+77
* Fixed some test structures. Thanks Mark Dickinson.Facundo Batista2008-05-022-21/+10
* #2581: Vista UAC/elevation support for bdist_wininstMark Hammond2008-05-0211-11/+152
* This should fix issue2632. A long description of the two competingGregory P. Smith2008-05-021-59/+104
* Fix a backwards-compatibility mistake where a new optional argument forBrett Cannon2008-05-022-4/+3
* Fix synopsis.Georg Brandl2008-05-011-1/+1
* Fix typo in whatsnewBenjamin Peterson2008-04-301-1/+1
* Remove some from __future__ import with_statementsBenjamin Peterson2008-04-307-7/+0
* #1748: use functools.wraps instead of rolling own metadata update.Georg Brandl2008-04-301-6/+2
* 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