]> granicus.if.org Git - python/shortlog
python
2008-05-06 Christian HeimesRe-added getbuildinfo.c solution item
2008-05-06 Brett CannonCreate a TextMate directory in Misc to house a Python...
2008-05-06 Christian HeimesDisabled some unit tests for the upcoming release....
2008-05-06 Brett CannonAdd an entry about audiodev being slated for removal...
2008-05-06 Brett CannonDeprecate the audiodev module for 3.0.
2008-05-06 Brett CannonWhen testing a module's __all__, we really don't care...
2008-05-06 Christian HeimesImplemented PEP 370
2008-05-06 Benjamin PetersonMake the Python implementation of warnings compatible...
2008-05-06 Benjamin PetersonFix logic error in Python/_warnings.c and add a test...
2008-05-06 Georg Brandl> != (!<).
2008-05-06 Georg Brandl#2773: fix description of 'g' and 'G' formatting spec.
2008-05-06 Christian HeimesIntern static string
2008-05-06 Gregory P.... fix issue2707 - os.walk docstring example correctness...
2008-05-06 Brett CannonFix a bug in the handling of the stacklevel argument...
2008-05-06 Benjamin PetersonPEP 8 nits in json package
2008-05-05 Gregory P.... Fix a bug introduced in r62627. see issue2760 and...
2008-05-05 Georg Brandl#2752: fix second example too.
2008-05-05 Georg Brandl#2769: markup glitch.
2008-05-05 Georg BrandlFix JSON module docs.
2008-05-05 Brett CannonAdd the 'json' package. Code taken from simplejson...
2008-05-05 Martin v. LöwisRevert bogus checkin in r62724 to that file.
2008-05-05 Martin v. LöwisFix Unicode filename test.
2008-05-05 Martin v. LöwisIssue #1734346: Support Unicode file names for zipfiles.
2008-05-05 Brett CannonRemove the use of 'inspect' from 'warnings' for detecte...
2008-05-05 Brett CannonAdd a DeprecationWarning for when warnings.showwarning...
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.
next