]> granicus.if.org Git - python/shortlog
python
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.
2001-10-24 Guido van RossumNote updated RISCOS port. Remove reference in the...
2001-10-24 Fred DrakeConvert getrefcount() to METH_O, and sys_excepthook...
2001-10-24 Guido van RossumSF patch #474590 -- RISC OS support
2001-10-24 Tim PetersSF bug #473525 pyclbr broken
2001-10-24 Guido van RossumSF patch #474590 -- RISC OS support
2001-10-24 Guido van RossumSF patch #474590 -- RISC OS support
2001-10-24 Fred DrakeWhen describing "import *", add a level of indirection...
2001-10-24 Martin v. LöwisFix typo. Thanks to Jack Jansen for spotting it.
2001-10-24 Martin v. LöwisCheck for HP/UX curses problems. Define _XOPEN_SOURCE_...
2001-10-24 Martin v. LöwisInclude netdb.h to detect getaddrinfo. Work around...
2001-10-24 Jack JansenOops, undo previous change, which wasn't supposed to...
2001-10-23 Jack JansenAdded missing cast.
2001-10-23 Jack JansenSome escaped newlines had spaces between the backslash...
2001-10-23 Jack JansenNew URL for Joe Strouts example page.
2001-10-23 Jack JansenGot this to work in MacPython. The code is #ifdef macin...
2001-10-23 Jack JansenAdded _hotshot.
2001-10-23 Jack Jansenquit() wasn't included in the suite. This is a quick...
2001-10-23 Jack JansenTweaks for MacPython 2.2b1
2001-10-23 Jack JansenTweaks for MacPython 2.2b1.
2001-10-23 Guido van RossumApply the first chunk of the second patch from SF bug...
2001-10-23 Guido van RossumSF patch #474175 (Jay T Miller): file.readinto arg...
2001-10-23 Fred DrakeConvert the ref() and proxy() implementations to use...
2001-10-23 Fred DrakeDocumentation for the new PyArg_UnpackTuple() function.
2001-10-23 Fred DrakePyArg_UnpackTuple(): New argument unpacking function...
2001-10-23 Andrew M. KuchlingFill out section on how to write a new-style class
next