1. c59a5d4 Set proper User-agent header (Python-webchecker/<version>). by Guido van Rossum · 28 years ago
  2. 2739cd7 Some refinements of the external-link checking code: insert the errors by Guido van Rossum · 28 years ago
  3. de66268 Added -x option to check external links. Slooooow! by Guido van Rossum · 28 years ago
  4. 325a64f Catch I/O errors when parsing robots.txt file. by Guido van Rossum · 28 years ago
  5. df47baf Basic README file by Guido van Rossum · 28 years ago
  6. 3edbb35 Added robots.txt support, using Skip Montanaro's parser. by Guido van Rossum · 28 years ago
  7. bbf8c2f Skip Montanaro's robots.txt parser. by Guido van Rossum · 28 years ago
  8. 272b37d web tree checker by Guido van Rossum · 28 years ago
  9. d7e4705 mime types guesser by Guido van Rossum · 28 years ago
  10. fc167c6 Did nobody ever notice that "make test" didn't print the summary line by Guido van Rossum · 28 years ago
  11. efb4609 Small lookmapping nits: by Guido van Rossum · 28 years ago
  12. 5ed19dc posix_execve(): Accept any mapping protocol object for the env by Barry Warsaw · 28 years ago
  13. 4acdc23 Fix bug reported by Per Lindqvist: "%#06x" % 1 stuck the 0 padding by Guido van Rossum · 28 years ago
  14. 9e5656c Final three poly table entries corrected by Tim Peters. by Guido van Rossum · 28 years ago
  15. 47110d7 Change bsddbmodule.o -> bsddbmodule.c. by Guido van Rossum · 28 years ago
  16. bd5f193 Added LDLAST variable, substituted by configure script, for the final by Guido van Rossum · 28 years ago
  17. 16e93a8 Changed the lookup algorithm again, based on Reimer Behrends's post. by Guido van Rossum · 28 years ago
  18. deb0c5e Two small changes: by Guido van Rossum · 28 years ago
  19. 866016b new.code() has grown another foot, eh, another two arguments. by Guido van Rossum · 28 years ago
  20. d0eb429 Plug a leak with calling something other than a function or method is by Guido van Rossum · 28 years ago
  21. 950361c Patches for (two forms of) optional dynamic execution profiling -- by Guido van Rossum · 28 years ago
  22. 8c5df06 Change the control flow for error handling in the function prelude to by Guido van Rossum · 28 years ago
  23. 43f1b8d Added optional interface for dynamic execution profile (to be gathered by Guido van Rossum · 28 years ago
  24. b3f515a Get the line number from PyCode_Addr2Line instead of believing by Guido van Rossum · 28 years ago
  25. 747596a When a recycled frame has more local+stack slots than needed, by Guido van Rossum · 28 years ago
  26. 463e55a Two more arguments to newcodeobject -- first lineno and lineno table. by Guido van Rossum · 28 years ago
  27. 99d1825 New magin number (because of linenumber table). by Guido van Rossum · 28 years ago
  28. d031c89 Marshal the line number table of code objects. by Guido van Rossum · 28 years ago
  29. da4eb5c Instead of emitting SET_LINENO instructions, generate a line number by Guido van Rossum · 28 years ago
  30. 7675798 Add co_firstlineno and co_lnotab, for the line number table generated by Guido van Rossum · 28 years ago
  31. f2b2dac Initialize the ob_type field of PyAST_Type dynamically (in by Guido van Rossum · 28 years ago
  32. ca756f2 Forget keeping track of whether a dictionary contains all interned by Guido van Rossum · 28 years ago
  33. 4462e93 Various notes added: by Guido van Rossum · 28 years ago
  34. ec2f073 The usual by Guido van Rossum · 28 years ago
  35. 44be35a A number of new symbols have appeared (courtesy autoconf 2.12?) by Guido van Rossum · 28 years ago
  36. 54d93d4 Add --with-dec-threads, for DEL Alpha, which requires -threads as the by Guido van Rossum · 28 years ago
  37. e0e6962 Added PyCObject_Import. by Guido van Rossum · 28 years ago
  38. 43d287a (libparser.tex): Fix typo found by Mark Hammond. by Fred Drake · 28 years ago
  39. c1ef39f Bump version to 1.5a1. by Guido van Rossum · 28 years ago
  40. f631d13 Bump install version to 1.5. by Guido van Rossum · 28 years ago
  41. 728a09e Remove GetOwner, add GetBuildInfo... by Guido van Rossum · 28 years ago
  42. 4ee5811 Added getbuildinfo.c to the project. by Guido van Rossum · 28 years ago
  43. 73e122f Fix splitext() to go up to the last dot, not the first. by Guido van Rossum · 28 years ago
  44. 76f587b Avoid traceback in selection_own_get() when no Tk widget owns the by Guido van Rossum · 28 years ago
  45. b7cf5bb Darn. Updated version number for configure.in. by Guido van Rossum · 28 years ago
  46. f78abae Let --with-threads be an alias for --with-thread. by Guido van Rossum · 28 years ago
  47. a424013 Kill all local variables on function return. This closes a gigantic by Guido van Rossum · 28 years ago
  48. a04d47b Don't use static buffers internally for formatstring(). by Guido van Rossum · 28 years ago
  49. 70d4478 Only call sigcheck() at the ticker code if we don't have true signals. by Guido van Rossum · 28 years ago
  50. fcdd0e4 Arrange for PyErr_CheckSignals() to be called via Py_AddPendingCall(). by Guido van Rossum · 28 years ago
  51. ad74fa6 In the Unix version, arrange for sigcheck() to be called via by Guido van Rossum · 28 years ago
  52. 1aa1483 Cleanup: by Guido van Rossum · 28 years ago
  53. 554fa49 get build info from elsewhere by Guido van Rossum · 28 years ago
  54. 2fff2e6 work build# into version string by Guido van Rossum · 28 years ago
  55. 3bb63a8 Bugfix: remove ref to fast before it's defined. by Guido van Rossum · 28 years ago
  56. 7683602 Changes for frame object speedup: by Guido van Rossum · 28 years ago
  57. f3e85a0 Changes that appear to give another 12% speedup. by Guido van Rossum · 28 years ago
  58. cdf578e New lay-out of frame object, for fewer mallocs. by Guido van Rossum · 28 years ago
  59. 7eb883a Remove unused variable. by Guido van Rossum · 28 years ago
  60. 8d75161 Intern the string "__complex__". by Guido van Rossum · 28 years ago
  61. 7b89b6a Intern all names and varnames in newcodeobject(), plus those string by Guido van Rossum · 28 years ago
  62. a412d24 Intern the various string objects created to speed up lookups. by Guido van Rossum · 28 years ago
  63. b56933e Intern the strings "__builtins__". by Guido van Rossum · 28 years ago
  64. c6d0670 Intern the strings created in getattr() and setattr(). by Guido van Rossum · 28 years ago
  65. 2a61e74 String interning. by Guido van Rossum · 28 years ago
  66. ee5cf9b Bump API version due to the various speedup hacks. by Guido van Rossum · 28 years ago
  67. 1e6e9a2 Two speedup hacks. Caching the hash saves recalculation of a string's by Guido van Rossum · 28 years ago
  68. 3dfd53b Add "if (x != NULL) continue;" (or similar for err==0) before the by Guido van Rossum · 28 years ago
  69. 04f2b45 Version 1.1. Fix memory leak and expensive comparison with None. by Guido van Rossum · 28 years ago
  70. 3e7ae7a Fix the _setmode() patch for MS_WINDOWS: include <fcntl.h> and use fileno(std*). by Guido van Rossum · 28 years ago
  71. e325801 Remove obsolete PyFrame_ExtendStack. by Guido van Rossum · 28 years ago
  72. 3d77d2b Removed accessobject.c from file list. by Guido van Rossum · 28 years ago
  73. e9fd28d Add stacksize argument to new.code(). by Guido van Rossum · 28 years ago
  74. 792fd43 Comment out extend_stack() -- it is no longer needed. by Guido van Rossum · 28 years ago
  75. 98a9b31 Marshal the new stacksize item in code objects. by Guido van Rossum · 28 years ago
  76. 7af8130 Working semaphore implementation by Sjoerd. by Guido van Rossum · 28 years ago
  77. dd5db43 New MAGIC number (code objects have one more item when marshalled). by Guido van Rossum · 28 years ago
  78. 62f7d15 Use the stack size from the code object and the CO_MAXBLOCKS constant by Guido van Rossum · 28 years ago
  79. 8b993a9 Add co_stacksize field to codeobject structure, and stacksize argument by Guido van Rossum · 28 years ago
  80. 3f6e408 Add co_stacksize field to codeobject structure, and stacksize argument by Guido van Rossum · 28 years ago
  81. 00f86e6 Of course, when the type of the argument to dis() is unsupported, it by Guido van Rossum · 28 years ago
  82. bd30795 More user friedly interface: by Guido van Rossum · 28 years ago
  83. c905fff Added Sjoerd's submitted 'ratecv' method. Made corrections for new names. by Roger E. Masse · 28 years ago
  84. 1d1394e Make as sure as we can that the forked child does not return and by Guido van Rossum · 28 years ago
  85. ed648a2 Renamed, but not tested. Guido will you try your test script on this? by Roger E. Masse · 28 years ago
  86. e474fb3 Renamed. by Roger E. Masse · 28 years ago
  87. 5c7e711 Test output for the SGI cl C module test script. by Roger E. Masse · 28 years ago
  88. 69ed964 Lame test script for the SGI cl C module. by Roger E. Masse · 28 years ago
  89. e886ea9 (puremodule.c): New module which exports the Purify and Quantify C API by Barry Warsaw · 28 years ago
  90. bb779ec README file for hints on Purify'ing or Quantify'ing the Python by Barry Warsaw · 28 years ago
  91. d9240d1 Already renamed. Indented. by Roger E. Masse · 28 years ago
  92. eca63b8 Output from test script for the bsddb C extension module. by Roger E. Masse · 28 years ago
  93. 352e186 Test script for the bsddb C extension module. by Roger E. Masse · 28 years ago
  94. 7d18159 Rewrote lookmapping() according to suggestions by Jyrki Alakuijala. by Guido van Rossum · 28 years ago
  95. 3b039fa Minor output message change by Roger E. Masse · 28 years ago
  96. d0bc9cb Merge several mods: by Guido van Rossum · 28 years ago
  97. 5f4ce18 Renamed. by Roger E. Masse · 28 years ago
  98. 469848a As per GvR recomendations, remove the restriction that binhex only run on by Roger E. Masse · 28 years ago
  99. 47d3500 set_key(): Use Py_CHARMASK macro to get the character from the array by Barry Warsaw · 28 years ago
  100. 4852d37 test output for the binascii C module test script. by Roger E. Masse · 28 years ago