1. b7a690a merge from 3.2 - Add the missing quote_plus call. Fix closes Issue12924 by Senthil Kumaran · 13 years ago
  2. 305a68e Add the quote_plus call in the test. by Senthil Kumaran · 13 years ago
  3. 64d25dd Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module. by Nadeem Vawda · 13 years ago
  4. 249ab5e BZ2File now uses the compresslevel argument given by the caller, by Nadeem Vawda · 13 years ago
  5. ceb5d16 Better fix for #12763: test_posix failure on OpenIndiana by Jesus Cea · 13 years ago
  6. 1e1c8f4 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  7. da752d8 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  8. 440b383 Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  9. 94f964f Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  10. ea0d5fc Issue #12871: sched_get_priority_(min|max) might not be defined even though by Charles-François Natali · 13 years ago
  11. 900c292 Issue #12567: Fix curses.unget_wch() tests by Victor Stinner · 13 years ago
  12. 71e44cb Issue #12567: Add curses.unget_wch() function by Victor Stinner · 13 years ago
  13. 6a8c8a8 #12888: merge with 3.2. by Ezio Melotti · 13 years ago
  14. d9e0b06 #12888: Fix a bug in HTMLParser.unescape that prevented it to escape more than 128 entities. Patch by Peter Otten. by Ezio Melotti · 13 years ago
  15. 9fd5374 merge 3.2 (#12878) by Benjamin Peterson · 13 years ago
  16. f6f3a35 add a __dict__ descr for IOBase (closes #12878) by Benjamin Peterson · 13 years ago
  17. 3391e64 Issue #12868: Skip test_faulthandler.test_stack_overflow() on OpenBSD: by Charles-François Natali · 13 years ago
  18. 5edbaf2 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 13 years ago
  19. a762285 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 13 years ago
  20. 799bd80 expose linux extended file system attributes (closes #12720) by Benjamin Peterson · 13 years ago
  21. ab3bea6 Merge fix for #10086 from 3.2 by Éric Araujo · 13 years ago
  22. 48e484f Fix test_sysconfig when run from a Python installed under /site (#10086). by Éric Araujo · 13 years ago
  23. 2d24349 Try to fix one of the bigmem tests in test_pickle by Antoine Pitrou · 13 years ago
  24. e897e95 Try to fix one of the bigmem tests in test_pickle by Antoine Pitrou · 13 years ago
  25. 7a18d21 Remove misleading comment and code. by Antoine Pitrou · 13 years ago
  26. a514eb9 Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 13 years ago
  27. 55549ec Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 13 years ago
  28. ee763e2 Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
  29. 82be19f Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
  30. 76f570a Make tests faster by reaping threads only at the end by Antoine Pitrou · 13 years ago
  31. d54fa55 Make tests faster by reaping threads only at the end by Antoine Pitrou · 13 years ago
  32. 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
  33. a89c32c Merge: Make regrtest complain when -M and -j are used together. by Nadeem Vawda · 13 years ago
  34. c1fba3e Make regrtest complain when -M and -j are used together. by Nadeem Vawda · 13 years ago
  35. 0a95b43 Followup to cdc6c1b072a5: I forgot to "hg add" the test files by Antoine Pitrou · 13 years ago
  36. 4fd1e6a Issue #12803: SSLContext.load_cert_chain() now accepts a password argument by Antoine Pitrou · 13 years ago
  37. a045c05 Issue #12656: Really fix test_asyncore failures on Windows buildbots... by Charles-François Natali · 13 years ago
  38. e3540b4 Issue #12656: Fix test_asyncore failures on Windows buildbots. by Charles-François Natali · 13 years ago
  39. e78cbec Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore. by Charles-François Natali · 13 years ago
  40. 7a08410 Merge by Antoine Pitrou · 13 years ago
  41. 162fee1 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  42. 6cea35a Issue #12821: Fix test_fcntl failures on OpenBSD 5. by Charles-François Natali · 13 years ago
  43. bcb39d4 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  44. 5bd8b8d A warning doesn't equate a failed test by Antoine Pitrou · 13 years ago
  45. 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
  46. 83feff5 #6484: refactor a bit the tests. by Ezio Melotti · 13 years ago
  47. 91f948a #12191: fix build failures, explicitly passing group argument when I want to test it by Sandro Tosi · 13 years ago
  48. a3fbde3 Merge indentation fix and skip decorator with 3.2. by Ezio Melotti · 13 years ago
  49. a5c92b4 Fix indentation and add a skip decorator. by Ezio Melotti · 13 years ago
  50. 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
  51. 6f2a683 #9200: merge with 3.2. by Ezio Melotti · 13 years ago
  52. 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
  53. 3d1706f Fix deprecation warnings in test_socket. by Nadeem Vawda · 13 years ago
  54. 029ba2b Add unit tests for the mailcap module. Patch by Gregory Nofi (closes #6484) by Nick Coghlan · 13 years ago
  55. 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
  56. 7b911cb Issue #12783: Fix test_posix failures on FreeBSD buildbots, due to by Charles-François Natali · 13 years ago
  57. e674747 Issue #12326: refactor usage of sys.platform by Victor Stinner · 13 years ago
  58. e8bb1a0 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  59. e05565e Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  60. 8fd544f Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 13 years ago
  61. a370fcf Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 13 years ago
  62. 107d65d Fix typo in test names by Antoine Pitrou · 13 years ago
  63. 20db511 Fix typo in test names by Antoine Pitrou · 13 years ago
  64. df7fc9d Issue #12778: Reduce memory consumption when JSON-encoding a large container of many small objects. by Antoine Pitrou · 13 years ago
  65. 74adbaa Merge: Fix ResourceWarnings in test_subprocess. by Nadeem Vawda · 13 years ago
  66. 0d7cda3 Fix ResourceWarnings in test_subprocess. by Nadeem Vawda · 13 years ago
  67. 2736c5d Issue #12650: fix failures on some buildbots, when a subprocess takes a long by Charles-François Natali · 13 years ago
  68. 72d161a Issue #12650: fix failures on some buildbots, when a subprocess takes a long by Charles-François Natali · 13 years ago
  69. c07f3be merge 3.2 by Benjamin Peterson · 13 years ago
  70. 134a8ba Issue #12650: Fix a race condition where a subprocess.Popen could leak by Charles-François Natali · 13 years ago
  71. 9c3de4a Issue #12326: don't test the major version of sys.platform by Victor Stinner · 13 years ago
  72. 01fc6cd make __doc__ mutable on heaptypes (closes #12773) by Benjamin Peterson · 13 years ago
  73. af3dcd2 improve test name by Benjamin Peterson · 13 years ago
  74. c4085c8 complain when a class variable shadows a name in __slots__ (closes #12766) by Benjamin Peterson · 13 years ago
  75. ae6ae02 some *nixes decided not to call init process 1 (closes #12763) by Benjamin Peterson · 13 years ago
  76. 269e3ee #12266: merge with 3.2. by Ezio Melotti · 13 years ago
  77. ee8d998 #12266: Fix str.capitalize() to correctly uppercase/lowercase titlecased and cased non-letter characters. by Ezio Melotti · 13 years ago
  78. 8567493 Monotonic, not monotonous by Antoine Pitrou · 13 years ago
  79. 3c7e928 Issue #12744: Fix inefficient representation of integers by Antoine Pitrou · 13 years ago
  80. 780199e Issue #12669: Fix test_curses so that it can run on the buildbots. by Nadeem Vawda · 13 years ago
  81. 1c38546 Issue #12646: Add an 'eof' attribute to zlib.Decompress. by Nadeem Vawda · 13 years ago
  82. 74b6abf Merge with 3.2. by Georg Brandl · 13 years ago
  83. 3abb372 Fix #11513: wrong exception handling for the case that GzipFile itself raises an IOError. by Georg Brandl · 13 years ago
  84. 3672c4e merge 3.2 by Benjamin Peterson · 13 years ago
  85. 963e402 tokenize is just broken on test_pep3131.py by Benjamin Peterson · 13 years ago
  86. 478267f merge 3.2 by Benjamin Peterson · 13 years ago
  87. be66287 normalization is different between unicode builds, so use a new non-BMP char and add normalization test by Benjamin Peterson · 13 years ago
  88. f8e7543 merge 3.2 (#12732) by Benjamin Peterson · 13 years ago
  89. f413b80 in narrow builds, make sure to test codepoints as identifier characters (closes #12732) by Benjamin Peterson · 13 years ago
  90. a7e33a1 Clean up test_shutil, to facilitate upcoming improvements (#12721). by Éric Araujo · 13 years ago
  91. 14eba5f Brench merge by Éric Araujo · 13 years ago
  92. 28d39a0 Branch merge by Éric Araujo · 13 years ago
  93. fdf4a27 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  94. f6c7a85 Issue #12687: Fix a possible buffering bug when unpickling text mode (protocol 0, mostly) pickles. by Antoine Pitrou · 13 years ago
  95. 5b0a4d2 merge from 3.2 by Senthil Kumaran · 13 years ago
  96. 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
  97. 7fc0394 Avoid unwanted behavior change in shlex.quote (see #9723). by Éric Araujo · 13 years ago
  98. 71ce897 fix indentation by Benjamin Peterson · 13 years ago
  99. e451ec3 merge heads by Benjamin Peterson · 13 years ago
  100. 832bfe2 add a AST validator (closes #12575) by Benjamin Peterson · 13 years ago