]> granicus.if.org Git - python/shortlog
python
2001-03-06 Martin v. LöwisDocument that _REENTRANT is not needed explicitly.
2001-03-06 Fred DrakeDo not refer to "sub-modules" since that is not a defin...
2001-03-06 Fred DrakeRe-word the explanation of the in/not in operators...
2001-03-06 Fred DrakeTurn "Python Documentation Central" into just "Document...
2001-03-06 Fred DrakeMake sure the README files that contain page count...
2001-03-06 Fred DrakeCorrect typos in Ping's email address.
2001-03-06 Fred DrakeUpdate documentation to reflect the shift to NetrcParse...
2001-03-06 Fred DrakeDefine & use NetrcParseError instead of improperly...
2001-03-06 Fred DrakeAdd some spaces around the "=" in assignments.
2001-03-06 Fred DrakeMove all knowledge that $(MAINOBJ) is built in the...
2001-03-05 Jack JansenTesting commit with a single blank line.
2001-03-05 Jack JansenGrr, splittag was also missing from __all__.
2001-03-05 Jack JansenAdded url2pathname and pathname2url to __all__.
2001-03-04 Neil SchemenauerAdd Python/ prefix to files in LIBOBJS. This closes...
2001-03-04 Tim PetersClean up junk files left behind by imp.load_source().
2001-03-03 Fred DrakeRemove debugging "set -x".
2001-03-03 Fred DrakeFix a few minor markup nits.
2001-03-03 Fred DrakeBe a bit more strict in setting up the export of the...
2001-03-03 Fred DrakeRene Liebscher <R.Liebscher@gmx.de>:
2001-03-03 Fred DrakeWrap several more of the constants in #ifdef/#endif...
2001-03-03 Barry WarsawAdded `memtest' target which excludes the quicktest...
2001-03-03 Andrew M. KuchlingDiscuss PEP 236.
2001-03-02 Ka-Ping YeeUse r""" instead of """ for the docstring so that backs...
2001-03-02 Andrew M. KuchlingUpdate estimate bug and patch counts
2001-03-02 Fred DrakeRevise the scripts I use to update the documentation...
2001-03-02 Fred DrakeLots of organizational changes for consistency with...
2001-03-02 cvs2svnThis commit was manufactured by cvs2svn to create tag... v2.1b1
2001-03-02 Fred DrakeThere was a real leak in the "export a C API" example...
2001-03-02 Fred DrakeLabel classes and exceptions explicitly in the document...
2001-03-02 Fred DrakeThere is no longer a -X option to the interpreter,...
2001-03-02 Barry WarsawAdded -o/--output-file option as per GNU msgfmt to...
2001-03-02 Fred DrakeFor copyfile(), be explicit that src and dst are file...
2001-03-02 Jack JansenEnable FSpResourceFileAlreadyOpen only for Carbon....
2001-03-02 Fred DrakeJob.build_html(): When formatting HTML into more than...
2001-03-02 Guido van RossumAdd some more info about pydoc. (Can you see I'm excited?)
2001-03-02 Guido van RossumAdd big news item about nested scopes, __future__,...
2001-03-02 Guido van RossumItamar S.T.
2001-03-02 Guido van RossumPatch by Itamar S.T. (SF#305470): add reset() method.
2001-03-02 Fred DrakeWhen not copying a file because the output is up to...
2001-03-02 Guido van RossumExtra fix from bbum (SF #402357) for his previous patch:
2001-03-02 Guido van RossumFix by Donn Cave for BeOS (SF #403642):
2001-03-02 Guido van RossumFix typo in RISCOS patch inside MS #ifdef. (Probably...
2001-03-02 Fred DrakeAdd more protection around the VSWTC/VSWTCH, CRTSCTS...
2001-03-02 Guido van RossumROSCOS change.
2001-03-02 Guido van RossumDietmar Schwertberger; shuffled a bunch of Sch* names...
2001-03-02 Guido van RossumRISCOS changes by dschwertberger.
2001-03-02 Guido van RossumUse != instead of <>. Sorry, Barry.
2001-03-02 Guido van RossumRISCOS changes by dschwertberger.
2001-03-02 Guido van RossumRISCOS changes by dschwertberger
2001-03-02 Andrew M. KuchlingDisable the dl module
2001-03-02 Guido van RossumRISCOS changes by dschwertberger.
2001-03-02 Guido van RossumRISCOS patch by dschwertberger
2001-03-02 Ka-Ping YeeUse '127.0.0.1' only on Mac; for other, sane platforms...
2001-03-02 Guido van RossumRISCOS files by dschwertberger
2001-03-02 Ka-Ping YeeThe sys.platform identifier for Windows is just 'win32...
2001-03-02 Guido van RossumSearch /tmp before /var/tmp and /usr/tmp -- this seems...
2001-03-02 Ka-Ping YeeMake getsourcefile() succeed even if the filename doesn...
2001-03-02 Ka-Ping YeeReplace literal '@test' with TESTFN.
2001-03-02 Guido van RossumWhen catching errors from os.rmdir(), test for os.error...
2001-03-02 Guido van RossumAdd a new item to the Python 2.1 start menu: "Module...
2001-03-02 Guido van RossumBelieve it or not, but "more" on Windows requires ...
2001-03-02 Guido van RossumRefactored the warning-issuing code more.
2001-03-02 Tim PetersThanks to Steven Majewski, finally putting MacOS X...
2001-03-02 Tim PetersTypo repair.
2001-03-02 Tim PetersAdded William Tanksley.
2001-03-02 Tim PetersMake names in __future__.py bind to class instances...
2001-03-02 Ka-Ping YeeClean up the handling of getsourcefile/getabsfile.
2001-03-02 Ka-Ping YeeClarify the purpose of getsourcefile().
2001-03-02 Ka-Ping YeeClarify synopsis line a bit.
2001-03-02 Tim Peterstest_global was broken by some recent checkin. Repairing.
2001-03-02 Ka-Ping YeeWhen seeking the module for an object, compare absolute...
2001-03-02 Ka-Ping YeeUse imp.get_suffixes to determine a module name in...
2001-03-01 Jack Jansen- Numeric now lives in Lib:site-python.
2001-03-01 Jack Jansen- Numeric now lives in Lib:site-python.
2001-03-01 Jack JansenRemoved some stuff that shouldn't be in the dev distrib...
2001-03-01 Jack JansenRemoved Extensions:Numeric from sys.path. It now lives...
2001-03-01 Jack JansenSilly typo which caused the stack browser to crash.
2001-03-01 Jack JansenAlso build Imaging for Carbon.
2001-03-01 Jeremy HyltonUseful future statement support for the interactive...
2001-03-01 Martin v. LöwisPut current date into POT-Creation-Date; leave PO-Revis...
2001-03-01 Tim PetersThank Jason Tishler and Steven Majewski for their help...
2001-03-01 Fred DrakeSolaris defines VSWTCH instead of VSWTC; carefully...
2001-03-01 Fred DrakeWrap some long lines, use only C89 /* */ comments,...
2001-03-01 Guido van RossumAdd Samuele Pedroni
2001-03-01 Guido van RossumTest interaction of global and nested scopes -- thanks...
2001-03-01 Fred DrakeAdded entry for urllib2 documentation.
2001-03-01 Ka-Ping YeeAlso accept .so as an extension for module files.
2001-03-01 Fred DrakeUse larger chunks for the HTML version of the Distutils...
2001-03-01 Fred DrakeComment out section titles for sections that have not...
2001-03-01 Fred DrakeComment out section titles for sections that have not...
2001-03-01 Guido van RossumDocument configuration flags to compile for large file...
2001-03-01 Guido van RossumTwo improvements to large file support:
2001-03-01 Tim PetersMore MacOSX fiddling. As noted in a comment, I believe...
2001-03-01 Ka-Ping YeeBetter __credits__.
2001-03-01 Guido van RossumHere we go again, another round of version bumping...
2001-03-01 Ka-Ping YeeAdd __author__ and __credits__ variables.
2001-03-01 Ka-Ping YeeAdd __author__ variable.
2001-03-01 Ka-Ping YeeDocstring improvements.
2001-03-01 Tim PetersMore fiddling w/ the new-fangled Mac import code.
2001-03-01 Moshe ZadkaChecking in patch 404826 -- urllib2 enhancements and...
next