]> granicus.if.org Git - python/shortlog
python
2009-01-04 Mark DickinsonFix HAVE_DECL_ISINF/ISNAN test (again).
2009-01-04 Mark DickinsonOops. Need to check not only that HAVE_DECL_ISINF...
2009-01-04 Mark Dickinsonisinf and isnan are macros, not functions; fix configur...
2009-01-04 Mark DickinsonAdd autoconf test to detect x87-style double rounding...
2009-01-04 Tarek Ziadéusing clearer syntax
2009-01-04 Skip MontanaroIf user configures --without-gcc give preference to...
2009-01-04 Georg BrandlFix two issues found by the suspicious builder.
2009-01-04 Georg BrandlAdd "suspicious" builder which finds leftover markup...
2009-01-04 Georg BrandlTest commit.
2009-01-04 Benjamin Petersononly check the actual compile() call for a SyntaxError
2009-01-04 Tarek Ziadéfixed #1702551: distutils sdist was not pruning VCS...
2009-01-03 Georg BrandlAdd temporary code to fix the automatic doc build failure.
2009-01-03 Georg BrandlManually merge r67868 from 2.6 branch.
2009-01-03 Georg BrandlManually merge r68095,68186,68187,68188,68190 from...
2009-01-03 Georg BrandlGrammar fix.
2009-01-03 Guilherme PoloThe _tkinter module functions "createfilehandler",...
2009-01-03 Georg BrandlDisable the line length checker by default.
2009-01-03 Georg BrandlRemove tabs from the documentation.
2009-01-03 Georg BrandlRemove trailing whitespace.
2009-01-03 Georg BrandlFix uses of the default role.
2009-01-03 Georg BrandlRecognize usage of the default role.
2009-01-03 Georg BrandlAdd rstlint, a little tool to find subtle markup proble...
2009-01-03 Georg BrandlFix role name.
2009-01-03 Georg BrandlMake indentation consistent.
2009-01-03 Georg BrandlSet eol-style correctly for mp_distributing.py.
2009-01-03 Raymond HettingerReapply r68191.
2009-01-03 Raymond HettingerIssue 4796: Add from_float methods to the decimal module.
2009-01-03 Martin v. LöwisIssue #4817: Remove unused function PyOS_GetLastModific...
2009-01-03 Benjamin PetersonMerged revisions 67900-67901,67919,67928,67984,67991...
2009-01-03 Georg BrandlFix indentation.
2009-01-03 Georg BrandlRemove useless string literal.
2009-01-03 Mark DickinsonIssue #4812: further renaming of internal Decimal...
2009-01-02 Mark DickinsonIssue #4812: add missing underscore prefix to some...
2009-01-02 Raymond HettingerIssue #4615. Document how to use itertools for de...
2009-01-02 Andrew M. KuchlingAdd various items
2009-01-02 Benjamin Petersonfix compilation on non-Windows platforms
2009-01-02 Martin v. LöwisIssue #4051: Prevent conflict of UNICODE macros in...
2009-01-02 Martin v. LöwisIssue #4075: Use OutputDebugStringW in Py_FatalError.
2009-01-02 Georg Brandl#4811: fix markup glitches (mostly remains of the conve...
2009-01-02 Vinay SajipMinor documentation changes relating to NullHandler...
2009-01-02 Benjamin Petersondocument PyMemberDef
2009-01-02 Ronald OussorenFix for issues #841800 and #900506
2009-01-02 Ronald OussorenFix for issue 4472 is incompatible with Cygwin, this...
2009-01-02 Ronald OussorenFix for issue 1149804
2009-01-02 Ronald OussorenFix for issue r1737832
2009-01-02 Ronald OussorenFix for issue 1627952
2009-01-02 Ronald OussorenFix for issue 900949
2009-01-02 Ronald OussorenFix for issue1594
2009-01-02 Ronald OussorenFix for issue3559: No preferences menu in IDLE on OSX
2009-01-02 Ronald OussorenFix for issue 3433
2009-01-02 Ronald OussorenFix for issue4780
2009-01-02 Ronald OussorenForgot to add a NEWS item in my previous checkin
2009-01-02 Ronald OussorenFix for issue4472: "configure --enable-shared doesn...
2009-01-02 Amaury Forgeot... #4801 _collections module fails to build on cygwin.
2009-01-01 Benjamin Petersonwelcome to 2009, Python!
2009-01-01 Benjamin Petersonfix highlighting
2009-01-01 Hirokazu YamamotoIssue #4797: IOError.filename was not set when _fileio...
2009-01-01 Antoine Pitroufill in actual issue number in tests
2009-01-01 Antoine PitrouIssue #3680: Reference cycles created through a dict...
2009-01-01 Georg Brandl#4767: Use correct submodules for all MIME classes.
2009-01-01 Georg BrandlHandlers are in the `logging.handlers` module.
2009-01-01 Georg Brandl#4776: add data_files and package_dir arguments.
2009-01-01 Georg Brandl#4782: Fix markup error that hid load() and loads().
2009-01-01 Georg Brandl#4784: ... on three counts ...
2009-01-01 Georg BrandlPoint to types module in new module deprecation notice.
2009-01-01 Georg Brandl#4228: Pack negative values the same way as 2.4
2009-01-01 Georg Brandl#4222: document dis.findlabels() and dis.findlinestarts...
2009-01-01 Georg Brandl#4185: clarify escape behavior of replacement strings.
2009-01-01 Georg Brandl#4156: make clear that "protocol" is to be replaced...
2009-01-01 Georg Brandl#4100: note that element children are not necessarily...
2009-01-01 Benjamin Petersonsimplfy code
2008-12-31 Benjamin Peterson#4795 inspect.isgeneratorfunction() should return False...
2008-12-31 Hirokazu YamamotoJust inserted blank line.
2008-12-31 Hirokazu YamamotoFixed compile error on windows.
2008-12-31 Benjamin Petersonfix name collision issues
2008-12-31 Benjamin Peterson#4788 qualify some bare except clauses
2008-12-30 Tarek ZiadéFixed #4702: Throwing DistutilsPlatformError instead...
2008-12-30 Georg Brandl#4778: attributes can't be called.
2008-12-30 Vinay SajipMinor documentation change relating to NullHandler.
2008-12-30 Nick CoghlanIssue #4701: implicitly call PyType_Ready from PyObject...
2008-12-29 Tarek Ziadéfixed #4646 : distutils was choking on empty options...
2008-12-29 Benjamin Petersonfix French
2008-12-29 Martin v. LöwisIssue #1040026: Fix os.times result on systems where...
2008-12-29 Benjamin Peterson#4764 in io.open, set IOError.filename when trying...
2008-12-29 Benjamin Peterson#4764 set IOError.filename when trying to open a direct...
2008-12-29 Martin v. LöwisIssue #3767: Convert Tk object to string in tkColorChooser.
2008-12-29 Martin v. LöwisIssue #3248: Allow placing ScrolledText in a PanedWindow.
2008-12-28 Benjamin Peterson#4763 PyErr_ExceptionMatches won't blow up with NULL...
2008-12-28 Ronald OussorenUpdate the fix for issue4064 to deal correctly with...
2008-12-28 Ronald OussorenIssue4064: architecture string for universal builds...
2008-12-28 Antoine PitrouIssue #2153: modernize coding style of unittest.py...
2008-12-28 Benjamin Petersonfix WORD_BIGEDIAN declaration in Universal builds;...
2008-12-28 Antoine Pitrouwrong version number in doc changes committed in r67979
2008-12-28 Antoine PitrouIssue #4444: Allow assertRaises() to be used as a conte...
2008-12-28 Georg Brandl#4731: clarify message about missing module prerequisites.
2008-12-28 Georg BrandlBackport r67974:
2008-12-28 Alexandre VassalottiDocument Py_VaBuildValue.
2008-12-28 Alexandre VassalottiSort UCS-2/UCS-4 name mangling list.
2008-12-28 Alexandre VassalottiFix name mangling of PyUnicode_ClearFreeList.
2008-12-27 Benjamin Petersonfix markup
next