1. 8c40001 Fixed #6455 (the test shall use pyd files under win32, rather than so files) by Tarek Ziadé · 15 years ago
  2. ce32eb7 #6416: Fix compilation of the select module on Windows, as well as test_subprocess: by Amaury Forgeot d'Arc · 15 years ago
  3. b0c828a Try to fix Solaris buildbot rmtree failure in test_getcwd_long_pathnames by R. David Murray · 15 years ago
  4. 6fcf7ca Temporarily ignore rmtree errors in test_getcwd_long_pathnames to see by R. David Murray · 15 years ago
  5. 573399a Curdir needs to be in the path for the test to work on all buildbots. by R. David Murray · 15 years ago
  6. fbf2cc4 Specify umask in execute bit test to get consistent results by R. David Murray · 15 years ago
  7. 00490f2 PendingDeprecationWarning -> DeprecationWarning in build_ext by Tarek Ziadé · 15 years ago
  8. 00e1f63 Make test work with -O. by R. David Murray · 15 years ago
  9. 8a624a9 Conditionalize test cleanup code to eliminate traceback, which will by R. David Murray · 15 years ago
  10. 42b145d Sets the compiler attribute to keep the old behavior for third-party packages. by Tarek Ziadé · 15 years ago
  11. 5fd3af2 Issue #1523: Remove deprecated overflow masking in struct module, and by Mark Dickinson · 15 years ago
  12. bb3895c Expand test coverage for struct.pack with native integer packing; by Mark Dickinson · 15 years ago
  13. ca6b5f3 Add skipping to struct test that only applies when overflow masking is in effect by Mark Dickinson · 15 years ago
  14. 24766ba Typo in error message by Mark Dickinson · 15 years ago
  15. 3310a10 Update issue 6070 patch to match the patch that was actually tested on Windows. by R. David Murray · 15 years ago
  16. c71fae5 http://bugs.python.org/issue6382 by Kristján Valur Jónsson · 15 years ago
  17. e93eee7 #6420: Fix a compilation warning in the nis module, for OpenBSD and FreeBSD. by Amaury Forgeot d'Arc · 15 years ago
  18. fd00916 Grow the allocated buffer in PyUnicode_EncodeUTF7 to avoid buffer overrun. by Alexandre Vassalotti · 15 years ago
  19. 23a736a Issue 6070: when creating a compiled file, after copying the mode bits, on by R. David Murray · 15 years ago
  20. 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
  21. f5b8ea9 http://bugs.python.org/issue6382 by Kristján Valur Jónsson · 15 years ago
  22. 463dc4b Issues #1530559, #1741130: Fix various inconsistencies in struct.pack by Mark Dickinson · 15 years ago
  23. 5b1abb7 Backport test cases added in r73852. by Alexandre Vassalotti · 15 years ago
  24. 16a0247 Fix bad variable name in r73846. by Alexandre Vassalotti · 15 years ago
  25. 0fe7991 Issue 2370: Add Python 3 warnings for the removal of operator.isCallable and by Alexandre Vassalotti · 15 years ago
  26. e7a0cc2 if zlib -> skipUnless(zlib) and minor cleanups by Ezio Melotti · 15 years ago
  27. 1844b0d Merge r73838 from py3k branch. Use the nondeprecated unittest method names. by Gregory P. Smith · 15 years ago
  28. cd947e0 using print statements when used for user interaction by Tarek Ziadé · 15 years ago
  29. 63f1738 Fixed #6413: fixed log level in distutils.dist.announce by Tarek Ziadé · 15 years ago
  30. c197d0a news entry for r73825 by Gregory P. Smith · 15 years ago
  31. dd7ca24 Use select.poll() in subprocess, when available, rather than select() so that by Gregory P. Smith · 15 years ago
  32. 41c7570 #6398 typo: versio. -> version. by Ezio Melotti · 15 years ago
  33. e5445da http://bugs.python.org/issue6267 by Kristján Valur Jónsson · 15 years ago
  34. f83648e http://bugs.python.org/issue6267 by Kristján Valur Jónsson · 15 years ago
  35. b5faac7 http://bugs.python.org/issue6381 by Kristján Valur Jónsson · 15 years ago
  36. 9d36fd2 Adds the select.PIPE_BUF attribute to expose the system constant. by Gregory P. Smith · 15 years ago
  37. 9ad7bbc cleaned distutils.file_util by Tarek Ziadé · 15 years ago
  38. eea9d0d basic tests to raise distutils.file_util coverage by Tarek Ziadé · 15 years ago
  39. 1e13960 another cStringIO restriction by Benjamin Peterson · 15 years ago
  40. fe97ebb cleaned up distutils.command.build_py by Tarek Ziadé · 15 years ago
  41. 65ec61e Fixed #6403 : package path usage for build_ext by Tarek Ziadé · 15 years ago
  42. 50a2252 condense with assertRaises by Benjamin Peterson · 15 years ago
  43. d3243d8 test that compile() accepts the future flag by Benjamin Peterson · 15 years ago
  44. fbba7cd Issue 6389: add documentation for the 'mode' flags defined in the stat module. by R. David Murray · 15 years ago
  45. 753d162 when print() gets unicode arguments, sep and end should be unicode by default #4618 by Benjamin Peterson · 15 years ago
  46. 1bf4765 only order comparisons are removed in py3k #6119 by Benjamin Peterson · 15 years ago
  47. 0c6de43 remove this test; a module level warning is enough by Benjamin Peterson · 15 years ago
  48. 8693214 multiprocessing doesn't compile in Solaris because a typo by Jesus Cea · 15 years ago
  49. 3757fbb pep8-fied and cleaned up distutils.util by Tarek Ziadé · 15 years ago
  50. 85bb628 cleaned up the bdist_dumb module by Tarek Ziadé · 15 years ago
  51. d0ca455 raising bdist_dumb test coverage by Tarek Ziadé · 15 years ago
  52. 4a3cf19 small optimization: avoid popping the current block until we have to by Benjamin Peterson · 15 years ago
  53. 4f24767 proxy the __exit__ call by Benjamin Peterson · 15 years ago
  54. 321afa8 Make punctuation prettier and break up run-on sentence. by R. David Murray · 15 years ago
  55. 7e2801d Merged revisions 73379,73388,73507,73722 via svnmerge from by Benjamin Peterson · 15 years ago
  56. 4d3f18f fix a few cases where automated fail -> assert translation messed up by Benjamin Peterson · 15 years ago
  57. 6b0032f use assert* methods in test_unittest by Benjamin Peterson · 15 years ago
  58. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 15 years ago
  59. be96cf6 Fixed a backslash that was not supposed to be there by Ezio Melotti · 15 years ago
  60. c2f5a59 Fixed defaultTestCase -> defaultTestResult by Ezio Melotti · 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. 0c9eb43 #6371: fix link targets. by Georg Brandl · 15 years ago
  64. 3cd0bed #6384: Add a heading for the exception hierarchy. by Georg Brandl · 15 years ago
  65. 0d8649a #6374: add a bit of explanation about shell=True on Windows. by Georg Brandl · 15 years ago
  66. 3d5c87a #6376: fix copy-n-paste oversight. by Georg Brandl · 15 years ago
  67. 2f865b9 Issue #6347: Add inttypes.h to the pyport.h #includes; fixes a build by Mark Dickinson · 15 years ago
  68. 5dfc7f9 Issue 6370: Performance issue with collections.Counter(). by Raymond Hettinger · 15 years ago
  69. 3411692 Issue 5740: multiprocessing.connection.* authkey fixes by Jesse Noller · 15 years ago
  70. d4792cd Bug 5906: add a documentation note for unix daemons vs. multiprocessing daemons by Jesse Noller · 15 years ago
  71. 3fbcc60 Fixed 6365: wrong inplace location for build_ext if the extension had dots by Tarek Ziadé · 15 years ago
  72. 5c3dd9a Issue #6368: Fixed unused variable warning on Unix. by Hirokazu Yamamoto · 15 years ago
  73. e323e0e Fix error handling in PyCode_Optimize, by Alexander Schremmer at EuroPython sprint. by Georg Brandl · 15 years ago
  74. 99ebc63 Fixed NEWS. by Hirokazu Yamamoto · 15 years ago
  75. 79c3bd8 Backport fix for buglet from py3k by Antoine Pitrou · 15 years ago
  76. 8839fd7 Issue #6344: Fixed a crash of mmap.read() when passed a negative argument. by Hirokazu Yamamoto · 15 years ago
  77. bcff47a Issue #4856: Py_GetFileAttributesEx[AW] are not needed because GetFileAttributesEx[AW] by Hirokazu Yamamoto · 15 years ago
  78. 8e7b476 update to sphinx 0.6.2 by Benjamin Peterson · 15 years ago
  79. 7274cff Update docstrings for sys.getdlopenflags() and sys.setdlopenflags(). by Alexandre Vassalotti · 15 years ago
  80. 1dcc384 Remove unused stdint.h includes by Mark Dickinson · 15 years ago
  81. 11c4941 More Decimal quote fixing; backport of r73642 by Mark Dickinson · 15 years ago
  82. e007860 http://bugs.python.org/issue6267 Cumulative patch to http and xmlrpc by Kristján Valur Jónsson · 15 years ago
  83. 552e7a7 return locals and cells in get_locals() not bound globals, though by Benjamin Peterson · 15 years ago
  84. 8f7b94e use stack macros by Benjamin Peterson · 15 years ago
  85. b8338ab add two generic macros for peeking and setting in the stack by Benjamin Peterson · 15 years ago
  86. 741e699 Fix types in logic to compute help file name. by Martin v. Löwis · 15 years ago
  87. a4c6229 Remove stray pychecker directive. by Georg Brandl · 15 years ago
  88. a3c5609 Issue #4856: Remove checks for win NT. by Hirokazu Yamamoto · 15 years ago
  89. ecb4f95 Issue 5390: Add uninstall icon independent of whether file by Martin v. Löwis · 15 years ago
  90. b4ad395 Fixed a wrong apostrophe by Ezio Melotti · 15 years ago
  91. 1dfd5d9 stmt and setup can contain multiple statements, see #5896 by Ezio Melotti · 15 years ago
  92. 00a58c3 link to extensive generator docs in the reference manual by Benjamin Peterson · 15 years ago
  93. f36bebd document is_declared_global() by Benjamin Peterson · 15 years ago
  94. f511fcc mark 3.1 as stable docs by Benjamin Peterson · 15 years ago
  95. 2662733 Fixes the last problem mentioned in issue1202. by Gregory P. Smith · 15 years ago
  96. 595f7a5 #2016 Fix a crash in function call when the **kwargs dictionary is mutated by Amaury Forgeot d'Arc · 15 years ago
  97. ca69bb9 Fix a compilation warning on Windows by Amaury Forgeot d'Arc · 15 years ago
  98. 1666f19 Issue 6340: update by Gregor Lingl of his tdemo_chaos demo program. by R. David Murray · 15 years ago
  99. 5c3d40e Add a couple of missing function alias declarations to the turtle docs. by R. David Murray · 15 years ago
  100. f1d11ef http://bugs.python.org/issue6192 by Kristján Valur Jónsson · 15 years ago