1. e8e9d11 Overhauld 'check_config_h()': now returns a (status, details) tuple, by Greg Ward · 24 years ago
  2. 1398045 Added a whinging comment about the ugliness of constructing the BCPP by Greg Ward · 24 years ago
  3. b1dceae Rene Liebscher: by Greg Ward · 24 years ago
  4. a4662bc Rene Liebscher: by Greg Ward · 24 years ago
  5. a35c931 get_export_symbols() changed, adds now module init function if not given by Greg Ward · 24 years ago
  6. 1f6a0d4 Rene Liebscher: ext.export_symbols is now always a list (added 'or []'). by Greg Ward · 24 years ago
  7. 45b87bc Typo fix in docstring. by Greg Ward · 24 years ago
  8. 29124ff Fix references to functions formerly imported from 'util'. by Greg Ward · 24 years ago
  9. 46cc7c0 Bring Tools/compiler almost up to date. Specifically: by Thomas Wouters · 24 years ago
  10. c7ef591 Updated this module after the recent grammar changes by Andrew M. Kuchling · 24 years ago
  11. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  12. 0be5aab Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they by Thomas Wouters · 24 years ago
  13. f29f47b Add largefile support for Linux64 and WIn64. Add test_largefile and some minor by Trent Mick · 24 years ago
  14. d2653a9 Use built in function filter instead of doing it laboriously by hand. by Sjoerd Mullender · 24 years ago
  15. 7bc82bb add better algorithm to get fully qualified domain name for localhost by Peter Schneider-Kamp · 24 years ago
  16. 10e1bf2 remove all occurence of math.rint() from the sources by Peter Schneider-Kamp · 24 years ago
  17. 0707fea Improve MHMailbox: messages are now sorted in numerical order. by Guido van Rossum · 24 years ago
  18. 1ebd3f6 Tweak curses.wrapper so it initializes colors if they are available. by Eric S. Raymond · 24 years ago
  19. 46a4151 -- added a couple of missing Tkinter constants (canvas item styles, by Fredrik Lundh · 24 years ago
  20. 24037f7 -- don't mess up in winfo_visualsavailable if the system only by Fredrik Lundh · 24 years ago
  21. 289ad8f -- added optional newstate argument to Wm.state. The newstate arg by Fredrik Lundh · 24 years ago
  22. 8fffa20 -- use explicit conversion instead of u-string literal in the test by Fredrik Lundh · 24 years ago
  23. 5bd2cd6 -- added xview_moveto, xview_scroll, yview_moveto, yview_scroll by Fredrik Lundh · 24 years ago
  24. 06d2815 -- untabification (use "diff -b" to verify) by Fredrik Lundh · 24 years ago
  25. 5810064 -- changed findall to return empty strings instead of None by Fredrik Lundh · 24 years ago
  26. 8e6d571 -- enabled some temporarily disabled RE tests by Fredrik Lundh · 24 years ago
  27. 2643b55 -- whitespace cleanup (real changes coming in next checkin) by Fredrik Lundh · 24 years ago
  28. 1151a8c -- whitespace cleanup (more tests to be added in the next commit) by Fredrik Lundh · 24 years ago
  29. 79c9b17 Barry's patch to test the new setdefault() method. by Guido van Rossum · 24 years ago
  30. 164452c Barry's patch to implement the new setdefault() method. by Guido van Rossum · 24 years ago
  31. 2b042de Fix so 'split_quoted()' handles any whitespace delimiter (not just space). by Greg Ward · 24 years ago
  32. e503437 Removing UTF-16 aware Unicode comparison code. This kind of compare by Marc-André Lemburg · 24 years ago
  33. 7898c3e -- reset marks if repeat_one tail doesn't match by Fredrik Lundh · 24 years ago
  34. 1b024d3 Fix so the 'install_libbase' directory -- where .pth files are installed -- by Greg Ward · 24 years ago
  35. 0fd2dd6 Fix so we clear or reinitialize various data structures before populating by Greg Ward · 24 years ago
  36. f9d20c3 Neil Schemenauer: GC enable(), disable(), isenabled() interface. by Vladimir Marangozov · 24 years ago
  37. 2fc0109 Rewrite of normpath() by Corran Webster, so trailing :s are removed by Jack Jansen · 24 years ago
  38. ab3a0f3 Fixed imports from '*util' modules to not just import everything from util. by Greg Ward · 24 years ago
  39. 5a8aa1b Drop the 'extend()' function -- old 1.5.1 compatibility hack that by Greg Ward · 24 years ago
  40. 7daf04d replace most calls to emit 'SET_LINENO' will call to method set_lineno by Jeremy Hylton · 24 years ago
  41. 8612f1c update my email address by Jeremy Hylton · 24 years ago
  42. 92a6913 Oooopsss.....tab and space mismatch corrected. by Moshe Zadka · 24 years ago
  43. b9fa0a8 Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' by Thomas Wouters · 24 years ago
  44. 040c17f Raise TestSkipped, not ImportError. Honesty's the best policy. by Moshe Zadka · 24 years ago
  45. 3af826e Make test_support.TestSkipped errors work the same way as ImportErrors: by Thomas Wouters · 24 years ago
  46. 323a508 In case the user isn't allowed to access /dev/dsp or /dev/dsp isn't there by Moshe Zadka · 24 years ago
  47. 3027b15 Add missing 'try:'. Patch by Rob W. W. Hooft, #101071 (closed.) by Thomas Wouters · 24 years ago
  48. 5af256d Corrected a bug in handling of ^N and ^P with stripspaces on. by Eric S. Raymond · 24 years ago
  49. 5750017 Remove the outer test for __name__; not necessary. by Fred Drake · 24 years ago
  50. f813e59 Added 'debug_print()'. by Greg Ward · 24 years ago
  51. 5db2c3a Rewrote 'find_library_file()' much more cleanly (and consistently with by Greg Ward · 24 years ago
  52. d142564 Added 'debug' flag to 'find_library_file()', and changed code to handle it. by Greg Ward · 24 years ago
  53. e5e6015 Added 'debug' flag to 'find_library_file()'. by Greg Ward · 24 years ago
  54. d9827c4 test the non-multipart sections of the cgi module by Jeremy Hylton · 24 years ago
  55. c253d9a Remove very long doc string (it's all in the docs) by Jeremy Hylton · 24 years ago
  56. fd342bf add a bit more legal junk by Greg Stein · 24 years ago
  57. 73ed8e5 Checking in empty tests for urlparse, as future place holders by Moshe Zadka · 24 years ago
  58. 96ab465 -- added recursion limit (currently ~10,000 levels) by Fredrik Lundh · 24 years ago
  59. a873b03 Added a -l/--leakdebug option which turns on DEBUG_LEAK if the gc by Barry Warsaw · 24 years ago
  60. e027d8d Added output for testsuite for new zip() builtin. by Barry Warsaw · 24 years ago
  61. 7bfc1a1 Added testsuite for new zip() builtin. by Barry Warsaw · 24 years ago
  62. e6f1646 Comment out repeated-group test for the moment by Andrew M. Kuchling · 24 years ago
  63. a3eacc4 Add nasty test case that overflows the stack with a repeated group by Andrew M. Kuchling · 24 years ago
  64. dc9fe8a Typo fix. by Greg Ward · 24 years ago
  65. 6f628bb Added 'wininst' to the 'format_commands' list, so it's included in by Greg Ward · 24 years ago
  66. 9dddbb4 Added 'execute()' method, a thin wrapper around 'util.execute() (just like by Greg Ward · 24 years ago
  67. d7faa81 Replaced 'execute()' method with a thin wrapper around 'util.execute()'. by Greg Ward · 24 years ago
  68. 1c16ac3 Added the 'execute()' function (moved here from cmd.py with minor tweakage). by Greg Ward · 24 years ago
  69. 90c74cc Rene Liebscher: fix 'skipping byte-compilation' message for grammatical by Greg Ward · 24 years ago
  70. bf5c709 Latest version from Rene Liebscher; major changes: by Greg Ward · 24 years ago
  71. 1d526dd Rene Liebscher: deleted unneeded hard-coded assignments of CC, RANLIB, etc. by Greg Ward · 24 years ago
  72. 88608ca Rene Liebscher: factor 'find_executable()' out of '_spawn_nt()'. by Greg Ward · 24 years ago
  73. c58c517 Patch from Rene Liebscher. Some ugly changes, but supposedly this makes by Greg Ward · 24 years ago
  74. bb56190 Ditched 'abspath()' -- don't need 1.5.1 compatability hacks anymore. by Greg Ward · 24 years ago
  75. c6a18a5 Removed 'export_symbol_file'. by Greg Ward · 24 years ago
  76. 04c90fc Ditched some debugging prints. by Greg Ward · 24 years ago
  77. 159eb92 Patch from Rene Liebscher: generate an /IMPLIB: option to ensure that by Greg Ward · 24 years ago
  78. 0419a4f Patch from Rene Liebscher, tweaked by me: by Greg Ward · 24 years ago
  79. e186983 final 0.9.8 updates: by Fredrik Lundh · 24 years ago
  80. fb06539 My fix to the URL accidentally also switched back to the "pre" module. by Guido van Rossum · 24 years ago
  81. 2f2c67d -- fixed width calculations for alternations by Fredrik Lundh · 24 years ago
  82. 8c74335 Replace the jitterbug page with the SF Bug Tracker page. by Guido van Rossum · 24 years ago
  83. 29c4ba9 SRE 0.9.8: passes the entire test suite by Fredrik Lundh · 24 years ago
  84. 29b8d5a add support for HTTPS by Jeremy Hylton · 24 years ago
  85. 067bebf -- SRE 0.9.8: now that the bug is fixed, I might as well enable by Fredrik Lundh · 24 years ago
  86. c2ed621 -- SRE 0.9.8: updated test scripts by Fredrik Lundh · 24 years ago
  87. b45bd32 Added Python function to emulate the ncurses has_key() function. by Andrew M. Kuchling · 24 years ago
  88. 327e187 Add magic to replace the xml package with _xmlplus at import time. by Fred Drake · 24 years ago
  89. ede77bf Rename the "parser" package to "parsers" to be compatible with the PyXML by Fred Drake · 24 years ago
  90. 5a65c2d added count, extend, index, pop and remove to arraymodule by Peter Schneider-Kamp · 24 years ago
  91. a701597 Fix inconsistent use of tab/space in indentation. by Thomas Wouters · 24 years ago
  92. af4cfae Test that after resizing the mmap'd file, we can't seek beyond the new size. by Mark Hammond · 24 years ago
  93. 6b24dff Catch syntax errors from processing template lines and turn them into by Greg Ward · 24 years ago
  94. 979db97 Added list-like methods: 'append()', 'extend()', 'sort()'. by Greg Ward · 24 years ago
  95. 23266fe Replaced 'self.files' with 'self.filelist': now we carry around a FileList by Greg Ward · 24 years ago
  96. 4571ac1 The other half of Rene Liebscher's patch to add the Template class, by Greg Ward · 24 years ago
  97. d5dcc17 Typo fix. by Greg Ward · 24 years ago
  98. 58bff53 Added DistutilsTemplateError. by Greg Ward · 24 years ago
  99. c019e2c Ditched the unused 'recursive_exclude_pattern()' method. by Greg Ward · 24 years ago
  100. 0f34185 Renamed 'select_pattern()' to 'include_pattern()'. by Greg Ward · 24 years ago