1. f31fd01 Set svn:eol-style=CRLF on all Visual Studio solution files. by Amaury Forgeot d'Arc · 15 years ago
  2. cbb24b3 Issue #6314: logging: Extra checks on the "level" argument in more places. by Vinay Sajip · 15 years ago
  3. d50a5d5 fix umlaut by Benjamin Peterson · 15 years ago
  4. 95e5ebe change encoding to utf-8 by Benjamin Peterson · 15 years ago
  5. 1944d7e fix another name by Benjamin Peterson · 15 years ago
  6. dd116c2 change encoding to utf-8 by Benjamin Peterson · 15 years ago
  7. 36a8138 fix Tarek's name by Benjamin Peterson · 15 years ago
  8. 0369ba2 http://bugs.python.org/issue6267 Add more tests for the xlmrpc.ServerProxy by Kristján Valur Jónsson · 15 years ago
  9. 6736530 add Joe by Benjamin Peterson · 15 years ago
  10. 72f94f7 add versionadded by Benjamin Peterson · 15 years ago
  11. 6633a66 Fixed distutils test. by Hirokazu Yamamoto · 15 years ago
  12. 9d2916c ignore things in Lib/test/data/ by Benjamin Peterson · 15 years ago
  13. 9bd39c1 put downloaded test support files in Lib/test/data instead of the cwd by Benjamin Peterson · 15 years ago
  14. 51f32c0 reverted changes for #6459 (doesn't apply on 2.x) by Tarek Ziadé · 15 years ago
  15. 74b8d33 #2622 Import errors in email.message, from a py2app standalone application. by Amaury Forgeot d'Arc · 15 years ago
  16. c91cbb9 array.array is actually a class. by Georg Brandl · 15 years ago
  17. 23a3775 fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit' by Tarek Ziadé · 15 years ago
  18. b7e14ed #6456: clarify the meaning of constants used as arguments to nl_langinfo(). by Georg Brandl · 15 years ago
  19. 51c045d cleaned up distutils.build_ext module by Tarek Ziadé · 15 years ago
  20. 7750505 #6430: add note about size of "u" type. by Georg Brandl · 15 years ago
  21. 7c150bf #6448: clarify docs for find_module(). by Georg Brandl · 15 years ago
  22. 0294de0 #6446: fix import_spam() function to use correct error and reference handling. by Georg Brandl · 15 years ago
  23. 3405cbc Fix style. by Georg Brandl · 15 years ago
  24. 9175742 Add basic tests for the return value of os.popen().close(). by Amaury Forgeot d'Arc · 15 years ago
  25. ef6007c http://bugs.python.org/issue6460 by Kristján Valur Jónsson · 15 years ago
  26. 6cbfc12 more cleanups and if zlib -> skipUnless(zlib) by Ezio Melotti · 15 years ago
  27. 8318afa #6447: typo in subprocess docstring by Amaury Forgeot d'Arc · 15 years ago
  28. 1c6ebc2 cleaned up distutils.command.build by Tarek Ziadé · 15 years ago
  29. 3f7cba1 Added test coverage for distutils.command.build by Tarek Ziadé · 15 years ago
  30. 8c40001 Fixed #6455 (the test shall use pyd files under win32, rather than so files) by Tarek Ziadé · 15 years ago
  31. ce32eb7 #6416: Fix compilation of the select module on Windows, as well as test_subprocess: by Amaury Forgeot d'Arc · 15 years ago
  32. b0c828a Try to fix Solaris buildbot rmtree failure in test_getcwd_long_pathnames by R. David Murray · 15 years ago
  33. 6fcf7ca Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see by R. David Murray · 15 years ago
  34. 573399a Curdir needs to be in the path for the test to work on all buildbots. by R. David Murray · 15 years ago
  35. fbf2cc4 Specify umask in execute bit test to get consistent results by R. David Murray · 15 years ago
  36. 00490f2 PendingDeprecationWarning -> DeprecationWarning in build_ext by Tarek Ziadé · 15 years ago
  37. 00e1f63 Make test work with -O. by R. David Murray · 15 years ago
  38. 8a624a9 Conditionalize test cleanup code to eliminate traceback, which will by R. David Murray · 15 years ago
  39. 42b145d Sets the compiler attribute to keep the old behavior for third-party packages. by Tarek Ziadé · 15 years ago
  40. 5fd3af2 Issue #1523: Remove deprecated overflow masking in struct module, and by Mark Dickinson · 15 years ago
  41. bb3895c Expand test coverage for struct.pack with native integer packing; by Mark Dickinson · 15 years ago
  42. ca6b5f3 Add skipping to struct test that only applies when overflow masking is in effect by Mark Dickinson · 15 years ago
  43. 24766ba Typo in error message by Mark Dickinson · 15 years ago
  44. 3310a10 Update issue 6070 patch to match the patch that was actually tested on Windows. by R. David Murray · 15 years ago
  45. c71fae5 http://bugs.python.org/issue6382 by Kristján Valur Jónsson · 15 years ago
  46. e93eee7 #6420: Fix a compilation warning in the nis module, for OpenBSD and FreeBSD. by Amaury Forgeot d'Arc · 15 years ago
  47. fd00916 Grow the allocated buffer in PyUnicode_EncodeUTF7 to avoid buffer overrun. by Alexandre Vassalotti · 15 years ago
  48. 23a736a Issue 6070: when creating a compiled file, after copying the mode bits, on by R. David Murray · 15 years ago
  49. 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
  50. f5b8ea9 http://bugs.python.org/issue6382 by Kristján Valur Jónsson · 15 years ago
  51. 463dc4b Issues #1530559, #1741130: Fix various inconsistencies in struct.pack by Mark Dickinson · 15 years ago
  52. 5b1abb7 Backport test cases added in r73852. by Alexandre Vassalotti · 15 years ago
  53. 16a0247 Fix bad variable name in r73846. by Alexandre Vassalotti · 15 years ago
  54. 0fe7991 Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and by Alexandre Vassalotti · 15 years ago
  55. e7a0cc2 if zlib -> skipUnless(zlib) and minor cleanups by Ezio Melotti · 15 years ago
  56. 1844b0d Merge r73838 from py3k branch. Use the nondeprecated unittest method names. by Gregory P. Smith · 15 years ago
  57. cd947e0 using print statements when used for user interaction by Tarek Ziadé · 15 years ago
  58. 63f1738 Fixed #6413: fixed log level in distutils.dist.announce by Tarek Ziadé · 15 years ago
  59. c197d0a news entry for r73825 by Gregory P. Smith · 15 years ago
  60. dd7ca24 Use select.poll() in subprocess, when available, rather than select() so that by Gregory P. Smith · 15 years ago
  61. 41c7570 #6398 typo: versio. -> version. by Ezio Melotti · 15 years ago
  62. e5445da http://bugs.python.org/issue6267 by Kristján Valur Jónsson · 15 years ago
  63. f83648e http://bugs.python.org/issue6267 by Kristján Valur Jónsson · 15 years ago
  64. b5faac7 http://bugs.python.org/issue6381 by Kristján Valur Jónsson · 15 years ago
  65. 9d36fd2 Adds the select.PIPE_BUF attribute to expose the system constant. by Gregory P. Smith · 15 years ago
  66. 9ad7bbc cleaned distutils.file_util by Tarek Ziadé · 15 years ago
  67. eea9d0d basic tests to raise distutils.file_util coverage by Tarek Ziadé · 15 years ago
  68. 1e13960 another cStringIO restriction by Benjamin Peterson · 15 years ago
  69. fe97ebb cleaned up distutils.command.build_py by Tarek Ziadé · 15 years ago
  70. 65ec61e Fixed #6403 : package path usage for build_ext by Tarek Ziadé · 15 years ago
  71. 50a2252 condense with assertRaises by Benjamin Peterson · 15 years ago
  72. d3243d8 test that compile() accepts the future flag by Benjamin Peterson · 15 years ago
  73. fbba7cd Issue 6389: add documentation for the 'mode' flags defined in the stat module. by R. David Murray · 15 years ago
  74. 753d162 when print() gets unicode arguments, sep and end should be unicode by default #4618 by Benjamin Peterson · 15 years ago
  75. 1bf4765 only order comparisons are removed in py3k #6119 by Benjamin Peterson · 15 years ago
  76. 0c6de43 remove this test; a module level warning is enough by Benjamin Peterson · 15 years ago
  77. 8693214 multiprocessing doesn't compile in Solaris because a typo by Jesus Cea · 15 years ago
  78. 3757fbb pep8-fied and cleaned up distutils.util by Tarek Ziadé · 15 years ago
  79. 85bb628 cleaned up the bdist_dumb module by Tarek Ziadé · 15 years ago
  80. d0ca455 raising bdist_dumb test coverage by Tarek Ziadé · 15 years ago
  81. 4a3cf19 small optimization: avoid popping the current block until we have to by Benjamin Peterson · 15 years ago
  82. 4f24767 proxy the __exit__ call by Benjamin Peterson · 15 years ago
  83. 321afa8 Make punctuation prettier and break up run-on sentence. by R. David Murray · 15 years ago
  84. 7e2801d Merged revisions 73379,73388,73507,73722 via svnmerge from by Benjamin Peterson · 15 years ago
  85. 4d3f18f fix a few cases where automated fail -> assert translation messed up by Benjamin Peterson · 15 years ago
  86. 6b0032f use assert* methods in test_unittest by Benjamin Peterson · 15 years ago
  87. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 15 years ago
  88. be96cf6 Fixed a backslash that was not supposed to be there by Ezio Melotti · 15 years ago
  89. c2f5a59 Fixed defaultTestCase -> defaultTestResult by Ezio Melotti · 15 years ago
  90. 31f42ab provide a dummy __exit__ on windows by Benjamin Peterson · 15 years ago
  91. 1b90efb Resolves issues 5155, 5313, 5331 - bad file descriptor error with processes in processes by Jesse Noller · 15 years ago
  92. 0c9eb43 #6371: fix link targets. by Georg Brandl · 15 years ago
  93. 3cd0bed #6384: Add a heading for the exception hierarchy. by Georg Brandl · 15 years ago
  94. 0d8649a #6374: add a bit of explanation about shell=True on Windows. by Georg Brandl · 15 years ago
  95. 3d5c87a #6376: fix copy-n-paste oversight. by Georg Brandl · 15 years ago
  96. 2f865b9 Issue #6347: Add inttypes.h to the pyport.h #includes; fixes a build by Mark Dickinson · 15 years ago
  97. 5dfc7f9 Issue 6370: Performance issue with collections.Counter(). by Raymond Hettinger · 15 years ago
  98. 3411692 Issue 5740: multiprocessing.connection.* authkey fixes by Jesse Noller · 15 years ago
  99. d4792cd Bug 5906: add a documentation note for unix daemons vs. multiprocessing daemons by Jesse Noller · 15 years ago
  100. 3fbcc60 Fixed 6365: wrong inplace location for build_ext if the extension had dots by Tarek Ziadé · 15 years ago