1. f9a0ea8 Fix for Windows: close a temporary file before trying to delete it. by Hye-Shik Chang · 18 years ago
  2. 9b54140 Bug #1728403: Fix a bug that CJKCodecs StreamReader hangs when it by Hye-Shik Chang · 18 years ago
  3. f7188ce Make _strptime.TimeRE().pattern() use ``\s+`` for matching whitespace instead by Brett Cannon · 18 years ago
  4. 4a700bb SF 1668596/1720897: distutils now copies data files by Neal Norwitz · 18 years ago
  5. f0cb1d7 Have cfmfile raise a DeprecationWarning as per PEP 4. by Brett Cannon · 18 years ago
  6. 791d56f Cause buildtools to raise a DeprecationWarning. by Brett Cannon · 18 years ago
  7. c2aa09a Have the sha module raise a DeprecationWarning as specified in PEP 4. by Brett Cannon · 18 years ago
  8. 7eec217 Have md5 raise a DeprecationWarning as per PEP 4. by Brett Cannon · 18 years ago
  9. c249bda Have mimify raise a DeprecationWarning. The docs and PEP 4 have listed the by Brett Cannon · 18 years ago
  10. 90134c9 Have MimeWriter raise a DeprecationWarning as per PEP 4 and its documentation. by Brett Cannon · 18 years ago
  11. b4eec28 Correct the name of a field in the WIN32_FIND_DATAA and WIN32_FIND_DATAW structures. by Thomas Heller · 18 years ago
  12. e9607e2 Revert 55634. by Martin v. Löwis · 18 years ago
  13. a652f69 Test pre-commit hook for a link to a .py file. by Martin v. Löwis · 18 years ago
  14. a0fcb93 Added errors argument to TarFile class that allows the user to by Lars Gustäbel · 18 years ago
  15. 81a191b Applied patch 1669481, slightly modified: Support close_fds on Win32 by Peter Astrand · 18 years ago
  16. 6cef076 Remove direct call's to file's constructor and replace them with calls to by Brett Cannon · 18 years ago
  17. 754a5fb Updated docstring for SysLogHandler (#1720726). by Vinay Sajip · 18 years ago
  18. 38917f5 Get test passing again by commenting out the reference to the test class. by Neal Norwitz · 18 years ago
  19. d9880d0 Commenting out the tests until find out who can test them in by Facundo Batista · 18 years ago
  20. e312416 Fixing stupid error, and introducing a sleep, to see if the by Facundo Batista · 18 years ago
  21. b4dfafa Trying to make the tests work in Windows and Solaris, everywhere else just works by Facundo Batista · 18 years ago
  22. 62c744e Let's see if reading exactly what is written allow this live by Facundo Batista · 18 years ago
  23. 965fa24 Removed the .recv() in the test, is not necessary, and was by Facundo Batista · 18 years ago
  24. 711a54e Added an optional timeout parameter to urllib.ftpwrapper, with tests by Facundo Batista · 18 years ago
  25. dd96ca3 Fix parameter passing. by Georg Brandl · 18 years ago
  26. c90bc75 shlex.split() now has an optional "posix" parameter. by Georg Brandl · 18 years ago
  27. 2134e75 Patch #1686487: you can now pass any mapping after '**' in function calls. by Georg Brandl · 18 years ago
  28. 70f996b Added timeout support to HTTPSConnection, through the by Facundo Batista · 18 years ago
  29. 767debb Allow all alphanumeric and underscores in type and field names. by Raymond Hettinger · 18 years ago
  30. 0d6a8cc Replace assertion with straight error-checking. by Raymond Hettinger · 18 years ago
  31. 41bf2fa Cause posixfile to raise a DeprecationWarning. Documented as deprecated since by Brett Cannon · 18 years ago
  32. 49da0ea Move imgfile import to the global namespace to trigger an import error ASAP to by Brett Cannon · 18 years ago
  33. 5e26351 Remove the macfs module. This led to the deprecation of macostools.touched(); by Brett Cannon · 18 years ago
  34. dc48b74 Remove the rgbimg module. It has been deprecated since Python 2.5. by Brett Cannon · 18 years ago
  35. 8d76cca Fix docstring for add_package in site.py. by Georg Brandl · 18 years ago
  36. d410b32 Give some clue as to what happened if the test fails. by Neal Norwitz · 18 years ago
  37. f3241a3 Fix beginner mistake -- don't mix spaces and tabs. by Raymond Hettinger · 18 years ago
  38. 5a41daf Improvements to NamedTuple's implementation, tests, and documentation by Raymond Hettinger · 18 years ago
  39. 6290305 Backport PEP 3110's new 'except' syntax to 2.6. by Collin Winter · 18 years ago
  40. 6eb7bed Verify neither dumps or loads overflow the stack and segfault. by Neal Norwitz · 18 years ago
  41. 72ef8da calendar.py gets no benefit from xrange() instead of range() by Raymond Hettinger · 18 years ago
  42. d75f043 Remove the gopherlib module. It has been raising a DeprecationWarning since by Brett Cannon · 18 years ago
  43. b1a9b37 Fix bug in marshal where bad data would cause a segfault due to by Neal Norwitz · 18 years ago
  44. a09a96a HTML-escape the plain traceback in cgitb's HTML output, to prevent by Georg Brandl · 18 years ago
  45. 8be9ab8 Small speedup. by Raymond Hettinger · 18 years ago
  46. cd498be Remove support for freebsd[23] which haven't been released since 2000 by Neal Norwitz · 18 years ago
  47. 0c1f6fc Add bz2 to content encodings. by Georg Brandl · 18 years ago
  48. a74b67e Better tests for posixpath.commonprefix by Raymond Hettinger · 18 years ago
  49. 42dd86b Deprecate os.popen* and popen2 module in favor of the subprocess module. by Neal Norwitz · 18 years ago
  50. 82be218 Remove trailing whitespace in docstring by Neal Norwitz · 18 years ago
  51. aa87fb6 Fix typo in docstring (the module is popen2, not 3). by Neal Norwitz · 18 years ago
  52. d984103 Don't ever report a failure when the sum of the reference count differences by Neal Norwitz · 18 years ago
  53. fa9be8c Fix a bug in test.test_support.open_urlresource(). by Collin Winter · 18 years ago
  54. 229cee2 Deprecate BaseException.message as per PEP 352. by Brett Cannon · 18 years ago
  55. 2ebc4d8 Oops, these tests do not run on Windows CE. by Thomas Heller · 18 years ago
  56. 1ad576c Do not truncate 64-bit pointers to 32-bit integers. by Thomas Heller · 18 years ago
  57. 0455214 Fix some ctypes test crashes, when running with a debug Python by Thomas Heller · 18 years ago
  58. 170eee9 Fix those parts in the testsuite that assumed that sys.maxint would cause overflow on x64. Now the testsuite is well behaved on that platform. by Kristján Valur Jónsson · 18 years ago
  59. 9790a27 Fix for #1303614 and #1174712: by Armin Rigo · 18 years ago
  60. 70c8e8b Added new optional credentials argument to SMTPHandler.__init__, and smtp.login() is now called in SMTPHandler.emit() if credentials are specified. by Vinay Sajip · 18 years ago
  61. 09728b7 Patch #1710352: add missing public functions to locale.__all__. by Georg Brandl · 18 years ago
  62. 1b59d10 This gets the test working on Solaris. It seems a little hokey to me, by Neal Norwitz · 18 years ago
  63. 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 · 18 years ago
  64. cf795b4 Fix an issue related to the unittest conversion. by Collin Winter · 18 years ago
  65. fb5b989 Convert test_ossaudiodev to use unittest. by Collin Winter · 18 years ago
  66. f00c5b5 Import and raise statement cleanup. by Collin Winter · 18 years ago
  67. 297996b Change test_support.have_unicode to use True/False instead of 1/0. by Collin Winter · 18 years ago
  68. 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 · 18 years ago
  69. 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 · 18 years ago
  70. 0d4c06e Whitespace normalization. Ugh, we really need to do this more often. by Neal Norwitz · 18 years ago
  71. fb4b3b7 Bug #1706381: Specifying the SWIG option "-c++" in the setup.py file by Georg Brandl · 18 years ago
  72. 8eea9ac Fix SF #1703110, Incorrect example for add_password() (use uri, not host) by Neal Norwitz · 18 years ago
  73. d0bfa74 Remove code that hasn't been called in years. by Collin Winter · 18 years ago
  74. 0fe118b Convert PyUnit -> unittest. by Collin Winter · 18 years ago
  75. 9fab9f1 As specified in RFC 2616, 2xx code indicates that the client's by Facundo Batista · 18 years ago
  76. 9f87128 Added tests for other methods of SSL object. Now we cover by Facundo Batista · 18 years ago
  77. 2452298 Bug #1704790: bind name "sys" locally in __del__ method so that it is by Georg Brandl · 18 years ago
  78. c0ba52d Revert r53997 as per by Armin Rigo · 18 years ago
  79. c20a250 Check the availability of the urlfetch resource earlier than before. by Collin Winter · 18 years ago
  80. cbd9ee6 When __slots__ are set to a unicode string, make it work the same as by Neal Norwitz · 18 years ago
  81. 25a3864 Port r54805 from python25-maint branch: by Barry Warsaw · 18 years ago
  82. 4234827 Fix utf-8-sig incremental decoder, which didn't recognise a BOM when the by Walter Dörwald · 18 years ago
  83. 9aba6d6 Patch #1695862: remove the cleanup code, now that Windows buildbots are green by Žiga Seilnacht · 18 years ago
  84. e2d827d Patch #1698951: clarify deprecation message in rexec and Bastion by Georg Brandl · 18 years ago
  85. 4db5fe9 SF 1193128: Let str.translate(None) be an identity transformation by Raymond Hettinger · 18 years ago
  86. 135c317 Exceptions are no longer old-style instances. Fix accordingly. by Georg Brandl · 18 years ago
  87. 1393669 SF 1191699: Make slices picklable by Raymond Hettinger · 18 years ago
  88. 400a49b Add window.chgat() method, submitted via e-mail by Fabian Kreutz by Andrew M. Kuchling · 18 years ago
  89. 59c5884 General clean-up. Lot of margin corrections, comments, some typos. by Facundo Batista · 18 years ago
  90. 8341aac Typo fix. by Collin Winter · 18 years ago
  91. 3bdc002 Minor fix to the tests pass ok even with -O. by Facundo Batista · 18 years ago
  92. d5b3fed Patch #1695862: remove old test directory that causes test_urllib failures by Žiga Seilnacht · 18 years ago
  93. aa7b16a Added optional timeout to SocketHandler.makeSocket (SF #1695948) by Vinay Sajip · 18 years ago
  94. bf61856 Convert test_fileinput to use unittest. by Collin Winter · 18 years ago
  95. 69c955f Convert test_module to use unittest. by Collin Winter · 18 years ago
  96. fef1dcf Convert test_gc to use unittest. by Collin Winter · 18 years ago
  97. e10deca Import cleanup in test_crypt. by Collin Winter · 18 years ago
  98. 1dd9a2c Convert test_stringprep to use unittest. by Collin Winter · 18 years ago
  99. 9405609 Convert test_normalization to use unittest. by Collin Winter · 18 years ago
  100. fe712fb Convert test_long_future to use unittest. by Collin Winter · 18 years ago