1. 6235831 revert semantics of commonprefix to work character-by-character by Skip Montanaro · 24 years ago
  2. 79f1c17 * added doc strings to urlopen and unquote_plus by Skip Montanaro · 24 years ago
  3. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  4. 2823f03 Patch by Toby Dickenson: don't die when an error occurs during string by Guido van Rossum · 24 years ago
  5. 986659f Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care of by Greg Ward · 24 years ago
  6. 04e25a1 Ensure destination directory exists before trying to create a tarball by Greg Ward · 24 years ago
  7. ff18b80 Don't reference a module named test.test_support. Always use plain by Guido van Rossum · 24 years ago
  8. 79ca79d Add a minimal test suite for the parser module. by Fred Drake · 24 years ago
  9. a893957 Denis S. Otkidach <den@analyt.chem.msu.ru>: by Fred Drake · 24 years ago
  10. 567ca8e Patch from Paul Schreiber <paul@commerceflow.com>: by Fred Drake · 24 years ago
  11. 203da6d Add the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes. by Barry Warsaw · 24 years ago
  12. 62c53dd Add TestSkipped as another interesting item defined by test_support. by Fred Drake · 24 years ago
  13. efc92ee PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  14. e82e7cc Remove the winreg module from the project. I don't believe any by Tim Peters · 24 years ago
  15. 84f28db Changed the popen2.py _test function to use the "more" cmd when by Tim Peters · 24 years ago
  16. 571bb8f David Goodger's new getopt test module (thanks, David!). by Tim Peters · 24 years ago
  17. 514a102 Adding tests of the "attrs" optional argument, and of the js_output by Moshe Zadka · 24 years ago
  18. cdec8c7 Test case for Cookie.py by Andrew M. Kuchling · 24 years ago
  19. 52ea872 Added Tim O'Malley's Cookie.py module (master version at by Andrew M. Kuchling · 24 years ago
  20. 8ae9ce5 Better conformance to the Python Style Guide: use spaces around operators. by Fred Drake · 24 years ago
  21. fe5c22a When a KeyboardInterrupt is caught, just use the "raise" syntax to by Fred Drake · 24 years ago
  22. 7b4fc17 Revise to use atexit instead of monkeying with sys.exitfunc directly. by Fred Drake · 24 years ago
  23. def0038 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  24. b65b006 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  25. 4148877 Update to reflect the recent Grammar changes. by Fred Drake · 24 years ago
  26. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  27. 1d75a79 Apply SF patch #101029: call __getitem__ with a proper slice object if there by Thomas Wouters · 24 years ago
  28. 227b120 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  29. 9b8d801 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  30. 2d2785a updated occurences of fqdn algorithm (closes patch #101197) by Peter Schneider-Kamp · 24 years ago
  31. 0ebc1c6 Use socket.getfqdn() instead of defining make_fqdn(). by Fred Drake · 24 years ago
  32. a6070f0 Revise the wrapper structure for the socket module: by Fred Drake · 24 years ago
  33. caa658d Apply SF patch #101151, by Peter S-K, which fixes smtplib's passing of the by Thomas Wouters · 24 years ago
  34. 56221a7 Chris Herborth <chrish@pobox.com>: Minor updates for BeOS R5. by Fred Drake · 24 years ago
  35. a64436e Update test output to reflect change in SyntaxError formatting. by Fred Drake · 24 years ago
  36. f40ff1b Bump version to 0.9.1. by Greg Ward · 24 years ago
  37. 44a980d Fixed the move-RPM-files hack so it knows about the '--binary-only' and by Greg Ward · 24 years ago
  38. a12c195 Added support for the '--dist-dir' option, including a mildly nasty by Greg Ward · 24 years ago
  39. c0fe82c Fix long-hidden inconsistency in internal interface: 'find_modules()' now by Greg Ward · 24 years ago
  40. 97ca66f tests for binascii.b2a_hex() and binascii.a2b_hex(). by Barry Warsaw · 24 years ago
  41. 3fdcccb Added a test of the md5.hexdigest() method. Funny enough, this test by Barry Warsaw · 24 years ago
  42. 7aced17 Initial revision by David Scherer · 24 years ago
  43. 041307d Remove the test for abspath with an empty path - too hard to do in a cross-platform manner. by Mark Hammond · 24 years ago
  44. 673c6cf Test for fix to bug #110673: os.abspatth() now always returns os.getcwd() on Windows, if an empty path is specified. It previously did not if an empty path was delegated to win32api.GetFullPathName()) by Mark Hammond · 24 years ago
  45. 647d2fe Fix for Bug #110673: os.abspatth() now always returns os.getcwd() on Windows, if an empty path is specified. It previously did not if an empty path was delegated to win32api.GetFullPathName()) by Mark Hammond · 24 years ago
  46. 0d0b1e9 Check in the correct output - even though the module itself may not survive! by Mark Hammond · 24 years ago
  47. e8e9d11 Overhauld 'check_config_h()': now returns a (status, details) tuple, by Greg Ward · 24 years ago
  48. 1398045 Added a whinging comment about the ugliness of constructing the BCPP by Greg Ward · 24 years ago
  49. b1dceae Rene Liebscher: by Greg Ward · 24 years ago
  50. a4662bc Rene Liebscher: by Greg Ward · 24 years ago
  51. a35c931 get_export_symbols() changed, adds now module init function if not given by Greg Ward · 24 years ago
  52. 1f6a0d4 Rene Liebscher: ext.export_symbols is now always a list (added 'or []'). by Greg Ward · 24 years ago
  53. 45b87bc Typo fix in docstring. by Greg Ward · 24 years ago
  54. 29124ff Fix references to functions formerly imported from 'util'. by Greg Ward · 24 years ago
  55. 46cc7c0 Bring Tools/compiler almost up to date. Specifically: by Thomas Wouters · 24 years ago
  56. c7ef591 Updated this module after the recent grammar changes by Andrew M. Kuchling · 24 years ago
  57. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  58. 0be5aab Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they by Thomas Wouters · 24 years ago
  59. f29f47b Add largefile support for Linux64 and WIn64. Add test_largefile and some minor by Trent Mick · 24 years ago
  60. d2653a9 Use built in function filter instead of doing it laboriously by hand. by Sjoerd Mullender · 24 years ago
  61. 7bc82bb add better algorithm to get fully qualified domain name for localhost by Peter Schneider-Kamp · 24 years ago
  62. 10e1bf2 remove all occurence of math.rint() from the sources by Peter Schneider-Kamp · 24 years ago
  63. 0707fea Improve MHMailbox: messages are now sorted in numerical order. by Guido van Rossum · 24 years ago
  64. 1ebd3f6 Tweak curses.wrapper so it initializes colors if they are available. by Eric S. Raymond · 24 years ago
  65. 46a4151 -- added a couple of missing Tkinter constants (canvas item styles, by Fredrik Lundh · 24 years ago
  66. 24037f7 -- don't mess up in winfo_visualsavailable if the system only by Fredrik Lundh · 24 years ago
  67. 289ad8f -- added optional newstate argument to Wm.state. The newstate arg by Fredrik Lundh · 24 years ago
  68. 8fffa20 -- use explicit conversion instead of u-string literal in the test by Fredrik Lundh · 24 years ago
  69. 5bd2cd6 -- added xview_moveto, xview_scroll, yview_moveto, yview_scroll by Fredrik Lundh · 24 years ago
  70. 06d2815 -- untabification (use "diff -b" to verify) by Fredrik Lundh · 24 years ago
  71. 5810064 -- changed findall to return empty strings instead of None by Fredrik Lundh · 24 years ago
  72. 8e6d571 -- enabled some temporarily disabled RE tests by Fredrik Lundh · 24 years ago
  73. 2643b55 -- whitespace cleanup (real changes coming in next checkin) by Fredrik Lundh · 24 years ago
  74. 1151a8c -- whitespace cleanup (more tests to be added in the next commit) by Fredrik Lundh · 24 years ago
  75. 79c9b17 Barry's patch to test the new setdefault() method. by Guido van Rossum · 24 years ago
  76. 164452c Barry's patch to implement the new setdefault() method. by Guido van Rossum · 24 years ago
  77. 2b042de Fix so 'split_quoted()' handles any whitespace delimiter (not just space). by Greg Ward · 24 years ago
  78. e503437 Removing UTF-16 aware Unicode comparison code. This kind of compare by Marc-André Lemburg · 24 years ago
  79. 7898c3e -- reset marks if repeat_one tail doesn't match by Fredrik Lundh · 24 years ago
  80. 1b024d3 Fix so the 'install_libbase' directory -- where .pth files are installed -- by Greg Ward · 24 years ago
  81. 0fd2dd6 Fix so we clear or reinitialize various data structures before populating by Greg Ward · 24 years ago
  82. f9d20c3 Neil Schemenauer: GC enable(), disable(), isenabled() interface. by Vladimir Marangozov · 24 years ago
  83. 2fc0109 Rewrite of normpath() by Corran Webster, so trailing :s are removed by Jack Jansen · 24 years ago
  84. ab3a0f3 Fixed imports from '*util' modules to not just import everything from util. by Greg Ward · 24 years ago
  85. 5a8aa1b Drop the 'extend()' function -- old 1.5.1 compatibility hack that by Greg Ward · 24 years ago
  86. 7daf04d replace most calls to emit 'SET_LINENO' will call to method set_lineno by Jeremy Hylton · 24 years ago
  87. 8612f1c update my email address by Jeremy Hylton · 24 years ago
  88. 92a6913 Oooopsss.....tab and space mismatch corrected. by Moshe Zadka · 24 years ago
  89. b9fa0a8 Raise 'TestSkipped' (from the test_support) module rather than 'ImportError' by Thomas Wouters · 24 years ago
  90. 040c17f Raise TestSkipped, not ImportError. Honesty's the best policy. by Moshe Zadka · 24 years ago
  91. 3af826e Make test_support.TestSkipped errors work the same way as ImportErrors: by Thomas Wouters · 24 years ago
  92. 323a508 In case the user isn't allowed to access /dev/dsp or /dev/dsp isn't there by Moshe Zadka · 24 years ago
  93. 3027b15 Add missing 'try:'. Patch by Rob W. W. Hooft, #101071 (closed.) by Thomas Wouters · 24 years ago
  94. 5af256d Corrected a bug in handling of ^N and ^P with stripspaces on. by Eric S. Raymond · 24 years ago
  95. 5750017 Remove the outer test for __name__; not necessary. by Fred Drake · 24 years ago
  96. f813e59 Added 'debug_print()'. by Greg Ward · 24 years ago
  97. 5db2c3a Rewrote 'find_library_file()' much more cleanly (and consistently with by Greg Ward · 24 years ago
  98. d142564 Added 'debug' flag to 'find_library_file()', and changed code to handle it. by Greg Ward · 24 years ago
  99. e5e6015 Added 'debug' flag to 'find_library_file()'. by Greg Ward · 24 years ago
  100. d9827c4 test the non-multipart sections of the cgi module by Jeremy Hylton · 24 years ago