1. e470995 (Merge 3.2) Issue #10883: test_urllib2net closes socket explicitly by Victor Stinner · 13 years ago
  2. eaca5c8 Issue #10883: test_urllib2net closes socket explicitly by Victor Stinner · 13 years ago
  3. f073dc2 (Merge 3.2) Issue #12133: fix a ResourceWarning in urllib.request by Victor Stinner · 13 years ago
  4. a4c45d7 Issue #12133: fix a ResourceWarning in urllib.request by Victor Stinner · 13 years ago
  5. a87d586 branch merge? by Brian Curtin · 13 years ago
  6. c9d6a50 branch merge by Brian Curtin · 13 years ago
  7. 3e86c99 Merge from 3.2 for Issue #12084. by Brian Curtin · 13 years ago
  8. d25aef5 Fix #12084. os.stat on Windows wasn't working properly with relative symlinks. by Brian Curtin · 13 years ago
  9. 415007e Issue #12316: Fix sigwait() test using threads by Victor Stinner · 13 years ago
  10. 3bbb722 allow __dir__ to return any sequence by Benjamin Peterson · 13 years ago
  11. 703f7c4 merge 3.2 (#9284) by Benjamin Peterson · 13 years ago
  12. 9620cc0 allow "fake" filenames in findsource (closes #9284) by Benjamin Peterson · 13 years ago
  13. a529308 Issue #12287: In ossaudiodev, check that the device isn't closed in several by Charles-François Natali · 13 years ago
  14. ae10b32 merge 3.2 (#12009) by Benjamin Peterson · 13 years ago
  15. 9aa68e4 merge 3.1 (#12009) by Benjamin Peterson · 13 years ago
  16. 1df0f21 fix regression in netrc comment handling (closes #12009) by Benjamin Peterson · 13 years ago
  17. e6eafa2 Issue #10801: Fix test_unicode_filenames() of test_zipfile by Victor Stinner · 13 years ago
  18. 7f294d1 Issue #8407: skip sigwait() tests if pthread_sigmask() is missing by Victor Stinner · 13 years ago
  19. 3a38a6d test_platform: ignore DeprecationWarning on popen() test by Victor Stinner · 13 years ago
  20. 4659166 Issue #8407: write error message on sigwait test failure by Victor Stinner · 13 years ago
  21. af49460 Issue #8407: Make signal.sigwait() tests more reliable by Victor Stinner · 13 years ago
  22. b0ae53d Issue #9344: Add os.getgrouplist(). by Ross Lagerwall · 13 years ago
  23. 10c30d6 Issue #8407: signal.sigwait() releases the GIL by Victor Stinner · 13 years ago
  24. 51fcb81 Merge #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 13 years ago
  25. 4fbb9db #10694: zipfile now ignores garbage at the end of a zipfile. by R David Murray · 13 years ago
  26. 0a9f16b merge #12283: Fixed regression in smtplib quoting of leading dots in DATA. by R David Murray · 13 years ago
  27. 0f663d0 #12283: Fixed regression in smtplib quoting of leading dots in DATA. by R David Murray · 13 years ago
  28. f97c59a #10424: argument names are now included in the missing argument message by R David Murray · 13 years ago
  29. 8dd8d58 Merged fix for issue #12168 from 3.2. by Vinay Sajip · 13 years ago
  30. 4dd453c Issue #12021: Make mmap's read() method argument optional. Patch by Petri by Charles-François Natali · 13 years ago
  31. dd69649 Issue #9205: concurrent.futures.ProcessPoolExecutor now detects killed by Antoine Pitrou · 13 years ago
  32. 3adba1f (Merge 3.2) test.support: don't catch OSError when can_symlink() removes the by Victor Stinner · 13 years ago
  33. 62ec61f test.support: can_symlink() removes the temporary symbolic link by Victor Stinner · 13 years ago
  34. 149b1c7 Use a sleep for test_subprocess timeout test by Victor Stinner · 13 years ago
  35. 368f34b Issue #12196: Make os.pipe2() flags argument mandatory. by Charles-François Natali · 13 years ago
  36. 176f07d Issue #12040: Expose a new attribute `sentinel` on instances of by Antoine Pitrou · 13 years ago
  37. 8834568 Issue #12250: regrtest --timeout displays a warning instead of failing with an by Victor Stinner · 13 years ago
  38. 9e586c2 Issue #12250: modify "make buildbottest" command line instead of TESTOPTS by Victor Stinner · 13 years ago
  39. b204a42 greatly improve argument parsing error messages (closes #12265) by Benjamin Peterson · 13 years ago
  40. 5056c8c Closes issue #11557: removal of non-idiomatic code in test_logging. by Vinay Sajip · 13 years ago
  41. e13e662 merge heads by Benjamin Peterson · 13 years ago
  42. f719957d only clear the parser error if it's set (closes #12264) by Benjamin Peterson · 13 years ago
  43. 7ce0fa8 Issue #12080: Fix a performance issue in Decimal._power_exact that causes some corner-case Decimal.__pow__ calls to take an unreasonably long time. by Mark Dickinson · 13 years ago
  44. ab5fcc0 (Merge 3.2) Issue #12016: Add test_errorhandle() to TestBase_Mapping of by Victor Stinner · 13 years ago
  45. f5048a4 Issue #12016: Add test_errorhandle() to TestBase_Mapping of by Victor Stinner · 13 years ago
  46. 3ca4db8 Merge. by Charles-François Natali · 13 years ago
  47. 239bb96 Issue #12196: Make test.support's requires_linux_version a decorator. by Charles-François Natali · 13 years ago
  48. 3019688 Close #12250: Disable the regrtest timeout by default by Victor Stinner · 13 years ago
  49. 22cc118 merge by Raymond Hettinger · 13 years ago
  50. 3d89057 Fix named tuples to work with vars(). by Raymond Hettinger · 13 years ago
  51. 301f3f0 test_faulthandler: use a longer sleep (2.5 sec instead of 1.3 sec) in by Victor Stinner · 13 years ago
  52. ebbbdaf (Merge 3.2) Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, by Victor Stinner · 13 years ago
  53. 88701e2 Close #12230: Mac OS X Tiger (10.4) has a kernel bug: sometimes, the file by Victor Stinner · 13 years ago
  54. fce9233 test.support: add requires_mac_ver() function by Victor Stinner · 13 years ago
  55. 1b5b9d7 (Merge 3.2) Close #12085: Fix an attribute error in subprocess.Popen destructor by Victor Stinner · 13 years ago
  56. 87b9bc3 Close #12085: Fix an attribute error in subprocess.Popen destructor if the by Victor Stinner · 13 years ago
  57. 2082268 Issue #8407: test_signal doesn't check signal delivery order by Victor Stinner · 13 years ago
  58. 62ecb6a Tidy up the additional string module tests added at the Pycon sprints (closes #11505) by Nick Coghlan · 13 years ago
  59. cccfd99 merge heads by Benjamin Peterson · 13 years ago
  60. 15ac311 add tests for negative with conjugate by Benjamin Peterson · 13 years ago
  61. 1eb6d27 (Merge 3.2) Issue #12057: Add tests for ISO 2022 codecs by Victor Stinner · 13 years ago
  62. ee49797 Issue #12057: Add tests for ISO 2022 codecs by Victor Stinner · 13 years ago
  63. 2a12974 Close #12028: Make threading._get_ident() public, rename it to by Victor Stinner · 13 years ago
  64. d976098 Close #12089: Remove outdated and unused code from regrtest. by Victor Stinner · 13 years ago
  65. e15dce3 Close #12171: IncrementalEncoder.reset() of CJK codecs (multibytecodec) calls by Victor Stinner · 13 years ago
  66. c6c5e04 merge heads by Benjamin Peterson · 13 years ago
  67. 758888d don't restrict unexpected EOF errors to the first line (closes #12216) by Benjamin Peterson · 13 years ago
  68. c8507bf use better naming scheme by Benjamin Peterson · 13 years ago
  69. 1ae2998 Increases some test timeouts to fix issue 11864. by Brian Quinlan · 13 years ago
  70. 72e5865 Simplify line-oriented tests in test_bz2. by Nadeem Vawda · 13 years ago
  71. f3ecb83 Issue #1625: Add stream ordering test to test_bz2. by Nadeem Vawda · 13 years ago
  72. 07d291a Remove unused data from test_bz2. by Nadeem Vawda · 13 years ago
  73. 98838ba Miscellaneous cleanups to bz2 and test_bz2 following issue #1625. by Nadeem Vawda · 13 years ago
  74. d92ccb1 Skip test_pipe2 on Linux kernels older than 2.6.27. by Charles-François Natali · 13 years ago
  75. daafdd5 Issue #12196: Add pipe2() to the os module. by Charles-François Natali · 13 years ago
  76. 43af12b unify TryExcept and TryFinally (closes #12199) by Benjamin Peterson · 13 years ago
  77. 2d51721 Issue #12196: Add PIPE_MAX_SIZE to test.support, constant larger than the by Charles-François Natali · 13 years ago
  78. 8281ba8 follow on to the last commit, remove the final POSIXPurePythonTestCase by Gregory P. Smith · 13 years ago
  79. 59fd1bf The _posixsubprocess module is now required on POSIX. by Gregory P. Smith · 13 years ago
  80. 7439e7b Fix ProcessTestCasePOSIXPurePython to test the module from import when by Gregory P. Smith · 13 years ago
  81. c80504f Fix ProcessTestCasePOSIXPurePython to test the module from import when by Gregory P. Smith · 13 years ago
  82. 59a3338 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  83. 32b5cb0 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  84. b8e59f7 Issue #985064: Make plistlib more resilient to faulty input plists. by Ned Deily · 13 years ago
  85. 61be422 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  86. 056f5b9 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  87. 9a7c524 Issue #9670: Increase the default stack size for secondary threads on by Ned Deily · 13 years ago
  88. aeabd5f add some with syntax examples by Benjamin Peterson · 13 years ago
  89. 0501070 Revert my commit 3555cf6f9c98: "Issue #8796: codecs.open() calls the builtin by Victor Stinner · 13 years ago
  90. 43b0686 try to use the same str object for all code filenames when compiling or unmarshalling (#12190) by Benjamin Peterson · 13 years ago
  91. 4e18ac8 Merge heads by Nadeem Vawda · 13 years ago
  92. 55b4338 Issue #1625: BZ2File and bz2.decompress() now support multi-stream files. by Nadeem Vawda · 13 years ago
  93. 98fe1a0 Issue #8796: codecs.open() calls the builtin open() function instead of using by Victor Stinner · 13 years ago
  94. f46676d Branch merge by Éric Araujo · 13 years ago
  95. d2780ae (Merge 3.2) Issue #12175: RawIOBase.readall() now returns None if read() by Victor Stinner · 13 years ago
  96. 988512c (Merge 3.1) Issue #12175: RawIOBase.readall() now returns None if read() by Victor Stinner · 13 years ago
  97. a80987f Issue #12175: RawIOBase.readall() now returns None if read() returns None. by Victor Stinner · 13 years ago
  98. af62c7d (Merge 3.2) Issue #12175: FileIO.readall() now raises a ValueError instead of by Victor Stinner · 13 years ago
  99. 4767114 (Merge 3.1) Issue #12175: FileIO.readall() now raises a ValueError instead of by Victor Stinner · 13 years ago
  100. b79f28c Issue #12175: FileIO.readall() now raises a ValueError instead of an IOError if by Victor Stinner · 13 years ago