]> granicus.if.org Git - python/shortlog
python
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...
2002-03-23 Neil SchemenauerGrow the string buffer at a mildly exponential rate...
2002-03-23 Tim PetersGive Python a debug-mode pymalloc, much as sketched...
2002-03-23 Skip MontanaroOnly AttributeError can be raised in this situation...
2002-03-23 Skip Montanaroimport statements only raise ImportError, right?
2002-03-23 Skip Montanarotighten up except - only ValueError can be raised in...
2002-03-23 Skip Montanarotighten up except - int() only raises ValueError
2002-03-23 Skip Montanaroadded RFC 2396 tests from Aaron Swartz included in...
2002-03-23 Skip Montanarono longer needed - converted test_urlparse.py to use...
2002-03-23 Tim PetersSF bug 533234: tm_isdst > 1 Passed to strftime.
2002-03-23 Neil SchemenauerCheck in (hopefully) corrected version of last change.
2002-03-23 Tim PetersJust whitespace fiddling.
2002-03-23 Tim PetersBuild obmalloc.c directly instead of #include'ing from...
2002-03-22 Neil SchemenauerDisable the parser hacks that enabled the "yield" keywo...
2002-03-22 Neil SchemenauerUndo last commit. It's causing the tests to file.
2002-03-22 Neil SchemenauerDisable the parser hacks that allowed the "yield" keywo...
2002-03-22 Neil SchemenauerRemove malloc hooks.
2002-03-22 Neil SchemenauerMatch behavior of the pickle.py module more closely.
2002-03-22 Neil SchemenauerAdd more example exceptions that unpickling can raise.
2002-03-22 Neil SchemenauerHandle os.listdir("") case correctly on Windows. Close...
2002-03-22 Neil SchemenauerDisallow open()ing of directories. Closes SF bug 487277.
2002-03-22 Skip Montanarobetter solution for bug #533234 courtesy of Tim.
2002-03-22 Skip Montanaroguarantee that the dst flag of synthetic "time" tuples...
2002-03-22 Walter Dörwalduse stat attributes instead of tuple entries
2002-03-22 Fred DrakeFix broken HTML in the head; this was reported by a...
2002-03-22 Neil SchemenauerAdd news about pymalloc being enabled.
2002-03-22 Neil SchemenauerUse pymalloc for realloc() as well.
2002-03-22 Andrew M. KuchlingRevert part of previous patch: several install_* subcom...
2002-03-22 Neil SchemenauerEnable pymalloc by default.
2002-03-22 Neil SchemenauerUse pymalloc if it's enabled.
2002-03-22 Neil SchemenauerAdd pymalloc object memory management functions. These...
2002-03-22 Neil SchemenauerMake PyObject_{NEW,New,Del,DEL} always use the standard...
2002-03-22 Jack JansenGenerate with weaklink stubs, so missing routines ...
2002-03-22 Jack Jansen- Weaklink InterfaceLib in _Res module
2002-03-22 Tim PetersEnable pymalloc by default in the Windows build.
2002-03-22 Andrew M. KuchlingAdd a simple test suite for netrc.py, and remove it...
2002-03-22 Tim PetersSF bug 533198: Complex power underflow raises exception.
2002-03-22 Andrew M. Kuchling[Bug #532115] netrc module was broken
2002-03-21 Andrew M. Kuchling[Bug #532136] Change path in README, as suggested by...
2002-03-21 Andrew M. KuchlingAdd missing Boolean options
2002-03-21 Andrew M. KuchlingAdd unlisted Boolean options. Thomas H., can you pleas...
2002-03-21 Andrew M. Kuchling[Bug #517451] bdist_rpm didn't list all of its Boolean...
2002-03-21 Jack JansenAdded an open_pathname() method which opens a resource...
2002-03-21 Jack JansenFor reasons I don't fully understand we sometimes get...
2002-03-21 Jack JansenSolve sync() signature conflict differently: manually...
2002-03-21 Jack JansenNew checkin to convert from BinHex to AppleSingle encoding.
2002-03-21 Martin v. LöwisPatch #532729: check for sem_init in -lrt.
2002-03-21 Neal NorwitzFix grammar
2002-03-21 Walter Dörwald[Apply SF patch #504943]
2002-03-21 Martin v. LöwisDo not insert characters for unicode-escape decoders...
2002-03-20 Andrew M. Kuchling[Apply patch #500457 from the PyXML tracker]
2002-03-20 Neal NorwitzRemove compiler warnings on Solaris 8.
2002-03-20 Tim PetersChange raw "except:" constructs to pass on KeyboardInte...
2002-03-20 Neal NorwitzSF# 522426, add doc for common parameter for filecmp...
next