]> granicus.if.org Git - python/shortlog
python
2006-05-30 Neal NorwitzUse Py_SAFE_DOWNCAST for safety. Fix format strings...
2006-05-30 Neal NorwitzRemove stray | in comment
2006-05-30 Tim PetersConvert relevant dict internals to Py_ssize_t.
2006-05-30 Neal NorwitzSimplify further by using AddStringConstant
2006-05-30 Tim PetersSet a binary svn:mime-type property on this UTF-8 encod...
2006-05-30 Tim PetersWhitespace normalization.
2006-05-30 Tim Petersdeprecated_err(): Stop bizarre warning messages when...
2006-05-30 Bob IppolitoAdd a length check to aifc to ensure it doesn't write...
2006-05-29 Bob Ippolitostruct: modulo math plus warning on all endian-explicit...
2006-05-29 Fredrik Lundhfixed "abc".count("", 100) == -96 error (hopefully...
2006-05-29 Georg BrandlWhoops.
2006-05-29 Georg BrandlConvert more modules to METH_VARARGS.
2006-05-29 Georg BrandlMake use of METH_O and METH_NOARGS where possible.
2006-05-29 Georg BrandlAdd News entry for last commit.
2006-05-29 Georg BrandlPatches #1497027 and #972322: try HTTP digest auth...
2006-05-29 Nick CoghlanWhen adding a module like functools, it helps to let...
2006-05-29 Georg BrandlCorrect some value converting strangenesses.
2006-05-29 Armin RigoSilence a warning.
2006-05-29 Bob Ippolitosimplify the struct code a bit (no functional changes)
2006-05-29 Georg BrandlFix #1494787 (pyclbr counts whitespace as superclass...
2006-05-29 Georg BrandlFix compiler warning.
2006-05-29 Georg BrandlHandle PyMem_Malloc failure in pystrtod.c. Closes ...
2006-05-29 Georg BrandlFix #1494605.
2006-05-29 Georg BrandlConvert fmmodule to METH_VARARGS.
2006-05-29 Nick CoghlanApply modified version of Collin Winter's patch #1478788
2006-05-29 Georg BrandlFix refleak in socketmodule. Replace bogus Py_BuildValu...
2006-05-28 Georg BrandlMETH_NOARGS functions do get called with two args.
2006-05-28 Georg BrandlConvert audioop over to METH_VARARGS.
2006-05-28 Georg BrandlFix C function calling conventions in _sre module.
2006-05-28 Armin RigoA clearer error message when passing -R to regrtest...
2006-05-28 Georg BrandlCorrect None refcount issue in Mac modules. (Are they
2006-05-28 Georg BrandlFix ref-antileak in _struct.c which eventually lead...
2006-05-28 Thomas WoutersMake last patch valid C89 so Windows compilers can...
2006-05-28 Michael W.... use the UnicodeError traversal and clearing functions...
2006-05-28 Georg BrandlFix refleaks in UnicodeError get and set methods.
2006-05-28 Georg BrandlPatch #1496206: urllib2 PasswordMgr ./. default ports
2006-05-28 Georg BrandlThe empty string is a valid import path.
2006-05-28 Armin Rigo("Forward-port" of r46506)
2006-05-28 Marc-André... Initial version of systimes - a module to provide platf...
2006-05-28 Michael W.... Quality control, meet exceptions.c, round two.
2006-05-28 Martin v. LöwisRest of patch #1490384: Commit icon source, remove
2006-05-28 George YoshidaPatch #1080727: add "encoding" parameter to doctest...
2006-05-28 Michael W.... Quality control, meet exceptions.c.
2006-05-28 Fredrik Lundhneedforspeed: added Py_MEMCPY macro (currently tuned...
2006-05-28 Tim PetersPyErr_Display(), PyErr_WriteUnraisable(): Coverity...
2006-05-28 Tim PetersAdded missing svn:eol-style property to text files.
2006-05-27 George Yoshidafix typo
2006-05-27 George YoshidaEnd of Ch.3 is now about "with statement".
2006-05-27 George Yoshidaminor markup nits
2006-05-27 Richard Jonesmove semicolons
2006-05-27 Richard Jonesdoc string additions and tweaks
2006-05-27 Bob Ippolitofix struct regression on 64-bit platforms
2006-05-27 Jack Diederichneedforspeed: use PyObject_MALLOC instead of system...
2006-05-27 Kristján Valur... Add a PCBuild8 build directory for building with Visual...
2006-05-27 Fredrik Lundhneedforspeed: stringlib refactoring: use find_slice...
2006-05-27 Fredrik Lundhneedforspeed: stringlib refactoring: changed find_obj...
2006-05-27 Fredrik Lundhneedforspeed: replace improvements, changed to Py_LOCAL...
2006-05-27 Georg BrandlRemove spurious semicolons after macro invocations.
2006-05-27 Andrew Dalkecleanup - removed trailing whitespace
2006-05-27 Tim PetersThe cheery optimism of old age.
2006-05-27 Georg BrandlAlways close BZ2Proxy object. Remove unnecessary struct...
2006-05-27 Richard Jonescredit where credit is due
2006-05-27 Andrew M. KuchlingMention new-style exceptions
2006-05-27 Tim PetersMore random thrashing trying to understand spurious
2006-05-27 Georg BrandlAdd news item for new-style exception class branch...
2006-05-27 Richard JonesConversion of exceptions over from faked-up classes...
2006-05-27 Bob IppolitoFix up struct docstrings, add struct.pack_to function...
2006-05-27 Bob IppolitoRemove the range checking and int usage #defines from...
2006-05-27 Andrew M. KuchlingAdd Py_LOCAL macros
2006-05-27 Martin v. LöwisRevert bogus change committed in 46432 to this file.
2006-05-27 Andrew Dalkefixed typo
2006-05-27 Fredrik Lundhneedforspeed: backed out the Py_LOCAL-isation of ceval...
2006-05-27 Fredrik Lundhneedforspeed: more stringlib refactoring
2006-05-27 Martin v. LöwisExplain why 'consumed' is initialized.
2006-05-27 Martin v. LöwisPatch 1494554: Update numeric properties to Unicode...
2006-05-27 Neal NorwitzFix Coverity warnings.
2006-05-27 Neal NorwitzFix compiler warning (and whitespace) on Mac OS 10...
2006-05-27 Steve HoldenReinstate new-style object tests.
2006-05-26 Tim PetersPatch 1145039.
2006-05-26 Andrew DalkeAdded description of why splitlines doesn't use the...
2006-05-26 Steve HoldenBlasted typos ...
2006-05-26 Steve HoldenUpdate help text and documentaition.
2006-05-26 Steve HoldenAdd Richard Tew to developers
2006-05-26 Tim PetersWhitespace normalization.
2006-05-26 Tim PetersRecord Iceland sprint attendees.
2006-05-26 Bob Ippolitoenable all of the struct tests, use ssize_t, fix some...
2006-05-26 Andrew DalkeAdded limits to the replace code so it does not count...
2006-05-26 Georg BrandlSimplify calling.
2006-05-26 Georg BrandlPatch #1492218: document None being a constant.
2006-05-26 Georg BrandlReplace Py_BuildValue("OO") by PyTuple_Pack.
2006-05-26 Andrew M. KuchlingComment typo
2006-05-26 Fredrik Lundhneedforspeed: stringlib refactoring: use stringlib...
2006-05-26 Thomas HellerWrite more docs.
2006-05-26 Fredrik Lundhneedforspeed: use a macro to fix slice indexes
2006-05-26 Fredrik Lundhneedforspeed: stringlib refactoring: use stringlib...
2006-05-26 Fredrik Lundhneedforspeed: stringlib refactoring, continued. added...
2006-05-26 Fredrik Lundhadded rpartition method to UserString class
2006-05-26 Georg BrandlException isn't the root of all exception classes anymore.
2006-05-26 Brett CannonChange C spacing to 4 spaces by default to match PEP...
2006-05-26 Andrew Dalkesubstring split now uses /F's fast string matching...
next