1. c1cd2ca Added operator, errno and soundex modules. by Jack Jansen · 27 years ago
  2. e0e1f1a Redid arg/return handling (still not as I would like it to be, though). by Jack Jansen · 27 years ago
  3. 7801614 Remove some bogus code that would cause a NameError if a -r option was passed. by Guido van Rossum · 27 years ago
  4. 13ddde0 Remove %n and %t from the list of standard expectations. by Guido van Rossum · 27 years ago
  5. 19302de join(): Wax the incorrect leading comment by Barry Warsaw · 27 years ago
  6. 7574587 Document the new join() semantics. by Barry Warsaw · 27 years ago
  7. fbd64c8 Restructured quite a bit, hopefully Lee Busby will find this useful. by Guido van Rossum · 27 years ago
  8. 384d249 join(): join one or more path components by Barry Warsaw · 27 years ago
  9. 736bb06 Added a paragraph to describe clear_cache(), and why it's necessary. by Barry Warsaw · 27 years ago
  10. cd77df6 Document the new get_syntax() function. by Barry Warsaw · 27 years ago
  11. b67a25c Store the current regex syntax along with the regular expression by Barry Warsaw · 27 years ago
  12. 909d7c3 regex_get_syntax(): New module function exported to Python. by Barry Warsaw · 27 years ago
  13. 152f9d9 Put back #! /usr/local/bin/python. For cgi scripts, /usr/bin/env is by Guido van Rossum · 27 years ago
  14. 01094e4 Change the question about os.environ changes not working -- it now by Guido van Rossum · 27 years ago
  15. 8651d27 Two changes: by Guido van Rossum · 27 years ago
  16. b3928d2 An initial stab at calling random C routines from Python by Jack Jansen · 27 years ago
  17. ce7fc98 Initial stab at calling C routines from python dynamically by Jack Jansen · 27 years ago
  18. 9580609 Require _tkinter -- don't attempt to import tkinter when _tkinter does by Guido van Rossum · 27 years ago
  19. 10efb05 Add fpectl and fpetest modules. by Guido van Rossum · 27 years ago
  20. 4a3df1c Changes for Lee Busby's SIGFPE patch set. New symbol WANT_SIGFPE_HANDLER. by Guido van Rossum · 27 years ago
  21. 52fa3a6 Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 27 years ago
  22. 0ae748d Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 27 years ago
  23. 09e6ad0 Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 27 years ago
  24. 7d4266e Changes for Lee Busby's SIGFPE patch set. by Guido van Rossum · 27 years ago
  25. 1ca407f Fix the comments for bitwise and/or. by Guido van Rossum · 27 years ago
  26. 0f4bbd2 Keep gcc -Wall happy. by Guido van Rossum · 27 years ago
  27. bae9518 Added decl for Py_AddPendingCall and include mymalloc.h, all to keep lint happy. by Guido van Rossum · 27 years ago
  28. 129e91a Add parentheses around && within || as gcc -Wall advises. by Guido van Rossum · 27 years ago
  29. 2dc4661 Oops, remove an unused variable from PyErr_Format(). by Guido van Rossum · 27 years ago
  30. 5c4998b Added decl for Py_FdIsInteractive. by Guido van Rossum · 27 years ago
  31. 3f3a268 Added decl for Py_InteractiveFlag. by Guido van Rossum · 27 years ago
  32. 775af91 My version of Lee Busby's patches to make '-i' pretend stdin is a tty by Guido van Rossum · 27 years ago
  33. 7433b12 Added new global flag variable Py_InteractiveFlag and new function by Guido van Rossum · 27 years ago
  34. 115eb64 Added PyArg_ParseTupleAndKeywords, PyErr_Format. by Guido van Rossum · 27 years ago
  35. c4193f1 Added prototype for PyErr_Format(exception, formatstring, ...) -> NULL. by Guido van Rossum · 27 years ago
  36. 1548bac Added convenience function PyErr_Format(exception, formatstring, ...) -> NULL. by Guido van Rossum · 27 years ago
  37. babacb0 Added .cxx and .cpp to extensions recognized as source files. by Guido van Rossum · 27 years ago
  38. 36280a7 Added PyArg_ParseTupleAndKeywords() prototype. by Guido van Rossum · 27 years ago
  39. fb76f1a djgpp support. by Guido van Rossum · 27 years ago
  40. c1cc8ab djgpp fix (SIGMAX). by Guido van Rossum · 27 years ago
  41. a78bfe1 Issue a more meaningful error if strftime keeps returning a NULL pointer. by Guido van Rossum · 27 years ago
  42. 0d85be1 *Don't* kill all local variables on function exit. This will be done by Guido van Rossum · 27 years ago
  43. 36b9f79 Slight tweak: in string_hash(), if the hash hasn't been computed yet, by Guido van Rossum · 27 years ago
  44. 7582bfb Kill all local variables when the frame is deallocated (moved here by Guido van Rossum · 27 years ago
  45. 764d6c7 Gave the Listbox selection methods their correct (longer) names. by Guido van Rossum · 27 years ago
  46. 1851a67 Changes by Sjoerd (reformatted). by Guido van Rossum · 27 years ago
  47. 6fb6f10 Added doco for ratecv. by Guido van Rossum · 27 years ago
  48. c8504e2 Added test for ratecv (from Sjoerd, reformatted). by Guido van Rossum · 27 years ago
  49. e8811f8 Added intern() function. by Guido van Rossum · 27 years ago
  50. 17ca992 Put support for a cnf dictionary back in, since it is still supported by Guido van Rossum · 27 years ago
  51. 50b82e8 Merged in Jack's fixes. This brings some lines beyond 79 chars again; by Guido van Rossum · 27 years ago
  52. 838cb28 Put a new, more useful, set of references in the leading comment. by Guido van Rossum · 27 years ago
  53. 7e924dd Correct typo in PyArg_ParseTuple example. by Guido van Rossum · 27 years ago
  54. 3c2871e The USE_CACHE_ALIGNING define now has a value: the number of *words* by Jack Jansen · 28 years ago
  55. af310c1 Restructured Checker class to get rid of 'ext' table. by Guido van Rossum · 28 years ago
  56. b4ef4c6 Optionally (on USE_CACHE_ALIGN) extend overhead structure to align by Jack Jansen · 28 years ago
  57. 4f6ecda Add root URL entry box, separate start/stop/step buttons. by Guido van Rossum · 28 years ago
  58. 6133ec6 Process <img> and <frame> tags. Don't bother skipping second href. by Guido van Rossum · 28 years ago
  59. de99d31 Check in another copy of tktools.py... by Guido van Rossum · 28 years ago
  60. 06981c3 Tk interface to webchecker. Not fully featured yet, but usable. by Guido van Rossum · 28 years ago
  61. 0b0b5f0 Spin off checking of external page in a subroutine. by Guido van Rossum · 28 years ago
  62. 42218ce Added/updated copyright notices by Jack Jansen · 28 years ago
  63. 02dee9b Added _tkinter modules in Image extension by Jack Jansen · 28 years ago
  64. 19a14b6 Image libraries moved and small things by Jack Jansen · 28 years ago
  65. e5605ba Many misc changes. by Guido van Rossum · 28 years ago
  66. 941f70c (py-mode-map): Comment Out Region / Uncomment Region should use by Barry Warsaw · 28 years ago
  67. 2ccda50 #Updated authorship line by Barry Warsaw · 28 years ago
  68. f770578 (py-parse-partial-sexp-works-p): New variable to work around a bug in by Barry Warsaw · 28 years ago
  69. d23d940 Move the 'import os' in URLopener.cleanup() to inside the block by Guido van Rossum · 28 years ago
  70. f5c2057 Renamed by Jack Jansen · 28 years ago
  71. 22023f4 Added imgpng by Jack Jansen · 28 years ago
  72. c59a5d4 Set proper User-agent header (Python-webchecker/<version>). by Guido van Rossum · 28 years ago
  73. 2739cd7 Some refinements of the external-link checking code: insert the errors by Guido van Rossum · 28 years ago
  74. de66268 Added -x option to check external links. Slooooow! by Guido van Rossum · 28 years ago
  75. 325a64f Catch I/O errors when parsing robots.txt file. by Guido van Rossum · 28 years ago
  76. df47baf Basic README file by Guido van Rossum · 28 years ago
  77. 3edbb35 Added robots.txt support, using Skip Montanaro's parser. by Guido van Rossum · 28 years ago
  78. bbf8c2f Skip Montanaro's robots.txt parser. by Guido van Rossum · 28 years ago
  79. 272b37d web tree checker by Guido van Rossum · 28 years ago
  80. d7e4705 mime types guesser by Guido van Rossum · 28 years ago
  81. fc167c6 Did nobody ever notice that "make test" didn't print the summary line by Guido van Rossum · 28 years ago
  82. efb4609 Small lookmapping nits: by Guido van Rossum · 28 years ago
  83. 5ed19dc posix_execve(): Accept any mapping protocol object for the env by Barry Warsaw · 28 years ago
  84. 4acdc23 Fix bug reported by Per Lindqvist: "%#06x" % 1 stuck the 0 padding by Guido van Rossum · 28 years ago
  85. 9e5656c Final three poly table entries corrected by Tim Peters. by Guido van Rossum · 28 years ago
  86. 47110d7 Change bsddbmodule.o -> bsddbmodule.c. by Guido van Rossum · 28 years ago
  87. bd5f193 Added LDLAST variable, substituted by configure script, for the final by Guido van Rossum · 28 years ago
  88. 16e93a8 Changed the lookup algorithm again, based on Reimer Behrends's post. by Guido van Rossum · 28 years ago
  89. deb0c5e Two small changes: by Guido van Rossum · 28 years ago
  90. 866016b new.code() has grown another foot, eh, another two arguments. by Guido van Rossum · 28 years ago
  91. d0eb429 Plug a leak with calling something other than a function or method is by Guido van Rossum · 28 years ago
  92. 950361c Patches for (two forms of) optional dynamic execution profiling -- by Guido van Rossum · 28 years ago
  93. 8c5df06 Change the control flow for error handling in the function prelude to by Guido van Rossum · 28 years ago
  94. 43f1b8d Added optional interface for dynamic execution profile (to be gathered by Guido van Rossum · 28 years ago
  95. b3f515a Get the line number from PyCode_Addr2Line instead of believing by Guido van Rossum · 28 years ago
  96. 747596a When a recycled frame has more local+stack slots than needed, by Guido van Rossum · 28 years ago
  97. 463e55a Two more arguments to newcodeobject -- first lineno and lineno table. by Guido van Rossum · 28 years ago
  98. 99d1825 New magin number (because of linenumber table). by Guido van Rossum · 28 years ago
  99. d031c89 Marshal the line number table of code objects. by Guido van Rossum · 28 years ago
  100. da4eb5c Instead of emitting SET_LINENO instructions, generate a line number by Guido van Rossum · 28 years ago