]> granicus.if.org Git - python/shortlog
python
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...
2002-03-20 Neil SchemenauerMake GzipFile an iterator. Closes bug #532621.
2002-03-20 Tim PetersArrange to export the _PyMalloc_{Malloc, Realloc, Free...
2002-03-20 Andrew M. KuchlingA faster version of the find_prefix_at_end() function...
2002-03-19 Andrew M. Kuchling[Bug #528914] PyTraceBack_Store/Fetch were deleted...
2002-03-19 Martin v. LöwisExpand LINKCC in configure.in. Suggested in bug report...
2002-03-19 Fred DrakeAdjust some poor wording in the text that explains...
2002-03-19 Fred DrakeClarify that copy_reg.pickle() is not intended for...
2002-03-19 Tim PetersRecord 2.2.1c1 release date.
2002-03-18 Andrew M. Kuchling[Bug #531616] Make HTTPS work again by adding a sendall...
2002-03-18 Andrew M. KuchlingTo make 'urllib.py -t' run again, change FTP URL to...
2002-03-18 Fredrik Lundhuse -kb on idle/Icons/minusnode.gif ("cvs up" kept...
2002-03-18 Neil SchemenauerDrop the PyCore_* memory API.
2002-03-18 Neil SchemenauerRe-enable GC of generator objects.
2002-03-18 Neil SchemenauerRe-enable GC of method objects.
2002-03-18 Neil SchemenauerRe-enable GC of iter objects.
2002-03-18 Barry Warsaw(py-temp-directory): Add /var/tmp to the list of direct...
2002-03-18 Neal NorwitzRemove extraneous #define as per effbot's instructions in:
2002-03-18 Neil SchemenauerSimpilify PyCore_* macros by assuming the function...
2002-03-18 Fred DrakeFix up unescaped tilde; reported by several people.
2002-03-18 Fred DrakeRemove extra verb; reported by Detlef Lannert.
2002-03-18 Jack JansenLurking bug found by patch for 531291: FSSpecs should...
2002-03-18 Jack JansenSome of the newer routines return an OSErr, like most...
2002-03-18 Jack JansenSome structures should be passed to Py_BuildValue by...
2002-03-18 Michael W.... amk's fix attached to
2002-03-18 Martin v. LöwisPatch #495598: add an -q (quiet) option to pycompile.
2002-03-18 Martin v. LöwisCorrectly set default entry in all cases.
2002-03-18 Martin v. LöwisPatch #499513: use readline() instead of readlines...
2002-03-18 Martin v. LöwisPatch #512466: Script to move faqwiz entries.
2002-03-18 Martin v. LöwisPatch #525870: Avoid duplicate stat calls, use st_...
2002-03-18 Guido van RossumFix for SF bug 528132 (Armin Rigo): classmethod().__get...
2002-03-18 Skip Montanarodump the string exception fallback for anydbm.error.
2002-03-18 Skip Montanaroinitial test_anydbm module - based on test_dumbdbm.py
2002-03-18 Steven M. Gavafurther work on dynamic reconfiguration;
2002-03-18 Paul Prescodnetrc will now raise a more predictable exception when...
2002-03-17 Skip Montanaroadded note that xmlrpclib won't marshal instances of...
2002-03-17 Skip Montanarorestructure a bit to not rely on test case execution...
next