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