]> granicus.if.org Git - python/shortlog
python
2002-03-28 Fred DrakeThe new files included by \verbatiminput in newtypes...
2002-03-28 Fred DrakeMove some of the longer example code to external fragme...
2002-03-28 Jeremy HyltonFix getcomments() so that it doesn't fail with TypeErrors.
2002-03-28 Fred DrakeAdded index entries.
2002-03-28 Fred DrakeExtend \verbatiminput so that the typeset version provi...
2002-03-28 Skip Montanaronew script - helps track down symbols exported by modul...
2002-03-28 Tim Peterstest_trashcan: reword obscure code.
2002-03-28 Tim PetersNew test_traschcan() test in test_gc, which reliably...
2002-03-28 Fred DrakeMinor wording change.
2002-03-28 Neil SchemenauerAdd _Py_AS_GC macro. It will be used by the trashcan...
2002-03-28 Neil SchemenauerAdd missing "void" to function.
2002-03-28 Neil SchemenauerAdd type cast.
2002-03-28 Skip Montanaroadd comment reminding people about class hierarchy...
2002-03-28 Skip Montanaroadd exception class hierarchy. This should probably...
2002-03-28 Guido van RossumThis is Neil's fix for SF bug 535905 (Evil Trashcan...
2002-03-28 Fred DrakeAllow a page break in a code longish example.
2002-03-28 Guido van RossumFix an issue that was reported in but unrelated to...
2002-03-28 Fred DrakeAdd documentation on the hasfree data object.
2002-03-28 Martin v. LöwisReindent.
2002-03-28 Fred DrakeAdd a simple test of the METH_CLASS and METH_STATIC...
2002-03-28 Martin v. LöwisPatch #536117: Typo in turtle.py.
2002-03-28 Fred DrakeMinor consistency adjustments.
2002-03-28 Tim PetersPYMALLOC_DEBUG routines: The "check API family" gimmic...
2002-03-28 Fred DrakeIntroduce two new flag bits that can be set in a PyMeth...
2002-03-27 Fred DrakeIgnore new output directory.
2002-03-27 Martin v. LöwisExpose C library's gettext. Fixes #516412.
2002-03-27 Martin v. LöwisDestroy and unlink deleted NoteBook panes. Fixes #516703.
2002-03-27 Skip Montanaroadd seealso referring to site module doc where people...
2002-03-27 Martin v. LöwisIgnore widgets with unknown names in winfo_children...
2002-03-27 Neil SchemenauerRemove weakref free list. This has the side effect...
2002-03-27 Skip Montanarofix a typo in PyErr_Format table and add row for 'p...
2002-03-27 Neal NorwitzChange sys_exit to use METH_VARARGS.
2002-03-27 Martin v. LöwisDon't imply XPG4 constants from CODESET presence. Fixes...
2002-03-27 Steven M. Gavafurther work on new config system;
2002-03-27 Andrew M. KuchlingFill in this document a bit, adding reminders of items...
2002-03-27 Steven M. Gavafurther work on new config system;
2002-03-27 Steven M. Gava_finally_ tracked down and eliminated a major problem
2002-03-26 Fred DrakeAdd the "What's New" document to the index of HTML...
2002-03-26 Neil SchemenauerImplement iterator protocol.
2002-03-26 Barry Warsaw__init__(): We'll try to be more RFC 2821 compliant...
2002-03-26 Fred DrakeThe <link> to the stylesheet should include the type...
2002-03-26 Fred DrakeWire up the makefile to more fully support the "What...
2002-03-26 Fred DrakeWire in the "What's New" document.
2002-03-26 Fred DrakeAdd a starter for the next "What's New" document.
2002-03-26 Fred DrakeMake \url to force horizontal mode.
2002-03-26 Neal Norwitztime and socket were already imported in the module...
2002-03-26 Neal Norwitzre was already imported in the module, no need to re...
2002-03-26 Neal Norwitzos was already imported in the module, no need to re...
2002-03-26 Neal NorwitzCleanup x so it is not left in module
2002-03-26 Neal NorwitzMissed change METH_OLDARGS to METH_NOARGS for two alias...
2002-03-26 Just van RossumMake object browser work in OSX (by rewriting the old...
2002-03-26 Skip Montanarooperate as a filter when no files or directories appear...
2002-03-26 Guido van RossumFix for SF 502085.
2002-03-25 Neal NorwitzRemove last occurrance of PyArg_GetInt. It is deprecated,
2002-03-25 Neal NorwitzAdd a comment that PyArg_GetInt is deprecated and shoul...
2002-03-25 Skip Montanaromake default banner match what the real interpreter...
2002-03-25 Skip Montanaroremove unqualified excepts - catch ImportError when...
2002-03-25 Skip Montanaroeliminate unqualified except when checking for presence...
2002-03-25 Skip Montanarotighten up unqualified except in currentframe()
2002-03-25 Neal NorwitzMissed change METH_OLDARGS to METH_NOARGS for two alias...
2002-03-25 Neal NorwitzRemove many uses of PyArg_NoArgs macro, change METH_OLD...
2002-03-25 Fred DrakeDocument the finditer() function and method.
2002-03-25 Tim PetersUpdate master Windows build-number list for 2.2.1c2.
2002-03-25 Walter DörwaldAdd tests for the iterkeys, itervalues and iteritems
2002-03-25 Walter DörwaldAdd missing methods iterkeys, itervalues and iteritems to
2002-03-25 Fred DrakeAdded description of binhex.Error.
2002-03-25 Jack JansenInclude obmalloc.c in the build.
2002-03-25 Jack JansenDue to interaction between the MSL C library and the...
2002-03-25 Neal NorwitzFix SF # 532618 517704, install problems when building...
2002-03-25 Walter DörwaldFix whitespace.
2002-03-25 Tim PetersRemove bug.py. This is something I sent to Guido via...
2002-03-25 Tim PetersI've been waiting 8 years for KSR to re-emerge from...
2002-03-25 Barry WarsawSMTP.__init__(): Fixed minor typo in docstring.
2002-03-25 Jack JansenWeaklink most toolbox modules, improving backward compa...
2002-03-24 Neil SchemenauerQuote href properly.
2002-03-24 Jack JansenWeaklink most toolbox modules, improving backward compa...
2002-03-24 Neil SchemenauerRemove unnecessary \b. It was causing the RE to miss...
2002-03-24 Jack JansenWeaklink most toolbox modules, improving backward compa...
2002-03-24 Neil SchemenauerExpose RLIM_INFINITY constant. Closes SF patch 489066.
2002-03-24 Neil SchemenauerIf possible, set FD_CLOEXEC flag on file descriptors...
2002-03-24 Skip Montanarotighten up except - os.close only raises OSError
2002-03-24 Tim PetersSF bug 480215: softspace confused in nested print
2002-03-24 Skip Montanarooops - export InvalidURL in __all__
2002-03-24 Skip Montanarodocument InvalidURL exception
2002-03-24 Skip Montanaroadd test for InvalidURL
2002-03-24 Skip Montanaroadd test of InvalidURL
2002-03-24 Skip Montanaroadd InvalidURL exception - raised if port is given...
2002-03-24 Skip Montanarotighten up except - in this context, AttributeError...
2002-03-24 Neil SchemenauerAdd local_hostname to SMTP.__init__().
2002-03-24 Neil SchemenauerAdd local_hostname option to SMTP.__init__. If supplie...
2002-03-24 Neil SchemenauerTry /var/mail before trying /usr/mail. Most new system...
2002-03-24 Neil SchemenauerAdd more tests for built-in types. Add tests for buffe...
2002-03-24 Neil SchemenauerAdd get_history_item, get_current_history_length, and...
2002-03-24 Tim Peters_PyMalloc_DebugRealloc(): simplify decl of "fresh".
2002-03-23 Neil SchemenauerUse linecache for loading source code. Closes SF patch...
2002-03-23 Neil SchemenauerAdd namespace selection for rlcompleter. Closes SF...
2002-03-23 Tim PetersMinor code cleanup -- no semantic changes.
2002-03-23 Neil SchemenauerFix example for PyErr_SetFromErrno() (need to pass...
2002-03-23 Neil SchemenauerFix wording of sys.exit docstring. Close SF bug 534113.
2002-03-23 Neil SchemenauerFlush stdout before reading next command. Closes SF...
next