]> granicus.if.org Git - python/shortlog
python
2001-03-18 Eric S. RaymondTeach Tools/freeze/makeconfig.py and Tools/freeze/parse...
2001-03-18 Tim PetersSF bug [ #409448 ] Complex division is braindead
2001-03-17 Andrew M. KuchlingFix bug #233253: the --define and --undef options didn...
2001-03-17 Andrew M. KuchlingBug #409403: Signal an error if the distribution's...
2001-03-17 Andrew M. KuchlingTidy up the ordering of include and library directories...
2001-03-17 Tim PetersSF bug [ #233200 ] cPickle does not use Py_BEGIN_ALLOW_...
2001-03-16 Thomas HellerDistutils version number has been changed from 1.0...
2001-03-16 Thomas HellerThe bdist_wininst.py command has been recreated after...
2001-03-16 Fred DrakeAdd documentation for SGMLParser.handle_decl().
2001-03-16 Fred DrakeChange RuntimeError to SGMLParseError, which subclasses...
2001-03-16 Fred DrakeFinally fill in the documentation for the PyDict_Next...
2001-03-16 Neil SchemenauerInstall the Python DLL with execute priviledge set...
2001-03-16 Tim PetersWhitespace normalization.
2001-03-15 Jack JansenFiles for second 2.1b1 distribution.
2001-03-15 Jack JansenFindFolder argument is a short, not an unsigned short.
2001-03-15 Jack JansenHandle the apple menu differently under Carbon.
2001-03-15 Jack JansenFindFolder argument is a short, not an unsigned short.
2001-03-15 Jack JansenAdded QDFlushPortBuffer calls.
2001-03-15 Jack JansenImport kOnSystemDisk from MACFS
2001-03-15 Jack JansenLook for shared libraries first in kLocalDomain and...
2001-03-15 Jack JansenFiles for second 2.1b1 distribution.
2001-03-15 Ka-Ping YeeRemove redundant "__future__:" from module docstring.
2001-03-14 Fred DrakeImport the exceptions that this module can raise.
2001-03-14 Jeremy HyltonAdd doc string for run from profile.doc. (pydoc motiva...
2001-03-14 Sjoerd MullenderMoved clearing of "literal" flag. The flag is set...
2001-03-14 Fred DrakeChange "[%s]" % string.whitespace to r"\s" in regular...
2001-03-13 Skip Montanaroupdated __all__ to include several other names
2001-03-13 Fred DrakeAdd some LaTeX magic so that Latin-1 characters do...
2001-03-13 Martin v. LöwisPatch #407965: Improve Level 2 conformance of minidom
2001-03-13 Guido van RossumOops. A RISCOS patch I forgot to check in.
2001-03-13 Jeremy HyltonAdd test to verify that nested functions with free...
2001-03-13 Jeremy HyltonVariety of small INC/DECREF patches that fix reported...
2001-03-12 Fred DrakePy_BuildValue(): Add "D" conversion to create a Python...
2001-03-12 Fred DrakePy_BuildValue(): Add "D" conversion to create a Python...
2001-03-12 Fred DrakeMultifile.read(): Fix a broken conversion to string...
2001-03-11 Tim PetersIdentifiers matching _[A-Z_]\w* are reserved for C...
2001-03-11 Tim PetersWhen 1.6 boosted the # of digits produced by repr(float...
2001-03-11 Tim PetersWindows: Fallout from renaming the pydoc file.
2001-03-11 Tim PetersSF bug Win32: pydoc command isn't executable.
2001-03-11 Tim PetersMagic strings in both Python and the Wise installer...
2001-03-11 Fred DrakeMake sure we close the group and password databases...
2001-03-10 Tim PetersGet rid of hardcoded Python path (can't guess where...
2001-03-10 Andrew M. KuchlingFix a further markup problem noted by FLD
2001-03-10 Jack JansenChris Stern's BBEdit Python language module.
2001-03-10 Ka-Ping YeeMake docstrings raw, since they contain literal backsla...
2001-03-10 Ka-Ping YeeFix findsource() to work for derived classes.
2001-03-10 Fred DrakeImport the nested_scopes feature twice, to exercise...
2001-03-10 Fred DrakeWhen iterating over the names imported in a future...
2001-03-09 Jack JansenFinished implementation of removing incorrect preferenc...
2001-03-08 Jack JansenDefault waittime in the eventloop is now None. At low...
2001-03-08 Jack JansenHandle the ReopenApplication event (by ignoring it).
2001-03-08 Jack JansenDetect that the preference file may be incorrect, and...
2001-03-08 Jack JansenStarted on relnotes for the next beta.
2001-03-08 Fred DrakeRe-order some method descriptions for a more logical...
2001-03-08 Fred DrakeAdd more font flavors for <var> elements; the previous...
2001-03-08 Jack JansenAdded a warning message about the delay after installat...
2001-03-07 Martin v. LöwisDefine sunmath prototypes if sunmath.h was not included.
2001-03-07 Martin v. LöwisReplace setenv with putenv. Reported by Dietmar Schwert...
2001-03-07 Martin v. LöwisUnify _Environ processing on riscos with other platforms.
2001-03-06 Jack JansenFiles for 2.1b1 distribution.
2001-03-06 Jack JansenPythonInterpreterClassic and PythonInterpreterCarbon...
2001-03-06 Jack Jansenmacostools.copy() now has an optional forcetype flag...
2001-03-06 Jack JansenStarted on plst resource. Not enabled yet.
2001-03-06 Jack JansenRe-try the file copy once if it fails. This works aroun...
2001-03-06 Jack JansenFiles for 2.1b1 distribution.
2001-03-06 Skip Montanarofix typo in extending __all__ for riscos platform ...
2001-03-06 Martin v. LöwisAvoid giving prototypes on Solaris.
2001-03-06 Martin v. LöwisDocument SIG_* warning causes on Solaris.
2001-03-06 Martin v. LöwisUse Py_CHARMASK for ctype macros. Fixes bug #232787.
2001-03-06 Martin v. LöwisRegenerate.
2001-03-06 Martin v. LöwisDefine __EXTENSIONS__ on Solaris. Fixes posixmodule...
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...
next