]> granicus.if.org Git - python/shortlog
python
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...
2003-06-11 Brett CannonHave pydoc try handling an object as "other" if the...
2003-06-11 Brett CannonFixed a comment.
2003-06-11 Andrew MacIntyrefix the curses module build failure on FreeBSD, reporte...
2003-06-11 Raymond Hettinger* Added missing documentation for object().
2003-06-11 Raymond HettingerSF bug #660022: parameters for int(), str(), etc.
2003-06-11 Raymond HettingerAdd docs for get_grouped_opcodes().
2003-06-11 Brett CannonClarify docstring for symlink.
2003-06-10 Raymond HettingerSF bug: 751941 Invisible HTML tag
2003-06-10 Barry Warsawget_payload(): Improve the TypeError message when the...
2003-06-09 Barry Warsawguess_all_extensions(): Return the empty list instead...
2003-06-09 Raymond HettingerDocument context_diff() and unified_diff()
2003-06-09 Neil SchemenauerWarn about creating global variables by __setattr__...
2003-06-09 Raymond HettingerAdd the IDLEFORK team.
2003-06-09 Raymond HettingerSF bug #685773: 2 (more) bugs in turtle
2003-06-09 Andrew MacIntyreChanges to sre.c after the application of patch #726869...
2003-06-09 Andrew MacIntyreadd support for os.tmpfile()
2003-06-09 Andrew MacIntyrereorganise modules, so that most standard extensions...
2003-06-09 Andrew MacIntyrevarious updates
2003-06-09 Andrew MacIntyrebump stack size to cater for _sre recursion.
2003-06-09 Andrew McNamaraFix potential leaks identified by Neal Norwitz.
2003-06-09 Kurt B. KaiserSF 748975 Printing unsaved shell fails
2003-06-08 Raymond HettingerAdded a command line interface for difflib.py
2003-06-08 Raymond HettingerAdded a command line interface for difflib.py
2003-06-08 Raymond HettingerAnnounce difflib.context_diff() and difflib.unified_diff().
2003-06-08 Raymond HettingerFor the context and unified diff functions:
2003-06-08 Neal NorwitzSF #735051, add time.tzset documentation
2003-06-08 Neal NorwitzFix SF #749831, copy raises SystemError when getstate...
2003-06-08 Raymond HettingerAdded functions for creating context diffs and unified...
2003-06-08 Neal NorwitzThe fix to use . was incorporated
2003-06-07 Martin v. LöwisRevert 1.25, as overloaded __repr__ is not considered.
next