]> granicus.if.org Git - python/shortlog
python
2008-08-09 Brett CannonCopy reduce() to _functools so to have functools.reduce...
2008-08-09 Brett CannonSuppress the warning in asynchat from using buffer...
2008-08-09 Antoine Pitroumove NEWS entry to the appropriate section (oops!)
2008-08-09 Antoine Pitrou#3205: bz2 iterator fails silently on MemoryError
2008-08-09 Guido van RossumAdd news item about _sre.compile() re-bytecode validator.
2008-08-09 Antoine PitrouFix slightly misleading statement in the NEWS file.
2008-08-08 Skip Montanaroaccept issue 3436
2008-08-08 Georg BrandlRemove mention of backquotes in the tutorial.
2008-08-08 Georg Brandl#3519: callee is an expression too.
2008-08-08 Brett CannonRemove buffer() usage in the socket module by just...
2008-08-08 Brett CannonRemove warnings generated for the suprocess module...
2008-08-08 Brett CannonChange the warning emitted for using the buffer() objec...
2008-08-07 Guido van RossumPatch by Ian Charnas from issue 3517.
2008-08-07 Antoine Pitrou#1288615: Python code.interact() and non-ASCII input
2008-08-07 Andrew M. KuchlingAdd some items
2008-08-06 Brett CannonAdd imp.reload(). This to help with transitioning to...
2008-08-06 Mark DickinsonRemove duplicate import
2008-08-06 Mark DickinsonDocstring typo
2008-08-06 Georg BrandlFix longstringitem definition. #3505.
2008-08-05 Guido van RossumTracker issue 3487: sre "bytecode" verifier.
2008-08-05 Andrew M. Kuchling#3367: revert rev. 65539: this change causes test_parse...
2008-08-05 Andrew M. Kuchling#3367 from Kristjan Valur Jonsson:
2008-08-05 Andrew M. KuchlingBug 3228: take a test from Niels Gustaebel's patch...
2008-08-04 Brett CannonAdd a note about all the modules/packages changed to...
2008-08-04 Brett CannonRemove use of callable() from pickle to silence warning...
2008-08-04 Brett CannonRemove tuple parameter unpacking in aifc to silence...
2008-08-04 Brett CannonSilence warnings under -3 triggered by wsgiref.
2008-08-04 Mark DickinsonIssue #1481296: (again!) Make conversion of a float...
2008-08-04 Brett CannonRemove a use of callable() from Tkinter to silence...
2008-08-04 Brett CannonRemove a dict.has_key() and list.sort(cmp=) usage from...
2008-08-04 Brett CannonRemove usage of apply() in sqlite3 to silence warnings...
2008-08-04 Brett CannonRemove dict.has_key() usage in the shelve module to...
2008-08-04 Brett CannonRemove dict.has_key() usage in xml.sax to silence warni...
2008-08-04 Brett CannonRemove the use of callable() in re to silence warnings...
2008-08-04 Gregory P.... more cleanup ups of the recently added warnings in...
2008-08-04 Nick CoghlanAdd missing NEWS entry for r65487
2008-08-04 Nick CoghlanIssue 643841: better documentation of the special metho...
2008-08-04 Gregory P.... Adds a sanity check to avoid a *very rare* infinite...
2008-08-04 Georg BrandlClarify the meaning of the select() parameters and...
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.
next