]> granicus.if.org Git - python/shortlog
python
2008-05-10 Brett CannonDeprecate the dircache module for 3.0.
2008-05-10 Brett CannonRevert r62998 as it broke the build (seems distutils...
2008-05-10 Alexandre VassalottiCleaned up io._BytesIO.write().
2008-05-10 Andrew M. Kuchling#1858 from Tarek Ziade:
2008-05-10 Andrew M. Kuchling#1625509: describe behaviour of import lock
2008-05-10 Andrew M. KuchlingDocument the 'line' argument
2008-05-10 Andrew M. KuchlingDocstring typo
2008-05-10 Skip MontanaroNote the PyPI-edness of bsddb185 for people who might...
2008-05-10 Martin v. LöwisExplicitly refer to current hhp file (2.6a3)
2008-05-10 Brett CannonMake sure warnings are not suppressed when testing...
2008-05-10 Brett CannonThe Canvas module has been deprecated for removal in...
2008-05-10 Brett CannonAdd a test for the deprecation of the compiler package.
2008-05-10 Benjamin PetersonAdd the examples in the json module docstring as a...
2008-05-10 Brett CannonDeprecate the compiler package for removal in 3.0.
2008-05-10 Brett CannonAlso ignore package deprecations.
2008-05-10 Brett CannonSuppress deprecations for packages as well when using
2008-05-10 Brett CannonAdd an entry on the deprecation of Bastion and rexec.
2008-05-10 Brett CannonDeprecate the bsddb185 module for removal in 3.0.
2008-05-10 Brett CannonDeprecate Bastion and rexec for 3.0.
2008-05-10 Brett CannonFix some errors in the deprecation warnings for new...
2008-05-09 Brett CannonAdd support for extension modules in 3.0 deprection...
2008-05-09 Brett CannonDeprecate the pure module for 3.0.
2008-05-09 Alexandre VassalottiBackport fast alternate io.BytesIO implementation.
2008-05-09 Brett CannonAdd a todo list to the module deletion command.
2008-05-09 Benjamin PetersonIn stdtypes.rst, move methods under class directives...
2008-05-09 Martin v. LöwisPort to VS 2008. Drop W9x support.
2008-05-09 Martin v. LöwisUse the CHM file name that Sphinx assigns.
2008-05-09 Mark DickinsonIssue #2487. math.ldexp(x, n) raised OverflowError...
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.
next