]> granicus.if.org Git - python/shortlog
python
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
2008-12-27 Antoine PitrouIssue #4677: add two list comprehension tests to pybench.
2008-12-27 Georg Brandl#4671: document that pydoc imports modules.
2008-12-27 Georg BrandlUse :samp: role.
2008-12-27 Georg Brandl#4695: fix backslashery.
2008-12-27 Georg Brandl#4682: 'b' is actually unsigned char.
2008-12-27 Georg Brandl#4754: improve winsound documentation.
2008-12-27 Georg BrandlFollow-up to r67746 in order to restore backwards-compa...
2008-12-27 Benjamin Peterson#4748 lambda generators shouldn't return values
2008-12-27 Georg BrandlPatch #4739 by David Laban: add symbols to pydoc help...
2008-12-27 Georg Brandl#4752: actually use custom handler in example.
2008-12-27 Antoine PitrouIssue #4756: zipfile.is_zipfile() now supports file...
2008-12-27 Alexandre VassalottiFix bogus unicode tests in pickletester.
2008-12-27 Alexandre VassalottiAdd Misc/NEWS entry for r67934.
2008-12-27 Alexandre VassalottiFix issue #4730: cPickle corrupts high-unicode strings.
2008-12-27 Alexandre VassalottiRemove unnecessary casts related to unicode_decode_call...
2008-12-27 Hirokazu YamamotoIssue #4740: Use HIGHEST_PROTOCOL in pickle test.
2008-12-26 Benjamin Petersonpython version is included in file name now
2008-12-24 Tarek Ziadéfixed #4400 : distutils .pypirc default generated file...
2008-12-24 Benjamin Petersonpretend exceptions don't exist a while longer
2008-12-24 Benjamin Peterson#4736 BufferRWPair.closed shouldn't try to call another...
2008-12-23 Benjamin Petersonmake global static
2008-12-23 Benjamin Petersonuse a global variable, so the compiler doesn't optimize...
2008-12-23 Georg BrandlMarkup fix.
2008-12-23 Georg BrandlFix missing "svn" command.
2008-12-23 Skip MontanaroAs a result of a regression that snuck into 2.5.3 add...
2008-12-22 Benjamin Petersonsilence compiler warning
2008-12-22 Benjamin Petersonadd NEWS note
2008-12-22 Benjamin Petersonfix #4720: the format to PyArg_ParseTupleAndKeywords...
2008-12-22 Benjamin Petersonless attitude
2008-12-22 Benjamin Petersonadd py3k warnings to frame.f_exc_*
2008-12-21 Benjamin Petersoncompute DISTVERSION with patchlevel.py
2008-12-21 Neal NorwitzAdd Tarek for work on distutils.
next