]> granicus.if.org Git - python/shortlog
python
2008-05-04 Benjamin PetersonRemove method signatures from the docstrings of io.py
2008-05-04 Georg Brandl#2695: Do case-insensitive check for algorithms.
2008-05-04 Benjamin PetersonFix typo in bugs.rst
2008-05-04 Georg Brandl#2757: Remove spare newline.
2008-05-04 Gerhard HäringImplemented feature request 2157: Converter names are...
2008-05-04 Gerhard HäringApplied sqliterow-richcmp.diff patch from Thomas Heller...
2008-05-04 Gerhard HäringSQLite requires 64-bit integers in order to build....
2008-05-04 Christian HeimesAdded note that Python requires at least Win2k SP4
2008-05-04 Georg Brandl#2752: wrong meaning of '' for socket host.
2008-05-04 Benjamin PetersonFix typo in whatsnew
2008-05-04 Mark DickinsonMake sure that Context traps and flags dictionaries...
2008-05-04 Mark DickinsonSome very minor changes to decimal.py in Python 2.6...
2008-05-03 Benjamin PetersonMoved testing of builtin types out of test_builtin...
2008-05-03 Georg BrandlInsert correct OpenSearch base URL.
2008-05-03 Mark DickinsonBackport Raymond's changes in r60508 to Python 2.6.
2008-05-03 Benjamin PetersonThe compiling struct is now passed around to all AST...
2008-05-03 Amaury Forgeot... In test_io, StatefulIncrementalDecoderTest was not...
2008-05-03 Brett CannonFix the C implementation of 'warnings' to infer the...
2008-05-03 Brett CannonFix some indentation errors.
2008-05-02 Benjamin Petersoncapitalization nit for reStructuredText
2008-05-02 Ronald OussorenFix for issue #2520 (cannot import macerrors)
2008-05-02 Ronald OussorenFix for #1905: PythonLauncher not working correctly...
2008-05-02 Martin v. LöwisMerged revisions 62263-62646 via svnmerge from
2008-05-02 Ronald OussorenFinish fix for issue2573, previous patch was incomplete.
2008-05-02 Ronald OussorenFix for issue #2573: Can't change the framework name...
2008-05-02 Facundo BatistaFixed some test structures. Thanks Mark Dickinson.
2008-05-02 Mark Hammond#2581: Vista UAC/elevation support for bdist_wininst
2008-05-02 Gregory P.... This should fix issue2632. A long description of the...
2008-05-02 Brett CannonFix a backwards-compatibility mistake where a new optio...
2008-05-01 Georg BrandlFix synopsis.
2008-04-30 Benjamin PetersonFix typo in whatsnew
2008-04-30 Benjamin PetersonRemove some from __future__ import with_statements
2008-04-30 Georg Brandl#1748: use functools.wraps instead of rolling own metad...
2008-04-30 Benjamin Petersonmake test_support's captured_output a bit more robust...
2008-04-30 Georg Brandl#2727: clarify tp_iternext docs.
2008-04-30 Georg Brandl#2719: backport next() from 3k.
2008-04-30 Andrew M. KuchlingTypo fix
2008-04-30 Nick CoghlanUpdate command line usage documentation to reflect...
2008-04-30 Eric SmithIssue 2526, float.__format__ 'n' specifier does not...
2008-04-29 Martin v. LöwisAdd Rodrigo and Heiko.
2008-04-29 Andrew M. KuchlingStrip down SSL docs; I'm not managing to get test progr...
2008-04-28 Amaury Forgeot... test_sundry performs minimal tests (a simple import...
2008-04-28 Georg BrandlFix markup.
2008-04-28 Brett CannonRename the test_traceback_print() function to traceback...
2008-04-28 Skip MontanaroGet rid of _test(), _main(), _debug() and _check()...
2008-04-28 Skip MontanaroWrap some long lines.
2008-04-28 Brett CannonFix a bug introduced by the warnings rewrite where...
2008-04-28 Skip MontanaroCorrect documentation to match implementation: "Class...
2008-04-28 Skip MontanaroMinor cleanups:
2008-04-27 Skip MontanaroWrap some long paragraphs and include the default value...
2008-04-27 Skip MontanaroA few small changes:
2008-04-27 Kurt B. KaiserAutocompletion of filenames now support alternate separ...
2008-04-27 Kurt B. KaiserImproved AutoCompleteWindow logic. Patch 2062 Tal...
2008-04-27 Kurt B. KaiserHome / Control-A toggles between left margin and end...
2008-04-27 Skip Montanarominor wording changes, rewrap a few lines
2008-04-27 Georg BrandlAdd OpenSearch and a Python logo to the HTML output.
2008-04-27 Benjamin PetersonA little reformating of Py3k warnings
2008-04-27 Benjamin Peterson#2700 Document PyNumber_ToBase
2008-04-27 Georg BrandlUse correct XHTML tags.
2008-04-27 Georg Brandl#2677: add note that not all functions may accept keywo...
2008-04-27 Benjamin PetersonUse PyErr_WarnPy3k throughout
2008-04-27 Benjamin PetersonAdded PyErr_WarnPy3k function. (issue 2671) I will...
2008-04-27 Alexandre VassalottiFixed URL of PEP 205 in weakref's module docstring.
2008-04-26 Georg BrandlAdd missing return type to dealloc.
2008-04-26 Georg Brandl#2691: document PyLong (s)size_t APIs, patch by Alexand...
2008-04-26 Georg Brandl#2668: nit in apply() docs.
2008-04-25 Benjamin PetersonAllow test_import to work when it is invoked directly
2008-04-25 Mark DickinsonIssue 2635: fix bug in the fix_sentence_endings option...
2008-04-25 Mark DickinsonIssue #1496032. Add -mieee to BASECFLAGS on alpha...
2008-04-25 Thomas HellerAdd from_buffer and from_buffer_copy class methods...
2008-04-25 Armin RigoA new crasher.
2008-04-25 Neal NorwitzFix typo (now -> no)
2008-04-25 Benjamin Petersonreformat some documentation of classes so methods and...
2008-04-24 Amaury Forgeot... Use absolute import for test package
2008-04-24 Amaury Forgeot... Add a few tests for pydoc.
2008-04-24 Amaury Forgeot... Disable gc when running test_trace, or we may record...
2008-04-24 Thomas HellerRemove cyclic reference in CFuncPtr instances; see...
2008-04-24 Amaury Forgeot... Issue2681: the literal 0o8 was wrongly accepted, and...
2008-04-24 Martin v. LöwisAdd Jesus Cea.
2008-04-24 Martin v. LöwisFix typo.
2008-04-24 Martin v. LöwisRemove Py_Refcnt, Py_Type, Py_Size, as they were added...
2008-04-24 Martin v. LöwisAdd Guilherme Polo.
2008-04-23 Benjamin Peterson#2673 Fix example typo in optparse docs
2008-04-23 Gregory P.... syntax fixup
2008-04-22 Skip MontanaroFactor in documentation changes from issue 1753732.
2008-04-22 Amaury Forgeot... Issue #2670: urllib2.build_opener() failed when two...
2008-04-22 Gregory P.... update the getpass entry
2008-04-22 Gregory P.... Major improvements:
2008-04-22 Neal NorwitzAdd Thomas Lee
2008-04-22 Benjamin PetersonVarious io doc updates
2008-04-22 Mark DickinsonMake configure test for tanh(-0.) == -0. committed...
2008-04-21 Benjamin PetersonFix Sphinx warnings
2008-04-21 Amaury Forgeot... Issue 2665: On Windows, sys.stderr does not contain...
2008-04-21 Mark Dickinsontest_math and test_cmath are failing on the FreeBSD...
2008-04-21 Gregory P.... If sys.stdin is not a tty, fall back to default_getpass...
2008-04-21 Jeroen Ruigrok... Windows x64 also falls under VER_PLATFORM_WIN32_NT.
2008-04-21 Gregory P.... explicitly flush after the ... since there wasn't a...
2008-04-21 David Goodgercapitalization
2008-04-21 David Goodgercorrections ("reStructuredText" is one word)
2008-04-21 Thomas HellerFix typo.
next