1. c795195 Open binary files in binary mode. Fixes test failure under Windows. by Tim Peters · 24 years ago
  2. 617c43c Tim Peters: by Moshe Zadka · 24 years ago
  3. 43dee06 Another new test using "from test.test_support import ...", causing by Tim Peters · 24 years ago
  4. 018cbb1 New release of the Windows installer from Thomas Heller. by Greg Ward · 24 years ago
  5. 889de85 Bumped version to 0.9.2pre. by Greg Ward · 24 years ago
  6. d8014e6 In 'check_extensions_list()': when converting old-style 'buildinfo' dict, by Greg Ward · 24 years ago
  7. 28f739a Update the parser module to support augmented assignment. by Fred Drake · 24 years ago
  8. 4ea8d6e Output of the new test by Marc-André Lemburg · 24 years ago
  9. fa44d79 New test suite for file objects by Jeremy Hilton. This will need by Marc-André Lemburg · 24 years ago
  10. a1a4b59 Closing patch #101120 -- After everyone agreed. by Moshe Zadka · 24 years ago
  11. fa488ec _expand_lang(), _find(): Added support for unaliasing and expanded the by Barry Warsaw · 24 years ago
  12. 1dce09d Group consensus is that supporting alternative locale categories is by Barry Warsaw · 24 years ago
  13. 84314b7 Group consensus is that supporting alternative locale categories is by Barry Warsaw · 24 years ago
  14. ff6d813 Set this test up so that we don't have to create xx/LC_MESSAGES in the by Barry Warsaw · 24 years ago
  15. e332c1f updated test output by Barry Warsaw · 24 years ago
  16. dd46cb3 output from test_gettext.py test suite by Barry Warsaw · 24 years ago
  17. 9e03592 Test suite for new gettext.py module. by Barry Warsaw · 24 years ago
  18. 95be23d Initial revision of gettext support for Python. This will undergo some changes. by Barry Warsaw · 24 years ago
  19. d7b86f0 Pass data on to retrieve method. Don't people *test* their changes? by Sjoerd Mullender · 24 years ago
  20. 3227cc8 Test suite for poll() interface (SF patch #100852) by Andrew M. Kuchling · 24 years ago
  21. 6af3b37 Add missing opcodes. Thanx to jeremy for reminding me ;) by Thomas Wouters · 24 years ago
  22. fa12e13 simple typo that makes regression test test_userstring fail by Peter Schneider-Kamp · 24 years ago
  23. e1519a1 Update for augmented assignment, tested & approved by Guido. by Thomas Wouters · 24 years ago
  24. 3405262 Update for augmented assignment. by Thomas Wouters · 24 years ago
  25. 104a7bc Support for augmented assignment in the UserList, UserDict, UserString and by Thomas Wouters · 24 years ago
  26. ba31138 Promote the server version from a local variable to a class variable, by Guido van Rossum · 24 years ago
  27. ff5364a Whitespace cleanup; now passes the regression test (the last checkin made by Fred Drake · 24 years ago
  28. 103d526 Updated test suite: test repr() and str() of cookies, and test metadata by Andrew M. Kuchling · 24 years ago
  29. 0b29b11 Updated version of Cookie.py (rev. 2.29) from timo by Andrew M. Kuchling · 24 years ago
  30. 316a793 Randall Hopper <aa8vb@yahoo.com>>: by Fred Drake · 24 years ago
  31. 33438d2 Charles G. Waldman <cgq@fnal.gov>: by Fred Drake · 24 years ago
  32. ef8ace3 Charles G. Waldman <cgw@fnal.gov>: by Fred Drake · 24 years ago
  33. cf29bb2 style nits by Jeremy Hylton · 24 years ago
  34. 27c4b39 When skipping a test, do not include a spurious space between the exception by Fred Drake · 24 years ago
  35. 4d746fc add docstring explaining makefile limitation by Jeremy Hylton · 24 years ago
  36. 9dcea3f test case output for dospath regr test by Skip Montanaro · 24 years ago
  37. 640f483 new test - like test_ntpath but without splitunc test cases by Skip Montanaro · 24 years ago
  38. 877d62e added commonprefix test cases by Skip Montanaro · 24 years ago
  39. 533bc9a updated to correct failing test cases by Skip Montanaro · 24 years ago
  40. 03c06ee Restored commonprefix() semantics. by Jack Jansen · 24 years ago
  41. a48b526 Rehabilitate autotest.py. by Tim Peters · 24 years ago
  42. 6235831 revert semantics of commonprefix to work character-by-character by Skip Montanaro · 24 years ago
  43. 79f1c17 * added doc strings to urlopen and unquote_plus by Skip Montanaro · 24 years ago
  44. 46dfa5f require list comprehensions to start with a for clause by Skip Montanaro · 24 years ago
  45. 2823f03 Patch by Toby Dickenson: don't die when an error occurs during string by Guido van Rossum · 24 years ago
  46. 986659f Don't bother to 'mkpath()' the 'dist_dir' -- that's now taken care of by Greg Ward · 24 years ago
  47. 04e25a1 Ensure destination directory exists before trying to create a tarball by Greg Ward · 24 years ago
  48. ff18b80 Don't reference a module named test.test_support. Always use plain by Guido van Rossum · 24 years ago
  49. 79ca79d Add a minimal test suite for the parser module. by Fred Drake · 24 years ago
  50. a893957 Denis S. Otkidach <den@analyt.chem.msu.ru>: by Fred Drake · 24 years ago
  51. 567ca8e Patch from Paul Schreiber <paul@commerceflow.com>: by Fred Drake · 24 years ago
  52. 203da6d Add the new PRINT_ITEM_TO and PRINT_NEWLINE_TO opcodes. by Barry Warsaw · 24 years ago
  53. 62c53dd Add TestSkipped as another interesting item defined by test_support. by Fred Drake · 24 years ago
  54. efc92ee PEP 214, Extended print Statement, has been accepted by the BDFL. by Barry Warsaw · 24 years ago
  55. e82e7cc Remove the winreg module from the project. I don't believe any by Tim Peters · 24 years ago
  56. 84f28db Changed the popen2.py _test function to use the "more" cmd when by Tim Peters · 24 years ago
  57. 571bb8f David Goodger's new getopt test module (thanks, David!). by Tim Peters · 24 years ago
  58. 514a102 Adding tests of the "attrs" optional argument, and of the js_output by Moshe Zadka · 24 years ago
  59. cdec8c7 Test case for Cookie.py by Andrew M. Kuchling · 24 years ago
  60. 52ea872 Added Tim O'Malley's Cookie.py module (master version at by Andrew M. Kuchling · 24 years ago
  61. 8ae9ce5 Better conformance to the Python Style Guide: use spaces around operators. by Fred Drake · 24 years ago
  62. fe5c22a When a KeyboardInterrupt is caught, just use the "raise" syntax to by Fred Drake · 24 years ago
  63. 7b4fc17 Revise to use atexit instead of monkeying with sys.exitfunc directly. by Fred Drake · 24 years ago
  64. def0038 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  65. b65b006 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  66. 4148877 Update to reflect the recent Grammar changes. by Fred Drake · 24 years ago
  67. 5215225 Apply SF patch #101135, adding 'import module as m' and 'from module import by Thomas Wouters · 24 years ago
  68. 1d75a79 Apply SF patch #101029: call __getitem__ with a proper slice object if there by Thomas Wouters · 24 years ago
  69. 227b120 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  70. 9b8d801 Convert some old-style string exceptions to class exceptions. by Fred Drake · 24 years ago
  71. 2d2785a updated occurences of fqdn algorithm (closes patch #101197) by Peter Schneider-Kamp · 24 years ago
  72. 0ebc1c6 Use socket.getfqdn() instead of defining make_fqdn(). by Fred Drake · 24 years ago
  73. a6070f0 Revise the wrapper structure for the socket module: by Fred Drake · 24 years ago
  74. caa658d Apply SF patch #101151, by Peter S-K, which fixes smtplib's passing of the by Thomas Wouters · 24 years ago
  75. 56221a7 Chris Herborth <chrish@pobox.com>: Minor updates for BeOS R5. by Fred Drake · 24 years ago
  76. a64436e Update test output to reflect change in SyntaxError formatting. by Fred Drake · 24 years ago
  77. f40ff1b Bump version to 0.9.1. by Greg Ward · 24 years ago
  78. 44a980d Fixed the move-RPM-files hack so it knows about the '--binary-only' and by Greg Ward · 24 years ago
  79. a12c195 Added support for the '--dist-dir' option, including a mildly nasty by Greg Ward · 24 years ago
  80. c0fe82c Fix long-hidden inconsistency in internal interface: 'find_modules()' now by Greg Ward · 24 years ago
  81. 97ca66f tests for binascii.b2a_hex() and binascii.a2b_hex(). by Barry Warsaw · 24 years ago
  82. 3fdcccb Added a test of the md5.hexdigest() method. Funny enough, this test by Barry Warsaw · 24 years ago
  83. 7aced17 Initial revision by David Scherer · 24 years ago
  84. 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
  85. 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
  86. 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
  87. 0d0b1e9 Check in the correct output - even though the module itself may not survive! by Mark Hammond · 24 years ago
  88. e8e9d11 Overhauld 'check_config_h()': now returns a (status, details) tuple, by Greg Ward · 24 years ago
  89. 1398045 Added a whinging comment about the ugliness of constructing the BCPP by Greg Ward · 24 years ago
  90. b1dceae Rene Liebscher: by Greg Ward · 24 years ago
  91. a4662bc Rene Liebscher: by Greg Ward · 24 years ago
  92. a35c931 get_export_symbols() changed, adds now module init function if not given by Greg Ward · 24 years ago
  93. 1f6a0d4 Rene Liebscher: ext.export_symbols is now always a list (added 'or []'). by Greg Ward · 24 years ago
  94. 45b87bc Typo fix in docstring. by Greg Ward · 24 years ago
  95. 29124ff Fix references to functions formerly imported from 'util'. by Greg Ward · 24 years ago
  96. 46cc7c0 Bring Tools/compiler almost up to date. Specifically: by Thomas Wouters · 24 years ago
  97. c7ef591 Updated this module after the recent grammar changes by Andrew M. Kuchling · 24 years ago
  98. 803d6e5 list comprehensions. see by Skip Montanaro · 24 years ago
  99. 0be5aab Merge UNPACK_LIST and UNPACK_TUPLE into a single UNPACK_SEQUENCE, since they by Thomas Wouters · 24 years ago
  100. f29f47b Add largefile support for Linux64 and WIn64. Add test_largefile and some minor by Trent Mick · 24 years ago