]> granicus.if.org Git - python/shortlog
python
2002-11-28 Just van Rossum- Rewrote bootstapping code in sh so we're really indep...
2002-11-27 Greg WardAllow the device name to be passed to linuxaudiodev...
2002-11-27 Neal NorwitzAdd missing decref
2002-11-27 Andrew M. KuchlingMention dict.fromkeys()
2002-11-27 Andrew M. KuchlingUpdate e-mail address
2002-11-27 Michael W.... Nudge getting __module__ and __name__ for new-style...
2002-11-27 Neal NorwitzSF #641170, reST version of Lib/test/README
2002-11-27 Michael W.... I don't know why staring at the email to python-checkin...
2002-11-27 Michael W.... Readjustments to the way we cope with exceptions from...
2002-11-27 Andrew M. Kuchling[Part of patch #641685] Add .dylib as an extension...
2002-11-27 Andrew M. Kuchling[Patch #641685] setup.py contained code for finding...
2002-11-27 Andrew M. KuchlingBug #643631: MacOS 9 details missing from inst.tex
2002-11-27 Guido van RossumRephrase dict.fromkeys() news.
2002-11-27 Michael W.... I had the inheritance cycle stuff backwards. Oops!
2002-11-27 Martin v. LöwisPatch #639112: fixes for None locale and tz.
2002-11-27 Raymond HettingerBring UserDict in-sync with changes to dict.
2002-11-27 Raymond HettingerSF Patch 643443. Added dict.fromkeys(iterable, value...
2002-11-27 Fred DrakeClarify the interpretation of the __getstate__() return...
2002-11-27 Guido van RossumThe MRO conflict error message depends on dictionary...
2002-11-26 Fred DrakeAdd missing dependency information for the "What's...
2002-11-26 Martin v. LöwisAvoid including tclInt.h.
2002-11-26 Fred DrakeNoted the support for resource exclusion for regrtest...
2002-11-26 Fred DrakeAdd a way to say "use any resource except A". For...
2002-11-26 Martin v. LöwisRename want_objects to wantobjects throughout, for...
2002-11-26 Fred DrakeUse "is" to test type objects, not "==".
2002-11-26 Gustavo Niemeyer* Doc/ref/ref5.tex
2002-11-26 Michael W.... Initialize a variable. Hope this makes things work...
2002-11-26 Andrew M. KuchlingFix for bug #410541: bdist builds bogus .zips
2002-11-26 Andrew M. KuchlingPart of the fix for bug #410541: add ensure_relative...
2002-11-26 Michael W.... This is not part of my patch
2002-11-26 Michael W.... This is my patch:
2002-11-26 Andrew M. KuchlingFix typo
2002-11-26 Just van Rossumrefactor universal line endings detection
2002-11-26 Martin v. LöwisReport Tkinter changes.
2002-11-26 Martin v. LöwisPatch #518625: Return objects in Tkinter.
2002-11-26 Martin v. LöwisPatch #632973: Implement _getdefaultlocale for OS X.
2002-11-26 Thomas HellerPolish some bits to silence pychecker.
2002-11-26 Thomas HellerDon't look for modules in the registry any longer.
2002-11-26 Just van Rossumadded support for building standalone applications
2002-11-25 Guido van RossumA tweaked version of Jeremy's patch #642489, to produce...
2002-11-25 Guido van RossumA tweaked version of Jeremy's patch #642489, to produce...
2002-11-25 Tim PetersAdded Marius Gedminas, for contributions to the datetim...
2002-11-25 Raymond HettingerSF 643115: Set._update() had a special case for dictio...
2002-11-25 Thomas HellerAdd a note that this file should be kept compatible...
2002-11-25 Gustavo Niemeyer* libbz2.tex
2002-11-25 Walter DörwaldFix typo in comment.
2002-11-25 Gustavo NiemeyerFixed bug
2002-11-25 Jack JansenAdded a class PEP252Mixin. By adding this to your Objec...
2002-11-25 Andrew M. KuchlingRemove \module{} in link text to avoid HTML generation bug
2002-11-25 Andrew M. KuchlingRemove extra word
2002-11-25 Michael W.... James Henstridge pointed out a misleading comment.
2002-11-25 Andrew M. KuchlingMention that .pth files can't be used to override stand...
2002-11-25 Jack JansenLots of restructuring, mostly suggested by Bill Bumgarn...
2002-11-25 Martin v. LöwisAdd unidata_version. Bump generator version number.
2002-11-24 Just van RossumDon't disable building Mac-specific modules for a non...
2002-11-24 Martin v. LöwisRegenerate from Unicode 3.2.0 to include all First...
2002-11-24 Martin v. LöwisSort names independent of the Python version. Fix hex...
2002-11-24 Tim PetersRepaired inaccuracies in the % docs. In particular...
2002-11-24 Tim PetersReduced memory burden by iterating over the normalizati...
2002-11-24 Tim PetersFiddled things so that test_normalization is expected...
2002-11-24 Martin v. LöwisDelete bsddb from sys.modules if _bsddb cannot be imported.
2002-11-24 Tim PetersSkip test_normalization on Windows until it's at least...
2002-11-24 Tim PetersSplit long line.
2002-11-24 Tim PetersWhitespace normalization.
2002-11-24 Neil SchemenauerSimplify use of NB_BINOP and NB_TERNOP by making them...
2002-11-24 Just van Rossumget creator code from plist if available, instead of...
2002-11-24 Just van Rossumwhoops, -p actually has an argument
2002-11-24 Neil SchemenauerRemove special handling of str and unicode in PyNumber_...
2002-11-24 Just van Rossumhardcode some resources, removing annoying Widgets...
2002-11-23 Just van Rossumcleaned up __init__ argument mess with a funky base...
2002-11-23 Martin v. LöwisVerify that the code in CJK UNIFIED IDEOGRAPH- actually...
2002-11-23 Martin v. LöwisPatch #626485: Support Unicode normalization.
2002-11-23 Martin v. LöwisUpdate character names.
2002-11-23 Tim PetersTry linking the static Sleepycat lib into _bsddb.pyd...
2002-11-23 Martin v. LöwisImplement names for CJK unified ideographs. Add name...
2002-11-23 Martin v. LöwisAdd test cases for Hangul syllables. Update output.
2002-11-23 Martin v. LöwisFix off-by-one error.
2002-11-23 Neal NorwitzRemove duplicate test
2002-11-23 Guido van RossumTouch up the news for dict() keyword args.
2002-11-23 Fred DrakeAdded change note about returning a dictionary based...
2002-11-23 Martin v. LöwisPatch #626548: Support Hangul syllable names.
2002-11-23 Martin v. LöwisRegenerate. Fixes #618012.
2002-11-23 Martin v. LöwisExpand negative hexadecimal constants.
2002-11-23 Martin v. LöwisMerge with bsddb3 2002.11.23.10.42.36
2002-11-23 Just van RossumPatch #642500 with slight modifications: allow keyword...
2002-11-23 Martin v. LöwisInclude Python.h first.
2002-11-23 Martin v. LöwisRemove MALLOC_ZERO_RETURNS_NULL.
2002-11-23 Tim PetersMore bsddb-on-Windows fiddling:
2002-11-22 Jack JansenAllow access to the returned value(s) as FSRefs. Unfort...
2002-11-22 Neal NorwitzFix SF # 640557, '64-bit' systems and the dbm module
2002-11-22 Thomas Heller(This is hopefully the last large, funny checkin messag...
2002-11-22 Thomas Hellerget_python_version was not imported.
2002-11-22 Thomas HellerOops, MSVC was still open, so the project file was...
2002-11-22 Thomas HellerCopied the sources from the distutils CVS repository.
2002-11-22 Fred DrakeTwo bugs:
2002-11-22 Tim PetersMove Windows Python away from bsddb 1.85 and toward...
2002-11-22 Jack JansenFix for #641455: curses module doesn't build on MacOSX...
2002-11-22 Guido van RossumComment out the warnings about mktemp(). These are...
2002-11-22 Jack JansenAdded the alias manager too. The interface isn't perfec...
2002-11-22 Jack JansenGot angry and added support for pretty much the whole...
next