- 36b9f79 Slight tweak: in string_hash(), if the hash hasn't been computed yet, by Guido van Rossum · 28 years ago
- 7582bfb Kill all local variables when the frame is deallocated (moved here by Guido van Rossum · 28 years ago
- 764d6c7 Gave the Listbox selection methods their correct (longer) names. by Guido van Rossum · 28 years ago
- 1851a67 Changes by Sjoerd (reformatted). by Guido van Rossum · 28 years ago
- 6fb6f10 Added doco for ratecv. by Guido van Rossum · 28 years ago
- c8504e2 Added test for ratecv (from Sjoerd, reformatted). by Guido van Rossum · 28 years ago
- e8811f8 Added intern() function. by Guido van Rossum · 28 years ago
- 17ca992 Put support for a cnf dictionary back in, since it is still supported by Guido van Rossum · 28 years ago
- 50b82e8 Merged in Jack's fixes. This brings some lines beyond 79 chars again; by Guido van Rossum · 28 years ago
- 838cb28 Put a new, more useful, set of references in the leading comment. by Guido van Rossum · 28 years ago
- 7e924dd Correct typo in PyArg_ParseTuple example. by Guido van Rossum · 28 years ago
- 3c2871e The USE_CACHE_ALIGNING define now has a value: the number of *words* by Jack Jansen · 28 years ago
- af310c1 Restructured Checker class to get rid of 'ext' table. by Guido van Rossum · 28 years ago
- b4ef4c6 Optionally (on USE_CACHE_ALIGN) extend overhead structure to align by Jack Jansen · 28 years ago
- 4f6ecda Add root URL entry box, separate start/stop/step buttons. by Guido van Rossum · 28 years ago
- 6133ec6 Process <img> and <frame> tags. Don't bother skipping second href. by Guido van Rossum · 28 years ago
- de99d31 Check in another copy of tktools.py... by Guido van Rossum · 28 years ago
- 06981c3 Tk interface to webchecker. Not fully featured yet, but usable. by Guido van Rossum · 28 years ago
- 0b0b5f0 Spin off checking of external page in a subroutine. by Guido van Rossum · 28 years ago
- 42218ce Added/updated copyright notices by Jack Jansen · 28 years ago
- 02dee9b Added _tkinter modules in Image extension by Jack Jansen · 28 years ago
- 19a14b6 Image libraries moved and small things by Jack Jansen · 28 years ago
- e5605ba Many misc changes. by Guido van Rossum · 28 years ago
- 941f70c (py-mode-map): Comment Out Region / Uncomment Region should use by Barry Warsaw · 28 years ago
- 2ccda50 #Updated authorship line by Barry Warsaw · 28 years ago
- f770578 (py-parse-partial-sexp-works-p): New variable to work around a bug in by Barry Warsaw · 28 years ago
- d23d940 Move the 'import os' in URLopener.cleanup() to inside the block by Guido van Rossum · 28 years ago
- f5c2057 Renamed by Jack Jansen · 28 years ago
- 22023f4 Added imgpng by Jack Jansen · 28 years ago
- c59a5d4 Set proper User-agent header (Python-webchecker/<version>). by Guido van Rossum · 28 years ago
- 2739cd7 Some refinements of the external-link checking code: insert the errors by Guido van Rossum · 28 years ago
- de66268 Added -x option to check external links. Slooooow! by Guido van Rossum · 28 years ago
- 325a64f Catch I/O errors when parsing robots.txt file. by Guido van Rossum · 28 years ago
- df47baf Basic README file by Guido van Rossum · 28 years ago
- 3edbb35 Added robots.txt support, using Skip Montanaro's parser. by Guido van Rossum · 28 years ago
- bbf8c2f Skip Montanaro's robots.txt parser. by Guido van Rossum · 28 years ago
- 272b37d web tree checker by Guido van Rossum · 28 years ago
- d7e4705 mime types guesser by Guido van Rossum · 28 years ago
- fc167c6 Did nobody ever notice that "make test" didn't print the summary line by Guido van Rossum · 28 years ago
- efb4609 Small lookmapping nits: by Guido van Rossum · 28 years ago
- 5ed19dc posix_execve(): Accept any mapping protocol object for the env by Barry Warsaw · 28 years ago
- 4acdc23 Fix bug reported by Per Lindqvist: "%#06x" % 1 stuck the 0 padding by Guido van Rossum · 28 years ago
- 9e5656c Final three poly table entries corrected by Tim Peters. by Guido van Rossum · 28 years ago
- 47110d7 Change bsddbmodule.o -> bsddbmodule.c. by Guido van Rossum · 28 years ago
- bd5f193 Added LDLAST variable, substituted by configure script, for the final by Guido van Rossum · 28 years ago
- 16e93a8 Changed the lookup algorithm again, based on Reimer Behrends's post. by Guido van Rossum · 28 years ago
- deb0c5e Two small changes: by Guido van Rossum · 28 years ago
- 866016b new.code() has grown another foot, eh, another two arguments. by Guido van Rossum · 28 years ago
- d0eb429 Plug a leak with calling something other than a function or method is by Guido van Rossum · 28 years ago
- 950361c Patches for (two forms of) optional dynamic execution profiling -- by Guido van Rossum · 28 years ago
- 8c5df06 Change the control flow for error handling in the function prelude to by Guido van Rossum · 28 years ago
- 43f1b8d Added optional interface for dynamic execution profile (to be gathered by Guido van Rossum · 28 years ago
- b3f515a Get the line number from PyCode_Addr2Line instead of believing by Guido van Rossum · 28 years ago
- 747596a When a recycled frame has more local+stack slots than needed, by Guido van Rossum · 28 years ago
- 463e55a Two more arguments to newcodeobject -- first lineno and lineno table. by Guido van Rossum · 28 years ago
- 99d1825 New magin number (because of linenumber table). by Guido van Rossum · 28 years ago
- d031c89 Marshal the line number table of code objects. by Guido van Rossum · 28 years ago
- da4eb5c Instead of emitting SET_LINENO instructions, generate a line number by Guido van Rossum · 28 years ago
- 7675798 Add co_firstlineno and co_lnotab, for the line number table generated by Guido van Rossum · 28 years ago
- f2b2dac Initialize the ob_type field of PyAST_Type dynamically (in by Guido van Rossum · 28 years ago
- ca756f2 Forget keeping track of whether a dictionary contains all interned by Guido van Rossum · 28 years ago
- 4462e93 Various notes added: by Guido van Rossum · 28 years ago
- ec2f073 The usual by Guido van Rossum · 28 years ago
- 44be35a A number of new symbols have appeared (courtesy autoconf 2.12?) by Guido van Rossum · 28 years ago
- 54d93d4 Add --with-dec-threads, for DEL Alpha, which requires -threads as the by Guido van Rossum · 28 years ago
- e0e6962 Added PyCObject_Import. by Guido van Rossum · 28 years ago
- 43d287a (libparser.tex): Fix typo found by Mark Hammond. by Fred Drake · 28 years ago
- c1ef39f Bump version to 1.5a1. by Guido van Rossum · 28 years ago
- f631d13 Bump install version to 1.5. by Guido van Rossum · 28 years ago
- 728a09e Remove GetOwner, add GetBuildInfo... by Guido van Rossum · 28 years ago
- 4ee5811 Added getbuildinfo.c to the project. by Guido van Rossum · 28 years ago
- 73e122f Fix splitext() to go up to the last dot, not the first. by Guido van Rossum · 28 years ago
- 76f587b Avoid traceback in selection_own_get() when no Tk widget owns the by Guido van Rossum · 28 years ago
- b7cf5bb Darn. Updated version number for configure.in. by Guido van Rossum · 28 years ago
- f78abae Let --with-threads be an alias for --with-thread. by Guido van Rossum · 28 years ago
- a424013 Kill all local variables on function return. This closes a gigantic by Guido van Rossum · 28 years ago
- a04d47b Don't use static buffers internally for formatstring(). by Guido van Rossum · 28 years ago
- 70d4478 Only call sigcheck() at the ticker code if we don't have true signals. by Guido van Rossum · 28 years ago
- fcdd0e4 Arrange for PyErr_CheckSignals() to be called via Py_AddPendingCall(). by Guido van Rossum · 28 years ago
- ad74fa6 In the Unix version, arrange for sigcheck() to be called via by Guido van Rossum · 28 years ago
- 1aa1483 Cleanup: by Guido van Rossum · 28 years ago
- 554fa49 get build info from elsewhere by Guido van Rossum · 28 years ago
- 2fff2e6 work build# into version string by Guido van Rossum · 28 years ago
- 3bb63a8 Bugfix: remove ref to fast before it's defined. by Guido van Rossum · 28 years ago
- 7683602 Changes for frame object speedup: by Guido van Rossum · 28 years ago
- f3e85a0 Changes that appear to give another 12% speedup. by Guido van Rossum · 28 years ago
- cdf578e New lay-out of frame object, for fewer mallocs. by Guido van Rossum · 28 years ago
- 7eb883a Remove unused variable. by Guido van Rossum · 28 years ago
- 8d75161 Intern the string "__complex__". by Guido van Rossum · 28 years ago
- 7b89b6a Intern all names and varnames in newcodeobject(), plus those string by Guido van Rossum · 28 years ago
- a412d24 Intern the various string objects created to speed up lookups. by Guido van Rossum · 28 years ago
- b56933e Intern the strings "__builtins__". by Guido van Rossum · 28 years ago
- c6d0670 Intern the strings created in getattr() and setattr(). by Guido van Rossum · 28 years ago
- 2a61e74 String interning. by Guido van Rossum · 28 years ago
- ee5cf9b Bump API version due to the various speedup hacks. by Guido van Rossum · 28 years ago
- 1e6e9a2 Two speedup hacks. Caching the hash saves recalculation of a string's by Guido van Rossum · 28 years ago
- 3dfd53b Add "if (x != NULL) continue;" (or similar for err==0) before the by Guido van Rossum · 28 years ago
- 04f2b45 Version 1.1. Fix memory leak and expensive comparison with None. by Guido van Rossum · 28 years ago
- 3e7ae7a Fix the _setmode() patch for MS_WINDOWS: include <fcntl.h> and use fileno(std*). by Guido van Rossum · 28 years ago
- e325801 Remove obsolete PyFrame_ExtendStack. by Guido van Rossum · 28 years ago