1. ef6007c http://bugs.python.org/issue6460 by Kristján Valur Jónsson · 16 years ago
  2. 6cbfc12 more cleanups and if zlib -> skipUnless(zlib) by Ezio Melotti · 16 years ago
  3. 8318afa #6447: typo in subprocess docstring by Amaury Forgeot d'Arc · 16 years ago
  4. 1c6ebc2 cleaned up distutils.command.build by Tarek Ziadé · 16 years ago
  5. 3f7cba1 Added test coverage for distutils.command.build by Tarek Ziadé · 16 years ago
  6. 8c40001 Fixed #6455 (the test shall use pyd files under win32, rather than so files) by Tarek Ziadé · 16 years ago
  7. ce32eb7 #6416: Fix compilation of the select module on Windows, as well as test_subprocess: by Amaury Forgeot d'Arc · 16 years ago
  8. b0c828a Try to fix Solaris buildbot rmtree failure in test_getcwd_long_pathnames by R. David Murray · 16 years ago
  9. 6fcf7ca Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see by R. David Murray · 16 years ago
  10. 573399a Curdir needs to be in the path for the test to work on all buildbots. by R. David Murray · 16 years ago
  11. fbf2cc4 Specify umask in execute bit test to get consistent results by R. David Murray · 16 years ago
  12. 00490f2 PendingDeprecationWarning -> DeprecationWarning in build_ext by Tarek Ziadé · 16 years ago
  13. 00e1f63 Make test work with -O. by R. David Murray · 16 years ago
  14. 8a624a9 Conditionalize test cleanup code to eliminate traceback, which will by R. David Murray · 16 years ago
  15. 42b145d Sets the compiler attribute to keep the old behavior for third-party packages. by Tarek Ziadé · 16 years ago
  16. 5fd3af2 Issue #1523: Remove deprecated overflow masking in struct module, and by Mark Dickinson · 16 years ago
  17. bb3895c Expand test coverage for struct.pack with native integer packing; by Mark Dickinson · 16 years ago
  18. ca6b5f3 Add skipping to struct test that only applies when overflow masking is in effect by Mark Dickinson · 16 years ago
  19. c71fae5 http://bugs.python.org/issue6382 by Kristján Valur Jónsson · 16 years ago
  20. 23a736a Issue 6070: when creating a compiled file, after copying the mode bits, on by R. David Murray · 16 years ago
  21. e670e5a Fixed #6377: distutils compiler switch ignored (and added a deprecation warning if compiler is not used as supposed = a string option) by Tarek Ziadé · 16 years ago
  22. f5b8ea9 http://bugs.python.org/issue6382 by Kristján Valur Jónsson · 16 years ago
  23. 463dc4b Issues #1530559, #1741130: Fix various inconsistencies in struct.pack by Mark Dickinson · 16 years ago
  24. 5b1abb7 Backport test cases added in r73852. by Alexandre Vassalotti · 16 years ago
  25. 16a0247 Fix bad variable name in r73846. by Alexandre Vassalotti · 16 years ago
  26. 0fe7991 Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and by Alexandre Vassalotti · 16 years ago
  27. e7a0cc2 if zlib -> skipUnless(zlib) and minor cleanups by Ezio Melotti · 16 years ago
  28. 1844b0d Merge r73838 from py3k branch. Use the nondeprecated unittest method names. by Gregory P. Smith · 16 years ago
  29. cd947e0 using print statements when used for user interaction by Tarek Ziadé · 16 years ago
  30. 63f1738 Fixed #6413: fixed log level in distutils.dist.announce by Tarek Ziadé · 16 years ago
  31. dd7ca24 Use select.poll() in subprocess, when available, rather than select() so that by Gregory P. Smith · 16 years ago
  32. e5445da http://bugs.python.org/issue6267 by Kristján Valur Jónsson · 16 years ago
  33. f83648e http://bugs.python.org/issue6267 by Kristján Valur Jónsson · 16 years ago
  34. b5faac7 http://bugs.python.org/issue6381 by Kristján Valur Jónsson · 16 years ago
  35. 9ad7bbc cleaned distutils.file_util by Tarek Ziadé · 16 years ago
  36. eea9d0d basic tests to raise distutils.file_util coverage by Tarek Ziadé · 16 years ago
  37. fe97ebb cleaned up distutils.command.build_py by Tarek Ziadé · 16 years ago
  38. 65ec61e Fixed #6403 : package path usage for build_ext by Tarek Ziadé · 16 years ago
  39. 50a2252 condense with assertRaises by Benjamin Peterson · 16 years ago
  40. d3243d8 test that compile() accepts the future flag by Benjamin Peterson · 16 years ago
  41. 753d162 when print() gets unicode arguments, sep and end should be unicode by default #4618 by Benjamin Peterson · 16 years ago
  42. 1bf4765 only order comparisons are removed in py3k #6119 by Benjamin Peterson · 16 years ago
  43. 0c6de43 remove this test; a module level warning is enough by Benjamin Peterson · 16 years ago
  44. 3757fbb pep8-fied and cleaned up distutils.util by Tarek Ziadé · 16 years ago
  45. 85bb628 cleaned up the bdist_dumb module by Tarek Ziadé · 16 years ago
  46. d0ca455 raising bdist_dumb test coverage by Tarek Ziadé · 16 years ago
  47. 4f24767 proxy the __exit__ call by Benjamin Peterson · 16 years ago
  48. 7e2801d Merged revisions 73379,73388,73507,73722 via svnmerge from by Benjamin Peterson · 16 years ago
  49. 4d3f18f fix a few cases where automated fail -> assert translation messed up by Benjamin Peterson · 16 years ago
  50. 6b0032f use assert* methods in test_unittest by Benjamin Peterson · 16 years ago
  51. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  52. 31f42ab provide a dummy __exit__ on windows by Benjamin Peterson · 16 years ago
  53. 1b90efb Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes by Jesse Noller · 16 years ago
  54. 5dfc7f9 Issue 6370: Performance issue with collections.Counter(). by Raymond Hettinger · 16 years ago
  55. 3fbcc60 Fixed 6365: wrong inplace location for build_ext if the extension had dots by Tarek Ziadé · 16 years ago
  56. 79c3bd8 Backport fix for buglet from py3k by Antoine Pitrou · 16 years ago
  57. e007860 http://bugs.python.org/issue6267 Cumulative patch to http and xmlrpc by Kristján Valur Jónsson · 16 years ago
  58. 552e7a7 return locals and cells in get_locals() not bound globals, though by Benjamin Peterson · 16 years ago
  59. a4c6229 Remove stray pychecker directive. by Georg Brandl · 16 years ago
  60. 2662733 Fixes the last problem mentioned in issue1202. by Gregory P. Smith · 16 years ago
  61. 595f7a5 #2016 Fix a crash in function call when the **kwargs dictionary is mutated by Amaury Forgeot d'Arc · 16 years ago
  62. f1d11ef http://bugs.python.org/issue6192 by Kristján Valur Jónsson · 16 years ago
  63. 14fc673 Remove the ipaddr module per discussion on python-dev by Amaury Forgeot d'Arc · 16 years ago
  64. 62641e9 Issue 6329: Fix iteration for memoryviews. by Raymond Hettinger · 16 years ago
  65. ef087da Fix issue 5230 by having pydoc's safeimport check to see if the import by R. David Murray · 16 years ago
  66. 3a1dbb0 Remove markup from docstring by Nick Coghlan · 16 years ago
  67. 0d8b4e3 Issue 6288: Update contextlib.nested() docstring to reflect new documentation by Nick Coghlan · 16 years ago
  68. e71bd81 #4490 Fix sample code run by "python -m xml.sax.xmlreader" by Amaury Forgeot d'Arc · 16 years ago
  69. 35fad2f Fix memory bug in bdist_msi. (Commit okayed in issue6319.) by Steven Bethard · 16 years ago
  70. 603fb6d Issue #6314: logging.basicConfig() performs extra checks on the "level" argument. by Vinay Sajip · 16 years ago
  71. 7f146ab Issue #5450: Moved tests involving loading tk from Lib/test/test_tcl to by Guilherme Polo · 16 years ago
  72. 439bf93 Fixed #6164 AIX specific linker argument in Distutils unixcompiler by Tarek Ziadé · 16 years ago
  73. dae5db2 use closures by Benjamin Peterson · 16 years ago
  74. 5fa09e3 show that this one isn't used by Benjamin Peterson · 16 years ago
  75. 9c5e411 add missing assertion #6313 by Benjamin Peterson · 16 years ago
  76. f1cccaa remove duplicate test by Benjamin Peterson · 16 years ago
  77. 8c826b7 Issue #6274. Fixed a potential FD leak in subprocess.py. by Facundo Batista · 16 years ago
  78. 5fe420e #6189: The subprocess.py module should be kept compatible with python 2.2 by Amaury Forgeot d'Arc · 16 years ago
  79. c29863e #6276: Remove usage of nested() in favor of new with statement with multiple managers. by Georg Brandl · 16 years ago
  80. cdcd4bf Issue #6215: Fixed to use self.open() instead of open() or io.open(). by Hirokazu Yamamoto · 16 years ago
  81. 5d73017 Acknowledge the role of the MPFR library in creating cmath_testcases.txt by Mark Dickinson · 16 years ago
  82. c1df95e starting distutils.ccompiler test coverage and cleanup by Tarek Ziadé · 16 years ago
  83. 08a0bbc don't mask encoding errors when decoding a string #6289 by Benjamin Peterson · 16 years ago
  84. a1cc040 Issue #6286: distutils upload command now uses urllib2 by Tarek Ziadé · 16 years ago
  85. d7c5cee code cleanup by Tarek Ziadé · 16 years ago
  86. f81ff98 #6227: Because of a wrong indentation, the test was not testing what it should. by Amaury Forgeot d'Arc · 16 years ago
  87. a72be3b when no module is given in a 'from' relative import, make ImportFrom.module NULL by Benjamin Peterson · 16 years ago
  88. 52c4bec give a better error message when deleting () by Benjamin Peterson · 16 years ago
  89. fb23463 special case release candidates by Benjamin Peterson · 16 years ago
  90. d1f5a59 allow importing from a module named None if it has an 'as' clause by Benjamin Peterson · 16 years ago
  91. 565e1b6 prevent import statements from assigning to None by Benjamin Peterson · 16 years ago
  92. 4afbba3 keep the slice.step field as NULL if no step expression is given by Benjamin Peterson · 16 years ago
  93. cb73bda Revert r73401 per Raymond Hettinger's request. by Alexandre Vassalotti · 16 years ago
  94. 450ae57 Make pickling of OrderedDict instances more efficient. by Alexandre Vassalotti · 16 years ago
  95. c5ae86b Re-enable testing of builtin open() in test_bufio in test_largefile by Antoine Pitrou · 16 years ago
  96. 47a5f48 Try to restore the old test_file and test_univnewlines as new, different files by Antoine Pitrou · 16 years ago
  97. c5d2b41 Restore the old test_file.py (for the builtin file object) as a new file named test_file2k.py by Antoine Pitrou · 16 years ago
  98. 1969059 Issue #6215: backport the 3.1 io lib by Antoine Pitrou · 16 years ago
  99. 2dcd7a0 Support AMD64 in msilib. Set Win64 on reglocator. Fixes #6258. by Martin v. Löwis · 16 years ago
  100. 2c0cdca Issue 6261: Clarify behavior of random.uniform(). by Raymond Hettinger · 16 years ago