1. 6e165b4 backout 214d8909513d for regressions (#1159051) by Benjamin Peterson · 12 years ago
  2. ce34ba6 Issue #16601: Restarting iteration over tarfile no more continues from where by Serhiy Storchaka · 12 years ago
  3. db03e6b Issue #17656: Skip test_extract_unicode_filenames if the FS encoding by Serhiy Storchaka · 12 years ago
  4. 794e557 #17833: add debug output to investigate buildbot failure. by Ezio Melotti · 12 years ago
  5. b1d6f85 Issue17883: Update to assertIn to see why test fails on one buildbot. by Terry Jan Reedy · 12 years ago
  6. 5cea09d #7855: Add tests for ctypes/winreg for issues found in IronPython. Initial patch by Dino Viehland. by Ezio Melotti · 12 years ago
  7. 6aca765 Issue #16316: mimetypes now recognizes the .xz and .txz (.tar.xz) extensions. by Serhiy Storchaka · 12 years ago
  8. 0801d73 Issue #15535: Fix regression in pickling of named tuples. by Raymond Hettinger · 12 years ago
  9. b996e04 Issue #17712: Fix test_gdb failures on Ubuntu 13.04. by Antoine Pitrou · 12 years ago
  10. 8c6521b Issue #17843: Remove bz2 test data that triggers antivirus warnings. by Nadeem Vawda · 12 years ago
  11. 8118df7 Issue #17842. Added base64 module tests with bytearray arguments. by Serhiy Storchaka · 12 years ago
  12. 68915d7 Issue #17835: Fix test_io when the default OS pipe buffer size is larger than one million bytes. by Antoine Pitrou · 12 years ago
  13. 7b0baf0 Ensure that plistlib doesn't corrupt deeply nested datastructures by Ronald Oussoren · 12 years ago
  14. 5cbff51 #17065: Use process-unique key for winreg test. by R David Murray · 12 years ago
  15. 7bdd93c Issue #17555: Fix ForkAwareThreadLock so that size of after fork by Richard Oudkerk · 12 years ago
  16. be92971 Issue #17710: Fix cPickle raising a SystemError on bogus input. by Antoine Pitrou · 12 years ago
  17. 6077339 #17341: Include name in re error message about invalid group name. by R David Murray · 12 years ago
  18. 75f1fc2 Revert changes for #13355 by request from Raymond Hettinger by Andrew Svetlov · 12 years ago
  19. f794b14 Issue #16447: Fix potential segfault when setting __name__ on a class. by Mark Dickinson · 12 years ago
  20. 6fa83f9 Issue #17656: Fix extraction of zip files with unicode member paths. by Serhiy Storchaka · 12 years ago
  21. b6cdae3 Issue #13355: Raise ValueError on random.triangular call with invalid params. by Andrew Svetlov · 12 years ago
  22. 371432b Close #17666: Fix reading gzip files with an extra field. by Serhiy Storchaka · 12 years ago
  23. 6c467a4 Revert a premature patch for issue #14010 (changeset d17d10c84d27). by Serhiy Storchaka · 12 years ago
  24. bb84565 Issue #14010: Fix a crash when iterating or deleting deeply nested filters by Serhiy Storchaka · 12 years ago
  25. e405946 Issue #6419: Fix a test_kqueue failure on some BSD flavors. by Charles-Francois Natali · 12 years ago
  26. 472f77d merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  27. f3ad030 G -> M (closes #17533) by Benjamin Peterson · 12 years ago
  28. 337b173 merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  29. d627e12 fall back when an old test_support doesn't have various data and functions (closes #17533) by Benjamin Peterson · 12 years ago
  30. e66e7de #17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle. by Ezio Melotti · 12 years ago
  31. f03aab7 #17564: skip test_bad_address unless the tests are run with -unetwork/-uall. by Ezio Melotti · 12 years ago
  32. bc1d9c9 merge 2.7.4 release branch by Benjamin Peterson · 12 years ago
  33. da2c7eb allow any type with __getitem__ to be a mapping for the purposes of % (#15801) by Benjamin Peterson · 12 years ago
  34. be1632b Clean up references to threads in test_queue. by Ezio Melotti · 12 years ago
  35. 01d9a77 group ids and user ids can be longs now (#17531) by Benjamin Peterson · 12 years ago
  36. bb2dad8 Issue #17521: Corrected non-enabling of logger following two calls to fileConfig(). by Vinay Sajip · 12 years ago
  37. 8651a51 Issue #17508: Handled out-of-order handler configuration correctly. by Vinay Sajip · 12 years ago
  38. 17feac7 fix issue reference by Benjamin Peterson · 12 years ago
  39. b2c57a9 this obviously is not going to raise any -3 warnings by Benjamin Peterson · 12 years ago
  40. 625af8e site.py is needed to set up paths by Benjamin Peterson · 12 years ago
  41. 5c87ad0 Use a larger amount of data for the interrupted_write tests so that by Gregory P. Smith · 12 years ago
  42. 9795ca4 Issue #10212: Support new buffer interface for struct.unpack and cStringIO by Kristján Valur Jónsson · 12 years ago
  43. 1d108bc Issue #10211 : Buffer object should support the new buffer interface. by Kristján Valur Jónsson · 12 years ago
  44. acb6e85 Issue #12098 : Fix a missing import in the unittests. by Kristján Valur Jónsson · 12 years ago
  45. 8927e8f Issue #12098: multiprocessing on Windows now starts child processes by Kristján Valur Jónsson · 12 years ago
  46. bebf75f open file in binary mode by Benjamin Peterson · 12 years ago
  47. e015b6b #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters. by Ezio Melotti · 12 years ago
  48. 2556c83 Issue #17299: Add test coverage for cPickle with file objects and general IO by Serhiy Storchaka · 12 years ago
  49. a70f60a Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*, by Terry Jan Reedy · 12 years ago
  50. 9b9cd4c #11963: fix Windows buildbots. by Ezio Melotti · 12 years ago
  51. efaad09 #11963: remove human verification from test_subprocess. by Ezio Melotti · 12 years ago
  52. c526704 #11963: fix Windows buildbots. by Ezio Melotti · 12 years ago
  53. da9eeae #11963: avoid printing messages in test_parser. Initial patch by Éric Araujo. by Ezio Melotti · 12 years ago
  54. 49e4dfe Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently. by Antoine Pitrou · 12 years ago
  55. a84ecc6 #17346: make sure pickle tests are run against all protocols. by Ezio Melotti · 12 years ago
  56. 7cac1c2 Issue #16445: Fix potential segmentation fault when deleting an exception message. by Mark Dickinson · 12 years ago
  57. c86e866 #17315: unlink a file that test_posixpath was leaving around. by Ezio Melotti · 12 years ago
  58. ba48264 Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR. by Richard Oudkerk · 12 years ago
  59. 93bfe7d Issue #1470548: Do not buffer XMLGenerator output. by Serhiy Storchaka · 12 years ago
  60. 5b2cf5e #17275: Fix class name in init errors in C bufferedio classes. by R David Murray · 12 years ago
  61. f794bde Revert "Issue #16121: Fix line number accounting in shlex" by Petri Lehtinen · 12 years ago
  62. 4307278 Issue #16121: Fix line number accounting in shlex by Petri Lehtinen · 12 years ago
  63. 0a4a7e1 Fix deprecation warning in test_tcl. by Ezio Melotti · 12 years ago
  64. ef1db54 #17249: check for the availability of the thread module. by Ezio Melotti · 12 years ago
  65. 2fddfd8 #17249: convert a test in test_capi to use unittest and reap threads. by Ezio Melotti · 12 years ago
  66. 7d0eb4b #17255: test short-circuiting behavior of any()/all(). Patch by Wim Glenn. by Ezio Melotti · 12 years ago
  67. 484dee3 Issue #17248: Fix os.*chown() testing when user is in root group. by Serhiy Storchaka · 12 years ago
  68. fffc479 Issue #17248: Fix os.*chown() testing when user has group root. by Serhiy Storchaka · 12 years ago
  69. 3e188c4 Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings. by Serhiy Storchaka · 12 years ago
  70. c8e75ba Disable posixpath.realpath() tests on Windows (fix for issue #6975). by Serhiy Storchaka · 13 years ago
  71. 142d2bc Fix posixpath.realpath() for multiple pardirs (fixes issue #6975). by Serhiy Storchaka · 13 years ago
  72. 4f53550 Remove unused certificate files by Antoine Pitrou · 13 years ago
  73. 6098291 Fix test_ssl by replacing expired X509 certificate by Antoine Pitrou · 13 years ago
  74. 6a8e2b4 Issue #9669: Protect re against infinite loops on zero-width matching in by Serhiy Storchaka · 13 years ago
  75. e18e05c Issue #13169: The maximal repetition number in a regular expression has been by Serhiy Storchaka · 13 years ago
  76. 36b9d41 Issue #16743: Fix mmap overflow check on 32 bit Windows by Richard Oudkerk · 13 years ago
  77. ec50cb2 Fix tests for issue #5308. by Serhiy Storchaka · 13 years ago
  78. 8d7d6bc Issue #11311: StringIO.readline(0) now returns an empty string as all other by Serhiy Storchaka · 13 years ago
  79. 34fe1b7 Issue #5308: Raise ValueError when marshalling too large object (a sequence by Serhiy Storchaka · 13 years ago
  80. 0127de0 Issue #16800: tempfile.gettempdir() no longer left temporary files when by Serhiy Storchaka · 13 years ago
  81. cdc7a91 Issue #13555: cPickle now supports files larger than 2 GiB. by Serhiy Storchaka · 13 years ago
  82. da5c2a0 Issue #4591: Uid and gid values larger than 2**31 are supported now. by Serhiy Storchaka · 13 years ago
  83. aa1e1a2 Issue #17111: Prevent test_surrogates (test_fileio) failure on OS X 10.4. by Ned Deily · 13 years ago
  84. f1d3473 #17064: fix sporadic permission errors in test_mailbox on windows. by R David Murray · 13 years ago
  85. 65d5639 Issue #17141: random.vonmisesvariate() no more hangs for large kappas. by Serhiy Storchaka · 13 years ago
  86. 9aaeb5e Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*math.pi]. by Mark Dickinson · 13 years ago
  87. f898038 Issue #1470548: XMLGenerator now works with UTF-16 and UTF-32 encodings. by Serhiy Storchaka · 13 years ago
  88. 0dd3d30 Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms. by Serhiy Storchaka · 13 years ago
  89. bb80131 Import shutil for restore_test_support_TESTFN(). by Serhiy Storchaka · 13 years ago
  90. a5e7f8f #16564: test to confirm behavior that regressed in python3. by R David Murray · 13 years ago
  91. 276f1d5 Issue #7358: cStringIO.StringIO now supports writing to and reading from by Serhiy Storchaka · 13 years ago
  92. beaa3ad Issue #10355: SpooledTemporaryFile properties and xreadline method now work for unrolled files. by Serhiy Storchaka · 13 years ago
  93. 62e709c Issue #16686: Fixed a lot of bugs in audioop module. by Serhiy Storchaka · 13 years ago
  94. 4a88041 Issue #17118: Add new tests for testing Python-Tcl interaction. by Serhiy Storchaka · 13 years ago
  95. 9b3085c #17142: fix apparent copy and paste error in test_all. by R David Murray · 13 years ago
  96. a07a8b4 Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple by Serhiy Storchaka · 13 years ago
  97. 354d50e Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying by Serhiy Storchaka · 13 years ago
  98. cc23cc6 Issue #16698: Skip posix test_getgroups when built with OS X by Ned Deily · 13 years ago
  99. d66c0ee Issue #15633: httplib.HTTPResponse is now mark closed when the server sends less than the advertised Content-Length. by Antoine Pitrou · 13 years ago
  100. 2a051fa Fix test for issue #6972. by Serhiy Storchaka · 13 years ago