]> granicus.if.org Git - python/shortlog
python
2001-10-30 Guido van RossumMinimal test for __del__ hook.
2001-10-30 Tim PetersPySocketSock_connect_ex(): On Windows, return the...
2001-10-29 Fredrik Lundhdirectory chooser (requires a recent version of Tk)
2001-10-29 Tim PetersRename "dictionary" (type and constructor) to "dict".
2001-10-29 Guido van RossumAdd __del__ callbacks. They are too useful to leave...
2001-10-29 Tim PetersSF bug #476138: tempfile behavior across platforms
2001-10-29 Fred DrakeRevise the PDF support in the LaTeX style sheet. This...
2001-10-29 Fred DrakeUpdate to reflect changes to the low-level logreader...
2001-10-29 Fred DrakeAdd a test for the insertion of user-provided ADD_INFO...
2001-10-29 Fred DrakeAllow user code to call the addinfo() method on the...
2001-10-29 Fred DrakeMake the low-level log-reader object export a dictionar...
2001-10-29 Andrew M. Kuchlingdictionary -> dict
2001-10-29 Andrew M. KuchlingFix two typos noted by Jens Quade
2001-10-29 Fred DrakeAdd additional information on exceptions from time...
2001-10-29 Fred DrakeMore refcount information.
2001-10-29 Fred DrakeIgnore all *.tex files in the typesetting output direct...
2001-10-29 Fred DrakeMake sure we generate versions of each file in the...
2001-10-29 Jeremy HyltonUse connect_ex() instead of connect().
2001-10-29 Jeremy HyltonFix for SF bug 453099 -- select not defensive
2001-10-29 Andrew M. KuchlingFix some markup errors noted by MH
2001-10-29 Guido van RossumWhen overriding __str__ or __repr__, set the tp_print...
2001-10-29 Steven M. Gavamore loading from cfg files
2001-10-29 Steven M. Gavamore of config dialog reading from files
2001-10-29 Guido van RossumUse sendall() in the stream test instead of send().
2001-10-29 Guido van RossumTest sendall().
2001-10-29 Guido van RossumAdd 'sendall' to list of socket methods.
2001-10-28 Fredrik Lundhadded finditer sanity check
2001-10-28 Guido van RossumOops. In the tp_name field, the name should be "_socke...
2001-10-28 Fred DrakePyObject_CallFunctionObArgs() ---> PyObject_CallFunctio...
2001-10-27 Guido van RossumNews about the socket type and the HP-UX port.
2001-10-27 Guido van RossumMade SocketType and socket the same thing: a subclassab...
2001-10-27 Guido van RossumSF patch #475657 (Dietmar Schwertberger)
2001-10-27 Tim PetersSF bug #475327: type() produces incorrect error msg
2001-10-27 Tim Petersdictionary() constructor:
2001-10-27 Tim Petersvgetargskeywords()
2001-10-27 Tim Petersvgetargskeywords: Now that it's clear that nkwlist...
2001-10-27 Tim Petersvgetargskeywords: Prevent another potential sprintf...
2001-10-27 Tim Petersvgetargskeywords: Verify kwlist has the required lengt...
2001-10-27 Fred DrakePyObject_CallFunction(), PyObject_CallMethod(): Make...
2001-10-27 Tim Petersvgetargskeywords: Removed all PyErr_Clear() calls...
2001-10-27 Tim Petersvgetargskeywords: The keywords arg is a dict (if non...
2001-10-27 Tim Petersvgetargskeywords: Removed one of the mysterious PyErr_...
2001-10-27 Tim Petersvgetargskeywords:
2001-10-27 Tim Petersvgetargskeywords:
2001-10-27 Tim Petersvgetargskeywords:
2001-10-27 Tim Petersvgetargskeywords:
2001-10-27 Tim PetersPyArg_ParseTupleAndKeywords: return false on internal...
2001-10-27 Tim PetersPyArg_ParseTupleAndKeywords: do basic sanity checks...
2001-10-27 Tim Peterstuple(3,4,5,x=2) dumped core on my box. vgetargskeywor...
2001-10-27 Tim Petersvgetargskeywords(): remove test that can't succeed...
2001-10-26 Tim Petersdict_constructor(): The last test was passing for...
2001-10-26 Andrew M. KuchlingFill in remaining XXX spots
2001-10-26 Fred DrakeFix up a number of small problems with the DOM document...
2001-10-26 Andrew M. KuchlingFinish off the type/class section; I don't think there...
2001-10-26 Fred DrakeRemove unused variable.
2001-10-26 Fred DrakeNow that Misc/Makefile.pre.in is gone, do not attempt...
2001-10-26 Fred DrakeExplain what [].insert() does when the target index...
2001-10-26 Fred DrakeAdd notes pointing out that these classes are kept...
2001-10-26 Fred DrakeRe-arrange things and remove some unused variables...
2001-10-26 Fred DrakeBe smarter about clearing the weakref lists for instanc...
2001-10-26 Fred DrakeMany, many small fixes and improvements, most suggested...
2001-10-26 Fred DrakeAdded docs for PyObject_CallFunctionObArgs() and PyObje...
2001-10-26 Fred DrakeAdded refcount data for PyObject_CallFunctionObArgs...
2001-10-26 Fred DrakeAdded two new functions to conveniently call functions...
2001-10-26 Fred DrakeSome style changes and typo fixes.
2001-10-26 Guido van RossumUpdated this README to reality.
2001-10-26 Guido van RossumSome news.
2001-10-26 Andrew M. KuchlingDelete Makefile.pre.in (BDFL pronouncement)
2001-10-26 Fred DrakeClean up the tables of child links generated by stock...
2001-10-26 Jack JansenMoved PythonScript to unsupported at Bill Bedford's...
2001-10-26 Fred DrakeTypo: destuction --> destruction
2001-10-26 Steven M. Gavafurther work supporting reading config dialog values...
2001-10-26 Steven M. Gavadynamic option menu widget.
2001-10-26 Steven M. Gavafurther work on loading config dialog values from the...
2001-10-26 Tim PetersGeneralize dictionary() to accept a sequence of 2-seque...
2001-10-26 Guido van RossumUpdate. __dict__ assignment done. Reorder remaining...
2001-10-26 Guido van RossumAllow assignment to newinstance.__dict__.
2001-10-26 Guido van RossumFix two typos, one noted by Noah Spurrier in SF bug...
2001-10-26 Guido van RossumAdd sendall() method, which loops until all data is...
2001-10-26 Fred DrakeAdd yet more markup that let's a stylesheet pick out...
2001-10-26 Fred DrakeEnforce a bit of markup consistency.
2001-10-26 Fred DrakeMinor textual adjustment, and style-guide conformance...
2001-10-25 Barry WarsawA fix for SF bug #472560, extra newlines returned by...
2001-10-25 Jack JansenAdded various tidbits.
2001-10-25 Barry WarsawI went back and figured out the release date for Python...
2001-10-25 Barry WarsawApplying proposed patch for bug #474583, optional suppo...
2001-10-25 Fred DrakeUse PyDict_Copy() and PyDict_Update() instead of using...
2001-10-25 Fred DrakeTypo: NamedNodeList --> NamedNodeMap
2001-10-25 Guido van RossumFix SF bug #474538: Memory (reference) leak in poller...
2001-10-25 Fred DrakeIgnore the posixfile deprecation warning for the test...
2001-10-25 Guido van Rossumcomplex_subtype_from_string(): move the declaration...
2001-10-25 Fred DrakeSlightly better conformance to the Python C style guide.
2001-10-25 Fred DrakeOne more LaTeX-ism that we'd rather ignore.
2001-10-25 Fred DrakeNo need to run make twice here.
2001-10-25 Fred DrakeUpdate the rules so that changes to the HTML stylesheet...
2001-10-25 Martin v. LöwisAfter discussion with itojun, it was clarified that...
2001-10-24 Fredrik Lundh(experimental) "finditer" method/function. this works...
2001-10-24 Fred DrakeAdd a warning to the posixfile module stating that...
2001-10-24 Fred DrakeMake the deprecation notice use the same form as other...
2001-10-24 Fred DrakeMinor revision of the text.
next