]> granicus.if.org Git - python/shortlog
python
2008-05-09 Martin v. LöwisAdd 2.6b1 and 2.6b2 UUIDs.
2008-05-09 Mark DickinsonIssue #2801: fix bug in float.is_integer where ValueError
2008-05-09 Christian HeimesAdd --user option to build_ext
2008-05-09 Andrew M. KuchlingUpdate planned release date.
2008-05-09 Georg BrandlAdd a note about using reload().
2008-05-09 Georg BrandlAdd Kodos as a re reference.
2008-05-09 Georg BrandlAdd another link to colorsys docs.
2008-05-09 Georg BrandlAdd a sentence to basicConfig() that is in the docstring.
2008-05-09 Georg Brandl#2781: fix function name.
2008-05-09 Georg Brandl#2788: add .hgignore file.
2008-05-09 Brett CannonDeprecate the toaiff module for removal in 3.0.
2008-05-09 Brett CannonDeprecate test.testall for removal in 3.0.
2008-05-09 Brett CannonDeprecate the new module for removal in 3.0.
2008-05-09 Benjamin Petersonreindent example
2008-05-09 Skip MontanaroAdd an example about using NamedTemporaryFile() to...
2008-05-09 Benjamin PetersonAdd Py3k warnings to os.path.walk
2008-05-08 Benjamin PetersonReplace instances of os.path.walk with os.walk
2008-05-08 Brett CannonDeprecate the user module for removal in 3.0.
2008-05-08 Brett CannonAdd test.test_support.catch_warning()'s new argument.
2008-05-08 Brett CannonAdd a missing entry on the fix for issue #2790.
2008-05-08 Brett CannonFix sys.flags to properly expose bytes_warning.
2008-05-08 Brett CannonDocument the 'record' argument for test.test_support...
2008-05-08 Brett CannonFix a bug introduced by the addition of the 'record...
2008-05-08 Brett CannonDeprecate stringold for removal in 3.0.
2008-05-08 Brett CannonMake test.test_support.catch_warning() take an argument...
2008-05-08 Brett CannonThe mutex module has been deprecated for removal in...
2008-05-08 Brett CannonDeprecate the imputil module for removal in 3.0.
2008-05-08 Raymond HettingerIssue 2778. Document the temporary frozenset swap...
2008-05-08 Barry WarsawPost tag updates.
2008-05-08 Barry WarsawTagging 2.6a3
2008-05-08 Barry WarsawBump to 2.6a3 v2.6a3
2008-05-08 Ronald OussorenFix for issue 1770190: platform.mac_ver() now returns...
2008-05-08 Raymond HettingerFix-up the enumerate type example and move it to the...
2008-05-08 Raymond HettingerThe __all__ variable forgot to expose the gcd() function.
2008-05-08 Raymond HettingerFrozensets do not benefit from autoconversion.
2008-05-07 Benjamin PetersonPractice EAFP, and revert 62787
2008-05-07 Christian HeimesReplace more float hacks with correct math functions
2008-05-07 Benjamin Petersonupdate .bzrignore
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
next