1. 09728b7 Patch #1710352: add missing public functions to locale.__all__. by Georg Brandl · 17 years ago
  2. 1b59d10 This gets the test working on Solaris. It seems a little hokey to me, by Neal Norwitz · 17 years ago
  3. 94b706b The locale "En" appears not to be valid on windows underi VisualStudio.2005. Added "English" to the test_locale.py to make the testsuite pass for that build by Kristján Valur Jónsson · 17 years ago
  4. cf795b4 Fix an issue related to the unittest conversion. by Collin Winter · 17 years ago
  5. fb5b989 Convert test_ossaudiodev to use unittest. by Collin Winter · 17 years ago
  6. f00c5b5 Import and raise statement cleanup. by Collin Winter · 17 years ago
  7. 297996b Change test_support.have_unicode to use True/False instead of 1/0. by Collin Winter · 17 years ago
  8. bec754c Remove functionality from test_datetime.test_main() that does reference count checking; 'regrtest.py -R' is the way to do this kind of testing. by Collin Winter · 17 years ago
  9. c2898c5 Standardize on test.test_support.run_unittest() (as opposed to a mix of run_unittest() and run_suite()). Also, add functionality to run_unittest() that admits usage of unittest.TestLoader.loadTestsFromModule(). by Collin Winter · 17 years ago
  10. 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 17 years ago
  11. fb4b3b7 Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file by Georg Brandl · 17 years ago
  12. 8eea9ac Fix SF #1703110, Incorrect example for add_password() (use uri, not host) by Neal Norwitz · 17 years ago
  13. d0bfa74 Remove code that hasn't been called in years. by Collin Winter · 17 years ago
  14. 0fe118b Convert PyUnit -> unittest. by Collin Winter · 17 years ago
  15. 9fab9f1 As specified in RFC 2616, 2xx code indicates that the client's by Facundo Batista · 17 years ago
  16. 9f87128 Added tests for other methods of SSL object. Now we cover by Facundo Batista · 17 years ago
  17. 2452298 Bug #1704790: bind name "sys" locally in __del__ method so that it is by Georg Brandl · 17 years ago
  18. c0ba52d Revert r53997 as per by Armin Rigo · 17 years ago
  19. c20a250 Check the availability of the urlfetch resource earlier than before. by Collin Winter · 17 years ago
  20. cbd9ee6 When __slots__ are set to a unicode string, make it work the same as by Neal Norwitz · 17 years ago
  21. 25a3864 Port r54805 from python25-maint branch: by Barry Warsaw · 17 years ago
  22. 4234827 Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the by Walter Dörwald · 17 years ago
  23. 9aba6d6 Patch #1695862: remove the cleanup code, now that Windows buildbots are green by Žiga Seilnacht · 17 years ago
  24. e2d827d Patch #1698951: clarify deprecation message in rexec and Bastion by Georg Brandl · 17 years ago
  25. 4db5fe9 SF 1193128: Let str.translate(None) be an identity transformation by Raymond Hettinger · 17 years ago
  26. 135c317 Exceptions are no longer old-style instances. Fix accordingly. by Georg Brandl · 17 years ago
  27. 1393669 SF 1191699: Make slices picklable by Raymond Hettinger · 17 years ago
  28. 400a49b Add window.chgat() method, submitted via e-mail by Fabian Kreutz by Andrew M. Kuchling · 17 years ago
  29. 59c5884 General clean-up. Lot of margin corrections, comments, some typos. by Facundo Batista · 17 years ago
  30. 8341aac Typo fix. by Collin Winter · 17 years ago
  31. 3bdc002 Minor fix to the tests pass ok even with -O. by Facundo Batista · 17 years ago
  32. d5b3fed Patch #1695862: remove old test directory that causes test_urllib failures by Žiga Seilnacht · 17 years ago
  33. aa7b16a Added optional timeout to SocketHandler.makeSocket (SF #1695948) by Vinay Sajip · 17 years ago
  34. bf61856 Convert test_fileinput to use unittest. by Collin Winter · 17 years ago
  35. 69c955f Convert test_module to use unittest. by Collin Winter · 17 years ago
  36. fef1dcf Convert test_gc to use unittest. by Collin Winter · 17 years ago
  37. e10deca Import cleanup in test_crypt. by Collin Winter · 17 years ago
  38. 1dd9a2c Convert test_stringprep to use unittest. by Collin Winter · 17 years ago
  39. 9405609 Convert test_normalization to use unittest. by Collin Winter · 17 years ago
  40. fe712fb Convert test_long_future to use unittest. by Collin Winter · 17 years ago
  41. 7a3d41f Bug #1563759: struct.unpack doens't support buffer protocol objects by Raymond Hettinger · 17 years ago
  42. 18ffe42 Fix WalkTests.test_traversal() on Windows. The cleanup in by Žiga Seilnacht · 17 years ago
  43. 10fe455 Make test_softspace use unittest. by Collin Winter · 17 years ago
  44. 82c3671 Make test_getopt use unittest. by Collin Winter · 17 years ago
  45. 3bf573f Bug #1686475: Support stat'ing open files on Windows again. by Martin v. Löwis · 17 years ago
  46. 80e8c99 Stop using test_support.verify(). by Collin Winter · 17 years ago
  47. 9475db7 Clean up imports. by Collin Winter · 17 years ago
  48. b1bb01e Fix a race condition in this test -- instead of assuming that it will take by Guido van Rossum · 17 years ago
  49. 06c6579 Fixed the way that the .pem files are looked for, and changed by Facundo Batista · 17 years ago
  50. a0da5c7 Changed the whole structure of startup and checking if the by Facundo Batista · 17 years ago
  51. e6dae6c Implement a contextmanager test.test_support.catch_warning that can by Walter Dörwald · 17 years ago
  52. c4a1067 Added a SSL server to test_socket_ssl.py to be able to test by Facundo Batista · 17 years ago
  53. e1a9b42 Add tests for the filename. by Walter Dörwald · 17 years ago
  54. 8bd6500 Document that CatchWarningTests is reused by test_structmembers.py. by Walter Dörwald · 17 years ago
  55. d815d35 Move the functionality for catching warnings in test_warnings.py into a separate by Walter Dörwald · 17 years ago
  56. c3a35e1 Now using unittest for the tests infraestructure. Also split the by Facundo Batista · 17 years ago
  57. 7352cf5 SF 1602378 Clarify docstrings for bisect by Raymond Hettinger · 17 years ago
  58. ab8802a Fix warnings about object.__init__() signature. by Guido van Rossum · 17 years ago
  59. 01a807d Array module's buffer interface can now handle empty arrays. by Raymond Hettinger · 17 years ago
  60. e6e660b SF #1693079: Cannot save empty array in shelve by Raymond Hettinger · 17 years ago
  61. c7a2e46 Fix the test for recreating the locale cache object by not worrying about if by Brett Cannon · 17 years ago
  62. c690665 time.strptime's caching of its locale object was being recreated when the by Brett Cannon · 17 years ago
  63. 8f35f44 SF #1685563, MSVCCompiler creates redundant and long PATH strings by Neal Norwitz · 17 years ago
  64. 1520fe4 Shut up an occaisonal buildbot error due to test files being left around. by Collin Winter · 17 years ago
  65. 2365fcd Bump the patch level version of distutils since there were a few bug fixes since by Marc-André Lemburg · 17 years ago
  66. 93c3368 Added the posibility to pass the timeout to FTP.connect, not only when by Facundo Batista · 17 years ago
  67. b6a5c9d Added timout parameter to telnetlib.Telnet. Also created by Facundo Batista · 17 years ago
  68. 04a51ec Make test_zipfile clean up its temporary files properly. by Collin Winter · 17 years ago
  69. d28fcbc Consolidate patches #1690164, 1683397, and 1690169, all of which refactor XML-related test suites. The patches are applied together because they use a common output/xmltests file. by Collin Winter · 17 years ago
  70. 366d626 Added timeout to smtplib (to SMTP and SMTP_SSL). Also created by Facundo Batista · 17 years ago
  71. 1fe9f96 Bug 1688393. Adds a control of negative values in by Facundo Batista · 17 years ago
  72. b20c500 The basic test cases of poplib.py. by Facundo Batista · 17 years ago
  73. 1b1c347 Added an optional timeout to poplib.POP3. Also created a by Facundo Batista · 17 years ago
  74. 3f10099 Forgot to add the file before the previous commit, here go the ftplib tests. by Facundo Batista · 17 years ago
  75. f03facf Some nits. by Georg Brandl · 17 years ago
  76. f196629 Closing the HTTP connection after each test, and listening more. by Facundo Batista · 17 years ago
  77. b8af7bc Redone the tests, using the infrastructure already present by Facundo Batista · 17 years ago
  78. 75c7eb4 Make test_relpath() pass on Windows. by Collin Winter · 17 years ago
  79. 14553b0 Surrounded with try/finally to socket's default timeout setting by Facundo Batista · 17 years ago
  80. 07c78be Added a 'create_connect()' function to socket.py, which creates a by Facundo Batista · 17 years ago
  81. f102e24 Add a type.__init__() method that enforces the same signature as by Guido van Rossum · 17 years ago
  82. 0af3388 Bug #978833: Revert r50844, as it broke _socketobject.dup. Will backport. by Martin v. Löwis · 17 years ago
  83. 143b564 - Bug #1683368: The object.__init__() and object.__new__() methods are by Guido van Rossum · 18 years ago
  84. e3146f5 Add test and fix for fromkeys() optional argument. by Raymond Hettinger · 18 years ago
  85. 7492e42 Bug #1675967: re patterns pickled with older Python versions can by Žiga Seilnacht · 18 years ago
  86. 972ca50 Fix #1684254: split BROWSER contents with shlex to avoid displaying 'URL'. by Georg Brandl · 18 years ago
  87. cae9f3d New test for rev. 54407 which only uses directories under TESTFN. by Georg Brandl · 18 years ago
  88. 5cb76c1 Patch #1682205: a TypeError while unpacking an iterable is no longer by Georg Brandl · 18 years ago
  89. b54a809 Fix for glob.py if filesystem encoding is None. by Georg Brandl · 18 years ago
  90. 0bbbfc4 Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() calls and fixing set/dict interoperability. by Raymond Hettinger · 18 years ago
  91. ce55e21 Try to get test_urllib to pass on Windows by closing the file. by Neal Norwitz · 18 years ago
  92. 6cbd8de Try to be a little more resilient to errors. This might help the test by Neal Norwitz · 18 years ago
  93. b0a7d4e Try to make this test more resistant to dropping from previous runs (ie, files that may exist but cause the test to fail). Should be backported (assuming it works :-) by Neal Norwitz · 18 years ago
  94. ce2ab35 Try to make this test more resistant to dropping from previous runs (ie, files that may exist but cause the test to fail). Should be backported (assuming it works :-) by Neal Norwitz · 18 years ago
  95. c990f64 Try backing out 54407 to see if it corrects the problems on the Windows by Neal Norwitz · 18 years ago
  96. c473d5e Get rid of deprecation warning when testing commands.getstatus() by Neal Norwitz · 18 years ago
  97. a8785cc Patch #1630118: add a SpooledTemporaryFile class to tempfile. by Collin Winter · 18 years ago
  98. d9dbe72 Patch #1678339: test case for bug in difflib. by Georg Brandl · 18 years ago
  99. 2b86994 Patch #1675423: PyComplex_AsCComplex() now tries to convert an object by Georg Brandl · 18 years ago
  100. 6f18774 Patch 1339796: add a relpath() function to os.path. by Collin Winter · 18 years ago