]> granicus.if.org Git - python/shortlog
python
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...
2006-05-26 Andrew M. KuchlingAdd rpartition() and path caching
2006-05-26 Steve HoldenRevert tests to MAL's original round sizes to retiain...
2006-05-26 Fredrik Lundhneedspeed: rpartition documentation, tests, and a bug...
2006-05-26 Fredrik Lundhneedforspeed: added rpartition implementation
2006-05-26 Fredrik Lundhremoved unnecessary include
2006-05-26 Georg BrandlNeed for speed: Patch #921466 : sys.path_importer_cache...
2006-05-26 Thomas HellerReordered, and wrote more docs.
2006-05-26 Steve HoldenUse minimum calibration time rather than avergae to...
2006-05-26 Fredrik Lundhneedforspeed: remove remaining USE_FAST macros; if...
2006-05-26 Fredrik Lundhneedforspeed: cleanup
2006-05-26 Fredrik Lundhneedforspeed: stringlib refactoring (in progress)
2006-05-26 Thomas HellerWrite some docs.
2006-05-26 Fredrik Lundhneedforspeed: stringlib refactoring (in progress)
2006-05-26 Tim PetersAdd missing svn:eol-style property to text files.
2006-05-26 Tim PetersWhitespace normalization.
2006-05-26 Tim PetersRepair Windows compiler warnings about mixing
2006-05-26 Thomas HellerFor now, I gave up with automatic conversion of reST...
2006-05-26 Fredrik Lundhneedforspeed: use Py_LOCAL on a few more locals in...
2006-05-26 Steve HoldenAdd -t option to allow easy test selection.
2006-05-26 Bob Ippolitofix signed/unsigned mismatch in struct
2006-05-26 Andrew DalkeTest for more edge strip cases; leading and trailing...
2006-05-26 Andrew DalkeEeked out another 3% or so performance in split whitesp...
2006-05-26 Bob IppolitoEnable PY_USE_INT_WHEN_POSSIBLE in struct
2006-05-26 Bob IppolitoFix _struct typo that broke some 64-bit platforms
2006-05-26 Bob IppolitoFix distutils so that libffi will cross-compile between...
next