| Commit message (Expand) | Author | Age | Files | Lines |
* | Added decl for Py_InteractiveFlag. | Guido van Rossum | 1997-02-14 | 1 | -0/+1 |
|
|
* | My version of Lee Busby's patches to make '-i' pretend stdin is a tty | Guido van Rossum | 1997-02-14 | 1 | -22/+35 |
|
|
* | Added new global flag variable Py_InteractiveFlag and new function | Guido van Rossum | 1997-02-14 | 1 | -1/+22 |
|
|
* | Added PyArg_ParseTupleAndKeywords, PyErr_Format. | Guido van Rossum | 1997-02-14 | 1 | -0/+2 |
|
|
* | Added prototype for PyErr_Format(exception, formatstring, ...) -> NULL. | Guido van Rossum | 1997-02-14 | 1 | -0/+1 |
|
|
* | Added convenience function PyErr_Format(exception, formatstring, ...) -> NULL. | Guido van Rossum | 1997-02-14 | 1 | -0/+27 |
|
|
* | Added .cxx and .cpp to extensions recognized as source files. | Guido van Rossum | 1997-02-14 | 1 | -0/+2 |
|
|
* | Added PyArg_ParseTupleAndKeywords() prototype. | Guido van Rossum | 1997-02-14 | 1 | -0/+2 |
|
|
* | djgpp support. | Guido van Rossum | 1997-02-14 | 1 | -1/+1 |
|
|
* | djgpp fix (SIGMAX). | Guido van Rossum | 1997-02-14 | 1 | -0/+4 |
|
|
* | Issue a more meaningful error if strftime keeps returning a NULL pointer. | Guido van Rossum | 1997-02-14 | 1 | -2/+5 |
|
|
* | *Don't* kill all local variables on function exit. This will be done | Guido van Rossum | 1997-02-14 | 1 | -12/+0 |
|
|
* | Slight tweak: in string_hash(), if the hash hasn't been computed yet, | Guido van Rossum | 1997-02-14 | 1 | -0/+5 |
|
|
* | Kill all local variables when the frame is deallocated (moved here | Guido van Rossum | 1997-02-14 | 1 | -1/+11 |
|
|
* | Gave the Listbox selection methods their correct (longer) names. | Guido van Rossum | 1997-02-14 | 2 | -4/+8 |
|
|
* | Changes by Sjoerd (reformatted). | Guido van Rossum | 1997-02-14 | 1 | -95/+106 |
|
|
* | Added doco for ratecv. | Guido van Rossum | 1997-02-14 | 2 | -0/+22 |
|
|
* | Added test for ratecv (from Sjoerd, reformatted). | Guido van Rossum | 1997-02-14 | 1 | -0/+9 |
|
|
* | Added intern() function. | Guido van Rossum | 1997-02-14 | 1 | -0/+14 |
|
|
* | Put support for a cnf dictionary back in, since it is still supported | Guido van Rossum | 1997-02-12 | 2 | -2/+6 |
|
|
* | Merged in Jack's fixes. This brings some lines beyond 79 chars again; | Guido van Rossum | 1997-02-11 | 1 | -17/+32 |
|
|
* | Put a new, more useful, set of references in the leading comment. | Guido van Rossum | 1997-02-10 | 1 | -6/+13 |
|
|
* | Correct typo in PyArg_ParseTuple example. | Guido van Rossum | 1997-02-10 | 2 | -10/+18 |
|
|
* | The USE_CACHE_ALIGNING define now has a value: the number of *words* | Jack Jansen | 1997-02-03 | 1 | -4/+11 |
|
|
* | Restructured Checker class to get rid of 'ext' table. | Guido van Rossum | 1997-02-02 | 2 | -177/+165 |
|
|
* | Optionally (on USE_CACHE_ALIGN) extend overhead structure to align | Jack Jansen | 1997-02-01 | 1 | -0/+7 |
|
|
* | Add root URL entry box, separate start/stop/step buttons. | Guido van Rossum | 1997-02-01 | 1 | -54/+131 |
|
|
* | Process <img> and <frame> tags. Don't bother skipping second href. | Guido van Rossum | 1997-02-01 | 1 | -3/+12 |
|
|
* | Check in another copy of tktools.py... | Guido van Rossum | 1997-01-31 | 1 | -0/+367 |
|
|
* | Tk interface to webchecker. Not fully featured yet, but usable. | Guido van Rossum | 1997-01-31 | 1 | -0/+329 |
|
|
* | Spin off checking of external page in a subroutine. | Guido van Rossum | 1997-01-31 | 1 | -17/+20 |
|
|
* | Added/updated copyright notices | Jack Jansen | 1997-01-31 | 39 | -4651/+5572 |
|
|
* | Added _tkinter modules in Image extension | Jack Jansen | 1997-01-31 | 1 | -0/+2 |
|
|
* | Image libraries moved and small things | Jack Jansen | 1997-01-31 | 27 | -9945/+10039 |
|
|
* | Many misc changes. | Guido van Rossum | 1997-01-31 | 1 | -95/+142 |
|
|
* | (py-mode-map): Comment Out Region / Uncomment Region should use | Barry Warsaw | 1997-01-30 | 1 | -2/+2 |
|
|
* | #Updated authorship line | Barry Warsaw | 1997-01-30 | 1 | -1/+1 |
|
|
* | (py-parse-partial-sexp-works-p): New variable to work around a bug in | Barry Warsaw | 1997-01-30 | 1 | -3/+23 |
|
|
* | Move the 'import os' in URLopener.cleanup() to inside the block | Guido van Rossum | 1997-01-30 | 1 | -1/+1 |
|
|
* | Renamed | Jack Jansen | 1997-01-30 | 5 | -621/+617 |
|
|
* | Added imgpng | Jack Jansen | 1997-01-30 | 1 | -0/+2 |
|
|
* | Set proper User-agent header (Python-webchecker/<version>). | Guido van Rossum | 1997-01-30 | 1 | -14/+21 |
|
|
* | Some refinements of the external-link checking code: insert the errors | Guido van Rossum | 1997-01-30 | 1 | -9/+22 |
|
|
* | Added -x option to check external links. Slooooow! | Guido van Rossum | 1997-01-30 | 1 | -10/+32 |
|
|
* | Catch I/O errors when parsing robots.txt file. | Guido van Rossum | 1997-01-30 | 1 | -5/+13 |
|
|
* | Basic README file | Guido van Rossum | 1997-01-30 | 1 | -0/+14 |
|
|
* | Added robots.txt support, using Skip Montanaro's parser. | Guido van Rossum | 1997-01-30 | 1 | -3/+38 |
|
|
* | Skip Montanaro's robots.txt parser. | Guido van Rossum | 1997-01-30 | 2 | -0/+194 |
|
|
* | web tree checker | Guido van Rossum | 1997-01-30 | 1 | -0/+488 |
|
|
* | mime types guesser | Guido van Rossum | 1997-01-30 | 1 | -0/+190 |
|
|