]> granicus.if.org Git - python/shortlog
python
2003-06-17 Walter DörwaldUse _PyEval_SliceIndex to handle list.index() calls...
2003-06-17 Ken ManheimerRemove short-circuitying grubbing by using last grubbed...
2003-06-17 Raymond HettingerFix docstring
2003-06-17 Walter DörwaldUpdated documentation for the new slice arguments for...
2003-06-17 Walter DörwaldWhitespace normalization.
2003-06-17 Jack JansenMake sure the files in the installer have group "admin...
2003-06-17 Guido van RossumFix sloppy index() implementation:
2003-06-17 Walter DörwaldModernize Lib/posixpath.py: Use startswith(), endswith...
2003-06-17 Skip MontanaroSF Patch 569574 - enhancements to cgitb for plain text...
2003-06-17 Raymond HettingerSF #754014: list.index() should accept optional start...
2003-06-17 Raymond Hettingertest_posixpath.py now uses unittest. The output file...
2003-06-17 Neal NorwitzConvert some repetitive code into a loop
2003-06-17 Neal NorwitzFix some markup nits
2003-06-17 Tim PetersSF bug 751956: graminit.[ch] don't build on windows
2003-06-16 Neal NorwitzAdd test for bug #751998.
2003-06-16 Brett CannonComplete rewrite of tests by Walter Dorwald as unittest...
2003-06-16 Neil SchemenauerDon't use the module object setattr when importing...
2003-06-16 Jeremy HyltonAdd item about new threading module functions.
2003-06-16 Jeremy HyltonRemove many blanket try/except clauses.
2003-06-16 Kurt B. KaiserCorrect function name.
2003-06-16 Kurt B. KaiserAdd ':' after IDLE version, fix spacing on a couple...
2003-06-16 Jack JansenAllow passing a build directory on the command line...
2003-06-16 Jack JansenOnly fix up pathnames in installed scripts when needed...
2003-06-16 Jack JansenAdded a note about FSRef tests failing on MacOS 8.6.
2003-06-16 Jack JansenThis wasn't ansified. Fixed.
2003-06-16 Jack JansenImport EasyDialogs only when needed, so this works...
2003-06-16 Jack JansenAdded two mac items (pimp auto-update and OSA property...
2003-06-16 Jack JansenPatch #755147 by Brian Lenihan:
2003-06-16 Gustavo NiemeyerMade DateTime's constructor accept a time.struct_time...
2003-06-15 Tim PetersWhitespace normalization.
2003-06-15 Tim Petersmimetools.choose_boundary() news.
2003-06-15 Tim Peters^D means EOF on Unix but not on Windows. Expand the...
2003-06-15 Brett CannonAdd explicit text for where an obindex call for generat...
2003-06-15 Brett CannonReturn None to signal that the module the object was...
2003-06-15 Martin v. LöwisMake CREDITS.txt a Latin-1 file. Extend ViewFile to...
2003-06-15 Tim Peterschoose_boundary(): This no longer uses random, so...
2003-06-15 Tim Peterschoose_boundary(): Incorporated a threadsafe increment...
2003-06-15 Guido van RossumInstall IDLE's .def files; these are essential for...
2003-06-15 Guido van RossumChanges to install the new idle: it's now in Lib/idleli...
2003-06-15 Guido van RossumAdd a missing 'self,' to a super call in recently check...
2003-06-15 Kurt B. KaiserForwardport Patch from IDLEfork SF 615312
2003-06-15 Kurt B. KaiserSupport testing in .../Lib/idlelib when calling <python...
2003-06-15 Kurt B. KaiserMove to Version 1.0b2
2003-06-15 Greg WardUpdate copyright dates.
2003-06-14 Martin v. LöwisPatch #751107: Slant must be 'roman', not 'normal'.
2003-06-14 Martin v. LöwisProperly deal with tuples in Open._fixresult. Fixes...
2003-06-14 Martin v. LöwisPatch #752671: NetBSD needs to link libintl to _locale.so.
2003-06-14 Kurt B. KaiserForwardport Patch from IDLEfork SF 610329
2003-06-14 Martin v. LöwisUse -R instead of -rpath on Solaris. Fixes #749911.
2003-06-14 Martin v. LöwisGive a warning if SO is set. Fixes #610332.
2003-06-14 Martin v. LöwisAlways unwrap _socketobj in socket.ssl. Revert httplib...
2003-06-14 Martin v. LöwisProperly bracket variables. Fixes part of #749911.
2003-06-14 Martin v. LöwisSupport keyword and topics help in cli(). Fixes #715782.
2003-06-14 Martin v. LöwisTreat empty dat/dir pairs as dumbdbm. Fixes #744687.
2003-06-14 Martin v. LöwisExplicitly undefine PACKAGE_ variables. Fixes #746012.
2003-06-14 Martin v. LöwisCopy builtin functions as atomic. Fixes #746304. Will...
2003-06-14 Martin v. LöwisPatch #746366: Update to current automake install-sh...
2003-06-14 Martin v. LöwisPatch #754340: Fix typo in redirect_request. Will backp...
2003-06-14 Martin v. LöwisPatch #753845: Update README for Redhat 9 Tkinter...
2003-06-14 Kurt B. KaiserRemove the 2.2 compatibility module boolcheck.py and...
2003-06-14 Kurt B. KaiserRemove reference to IDLEfork
2003-06-14 Kurt B. KaiserUpdate NEWS.txt and move info on release 0.8.1 and...
2003-06-14 Greg WardRemove comment about Unicode: SF #622831 was fixed...
2003-06-14 Guido van RossumGet rid of old IDLE. Lib/idlelib rules!
2003-06-13 Brett CannonCause calling interrupt_main in main thread raise Keybo...
2003-06-13 Brett Cannondummy_thread modified to have interrupt_main and to...
2003-06-13 Kurt B. KaiserInterrupt module has been folded into the thread module
2003-06-13 Kurt B. KaiserAdd interrupt_main() to thread module.
2003-06-13 Barry WarsawAddressList.__str__(): Get rid of useless, and broken...
2003-06-13 Guido van Rossum- SF patch 751998 fixes an unwanted side effect of...
2003-06-13 Guido van RossumInstall idlelib and idlelib/Icons as well.
2003-06-13 Guido van RossumNews about the new IDLE (is more needed?). News about...
2003-06-13 Guido van RossumDon't install Tools/idle any more. We now install...
2003-06-13 Guido van RossumInstall the main script for the new IDLE here.
2003-06-13 Guido van RossumPut the main script for the new IDLE here.
2003-06-13 Guido van RossumSF patch 707900, fixing bug 702858, by Steven Taschuk.
2003-06-13 Jack JansenDocumented the fact that the main class now mimicks...
2003-06-13 Jack JansenUse the new, now preferred, form of referring to object...
2003-06-13 Jack JansenRe-gegernated with the new gensuitemodule.
2003-06-13 Jack Jansen- Allow access to poperties of the "application" OSA...
2003-06-13 Raymond HettingerSF bug #753602: random.sample not properly documented
2003-06-12 Brett CannonWhen calling tarname with an argument (and thus not...
2003-06-12 Thomas HellerFix for sf # 749210, wininst isn't build correctly...
2003-06-12 Skip MontanaroAMK's no longer maintaining his bookstore page. Refer...
2003-06-12 Brett CannonMake creation of temporary file and directory more...
2003-06-12 Kurt B. KaiserNo longer needed.
2003-06-12 Kurt B. KaiseraboutDialog.py:
2003-06-12 Raymond HettingerOne more multiple exception catch should be in a tuple.
2003-06-12 Kurt B. Kaiser1. Remove the Readme entry on the Help Menu, now in...
2003-06-12 Raymond HettingerThe multiple exception catch should be in a tuple.
2003-06-12 Kurt B. KaiserDirect readers to CVS logs.
2003-06-12 Kurt B. KaiserIt /is/ a package...
2003-06-12 Kurt B. KaiserUpdated for IDLEfork re-integration
2003-06-12 Kurt B. KaiserWill use the Python LICENSE file instead.
2003-06-12 Kurt B. KaiserRemove setup file, no longer needed.
2003-06-12 Kurt B. KaiserRemove unneeded MANIFEST template.
2003-06-12 Kurt B. KaiserRemove unneeded installation instructions.
2003-06-12 Kurt B. KaiserUpdate version.
2003-06-12 Raymond HettingerSF Patch #744104: Remove eval() from csv
2003-06-12 Skip Montanaroadd a couple test cases which involve longs and floats...
next