1. 016828d removed sys.platform == 'mac' support in distutils.dist.parse_command_line and improved test coverage by Tarek Ziadé · 15 years ago
  2. 8d252e4 not running this test with MSVC6 by Tarek Ziadé · 15 years ago
  3. a27dbc6 completely ignore old-style stuff for type checking overloading by Benjamin Peterson · 15 years ago
  4. fb6fb06 properly lookup __instancecheck__ and __subclasscheck__ by Benjamin Peterson · 15 years ago
  5. 757b3c9 use skipTest() by Benjamin Peterson · 15 years ago
  6. ae6acfc pep8-fied distutils.dist module by Tarek Ziadé · 15 years ago
  7. cb76804 #6041: sdist and register now use the check command. No more duplicate code for metadata checking by Tarek Ziadé · 15 years ago
  8. f541378 Fix bootstrapping by removing uses of the copy module in distutils by Antoine Pitrou · 15 years ago
  9. 775fd66 Issue #2116: Weak references and weak dictionaries now support copy()ing and deepcopy()ing. by Antoine Pitrou · 15 years ago
  10. 52035a0 Issue #1655: Make imaplib IPv6-capable. Patch by Derek Morr. by Antoine Pitrou · 15 years ago
  11. 0f48974 Issue 6024: make regrtest.py promote refleaks to test failures. by Collin Winter · 15 years ago
  12. 0db3cd6 a useful decorator for cleaning up threads by Benjamin Peterson · 15 years ago
  13. 92d102b prevent refleaks from threads by Benjamin Peterson · 15 years ago
  14. eed30d8 Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr. by Antoine Pitrou · 15 years ago
  15. cbb4f9e #6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd by Tarek Ziadé · 15 years ago
  16. 8785554 Fix test failure on Windows, and add skip check if even unicodedata by R. David Murray · 15 years ago
  17. 8953913 pep8-fied distutils.command.sdist + more tests by Tarek Ziadé · 15 years ago
  18. 064a768 more test coverage for distutils sdist command by Tarek Ziadé · 15 years ago
  19. d547144 adding void to the c function by Tarek Ziadé · 15 years ago
  20. 1652410 added an inifoo in the C file, to avoid a warning by the MSVC9 linker by Tarek Ziadé · 15 years ago
  21. 996ba02 Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source' by R. David Murray · 15 years ago
  22. e9a2b8a the compiler attribute is used in setup.py; can't rename by Benjamin Peterson · 15 years ago
  23. 972480d fixed #5977: distutils build_ext.get_outputs was not using the inplace option by Tarek Ziadé · 15 years ago
  24. f596a51 Better fix for modules using unittest.main(). Fixes regression caused by commit for issue 5995. Michael Foord by Michael Foord · 15 years ago
  25. 7df82c9 Fix to restore command line behaviour for test modules using unittest.main(). Regression caused by issue 5995. Michael by Michael Foord · 15 years ago
  26. 4ba25c2 removing the assert statement so the code works when Python is run with -O by Tarek Ziadé · 15 years ago
  27. 5d31e05 Adds a verbosity keyword argument to unittest.main plus a minor fix allowing you to specify test modules / classes by Michael Foord · 15 years ago
  28. b1d4585 Issue #5981: Fix some float.fromhex bugs related to inf and nan handling. by Mark Dickinson · 15 years ago
  29. 68e27eb distutils.test_build_clib added a new line at the end of the file, to avoid a warning with some compilers by Tarek Ziadé · 15 years ago
  30. 2bb084e fixed test_build_ext for win32 by Tarek Ziadé · 15 years ago
  31. e1577fb use isinstance by Benjamin Peterson · 15 years ago
  32. e3f68a1 fixed test for all platforms by Tarek Ziadé · 15 years ago
  33. 450ca11 now using EnvironGuard everywhere by Tarek Ziadé · 15 years ago
  34. d35f2a3 refactored test_sysconfig so it uses test.test_support.EnvironmentVarGuard by Tarek Ziadé · 15 years ago
  35. 234ab8f Added tests form install_lib and pep8-fied the module by Tarek Ziadé · 15 years ago
  36. d5d8342 fixed #5984 and improved test coverage by Tarek Ziadé · 15 years ago
  37. b91e8ed make sure files are closed using the with statement by Benjamin Peterson · 15 years ago
  38. 14c7bc2 close file explicitly by Benjamin Peterson · 15 years ago
  39. 784d455 *sigh* deal with instances correctly by Benjamin Peterson · 15 years ago
  40. af1692a convert some more special methods to use _PyObject_LookupSpecial by Benjamin Peterson · 15 years ago
  41. f9b01fe Issue #5971: StreamHandler.handleError now swallows IOErrors which occur when trying to print a traceback. by Vinay Sajip · 15 years ago
  42. 812d771 #5976: fixed distutils test_check_environ by Tarek Ziadé · 15 years ago
  43. e2be83d Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to extension modules with RPATH if GNU ld is used by Tarek Ziadé · 15 years ago
  44. 809e225 lookup __reversed__ correctly as a special method by Benjamin Peterson · 15 years ago
  45. 84ad84e Merged revisions 72491-72493 via svnmerge from by Benjamin Peterson · 15 years ago
  46. 5edb1a1 Fix an off by one error on negative indexs to __getitem__ by Gregory P. Smith · 15 years ago
  47. 1aa4700 PyCode_NewEmpty: by Jeffrey Yasskin · 15 years ago
  48. db7ebcf fix this test by Benjamin Peterson · 15 years ago
  49. b87b334 Update the Windows locale mapping with the ones introduced with Vista. by Jeroen Ruigrok van der Werven · 15 years ago
  50. 51133d4 Add ISO-8859-16. by Jeroen Ruigrok van der Werven · 15 years ago
  51. 399e4c4 add _PyObject_LookupSpecial to handle fetching special method lookup by Benjamin Peterson · 15 years ago
  52. d846f1d #4351: more appropriate DeprecationWarning stacklevels by Philip Jenvey · 15 years ago
  53. 6f99778 fixed AR/ARFLAGS values in test_sysconfig by Tarek Ziadé · 15 years ago
  54. 99f660a Fixed #5941: added ARFLAGS for the archiver command. by Tarek Ziadé · 15 years ago
  55. ff748cd removed remaining spaces by Tarek Ziadé · 15 years ago
  56. f7e7bab Pre-opened test file needs to be opened in binary mode. by R. David Murray · 15 years ago
  57. 8fd522f Issue5955: aifc's close method did not close the file it wrapped, by R. David Murray · 15 years ago
  58. 0258811 actually close files instead of leaving it to the gc #5955 by Benjamin Peterson · 15 years ago
  59. a7fb408 Issue 3739: The unicode-internal encoder now reports the number of *characters* by Walter Dörwald · 15 years ago
  60. c924b3d Be more explicit about the error we are catching. by Jeroen Ruigrok van der Werven · 15 years ago
  61. 56342d5 removed string.split usage by Tarek Ziadé · 15 years ago
  62. ccf608c more build_clib cleanup + test coverage by Tarek Ziadé · 15 years ago
  63. b04a057 pep8-fied build_clib module : it is now similar to the one in 3.x by Tarek Ziadé · 15 years ago
  64. d2bb1a5 Added a test and cleaned check_library_list to be ready to fix #5940 by Tarek Ziadé · 15 years ago
  65. 041f465 Wrap getpreferredencoding()'s use of setlocale in a try/except to prevent by Jeroen Ruigrok van der Werven · 15 years ago
  66. eaeb4c6 Merged revisions 68503,68507,68694,69054,69673,69679-69681,70991,70999,71003,71695 via svnmerge from by Benjamin Peterson · 15 years ago
  67. a57773e Fix Issue #4875: find_library can return directories instead of files (on win32) by Thomas Heller · 15 years ago
  68. a985a3a Issue #5920: Changed format.__float__ and complex.__float__ to use a precision of 12 when using the empty presentation type. This more closely matches str()'s behavior and reduces surprises when adding alignment flags to an empty format string. Patch by Mark Dickinson. by Eric Smith · 15 years ago
  69. 2c72420 Fixing issue5861 - test_urllib fails on windows. Agree to comment to have ':' in pathname2url as windows recognizes it. test_urllib passes now. by Senthil Kumaran · 15 years ago
  70. 5815220 Fix overlong lines. by Georg Brandl · 15 years ago
  71. 4d4313d #5142: add module skipping feature to pdb. by Georg Brandl · 15 years ago
  72. 7c26d76 #1309567: fix linecache behavior of stripping subdirectories from paths when looking for relative filename matches. Also add a linecache test suite. by Georg Brandl · 15 years ago
  73. f71ba95 #5932: fix error return in _convertPyInt_AsSsize_t() conversion function. by Georg Brandl · 15 years ago
  74. ab538fc Update bdist_msi so that the generated MSIs for pure Python modules can install to any version of Python, like the generated EXEs from bdist_wininst. (Previously, you had to create a new MSI for each version of Python.) by Steven Bethard · 15 years ago
  75. 7c67b03 using sys._getframe(x), where x > 0 doesnt' work on IronPython by Benjamin Peterson · 15 years ago
  76. 7ba8e1c Fix issue 5890: (property subclass shadows __doc__ string) by inserting by R. David Murray · 15 years ago
  77. 97377bf Issue #5692: In :class:`zipfile.Zipfile`, fix wrong path calculation when extracting a file to the root directory. by Antoine Pitrou · 15 years ago
  78. 653dece Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences. by Antoine Pitrou · 15 years ago
  79. 2827709 Fix typos. by Walter Dörwald · 15 years ago
  80. d02eeda Issue #4751: For hashlib algorithms provided by OpenSSL, the Python by Gregory P. Smith · 15 years ago
  81. 4bd7664 docstring update. by Gregory P. Smith · 15 years ago
  82. 9ac3ee6 Optimization: move RFC defined network constant construction out of by Gregory P. Smith · 15 years ago
  83. 62e9a65 Further development of issue5559, handle Windows files by Kurt B. Kaiser · 15 years ago
  84. 106ac46 idle.py modified and simplified to better support by Kurt B. Kaiser · 15 years ago
  85. 07ef487 by Michael Foord · 15 years ago
  86. 7430989 Isue #5084: unpickling now interns the attribute names of pickled objects, by Antoine Pitrou · 15 years ago
  87. e2fb98f Add addCleanup and doCleanups to unittest.TestCase. by Michael Foord · 15 years ago
  88. 420d4eb #1607951: Make mailbox.Maildir re-read the directories less frequently. by Andrew M. Kuchling · 15 years ago
  89. 6e7bdde Convert test method names to PEP8 style. by Gregory P. Smith · 15 years ago
  90. bf6c410 revert unrelated change by Benjamin Peterson · 15 years ago
  91. 6282169 remove py3k compat code by Benjamin Peterson · 15 years ago
  92. d7e8e34 don't let sys.argv be used in the tests by Benjamin Peterson · 15 years ago
  93. 829f6b8 Adds an exit parameter to unittest.main(). If False main no longer by Michael Foord · 15 years ago
  94. 1fc0231 Issue #3002: `shutil.copyfile()` and `shutil.copytree()` now raise an by Antoine Pitrou · 15 years ago
  95. 1d49926 Adds the ipaddr module to the standard library. Issue #3959. by Gregory P. Smith · 15 years ago
  96. 6733bed Make test.test_support.EnvironmentVarGuard behave like a dictionary. by Walter Dörwald · 15 years ago
  97. 4af40d2 Fix for Issue1648102, based on the MSDN spec: If this parameter specifies the by Senthil Kumaran · 15 years ago
  98. 9139cc6 Issue #1588: Add complex.__format__. by Eric Smith · 15 years ago
  99. 2518d3c prevent ref cycles by removing bound method on close() by Benjamin Peterson · 15 years ago
  100. 7c7250d make sure to close file by Benjamin Peterson · 15 years ago