1. cc00a26 Remove some traces of 'MacPython' by Ronald Oussoren · 16 years ago
  2. f44c654 This patch ensures that the pydoc_data package gets installed. This is needed by Ronald Oussoren · 16 years ago
  3. 50f362f Note that ordered dictionaries work with reversed(). by Raymond Hettinger · 16 years ago
  4. 7d7127d fixed the 'package' option of build_ext by Tarek Ziadé · 16 years ago
  5. f03c42f Issue 6032: fix refleaks in test_urllib2_localnet. by Collin Winter · 16 years ago
  6. 61328ee While I was modifying test_trace, it threw an exception when I accidentally by Jeffrey Yasskin · 16 years ago
  7. fceb5d4 Issue 6037: MutableSequence.__iadd__ should return self. by Raymond Hettinger · 16 years ago
  8. 07bbfcc Fixed #6053 - win32 fixes for distutils tests by Tarek Ziadé · 16 years ago
  9. 6deb574 working with relative paths to avoid tar warnings on absolute paths by Tarek Ziadé · 16 years ago
  10. fcc7f03 Fixed the library extension when distutils build_ext is used inplace by Tarek Ziadé · 16 years ago
  11. 5605416 chop off slash by Benjamin Peterson · 16 years ago
  12. 6dd6b61 fixed the test name by Tarek Ziadé · 16 years ago
  13. cadaf55 ignore .rst files in sphinx its self by Benjamin Peterson · 16 years ago
  14. 6f826ed pep8-fied distutils.archive_util + added minimum test coverage by Tarek Ziadé · 16 years ago
  15. 513a8b7 pep8-fied distutils.dir_util by Tarek Ziadé · 16 years ago
  16. 294c9d9 removed sys.platform == 'mac' usage in distutils.dir_util by Tarek Ziadé · 16 years ago
  17. 016828d removed sys.platform == 'mac' support in distutils.dist.parse_command_line and improved test coverage by Tarek Ziadé · 16 years ago
  18. 50626db Issue #6044: remove confusing wording from complex -> integer and by Mark Dickinson · 16 years ago
  19. 8d252e4 not running this test with MSVC6 by Tarek Ziadé · 16 years ago
  20. 903953c #5935: mention that BROWSER is looked for in PATH. by Georg Brandl · 16 years ago
  21. ee8e08b #5942: Copy over flag table from dbm.rst which is clearer. by Georg Brandl · 16 years ago
  22. 4c8b1c7 #6017: better document behavior of dictiterators when the dict is changed. by Georg Brandl · 16 years ago
  23. 5e88eea part of #4144: fix exception message in console session. by Georg Brandl · 16 years ago
  24. a4f9018 Added NEWS for r72698. by Hirokazu Yamamoto · 16 years ago
  25. b24bb27 Issue #3527: Removed Py_WIN_WIDE_FILENAMES which is not used any more. by Hirokazu Yamamoto · 16 years ago
  26. 0c3b4c6 typo by Benjamin Peterson · 16 years ago
  27. eb9fb2c update by Benjamin Peterson · 16 years ago
  28. a27dbc6 completely ignore old-style stuff for type checking overloading by Benjamin Peterson · 16 years ago
  29. 94eaba7 deal with old-style classes in issubclass and isinstance by Benjamin Peterson · 16 years ago
  30. fb6fb06 properly lookup __instancecheck__ and __subclasscheck__ by Benjamin Peterson · 16 years ago
  31. 757b3c9 use skipTest() by Benjamin Peterson · 16 years ago
  32. ae6acfc pep8-fied distutils.dist module by Tarek Ziadé · 16 years ago
  33. cb76804 #6041: sdist and register now use the check command. No more duplicate code for metadata checking by Tarek Ziadé · 16 years ago
  34. c03cd4c Fix about and bugs pages to match real workflow. by Georg Brandl · 16 years ago
  35. d933cc2 #2856: document 2.x os.listdir() behavior for undecodable filenames. by Georg Brandl · 16 years ago
  36. 14315d6 #6009: undocument default argument of Option as deprecated. by Georg Brandl · 16 years ago
  37. 29d3a04 #6025: fix signature of parse(). by Georg Brandl · 16 years ago
  38. 8dc3b44 #6034: clarify __reversed__ doc. by Georg Brandl · 16 years ago
  39. f541378 Fix bootstrapping by removing uses of the copy module in distutils by Antoine Pitrou · 16 years ago
  40. 775fd66 Issue #2116: Weak references and weak dictionaries now support copy()ing and deepcopy()ing. by Antoine Pitrou · 16 years ago
  41. 52035a0 Issue #1655: Make imaplib IPv6-capable. Patch by Derek Morr. by Antoine Pitrou · 16 years ago
  42. 490096e Fix example output for doctest-like demos. by Georg Brandl · 16 years ago
  43. 0f48974 Issue 6024: make regrtest.py promote refleaks to test failures. by Collin Winter · 16 years ago
  44. 0db3cd6 a useful decorator for cleaning up threads by Benjamin Peterson · 16 years ago
  45. 92d102b prevent refleaks from threads by Benjamin Peterson · 16 years ago
  46. 42b5bcf Issue #5918: Fix a crash in the parser module. by Antoine Pitrou · 16 years ago
  47. eed30d8 Issue #1664: Make nntplib IPv6-capable. Patch by Derek Morr. by Antoine Pitrou · 16 years ago
  48. cbb4f9e #6022 fixed test_get_outputs so it doesn't leaves a test file in the cwd by Tarek Ziadé · 16 years ago
  49. 8785554 Fix test failure on Windows, and add skip check if even unicodedata by R. David Murray · 16 years ago
  50. 8953913 pep8-fied distutils.command.sdist + more tests by Tarek Ziadé · 16 years ago
  51. 064a768 more test coverage for distutils sdist command by Tarek Ziadé · 16 years ago
  52. 51d06ab importlib.import_module is better these days by Benjamin Peterson · 16 years ago
  53. d547144 adding void to the c function by Tarek Ziadé · 16 years ago
  54. 1652410 added an inifoo in the C file, to avoid a warning by the MSVC9 linker by Tarek Ziadé · 16 years ago
  55. 996ba02 Issue #4050: inspect.findsource/getsource now raise an IOError if the 'source' by R. David Murray · 16 years ago
  56. 525cffc Move news item to correct section, remove spurious 'see below' from docstring. by R. David Murray · 16 years ago
  57. a3ec697 Issue 5994: add docstrings to marshal. by R. David Murray · 16 years ago
  58. e9a2b8a the compiler attribute is used in setup.py; can't rename by Benjamin Peterson · 16 years ago
  59. 972480d fixed #5977: distutils build_ext.get_outputs was not using the inplace option by Tarek Ziadé · 16 years ago
  60. f596a51 Better fix for modules using unittest.main(). Fixes regression caused by commit for issue 5995. Michael Foord by Michael Foord · 16 years ago
  61. 7df82c9 Fix to restore command line behaviour for test modules using unittest.main(). Regression caused by issue 5995. Michael by Michael Foord · 16 years ago
  62. 4ba25c2 removing the assert statement so the code works when Python is run with -O by Tarek Ziadé · 16 years ago
  63. 7118954 Make it clear up front that shelve only records changes by R. David Murray · 16 years ago
  64. 5471a77 Add missing # to NEWS by Michael Foord · 16 years ago
  65. 5d31e05 Adds a verbosity keyword argument to unittest.main plus a minor fix allowing you to specify test modules / classes by Michael Foord · 16 years ago
  66. b1d4585 Issue #5981: Fix some float.fromhex bugs related to inf and nan handling. by Mark Dickinson · 16 years ago
  67. 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é · 16 years ago
  68. 3dabc10 sys.setdefaultencoding() strikes me as a bad example by Benjamin Peterson · 16 years ago
  69. 2bb084e fixed test_build_ext for win32 by Tarek Ziadé · 16 years ago
  70. e1577fb use isinstance by Benjamin Peterson · 16 years ago
  71. e3f68a1 fixed test for all platforms by Tarek Ziadé · 16 years ago
  72. 450ca11 now using EnvironGuard everywhere by Tarek Ziadé · 16 years ago
  73. d35f2a3 refactored test_sysconfig so it uses test.test_support.EnvironmentVarGuard by Tarek Ziadé · 16 years ago
  74. 234ab8f Added tests form install_lib and pep8-fied the module by Tarek Ziadé · 16 years ago
  75. d5d8342 fixed #5984 and improved test coverage by Tarek Ziadé · 16 years ago
  76. b91e8ed make sure files are closed using the with statement by Benjamin Peterson · 16 years ago
  77. 14c7bc2 close file explicitly by Benjamin Peterson · 16 years ago
  78. ceea163 clear error state properly by Benjamin Peterson · 16 years ago
  79. 4c1fe51 don't ignore exceptions from _PyObject_LengthHint by Benjamin Peterson · 16 years ago
  80. a7dc949 ignore AttributeErrors for classic classes by Benjamin Peterson · 16 years ago
  81. 784d455 *sigh* deal with instances correctly by Benjamin Peterson · 16 years ago
  82. 0a32f9c can't handle classic classes here by Benjamin Peterson · 16 years ago
  83. 3f3d36b ignore classic classes by Benjamin Peterson · 16 years ago
  84. af1692a convert some more special methods to use _PyObject_LookupSpecial by Benjamin Peterson · 16 years ago
  85. f9b01fe Issue #5971: StreamHandler.handleError now swallows IOErrors which occur when trying to print a traceback. by Vinay Sajip · 16 years ago
  86. 812d771 #5976: fixed distutils test_check_environ by Tarek Ziadé · 16 years ago
  87. 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é · 16 years ago
  88. 809e225 lookup __reversed__ correctly as a special method by Benjamin Peterson · 16 years ago
  89. 84ad84e Merged revisions 72491-72493 via svnmerge from by Benjamin Peterson · 16 years ago
  90. 5edb1a1 Fix an off by one error on negative indexs to __getitem__ by Gregory P. Smith · 16 years ago
  91. f7f858d Issue 5954, PyFrame_GetLineNumber: by Jeffrey Yasskin · 16 years ago
  92. 1aa4700 PyCode_NewEmpty: by Jeffrey Yasskin · 16 years ago
  93. 083d1f9 Issue #5933: Fix gcc -Wextra compiler warnings (and remove some by Mark Dickinson · 16 years ago
  94. fd1ee7a Add a file that contains diffs between offical libffi files and the by Thomas Heller · 16 years ago
  95. db7ebcf fix this test by Benjamin Peterson · 16 years ago
  96. b87b334 Update the Windows locale mapping with the ones introduced with Vista. by Jeroen Ruigrok van der Werven · 16 years ago
  97. 51133d4 Add ISO-8859-16. by Jeroen Ruigrok van der Werven · 16 years ago
  98. d8282ee Fix name. by Georg Brandl · 16 years ago
  99. 3a9930d this is now a bound method by Benjamin Peterson · 16 years ago
  100. 399e4c4 add _PyObject_LookupSpecial to handle fetching special method lookup by Benjamin Peterson · 16 years ago