]> granicus.if.org Git - python/shortlog
python
2006-06-01 Armin Rigo[ 1497053 ] Let dicts propagate the exceptions in user...
2006-06-01 Georg BrandlSome code style tweaks, and remove apply.
2006-06-01 Georg BrandlCorrectly dispatch Faults in loads (patch #1498627)
2006-06-01 Georg BrandlCorrectly allocate complex types with tp_alloc. (bug...
2006-06-01 Georg BrandlCorrectly unpickle 2.4 exceptions via __setstate__...
2006-06-01 Neal NorwitzRemove ; at end of macro. There was a compiler recentl...
2006-05-31 Tim PetersRepaired error in new comment.
2006-05-31 Tim Peters_range_error(): Speed and simplify (there's no real...
2006-05-31 Tim PetersTrimmed trailing whitespace.
2006-05-31 Andrew M. KuchlingMention SimpleXMLRPCServer change
2006-05-31 Andrew M. Kuchling[Bug #1473048]
2006-05-31 Kristján Valur... Fixup the PCBuild8 project directory. exceptions.c...
2006-05-31 Andrew M. Kuchling'functional' module was renamed to 'functools'
2006-05-31 Thomas HellerPyTuple_Pack is not available in Python 2.3, but ctypes...
2006-05-31 Neal NorwitzOn 64-bit platforms running test_struct after test_tarf...
2006-05-31 Neal NorwitzRevert last checkin, it is better to do make distclean
2006-05-31 Neal NorwitzCalculate smallest properly (it was off by one) and...
2006-05-31 Brett CannonClarify wording on default values for strptime(); defau...
2006-05-30 Tim PetersWhitespace normalization.
2006-05-30 Fredrik Lundhchanged count to return 0 for slices outside the source...
2006-05-30 Bob IppolitoChange wrapping terminology to overflow masking
2006-05-30 Fredrik Lundhchanged find/rfind to return -1 for matches outside...
2006-05-30 Tim PetersPyLong_FromString(): Continued fraction analysis ...
2006-05-30 Andrew M. KuchlingAdd SoC name, and reorganize this section a bit
2006-05-30 Georg BrandlConvert test_exceptions to unittest.
2006-05-30 Georg BrandlDo the check for no keyword arguments in __init__ so...
2006-05-30 Neal NorwitzI'm impatient. I think this will fix a few more proble...
2006-05-30 Georg BrandlDisallow keyword args for exceptions.
2006-05-30 Neal NorwitzDon't fail if the (sub)pkgname already exist.
2006-05-30 Georg BrandlAdd a test case for exception pickling. args is never...
2006-05-30 Georg BrandlRestore exception pickle support. #1497319.
2006-05-30 Tim Petersdict_print(): So that Neal & I don't spend the rest of
2006-05-30 Tim Petersdict_print(): Explicitly narrow the return value
2006-05-30 Neal NorwitzNo DOWNCAST is required since sizeof(Py_ssize_t) >...
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...
next