]> granicus.if.org Git - python/shortlog
python
2002-12-02 Guido van RossumAdd a better columnizer to print_topics().
2002-12-02 Guido van RossumRequire 'largefile' resource for Mac OSX as well.
2002-12-02 Guido van RossumOn Max OSX, try increasing the stack limit to 2048...
2002-12-02 Kurt B. KaiserRemove dead code in get_stack().
2002-12-02 Neal NorwitzFix SF # 646578, Documentation Typo
2002-12-02 Kurt B. KaiserFix beep.
2002-12-02 Neal NorwitzRemove unused variable
2002-12-02 Skip Montanarocorrect wording of comments about old bsddb (now bsddb1...
2002-12-01 Just van Rossum- reworked the object unpacking code, now supports...
2002-12-01 Just van RossumThe new imp.[gs]et_frozenmodules() will be utterly...
2002-12-01 Andrew M. KuchlingAdd ossaudiodev; fix typo
2002-11-30 Greg WardExpunge any remaining mentions of linuxaudiodev --...
2002-11-30 Greg WardRename LinuxAudioError to OSSAudioError ('ossaudiodev...
2002-11-30 Greg WardAdded mode 'rw' for full-duplex (play and record at...
2002-11-30 Greg Ward* Don't put the device in non-blocking mode at open...
2002-11-30 Greg Wardossaudiodev -- Python interface to the OSS (Open Sound...
2002-11-30 Just van Rossum- found a case where sys.path[0] isn't set to Contents...
2002-11-30 Neal NorwitzCleanup:
2002-11-30 Neal NorwitzRemove unused import
2002-11-30 Neal NorwitzConvert string exceptions to classes, string exceptions...
2002-11-30 Neal NorwitzConvert some more 1/0 to True/False
2002-11-30 Neal NorwitzAdd missing self for method call
2002-11-30 Neal NorwitzPort Martin von Loewis checkin from Python:
2002-11-30 Neal NorwitzPort Martin von Loewis checkin from python: Support...
2002-11-30 Kurt B. KaiserM PyShell.py
2002-11-30 Ka-Ping Yeegetdoc():
2002-11-30 Jack JansenLots of minor tweaks for the pep252 checkins, mainly...
2002-11-29 Jack JansenBuild _AE too.
2002-11-29 Jack JansenConverted the Carbon modules to use PEP252-style object...
2002-11-29 Kurt B. KaiserCorrect an error introduced at Rev 1.30. The keyword...
2002-11-29 Just van RossumForgot to do os.path.basename() on mainprogram: a nonwo...
2002-11-29 Just van RossumSlightly improved version of patch #642578: "Expose...
2002-11-29 Just van Rossumadded Thomas H's LOADER code for importing extension...
2002-11-29 Andrew M. KuchlingFix mode on scripts to have the read bit set (noted...
2002-11-29 Andrew M. KuchlingFix value of 'propagate' (noted by Chris Reedy)
2002-11-29 Walter DörwaldFix typo.
2002-11-28 Jack JansenFixed two silly bugs in the PEP252 support code, added...
2002-11-28 Just van Rossumfixed typo and wrapping
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...
next