]> granicus.if.org Git - python/shortlog
python
2001-04-25 Tim PetersSF bug 418615: regular expression bug in pipes.py.
2001-04-24 Tim PetersSF bug 418296: WinMain.c should use WIN32_LEAN_AND_MEAN.
2001-04-23 Andrew M. KuchlingFix typo in docstring
2001-04-23 Andrew M. KuchlingBump version # for final release
2001-04-23 Marc-André... This patch originated from an idea by Martin v. Loewis...
2001-04-23 Guido van RossumMondo changes to the iterator stuff, without changing...
2001-04-23 Guido van RossumAt the suggestion of Peter Funk, document 'key in dict...
2001-04-22 Fred DrakeUpdate publish-to-SourceForge scripts to automatically...
2001-04-22 Fred DrakeOnly document <file>.xreadlines() once; added version...
2001-04-21 Neil SchemenauerProcess Setup* files with makesetup in the same order...
2001-04-21 Guido van RossumAdd test suite for iterators.
2001-04-21 Guido van RossumOops, forgot to merge this from the iter-branch to...
2001-04-21 Tim PetersGive UserDict new __contains__ and __iter__ methods.
2001-04-21 Fred Drakeencode(): Handle Latin-1 input characters better.
2001-04-21 Fred DrakeAdd support for <memberline/> (needs markup improvement!).
2001-04-21 Fred DrakeFix a number of minor markup errors.
2001-04-21 Fred DrakeThe (fairly recent) \textasciicircum is not supported...
2001-04-21 Tim PetersSF bug #417508: 'hypot' not found with Borland C++Build.
2001-04-21 Tim PetersSF but #417587: compiler warnings compiling 2.1.
2001-04-20 Tim PetersTeach Windows about new iterobject.c.
2001-04-20 Guido van RossumAdding iterobject.[ch], which were accidentally not...
2001-04-20 Guido van RossumIterators phase 1. This comprises:
2001-04-20 Jeremy Hyltondispatcher.__repr__() was unprepared to handle the...
2001-04-20 Guido van RossumOops. Removed dictiter_new decl that wasn't supposed...
2001-04-20 Guido van RossumImplement, test and document "key in dict" and "key...
2001-04-19 Tim PetersCVS patch 416248: 2.1c1 unicodeobject: unused vrbl...
2001-04-19 Jeremy HyltonRevert previous checkin, which caused test_unicodedata...
2001-04-19 Fred DrakeWeak*Dictionary: Added docstrings to the classes.
2001-04-19 Fred DrakeAdd versioning notes: many of the signatures changed...
2001-04-18 Tim PetersMove Windows stuff to 2.2, so CVS builds won't interfer...
2001-04-18 Fred DrakeCut-&-paste-o noted by Wolfgang Teschner: decompressob...
2001-04-18 Fred DrakeRemove BrowserControl module; this had been left in...
2001-04-18 Fred DrakeRemove legacy support for the BrowserControl module...
2001-04-18 Fred DrakeSuggestion from Keith Briggs: refer to RE objects...
2001-04-18 Martin v. LöwisPatch #416953: Cache ASCII characters to speed up ASCII...
2001-04-18 Fred DrakeSync version number with the current CVS version.
2001-04-18 Fred DrakeAdd description of the "explanation" optional parameter...
2001-04-18 Fred DrakeMake a number of small clarifications and correct a...
2001-04-18 Fred DrakeSync version number with the current CVS version.
2001-04-18 Guido van RossumBump the version number in more places
2001-04-18 Guido van RossumChange the version to 2.2a0. This may look strange...
2001-04-18 Barry Warsawupdate_yourself(): Removed unused local variable report...
2001-04-18 Barry Warsaw__init__(): Removed unused local variable reported...
2001-04-18 Barry WarsawStripWidget.__init__(), update_yourself(): Removed...
2001-04-18 Barry WarsawHelpwin.__init__(): Removed an unused local variable...
2001-04-18 Barry WarsawBump the version to 1.1
2001-04-18 Barry WarsawThere have been a few new Python releases <wink> in...
2001-04-18 Fred DrakeAdd note about the version in which GetoptError was...
2001-04-18 Fred DrakeAdded support for optional explanation parameter to...
2001-04-18 Fred Drake\versionadded: Add support for including an explanator...
2001-04-18 Jeremy HyltonFix compileall.py so that it fails on SyntaxErrors
2001-04-18 Jeremy HyltonFix compileall.py so that it fails on SyntaxErrors
2001-04-17 Eric S. RaymondUnused variable (caught by PyChecker) removed.
2001-04-16 cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.1
2001-04-16 Guido van RossumNoted what's new in 2.1 (final).
2001-04-16 Jeremy HyltonFix three PyChecker-detected gotchas.
2001-04-16 Jeremy HyltonExport three optimization (fast locals) flags
2001-04-16 Tim PetersUpdate Windows installer & buildno for 2.1 final.
2001-04-16 Guido van RossumIn walk(), don't die when os.lstat() raises os.error...
2001-04-16 Guido van RossumUpdate the version to 2.1final (again :-).
2001-04-16 Fred DrakeAdd a test case for Weak*Dictionary.update() that would...
2001-04-16 Fred DrakeWeak*Dictionary.update(): Fix calls to [].append(...
2001-04-16 Guido van RossumImplement Mark Favas's suggestion. There's a clear...
2001-04-16 Andrew M. KuchlingUpdate document for the actual 2.1rc1
2001-04-16 cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.1c2
2001-04-16 Guido van RossumThis is (hopefully) last checkin before releasing 2...
2001-04-16 Guido van RossumAdded news for 2.1c2.
2001-04-16 Tim PetersUpdate Windows installer & build number to 2.1c2 release.
2001-04-16 Guido van RossumWe need another release candidate after so many "small...
2001-04-16 Guido van RossumChange the test data to ask for class C from module...
2001-04-16 Guido van RossumReverting Moshe's EGD patch *and* Martin's patch to...
2001-04-16 Guido van RossumTim pointed out a remaining vulnerability in popitem...
2001-04-15 Guido van RossumTentative fix for a problem that Tim discovered at...
2001-04-15 Guido van RossumSF bug reporters.
2001-04-15 Guido van RossumFix SF bug [ #416231 ] urllib.basejoin fails to apply...
2001-04-15 Fredrik LundhSRE: made "copyright" string static, to avoid potential...
2001-04-15 Guido van RossumPatch by Mark Favas to ensure that the zlib we find...
2001-04-15 Guido van RossumGet rid of the seek() method on the _Mailbox class...
2001-04-15 Guido van RossumIn order to make this test work on Windows, the test...
2001-04-15 Guido van RossumFix typo (missing "req." prefix on error_302_dict)...
2001-04-15 Guido van RossumFix typo in exception name (UnimplementedError should be
2001-04-15 Guido van RossumFix typo in exception name (SGMLParserError should...
2001-04-15 Guido van RossumFix typo in attribute name (file should be filename...
2001-04-15 Guido van RossumFix typo in attribute name (chunk_size should be chunks...
2001-04-15 Steve Purcell- Typo in message for TestCase.failIfEqual()
2001-04-15 Guido van RossumSet the SO_REUSEADDR socket option in the server thread...
2001-04-14 Fred DrakeBump version number and set date.
2001-04-14 Guido van RossumRemove shared libraries as part of "make clean" rather...
2001-04-14 Guido van RossumMake one more private symbol static.
2001-04-14 Guido van RossumMake some private symbols static.
2001-04-14 Guido van RossumMark Favas points out that there's an 'self.fp.flush...
2001-04-14 Guido van RossumAnother ACK.
2001-04-14 Guido van RossumPete Shinners discovered that zipfile.ZipFile() is...
2001-04-14 Eric S. RaymondShould resolve [ #416039 ] pstats browser crashes.
2001-04-14 Guido van RossumAdd "import thread" at the top of the module; this...
2001-04-14 Guido van RossumAdd more general warning against the SGI optimizer.
2001-04-14 Fred DrakeIf the sunaudiodev module is available but we cannot...
2001-04-14 Eric S. RaymondImport readline when possible to make the commaninterpr...
2001-04-13 cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.1c1
2001-04-13 Guido van RossumTim convinced me to augment the PSF license with a...
next