]> granicus.if.org Git - python/shortlog
python
1997-02-14 Guido van RossumFix the comments for bitwise and/or.
1997-02-14 Guido van RossumKeep gcc -Wall happy.
1997-02-14 Guido van RossumAdded decl for Py_AddPendingCall and include mymalloc...
1997-02-14 Guido van RossumAdd parentheses around && within || as gcc -Wall advises.
1997-02-14 Guido van RossumOops, remove an unused variable from PyErr_Format().
1997-02-14 Guido van RossumAdded decl for Py_FdIsInteractive.
1997-02-14 Guido van RossumAdded decl for Py_InteractiveFlag.
1997-02-14 Guido van RossumMy version of Lee Busby's patches to make '-i' pretend...
1997-02-14 Guido van RossumAdded new global flag variable Py_InteractiveFlag and...
1997-02-14 Guido van RossumAdded PyArg_ParseTupleAndKeywords, PyErr_Format.
1997-02-14 Guido van RossumAdded prototype for PyErr_Format(exception, formatstrin...
1997-02-14 Guido van RossumAdded convenience function PyErr_Format(exception,...
1997-02-14 Guido van RossumAdded .cxx and .cpp to extensions recognized as source...
1997-02-14 Guido van RossumAdded PyArg_ParseTupleAndKeywords() prototype.
1997-02-14 Guido van Rossumdjgpp support.
1997-02-14 Guido van Rossumdjgpp fix (SIGMAX).
1997-02-14 Guido van RossumIssue a more meaningful error if strftime keeps returni...
1997-02-14 Guido van Rossum*Don't* kill all local variables on function exit....
1997-02-14 Guido van RossumSlight tweak: in string_hash(), if the hash hasn't...
1997-02-14 Guido van RossumKill all local variables when the frame is deallocated...
1997-02-14 Guido van RossumGave the Listbox selection methods their correct (longe...
1997-02-14 Guido van RossumChanges by Sjoerd (reformatted).
1997-02-14 Guido van RossumAdded doco for ratecv.
1997-02-14 Guido van RossumAdded test for ratecv (from Sjoerd, reformatted).
1997-02-14 Guido van RossumAdded intern() function.
1997-02-12 Guido van RossumPut support for a cnf dictionary back in, since it...
1997-02-11 Guido van RossumMerged in Jack's fixes. This brings some lines beyond...
1997-02-10 Guido van RossumPut a new, more useful, set of references in the leadin...
1997-02-10 Guido van RossumCorrect typo in PyArg_ParseTuple example.
1997-02-03 Jack JansenThe USE_CACHE_ALIGNING define now has a value: the...
1997-02-02 Guido van RossumRestructured Checker class to get rid of 'ext' table.
1997-02-01 Jack JansenOptionally (on USE_CACHE_ALIGN) extend overhead structu...
1997-02-01 Guido van RossumAdd root URL entry box, separate start/stop/step buttons.
1997-02-01 Guido van RossumProcess <img> and <frame> tags. Don't bother skipping...
1997-01-31 Guido van RossumCheck in another copy of tktools.py...
1997-01-31 Guido van RossumTk interface to webchecker. Not fully featured yet...
1997-01-31 Guido van RossumSpin off checking of external page in a subroutine.
1997-01-31 Jack JansenAdded/updated copyright notices
1997-01-31 Jack JansenAdded _tkinter modules in Image extension
1997-01-31 Jack JansenImage libraries moved and small things
1997-01-31 Guido van RossumMany misc changes.
1997-01-30 Barry Warsaw(py-mode-map): Comment Out Region / Uncomment Region...
1997-01-30 Barry Warsaw#Updated authorship line
1997-01-30 Barry Warsaw(py-parse-partial-sexp-works-p): New variable to work...
1997-01-30 Guido van RossumMove the 'import os' in URLopener.cleanup() to inside...
1997-01-30 Jack JansenRenamed
1997-01-30 Jack JansenAdded imgpng
1997-01-30 Guido van RossumSet proper User-agent header (Python-webchecker/<version>).
1997-01-30 Guido van RossumSome refinements of the external-link checking code...
1997-01-30 Guido van RossumAdded -x option to check external links. Slooooow!
1997-01-30 Guido van RossumCatch I/O errors when parsing robots.txt file.
1997-01-30 Guido van RossumBasic README file
1997-01-30 Guido van RossumAdded robots.txt support, using Skip Montanaro's parser.
1997-01-30 Guido van RossumSkip Montanaro's robots.txt parser.
1997-01-30 Guido van Rossumweb tree checker
1997-01-30 Guido van Rossummime types guesser
1997-01-29 Guido van RossumDid nobody ever notice that "make test" didn't print...
1997-01-29 Guido van RossumSmall lookmapping nits:
1997-01-29 Barry Warsawposix_execve(): Accept any mapping protocol object...
1997-01-29 Guido van RossumFix bug reported by Per Lindqvist: "%#06x" % 1 stuck...
1997-01-29 Guido van RossumFinal three poly table entries corrected by Tim Peters.
1997-01-28 Guido van RossumChange bsddbmodule.o -> bsddbmodule.c.
1997-01-28 Guido van RossumAdded LDLAST variable, substituted by configure script...
1997-01-28 Guido van RossumChanged the lookup algorithm again, based on Reimer...
1997-01-27 Guido van RossumTwo small changes:
1997-01-27 Guido van Rossumnew.code() has grown another foot, eh, another two...
1997-01-27 Guido van RossumPlug a leak with calling something other than a functio...
1997-01-24 Guido van RossumPatches for (two forms of) optional dynamic execution...
1997-01-24 Guido van RossumChange the control flow for error handling in the funct...
1997-01-24 Guido van RossumAdded optional interface for dynamic execution profile...
1997-01-24 Guido van RossumGet the line number from PyCode_Addr2Line instead of...
1997-01-24 Guido van RossumWhen a recycled frame has more local+stack slots than...
1997-01-24 Guido van RossumTwo more arguments to newcodeobject -- first lineno...
1997-01-24 Guido van RossumNew magin number (because of linenumber table).
1997-01-24 Guido van RossumMarshal the line number table of code objects.
1997-01-24 Guido van RossumInstead of emitting SET_LINENO instructions, generate...
1997-01-24 Guido van RossumAdd co_firstlineno and co_lnotab, for the line number...
1997-01-23 Guido van RossumInitialize the ob_type field of PyAST_Type dynamically (in
1997-01-23 Guido van RossumForget keeping track of whether a dictionary contains...
1997-01-22 Guido van RossumVarious notes added:
1997-01-22 Guido van RossumThe usual
1997-01-22 Guido van RossumA number of new symbols have appeared (courtesy autocon...
1997-01-22 Guido van RossumAdd --with-dec-threads, for DEL Alpha, which requires...
1997-01-22 Guido van RossumAdded PyCObject_Import.
1997-01-22 Fred Drake(libparser.tex): Fix typo found by Mark Hammond.
1997-01-22 Guido van RossumBump version to 1.5a1.
1997-01-22 Guido van RossumBump install version to 1.5.
1997-01-22 Guido van RossumRemove GetOwner, add GetBuildInfo...
1997-01-22 Guido van RossumAdded getbuildinfo.c to the project.
1997-01-22 Guido van RossumFix splitext() to go up to the last dot, not the first.
1997-01-21 Guido van RossumAvoid traceback in selection_own_get() when no Tk widge...
1997-01-21 Guido van RossumDarn. Updated version number for configure.in.
1997-01-21 Guido van RossumLet --with-threads be an alias for --with-thread.
1997-01-21 Guido van RossumKill all local variables on function return. This...
1997-01-21 Guido van RossumDon't use static buffers internally for formatstring().
1997-01-21 Guido van RossumOnly call sigcheck() at the ticker code if we don't...
1997-01-21 Guido van RossumArrange for PyErr_CheckSignals() to be called via Py_Ad...
1997-01-21 Guido van RossumIn the Unix version, arrange for sigcheck() to be calle...
1997-01-21 Guido van RossumCleanup:
1997-01-20 Guido van Rossumget build info from elsewhere
next