]> granicus.if.org Git - python/shortlog
python
2008-08-04 Georg BrandlTemplate is always "tmp".
2008-08-04 Georg BrandlFix markup.
2008-08-04 Andrew M. KuchlingBug 3228: Explicitly supply the file mode to avoid...
2008-08-04 Gregory P.... issue1606: Add warnings to the subprocess documentation...
2008-08-04 Brett CannonRemove assignment to True/False and use of dict.has_key...
2008-08-04 Brett CannonSilence warnings under -3 about using dict.has_key...
2008-08-04 Brett CannonRemove dict.has_key() usage in xml.dom.minidom to silen...
2008-08-04 Gregory P.... - Issue #1857: subprocess.Popen.poll gained an addition...
2008-08-04 Brett CannonRemove dict.has_key() and apply() usage from the loggin...
2008-08-03 Brett CannonRemove a use of callable() in fileinput to silence...
2008-08-03 Brett CannonMove filecmp from using dict.has_key() to dict.__contai...
2008-08-03 Brett CannonRemove a dict.has_key() usage in email._parseaddr found...
2008-08-03 Brett CannonRemove Barry's love of deprecated syntax to silence...
2008-08-03 Brett CannonRemove a dict.has_key() use in DocXMLRPCServer that...
2008-08-03 Brett CannonRemove a dict.has_key() and callable() usage in SimpleX...
2008-08-03 Brett CannonSilence -3 warnings in pstats: a dict.has_key() usage...
2008-08-03 Brett CannonRemove a dict.has_key() usage in profile to silence...
2008-08-03 Brett CannonRemove a use of list.sort(cmp=) to silence a -3 Depreca...
2008-08-03 Georg BrandlNote the removal of several committers.
2008-08-03 Georg Brandl#3495: use current version.
2008-08-03 Brett CannonSilence SyntaxWarning and DeprecationWarning in pydoc...
2008-08-03 Brett CannonSilence some SyntaxWarnings for tuple unpacking in...
2008-08-02 Antoine PitrouPreemptively backport the relevant parts of r65420
2008-08-02 Lars GustäbelIssue #3039: Fix TarFileCompat.writestr() which always...
2008-08-02 Martin v. LöwisIssue #799428: Fix Tkinter.Misc._nametowidget to unwrap
2008-08-02 Brett CannonRemove a __getitem__() removal on an exception to silen...
2008-08-02 Brett CannonRemove a dict.has_key() use to silence a warning when...
2008-08-02 Brett CannonRemove a dict.has_key() use to silence a warning raised...
2008-08-02 Brett CannonRemove a tuple unpacking in a parameter list to remove...
2008-08-02 Brett CannonRemove a tuple unpacking in a parameter list to suppres...
2008-08-02 Benjamin Petersonfix compile error on Windows
2008-08-02 Benjamin Petersonrevert last revision; code was right
2008-08-02 Benjamin Petersonfix indentation that caused logic bug
2008-08-01 Georg BrandlThis should really be a comment.
2008-08-01 Georg BrandlAdd the grammar to the reference manual, since the...
2008-08-01 Jesse NollerSubmit fix for issue3393: Memory corruption in multipro...
2008-08-01 Martin v. LöwisGenerate the PatternGrammar pickle during "make install".
2008-08-01 Mark DickinsonTone down math.fsum warning.
2008-08-01 Brett CannonRemove a use of callable() to silence the warning trigg...
2008-08-01 Brett CannonSilence (Syntax|Deprecation)Warning for 'inspect'....
2008-08-01 Brett CannonRemove use of tuple unpacking and dict.has_key() so...
2008-08-01 Brett CannonRemove assignment to True/False to silence the SyntaxWa...
2008-08-01 Brett CannonFix a DeprecationWarning about __getitem__() and except...
2008-07-31 Amaury Forgeot... Correct a crash when two successive unicode allocations...
2008-07-31 Amaury Forgeot... Remove a dummy test that was checked in by mistake
2008-07-31 Amaury Forgeot... #3479: unichr(2**32) used to return u'\x00'.
2008-07-31 Neal NorwitzSecurity patches from Apple: prevent int overflow...
2008-07-31 Benjamin Petersonremove usage of MacOS from Tkinter
2008-07-31 Mark DickinsonRename testSum to testFsum and move it to proper place...
2008-07-31 Brett CannonBackport test.support.fcmp() from 3.0 to silence -3...
2008-07-31 Raymond HettingerAlter recipe to show how to call izip_longest() with
2008-07-31 Amaury Forgeot... #2542: now that issubclass() may call arbitrary code,
2008-07-30 Benjamin PetersonI mess up again; BufferError inherits StandardError
2008-07-30 Mark DickinsonAdd note about problems with math.fsum on x86 hardware.
2008-07-30 Benjamin Petersonadd BufferError to the exception hieracrchy
2008-07-30 Benjamin Petersonbackport r64751
2008-07-30 Mark DickinsonReplace math.sum with math.fsum in a couple of comments
2008-07-30 Mark DickinsonRename math.sum to math.fsum
2008-07-30 Benjamin Petersongetrandombits is actually getrandbits
2008-07-30 Mark DickinsonFix special-value handling for math.sum.
2008-07-30 Raymond HettingerNeaten-up the itertools recipes.
2008-07-29 Benjamin Petersonthe from __future__ import with_statement isn't needed...
2008-07-29 Mark DickinsonMore modifications to tests for math.sum: replace...
2008-07-29 Jesus CeaBe less strict with replication timeouts (the machine
2008-07-29 Jesus CeaRefinements in the bsddb testsuite
2008-07-28 Benjamin Petersonbackport r65264
2008-07-28 Andrew M. KuchlingClarify wording
2008-07-27 Benjamin Petersonclarify Popen argument
2008-07-27 Mark DickinsonRemove math.sum tests related to overflow, special...
2008-07-27 Mark DickinsonIssue #3449: Update decimal module to use most recent...
2008-07-27 Skip Montanaronote robotparser bug fix.
2008-07-27 Skip MontanaroClose issue 3437 - missing state change when Allow...
2008-07-26 Georg BrandlShorten some overlong lines.
2008-07-26 Antoine Pitroudisable some failing tests in test_locale due to a...
2008-07-26 Andrew M. KuchlingRemove extra words
2008-07-26 Andrew M. KuchlingThis sentence continues to bug me; rewrite it for the...
2008-07-26 Antoine PitrouFix more buildbot failures on test_locale.
2008-07-26 Antoine Pitroutry to fix most buildbot failures on test_locale +...
2008-07-25 Antoine Pitrouadd a NEWS entry
2008-07-25 Antoine PitrouRaymond's patch for #1819: speedup function calls with...
2008-07-25 Antoine Pitrouadd a pybench test for complex function calls (part...
2008-07-25 Benjamin Petersonfix indentation
2008-07-25 Antoine Pitrouconvert test_locale to unittest, and add a mechanism...
2008-07-25 Antoine Pitrou#3394: zipfile.writestr doesn't set external attributes...
2008-07-25 Raymond HettingerIssue 1592: Better error reporting for operations...
2008-07-25 Antoine Pitrou#2242: utf7 decoding crashes on bogus input on some...
2008-07-25 Benjamin Petersondocument default value for fillvalue
2008-07-25 Benjamin Petersonteach .bzrignore about doc tools
2008-07-24 Thomas HellerMake ctypes compatible with Python 2.3, 2.4, and 2...
2008-07-24 Georg BrandlFix indentation.
2008-07-24 Raymond HettingerConvert from long to Py_ssize_t.
2008-07-24 Raymond HettingerFinish conversion from int to Py_ssize_t.
2008-07-24 Benjamin Petersonadd some documentation for 2to3
2008-07-24 Benjamin Petersonfix markup
2008-07-24 Benjamin Petersonfix spacing
2008-07-24 Raymond HettingerParse to the correct datatype.
2008-07-24 Raymond HettingerFinish-up the partial conversion from int to Py_ssize_t...
2008-07-23 Georg BrandlUse correct indentation.
2008-07-23 Georg BrandlMove opcode handling to Python's extension.
2008-07-23 Georg Brandl3k-warn about parser's "ast" aliases.
next