1. 3391e64 Issue #12868: Skip test_faulthandler.test_stack_overflow() on OpenBSD: by Charles-François Natali · 13 years ago
  2. 5edbaf2 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 13 years ago
  3. a762285 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 13 years ago
  4. 799bd80 expose linux extended file system attributes (closes #12720) by Benjamin Peterson · 13 years ago
  5. ab3bea6 Merge fix for #10086 from 3.2 by Éric Araujo · 13 years ago
  6. 48e484f Fix test_sysconfig when run from a Python installed under /site (#10086). by Éric Araujo · 13 years ago
  7. 2d24349 Try to fix one of the bigmem tests in test_pickle by Antoine Pitrou · 13 years ago
  8. e897e95 Try to fix one of the bigmem tests in test_pickle by Antoine Pitrou · 13 years ago
  9. 7a18d21 Remove misleading comment and code. by Antoine Pitrou · 13 years ago
  10. a514eb9 Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 13 years ago
  11. 55549ec Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 13 years ago
  12. ee763e2 Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
  13. 82be19f Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
  14. 76f570a Make tests faster by reaping threads only at the end by Antoine Pitrou · 13 years ago
  15. d54fa55 Make tests faster by reaping threads only at the end by Antoine Pitrou · 13 years ago
  16. 513886a Fix #12835: prevent use of the unencrypted sendmsg/recvmsg APIs on SSL wrapped sockets (Patch by David Watson) by Nick Coghlan · 13 years ago
  17. a89c32c Merge: Make regrtest complain when -M and -j are used together. by Nadeem Vawda · 13 years ago
  18. c1fba3e Make regrtest complain when -M and -j are used together. by Nadeem Vawda · 13 years ago
  19. 0a95b43 Followup to cdc6c1b072a5: I forgot to "hg add" the test files by Antoine Pitrou · 13 years ago
  20. 4fd1e6a Issue #12803: SSLContext.load_cert_chain() now accepts a password argument by Antoine Pitrou · 13 years ago
  21. a045c05 Issue #12656: Really fix test_asyncore failures on Windows buildbots... by Charles-François Natali · 13 years ago
  22. e3540b4 Issue #12656: Fix test_asyncore failures on Windows buildbots. by Charles-François Natali · 13 years ago
  23. e78cbec Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore. by Charles-François Natali · 13 years ago
  24. 7a08410 Merge by Antoine Pitrou · 13 years ago
  25. 162fee1 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  26. 6cea35a Issue #12821: Fix test_fcntl failures on OpenBSD 5. by Charles-François Natali · 13 years ago
  27. bcb39d4 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  28. 5bd8b8d A warning doesn't equate a failed test by Antoine Pitrou · 13 years ago
  29. 5fab03f Remove the SSLSocket versions of sendmsg/recvmsg due to lack of proper tests and documentation in conjunction with lack of any known use cases (see issue #6560 for details) by Nick Coghlan · 13 years ago
  30. 83feff5 #6484: refactor a bit the tests. by Ezio Melotti · 13 years ago
  31. 91f948a #12191: fix build failures, explicitly passing group argument when I want to test it by Sandro Tosi · 13 years ago
  32. a3fbde3 Merge indentation fix and skip decorator with 3.2. by Ezio Melotti · 13 years ago
  33. a5c92b4 Fix indentation and add a skip decorator. by Ezio Melotti · 13 years ago
  34. d902a14 #12191: add shutil.chown() to change user and/or group owner of a given path also specifying their names. by Sandro Tosi · 13 years ago
  35. 6f2a683 #9200: merge with 3.2. by Ezio Melotti · 13 years ago
  36. 93e7afc #9200: The str.is* methods now work with strings that contain non-BMP characters even in narrow Unicode builds. by Ezio Melotti · 13 years ago
  37. 3d1706f Fix deprecation warnings in test_socket. by Nadeem Vawda · 13 years ago
  38. 029ba2b Add unit tests for the mailcap module. Patch by Gregory Nofi (closes #6484) by Nick Coghlan · 13 years ago
  39. 96fe56a Add support for the send/recvmsg API to the socket module. Patch by David Watson and Heiko Wundram. (Closes #6560) by Nick Coghlan · 13 years ago
  40. 7b911cb Issue #12783: Fix test_posix failures on FreeBSD buildbots, due to by Charles-François Natali · 13 years ago
  41. e674747 Issue #12326: refactor usage of sys.platform by Victor Stinner · 13 years ago
  42. e8bb1a0 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  43. e05565e Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  44. 8fd544f Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 13 years ago
  45. a370fcf Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 13 years ago
  46. 107d65d Fix typo in test names by Antoine Pitrou · 13 years ago
  47. 20db511 Fix typo in test names by Antoine Pitrou · 13 years ago
  48. df7fc9d Issue #12778: Reduce memory consumption when JSON-encoding a large container of many small objects. by Antoine Pitrou · 13 years ago
  49. 74adbaa Merge: Fix ResourceWarnings in test_subprocess. by Nadeem Vawda · 13 years ago
  50. 0d7cda3 Fix ResourceWarnings in test_subprocess. by Nadeem Vawda · 13 years ago
  51. 2736c5d Issue #12650: fix failures on some buildbots, when a subprocess takes a long by Charles-François Natali · 13 years ago
  52. 72d161a Issue #12650: fix failures on some buildbots, when a subprocess takes a long by Charles-François Natali · 13 years ago
  53. c07f3be merge 3.2 by Benjamin Peterson · 13 years ago
  54. 134a8ba Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 13 years ago
  55. 9c3de4a Issue #12326: don't test the major version of sys.platform by Victor Stinner · 13 years ago
  56. 01fc6cd make __doc__ mutable on heaptypes (closes #12773) by Benjamin Peterson · 13 years ago
  57. af3dcd2 improve test name by Benjamin Peterson · 13 years ago
  58. c4085c8 complain when a class variable shadows a name in __slots__ (closes #12766) by Benjamin Peterson · 13 years ago
  59. ae6ae02 some *nixes decided not to call init process 1 (closes #12763) by Benjamin Peterson · 13 years ago
  60. 269e3ee #12266: merge with 3.2. by Ezio Melotti · 13 years ago
  61. ee8d998 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 13 years ago
  62. 8567493 Monotonic, not monotonous by Antoine Pitrou · 13 years ago
  63. 3c7e928 Issue #12744: Fix inefficient representation of integers by Antoine Pitrou · 13 years ago
  64. 780199e Issue #12669: Fix test_curses so that it can run on the buildbots. by Nadeem Vawda · 13 years ago
  65. 1c38546 Issue #12646: Add an 'eof' attribute to zlib.Decompress. by Nadeem Vawda · 13 years ago
  66. 74b6abf Merge with 3.2. by Georg Brandl · 13 years ago
  67. 3abb372 Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. by Georg Brandl · 13 years ago
  68. 3672c4e merge 3.2 by Benjamin Peterson · 13 years ago
  69. 963e402 tokenize is just broken on test_pep3131.py by Benjamin Peterson · 13 years ago
  70. 478267f merge 3.2 by Benjamin Peterson · 13 years ago
  71. be66287 normalization is different between unicode builds, so use a new non-BMP char and add normalization test by Benjamin Peterson · 13 years ago
  72. f8e7543 merge 3.2 (#12732) by Benjamin Peterson · 13 years ago
  73. f413b80 in narrow builds, make sure to test codepoints as identifier characters (closes #12732) by Benjamin Peterson · 13 years ago
  74. a7e33a1 Clean up test_shutil, to facilitate upcoming improvements (#12721). by Éric Araujo · 13 years ago
  75. 14eba5f Brench merge by Éric Araujo · 13 years ago
  76. 28d39a0 Branch merge by Éric Araujo · 13 years ago
  77. fdf4a27 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  78. f6c7a85 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  79. 5b0a4d2 merge from 3.2 by Senthil Kumaran · 13 years ago
  80. 962fed9 Fix closes Issue10087 - fixing the output of calendar display in the html format. Patch by Chris Lambacher. Test Contributed by catherine. by Senthil Kumaran · 13 years ago
  81. 7fc0394 Avoid unwanted behavior change in shlex.quote (see #9723). by Éric Araujo · 13 years ago
  82. 71ce897 fix indentation by Benjamin Peterson · 13 years ago
  83. e451ec3 merge heads by Benjamin Peterson · 13 years ago
  84. 832bfe2 add a AST validator (closes #12575) by Benjamin Peterson · 13 years ago
  85. ef1e94a8 Test pipes.quote with a few non-ASCII characters (see #9723). by Éric Araujo · 13 years ago
  86. fcb393c Add support for unary plus and unary minus to collections.Counter() by Raymond Hettinger · 13 years ago
  87. a8db378 Issue #12700: fix test_faulthandler for Mac OS X Lion by Victor Stinner · 13 years ago
  88. 0c81089 merge from 3.2 - Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items) by Senthil Kumaran · 13 years ago
  89. 89976f1 Fix closes issue12698 - make the no_proxy environment variable handling a bit lenient (accomodate spaces in between the items) by Senthil Kumaran · 13 years ago
  90. 4dc9c84 #11572: improvements to copy module tests along with removal of old test suite by Sandro Tosi · 13 years ago
  91. 252365b Silence the altered state warning about threadgs when running test_httplib. by Brett Cannon · 13 years ago
  92. 40ccea7 Silence altered execution state warnings from test_telnetlib involving threads. by Brett Cannon · 13 years ago
  93. a426554 Explicitly close a file to stop raising a ResourceWarning. by Brett Cannon · 13 years ago
  94. 12fe953 merge from 3.2 - change the extra svn to svn+ssh by Senthil Kumaran · 13 years ago
  95. 7ce71f6 change the redundant svn scheme urljoin test case to svn+ssh scheme. by Senthil Kumaran · 13 years ago
  96. 8283a62 merge heads by Senthil Kumaran · 13 years ago
  97. 8a984b5 merge from 3.2 - Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 13 years ago
  98. 2a157d2 Fix closes issue12683 - urljoin to work with relative join of svn scheme. by Senthil Kumaran · 13 years ago
  99. 43234ab handle sched_rr_get_interval not working on current by Benjamin Peterson · 13 years ago
  100. 50ba271 fix punctuation by Benjamin Peterson · 13 years ago