]> granicus.if.org Git - python/shortlog
python
2001-08-16 Barry Warsawinit_sre(): Plug a little leak reported by Insure.
2001-08-16 Andrew M. KuchlingLink readline module with ncurses in preference to...
2001-08-16 Andrew M. Kuchling[Patch #441691] preprocess() method for Borland C compiler.
2001-08-16 Tim Peterstest_descr started breaking in yet another way in the...
2001-08-16 Guido van RossumFix object_repr() to include the module (using the...
2001-08-16 Fred DrakeNew unit test for the mimetypes module, to avoid future...
2001-08-16 Fred DrakeAnother egregious error that copied the encodings info...
2001-08-16 Martin v. LöwisUse (c)StringIO for collecting bytes. Fixes bug #451622.
2001-08-16 Tim PetersRepair some accidents causing Windows failures:
2001-08-16 Barry WarsawFixed a couple of minor formatting nits where lines...
2001-08-16 Barry Warsawselect_select(): Closing bug #448351 the easy way,...
2001-08-16 Fred DrakeBad bug: the MimeTypes.readfp() was supposed to take...
2001-08-16 Guido van RossumI should add that the previous checkin also added a...
2001-08-16 Just van RossumLong time overdue: change sys.path defaults so that...
2001-08-16 Fred DrakeUse METH_O where possible (two functions). This does...
2001-08-16 Jack JansenUpdated to the current state of things (long overdue).
2001-08-16 Jack JansenRemoved expat from the access paths, it isn't needed.
2001-08-16 Andrew M. Kuchling[Patch #444854 from twburton]
2001-08-16 Andrew M. Kuchling[Patch #442530 from twburton]
2001-08-16 Martin v. LöwisPatch #427190: Implement and use METH_NOARGS and METH_O.
2001-08-16 Guido van RossumFix SF bug #442501: calculate __module__ properly.
2001-08-16 Guido van RossumChange the type names to xxsublist.<name>.
2001-08-16 Guido van RossumThe change of type(None).__name__ from 'None' to 'NoneT...
2001-08-16 Guido van RossumSubtle change to make None.__class__ work:
2001-08-16 Guido van RossumOops. Two fixes for SF bug #422004 are not needed...
2001-08-16 Guido van RossumBunchathings:
2001-08-16 Guido van RossumAdd a function _Py_ReadyTypes() which initializes vario...
2001-08-16 Guido van RossumUpdate to MvL's patch #424475 to avoid returning 2...
2001-08-16 Tim PetersNo change, just wanted to record more info in the log...
2001-08-16 Tim PetersWise uninstallers never delete the Python DLL from...
2001-08-15 Guido van RossumAdd tests for overridable operators that have default...
2001-08-15 Guido van Rossum- Another big step in the right direction. All the...
2001-08-15 Just van RossumRewrote Jack's latest change so it does what it intende...
2001-08-15 Guido van RossumGiven a class without __cmp__ or __eq__, cmp() of two...
2001-08-15 Fred DrakeA large contribution from Dave Kuhlman describing what...
2001-08-15 Fred DrakeDave Kuhlman has contributed a nice improvement to...
2001-08-15 Fred DrakeRemove spurious space before a period.
2001-08-15 Fred DrakeAdded comments before recently added/assigned slots...
2001-08-15 Guido van RossumAdd 'state' as a get/set attribute to spamlist. This...
2001-08-15 Guido van RossumAdd 'state' as a read-only attribute to spamdict. ...
2001-08-15 Guido van RossumPyMethod_Type: add a tp_descr_get slot function to...
2001-08-15 Guido van RossumAdd a test to verify that bound methods work correctly.
2001-08-15 Martin v. LöwisFix portability problems with glibc 2.0, as reported...
2001-08-15 Fred DrakeUse the "howto" document class rather than the "manual...
2001-08-15 Fred DrakeProperly mark attribute names in the table.
2001-08-15 Fred DrakeChange the generated markup so that attribute names...
2001-08-15 Fred DrakeUse the abstract object interfaces when digging around...
2001-08-15 Andrew M. KuchlingNote addition of cleanfuture.py
2001-08-15 Andrew M. KuchlingFix typo
2001-08-15 Fred DrakeFix small markup consistency nits.
2001-08-15 Jack JansenMacOSX: if we're building without --enable-toolbox...
2001-08-15 Jack JansenOn OSX we should not pass the -shared option to ld...
2001-08-15 Jack JansenDon't remove non-directories from sys.path on the mac...
2001-08-15 Tim PetersNew, larger installer bitmap from Erik van Blokland...
2001-08-15 Tim PetersFix typo in module docstring.
2001-08-15 Tim PetersAdd blurb about cleanfuture.py. Fix misspelling in...
2001-08-15 Tim PetersMove one of the tests into the "PEP 255" section, to...
2001-08-15 Jack JansenOops, forgot to check in configure.
2001-08-15 Jack JansenLots of changes in the framework support:
2001-08-15 Jack JansenWith WITH_NEXT_FRAMEWORK defined we now also expect...
2001-08-14 Jeremy Hyltonupdate simple explanation of parseFile()
2001-08-14 Jeremy HyltonFirst day's progress on documentation
2001-08-14 Fred DrakeFix a minor typo and mark an exception name that was...
2001-08-14 Fred DrakeAdd material about the "r" and "u" prefixes for string...
2001-08-14 Fred DrakeAdded some examples of table markup.
2001-08-14 Jeremy HyltonFix typo in astgen script
2001-08-14 Fred DrakeAdd information about __floordiv__() and __truediv__...
2001-08-14 Guido van RossumNon-function fields, like tp_dictoffset and tp_weaklist...
2001-08-14 Jeremy HyltonFix SF bug [ #450909 ] __future__.division fails at...
2001-08-14 Guido van RossumAdd a test for a weird bug I just discovered: a dynamic...
2001-08-14 Fred DrakeClarify the prompt in an example.
2001-08-14 Jeremy HyltonRegenerated from new ast.txt and new astgen.py
2001-08-14 Jeremy HyltonAdd getChildNodes() method to Node
2001-08-14 Jeremy HyltonAdd Yield node
2001-08-14 Barry WarsawDocument the new semantics for setting and deleting...
2001-08-14 Barry WarsawTest the new semantics for setting and deleting a funct...
2001-08-14 Barry Warsawfunc_getattro(), func_setattro(): Implement the new...
2001-08-14 Barry WarsawDescribe the new semantics for setting and deleting...
2001-08-14 Fred DrakeAdd "exceptions" to the list of fundamental modules
2001-08-14 Fred DrakeInsert omitted "the".
2001-08-14 Fred DrakeAdd the smtpd module to the list of undocumented module...
2001-08-13 Barry Warsawreload(exceptions) should not raise an ImportError...
2001-08-13 Barry WarsawFixed typo in comment leading up to _PyImport_FixupExte...
2001-08-13 Barry WarsawPy_Initialize(): Apply patch by Jürgen Hermann to call
2001-08-13 Tim PetersRepair Unix-specific assumptions that caused this to...
2001-08-13 Barry Warsawfound_terminator(): Add a debug print showing the data.
2001-08-13 Fred DrakeNick Mathewson: test suite for the class browser suppor...
2001-08-13 Fred DrakeNick Mathewson: Make sure the recursion is handled...
2001-08-13 Fred DrakeDavid Goodger <dgoodger@atsautomation.com>:
2001-08-13 Guido van RossumRemove redundant import (PyChecker).
2001-08-13 Guido van RossumRemove unused variable 'imports' from readmodule_ex().
2001-08-13 Guido van RossumRemove redundant 'import string' (PyChecker).
2001-08-13 Guido van RossumRemove redundant imports (PyChecker).
2001-08-13 Guido van RossumRemove redundant 'import sys' (PyChecker).
2001-08-13 Guido van RossumRemove two redundant statements (PyChecker).
2001-08-13 Guido van RossumRemove redundant assignment l = [] from poll3() --...
2001-08-13 Andrew M. KuchlingUpdate a beopen.com e-mail
2001-08-13 Andrew M. KuchlingUpdate a few references to beopen.com
2001-08-13 Andrew M. KuchlingUpdate e-mail address
2001-08-13 Guido van RossumCommenting out the getfillable() method -- it's broken...
next