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