1997-02-17 |
Jack Jansen | An initial stab at calling random C routines from Python |
commit | commitdiff | tree | snapshot |
1997-02-17 |
Jack Jansen | Initial stab at calling C routines from python dynamically |
commit | commitdiff | tree | snapshot |
1997-02-15 |
Guido van Rossum | Require _tkinter -- don't attempt to import tkinter... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Add fpectl and fpetest modules. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Changes for Lee Busby's SIGFPE patch set. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Changes for Lee Busby's SIGFPE patch set. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Changes for Lee Busby's SIGFPE patch set. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Changes for Lee Busby's SIGFPE patch set. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Changes for Lee Busby's SIGFPE patch set. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Fix the comments for bitwise and/or. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Keep gcc -Wall happy. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added decl for Py_AddPendingCall and include mymalloc... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Add parentheses around && within || as gcc -Wall advises. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Oops, remove an unused variable from PyErr_Format(). |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added decl for Py_FdIsInteractive. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added decl for Py_InteractiveFlag. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | My version of Lee Busby's patches to make '-i' pretend... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added new global flag variable Py_InteractiveFlag and... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added PyArg_ParseTupleAndKeywords, PyErr_Format. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added prototype for PyErr_Format(exception, formatstrin... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added convenience function PyErr_Format(exception,... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added .cxx and .cpp to extensions recognized as source... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added PyArg_ParseTupleAndKeywords() prototype. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | djgpp support. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | djgpp fix (SIGMAX). |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Issue a more meaningful error if strftime keeps returni... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | *Don't* kill all local variables on function exit.... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Slight tweak: in string_hash(), if the hash hasn't... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Kill all local variables when the frame is deallocated... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Gave the Listbox selection methods their correct (longe... |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Changes by Sjoerd (reformatted). |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added doco for ratecv. |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added test for ratecv (from Sjoerd, reformatted). |
commit | commitdiff | tree | snapshot |
1997-02-14 |
Guido van Rossum | Added intern() function. |
commit | commitdiff | tree | snapshot |
1997-02-12 |
Guido van Rossum | Put support for a cnf dictionary back in, since it... |
commit | commitdiff | tree | snapshot |
1997-02-11 |
Guido van Rossum | Merged in Jack's fixes. This brings some lines beyond... |
commit | commitdiff | tree | snapshot |
1997-02-10 |
Guido van Rossum | Put a new, more useful, set of references in the leadin... |
commit | commitdiff | tree | snapshot |
1997-02-10 |
Guido van Rossum | Correct typo in PyArg_ParseTuple example. |
commit | commitdiff | tree | snapshot |
1997-02-03 |
Jack Jansen | The USE_CACHE_ALIGNING define now has a value: the... |
commit | commitdiff | tree | snapshot |
1997-02-02 |
Guido van Rossum | Restructured Checker class to get rid of 'ext' table. |
commit | commitdiff | tree | snapshot |
1997-02-01 |
Jack Jansen | Optionally (on USE_CACHE_ALIGN) extend overhead structu... |
commit | commitdiff | tree | snapshot |
1997-02-01 |
Guido van Rossum | Add root URL entry box, separate start/stop/step buttons. |
commit | commitdiff | tree | snapshot |
1997-02-01 |
Guido van Rossum | Process <img> and <frame> tags. Don't bother skipping... |
commit | commitdiff | tree | snapshot |
1997-01-31 |
Guido van Rossum | Check in another copy of tktools.py... |
commit | commitdiff | tree | snapshot |
1997-01-31 |
Guido van Rossum | Tk interface to webchecker. Not fully featured yet... |
commit | commitdiff | tree | snapshot |
1997-01-31 |
Guido van Rossum | Spin off checking of external page in a subroutine. |
commit | commitdiff | tree | snapshot |
1997-01-31 |
Jack Jansen | Added/updated copyright notices |
commit | commitdiff | tree | snapshot |
1997-01-31 |
Jack Jansen | Added _tkinter modules in Image extension |
commit | commitdiff | tree | snapshot |
1997-01-31 |
Jack Jansen | Image libraries moved and small things |
commit | commitdiff | tree | snapshot |
1997-01-31 |
Guido van Rossum | Many misc changes. |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Barry Warsaw | (py-mode-map): Comment Out Region / Uncomment Region... |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Barry Warsaw | #Updated authorship line |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Barry Warsaw | (py-parse-partial-sexp-works-p): New variable to work... |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Guido van Rossum | Move the 'import os' in URLopener.cleanup() to inside... |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Jack Jansen | Renamed |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Jack Jansen | Added imgpng |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Guido van Rossum | Set proper User-agent header (Python-webchecker/<version>). |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Guido van Rossum | Some refinements of the external-link checking code... |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Guido van Rossum | Added -x option to check external links. Slooooow! |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Guido van Rossum | Catch I/O errors when parsing robots.txt file. |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Guido van Rossum | Basic README file |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Guido van Rossum | Added robots.txt support, using Skip Montanaro's parser. |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Guido van Rossum | Skip Montanaro's robots.txt parser. |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Guido van Rossum | web tree checker |
commit | commitdiff | tree | snapshot |
1997-01-30 |
Guido van Rossum | mime types guesser |
commit | commitdiff | tree | snapshot |
1997-01-29 |
Guido van Rossum | Did nobody ever notice that "make test" didn't print... |
commit | commitdiff | tree | snapshot |
1997-01-29 |
Guido van Rossum | Small lookmapping nits: |
commit | commitdiff | tree | snapshot |
1997-01-29 |
Barry Warsaw | posix_execve(): Accept any mapping protocol object... |
commit | commitdiff | tree | snapshot |
1997-01-29 |
Guido van Rossum | Fix bug reported by Per Lindqvist: "%#06x" % 1 stuck... |
commit | commitdiff | tree | snapshot |
1997-01-29 |
Guido van Rossum | Final three poly table entries corrected by Tim Peters. |
commit | commitdiff | tree | snapshot |
1997-01-28 |
Guido van Rossum | Change bsddbmodule.o -> bsddbmodule.c. |
commit | commitdiff | tree | snapshot |
1997-01-28 |
Guido van Rossum | Added LDLAST variable, substituted by configure script... |
commit | commitdiff | tree | snapshot |
1997-01-28 |
Guido van Rossum | Changed the lookup algorithm again, based on Reimer... |
commit | commitdiff | tree | snapshot |
1997-01-27 |
Guido van Rossum | Two small changes: |
commit | commitdiff | tree | snapshot |
1997-01-27 |
Guido van Rossum | new.code() has grown another foot, eh, another two... |
commit | commitdiff | tree | snapshot |
1997-01-27 |
Guido van Rossum | Plug a leak with calling something other than a functio... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Guido van Rossum | Patches for (two forms of) optional dynamic execution... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Guido van Rossum | Change the control flow for error handling in the funct... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Guido van Rossum | Added optional interface for dynamic execution profile... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Guido van Rossum | Get the line number from PyCode_Addr2Line instead of... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Guido van Rossum | When a recycled frame has more local+stack slots than... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Guido van Rossum | Two more arguments to newcodeobject -- first lineno... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Guido van Rossum | New magin number (because of linenumber table). |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Guido van Rossum | Marshal the line number table of code objects. |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Guido van Rossum | Instead of emitting SET_LINENO instructions, generate... |
commit | commitdiff | tree | snapshot |
1997-01-24 |
Guido van Rossum | Add co_firstlineno and co_lnotab, for the line number... |
commit | commitdiff | tree | snapshot |
1997-01-23 |
Guido van Rossum | Initialize the ob_type field of PyAST_Type dynamically (in |
commit | commitdiff | tree | snapshot |
1997-01-23 |
Guido van Rossum | Forget keeping track of whether a dictionary contains... |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Guido van Rossum | Various notes added: |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Guido van Rossum | The usual |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Guido van Rossum | A number of new symbols have appeared (courtesy autocon... |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Guido van Rossum | Add --with-dec-threads, for DEL Alpha, which requires... |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Guido van Rossum | Added PyCObject_Import. |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Fred Drake | (libparser.tex): Fix typo found by Mark Hammond. |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Guido van Rossum | Bump version to 1.5a1. |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Guido van Rossum | Bump install version to 1.5. |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Guido van Rossum | Remove GetOwner, add GetBuildInfo... |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Guido van Rossum | Added getbuildinfo.c to the project. |
commit | commitdiff | tree | snapshot |
1997-01-22 |
Guido van Rossum | Fix splitext() to go up to the last dot, not the first. |
commit | commitdiff | tree | snapshot |
1997-01-21 |
Guido van Rossum | Avoid traceback in selection_own_get() when no Tk widge... |
commit | commitdiff | tree | snapshot |
next |