]> granicus.if.org Git - python/shortlog
python
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...
2001-04-13 Guido van RossumClean up the unsightly mess around the readline header...
2001-04-13 Fred DrakeAdd convenience targets that build all archive types...
2001-04-13 Fred DrakeMichael Hudson:
2001-04-13 Guido van RossumI am TENTATIVELY checking in Martin von Loewis's patch...
2001-04-13 Jeremy Hyltonsplit long line
2001-04-13 Fred DrakeFixup some platform annotations.
2001-04-13 Fred DrakeWork around the conversion of ">>" and "<<" to guilleme...
2001-04-13 Fred DrakeWork around the conversion of ">>" and "<<" to guilleme...
2001-04-13 Fred DrakeAdded regression test for SF bug #415660 (failure to...
2001-04-13 Fred Drakecleanup_helper(): Make sure we invalidate all referenc...
2001-04-13 Guido van RossumSlight adaptation of Michael Hudson's patch to test...
2001-04-13 Guido van RossumFix typo in comment (the module is now called _testcapi...
2001-04-13 Jeremy HyltonChange error message raised when free variable is not...
2001-04-13 Fred DrakeWork around the conversion of ">>" and "<<" to guilleme...
2001-04-13 Fred DrakeWork around the conversion of ">>" and "<<" to guilleme...
2001-04-13 Guido van RossumPatch by Ping (SF bug 415879, Exception.__init__()...
2001-04-13 Ka-Ping YeeOne-character style change to appease Netscape stylesheets.
2001-04-13 Guido van RossumOops. Need an extra blank line after the PSF license.
2001-04-13 Guido van Rossum- Inserted the (tentative) PSF license.
2001-04-13 Ka-Ping YeeUse nturl2path to generate a file: URL to source files...
2001-04-13 Jeremy HyltonAdd test for SF bug #405427
2001-04-13 Jeremy HyltonSF patch #405845 by Martin von Löwis
2001-04-13 Jeremy HyltonUpdate to reflect new tokenize_test.py
2001-04-13 Fred DrakeWork around the conversion of ">>" and "<<" to guilleme...
2001-04-13 Jeremy HyltonThere's no need for the tokenize tests to include a...
2001-04-13 Fred DrakeMinor markup adjustments.
2001-04-13 Ka-Ping YeeClean up isroutine().
2001-04-13 Ka-Ping YeeUse inspect.stack()[1][3] to tell if Helper.__repr__...
2001-04-13 Ka-Ping YeeAdd inode checks to detect circular symbolic links...
2001-04-13 Ka-Ping YeeSmall style change to accommodate Netscape.
2001-04-13 Ka-Ping YeeRobustify getfile() against classes that lie about...
2001-04-13 Ka-Ping YeeWord-wrap the list of cross-references.
2001-04-13 Ka-Ping YeeAnother pass through the topic table to fill in cross...
2001-04-13 Ka-Ping YeeMake force-loading optional; don't force-load in intera...
2001-04-13 Ka-Ping YeeRemove duplicate type objects from isroutine() and...
2001-04-13 Martin v. LöwisPatch #415777: new grouping strategy.
2001-04-13 Tim PetersWhitespace normalization.
2001-04-13 Fred DrakeUpdate the helper scripts that push development docs...
2001-04-13 Fred DrakeAdd entry for ColorPicker documentation as well.
2001-04-13 Fred DrakeDocumentation for Just's ColorPicker module, so the...
2001-04-13 Guido van RossumNote additions to pydoc and pstats.
2001-04-13 Eric S. RaymondAdded a test main to the pstats library that can help...
2001-04-12 Fred Drake_synthesize(): Helper function: when the users passes...
2001-04-12 Jeremy HyltonPop loop off the loop stack before handling the loop...
2001-04-12 Jeremy HyltonUse new _implicitNameOp() to generate name op code...
2001-04-12 Guido van RossumBecause this code was derived from Python 1.6.1 (amongs...
2001-04-12 Ka-Ping YeeFix linking to classes (in class tree, and add links...
2001-04-12 Ka-Ping YeeFix call to ModuleScanner from GUI search interface.
next