]> granicus.if.org Git - python/shortlog
python
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
2001-10-23 Guido van Rossumtest_curses is an expected skip on Linux too.
2001-10-23 Fred DrakeStyle conformance: function name begins a new line...
2001-10-23 Steven M. Gavafont/tabs config dialog page now reads its data from...
2001-10-23 Tim PetersSF bug [#473864] doctest expects spurios space.
2001-10-23 Neil SchemenauerAdd function attributes that allow GCC to check the...
2001-10-23 Neil SchemenauerHide GCC attributes fom compilers that don't support...
2001-10-23 Tim PetersDoc and NEWS changes due to Jeremy adding traceback...
2001-10-22 Jeremy HyltonMake traceback objects collectable.
2001-10-22 Tim PetersRecord that test_curses doesn't run on win32.
2001-10-22 Fred DrakeFixed denial-of-weak-ref-support test; Jeremy changed...
2001-10-22 Fredrik Lundhanother major speedup: let sre.sub/subn check for escap...
2001-10-22 Barry WarsawFixed an example in the use of email.Utils.getaddresses...
2001-10-22 Tim PetersRemoved two pointless and obfuscating macros.
2001-10-22 Fred DrakeAdded two very tardy notes about the 2.2b1 release...
2001-10-22 Jeremy HyltonA few formatting nits:
2001-10-22 Fred DrakeAdd better support for Mozilla's use of <link> elements.
2001-10-22 Andrew M. KuchlingAdd curses-related news items
2001-10-22 Jeremy HyltonReferencable is not a word, so don't use it in an error...
2001-10-22 Jeremy Hyltoncleanup indentation
2001-10-22 Andrew M. KuchlingUpdate bug/patch counts
2001-10-22 Andrew M. KuchlingPatch #473187: Add a test script that exercises most...
2001-10-22 Fred DrakeDo a little bit more to try and add <link> elements...
2001-10-22 Fred DrakeClarify that the resource module does not attempt to...
2001-10-22 Andrew M. KuchlingAdd correction from /F about SRE
2001-10-22 Fredrik Lundhsre.split should return the last segment, even if empty
2001-10-22 Guido van RossumMake the error message for unsupported operand types...
2001-10-22 Andrew M. KuchlingPartly fill out the PEP 252 section
2001-10-22 Andrew M. KuchlingA bunch of minor rewordings
2001-10-22 Guido van RossumFix for SF bug #472940: can't getattr() attribute shown...
2001-10-22 Andrew M. KuchlingFix some typos
2001-10-22 Guido van RossumMethods of built-in types now properly check for keywor...
2001-10-22 Guido van RossumMake tabnanny happy. (Piers, please run the test suite...
2001-10-21 Piers Lauderupdate version number
2001-10-21 Neil Schemenauerinstall on HP-UX does not support the -d option. Using...
next