1. a02a12c Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 13 years ago
  2. d8c347a Issue #13034: When decoding some SSL certificates, the subjectAltName extension could be unreported. by Antoine Pitrou · 13 years ago
  3. 07ac3eb Optimize unicode_subtype_new(): don't encode to wchar_t and decode from wchar_t by Victor Stinner · 13 years ago
  4. 811c2f1 remove "fast-path" for (i)adding strings by Benjamin Peterson · 13 years ago
  5. 8dba4e0 array module uses the new Unicode API by Victor Stinner · 13 years ago
  6. ef17f12 Fix test_codeccallbacks for Windows: check size of wchar_t, not sys.maxunicode by Victor Stinner · 13 years ago
  7. 182d90d Fix test_codecs for Windows: check size of wchar_t, not sys.maxunicode by Victor Stinner · 13 years ago
  8. ff1ef07 Re-enable test. by Martin v. Löwis · 13 years ago
  9. 9d3579b Remove now useless redefinition of chr/ord for narrow builds in test_multibytecodec_support.py. by Ezio Melotti · 13 years ago
  10. f503673 Move UCS4-specific tests with the "normal" tests. by Ezio Melotti · 13 years ago
  11. 48a2f8f #13054: sys.maxunicode is now always 0x10FFFF. by Ezio Melotti · 13 years ago
  12. e56717c merge heads by Benjamin Peterson · 13 years ago
  13. 19f6260 this isn't fixed on windows yet... by Benjamin Peterson · 13 years ago
  14. d8b509b #13012: use splitlines(keepends=True/False) instead of splitlines(0/1). by Ezio Melotti · 13 years ago
  15. a6e50f5 this test works as expected now by Benjamin Peterson · 13 years ago
  16. e28544a revert unintended change by Benjamin Peterson · 13 years ago
  17. 9c6e6a0 don't check that the first character is XID_Continue by Benjamin Peterson · 13 years ago
  18. 287eca6 Fix struct sizes. Drop -1, since the resulting string was actually the largest one by Martin v. Löwis · 13 years ago
  19. f02aa65 Use compile() instead of eval(). by Martin v. Löwis · 13 years ago
  20. 0c9fe4d Use eval instead of codecs.lookup to trigger UTF-8 generation. by Martin v. Löwis · 13 years ago
  21. d63a3b8 Implement PEP 393. by Martin v. Löwis · 13 years ago
  22. 0d5f6ad Issue #13012: Allow 'keepends' to be passed as a keyword argument in str.splitlines, bytes.splitlines and bytearray.splitlines. by Mark Dickinson · 13 years ago
  23. a1fe1f8 Merge 3.2: Issue #7732: Don't open a directory as a file anymore while by Victor Stinner · 13 years ago
  24. 53ffdc5 Issue #7732: Don't open a directory as a file anymore while importing a by Victor Stinner · 13 years ago
  25. 92c144e Merge 3.2: Issue #12931: Add a test with Unicode URI to test_xmlrpc by Victor Stinner · 13 years ago
  26. da6eb53 Issue #12931: Add a test with Unicode URI to test_xmlrpc by Victor Stinner · 13 years ago
  27. 9089b79 Fix a race condition in test_socket.ThreadableTest: the client is reported by Charles-François Natali · 13 years ago
  28. a49ed76 Fix a race condition in test_socket.ThreadableTest: the client is reported as by Charles-François Natali · 13 years ago
  29. fba2b6b Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 13 years ago
  30. e51c8da Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 13 years ago
  31. 41c98a3 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
  32. 4507e64 Close #13022: _multiprocessing.recvfd() doesn't check that file descriptor was actually received by Jesus Cea · 13 years ago
  33. 1c9f0c9 Issue #1172711: Add 'long long' support to the array module. by Meador Inge · 13 years ago
  34. 4ad6ed7 Merge 3.2: test_multiprocessing removes temporary files by Victor Stinner · 13 years ago
  35. d0b10a6 test_multiprocessing removes temporary files by Victor Stinner · 13 years ago
  36. c61fae04 Merge 3.2: test_httplib removes temporary files by Victor Stinner · 13 years ago
  37. 18d15cb test_httplib removes temporary files by Victor Stinner · 13 years ago
  38. bc8f082 Issue #12981: test_multiprocessing: catch ImportError when importing by Charles-François Natali · 13 years ago
  39. becf1c5 Branch merge by Éric Araujo · 13 years ago
  40. 2496f33 Close issue 12958 by flagging expected failures in test_socket on Mac OS X by Nick Coghlan · 13 years ago
  41. 28df8de Make regrtest look at internal dicts in sysconfig. by Éric Araujo · 13 years ago
  42. c1b7e7f A few style changes originally done in the distutils2 repo by Éric Araujo · 13 years ago
  43. b7a690a merge from 3.2 - Add the missing quote_plus call. Fix closes Issue12924 by Senthil Kumaran · 13 years ago
  44. 305a68e Add the quote_plus call in the test. by Senthil Kumaran · 13 years ago
  45. 64d25dd Issue #12306: Add ZLIB_RUNTIME_VERSION to the zlib module. by Nadeem Vawda · 13 years ago
  46. 249ab5e BZ2File now uses the compresslevel argument given by the caller, by Nadeem Vawda · 13 years ago
  47. ceb5d16 Better fix for #12763: test_posix failure on OpenIndiana by Jesus Cea · 13 years ago
  48. 1e1c8f4 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  49. da752d8 Fix issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  50. 440b383 Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  51. 94f964f Close issue #12948: multiprocessing test failures can hang the buildbots by Jesus Cea · 13 years ago
  52. ea0d5fc Issue #12871: sched_get_priority_(min|max) might not be defined even though by Charles-François Natali · 13 years ago
  53. 900c292 Issue #12567: Fix curses.unget_wch() tests by Victor Stinner · 13 years ago
  54. 71e44cb Issue #12567: Add curses.unget_wch() function by Victor Stinner · 13 years ago
  55. 6a8c8a8 #12888: merge with 3.2. by Ezio Melotti · 13 years ago
  56. 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
  57. 9fd5374 merge 3.2 (#12878) by Benjamin Peterson · 13 years ago
  58. f6f3a35 add a __dict__ descr for IOBase (closes #12878) by Benjamin Peterson · 13 years ago
  59. 3391e64 Issue #12868: Skip test_faulthandler.test_stack_overflow() on OpenBSD: by Charles-François Natali · 13 years ago
  60. 5edbaf2 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 13 years ago
  61. a762285 Issue #12802: the Windows error ERROR_DIRECTORY (numbered 267) is now by Antoine Pitrou · 13 years ago
  62. 799bd80 expose linux extended file system attributes (closes #12720) by Benjamin Peterson · 13 years ago
  63. ab3bea6 Merge fix for #10086 from 3.2 by Éric Araujo · 13 years ago
  64. 48e484f Fix test_sysconfig when run from a Python installed under /site (#10086). by Éric Araujo · 13 years ago
  65. 2d24349 Try to fix one of the bigmem tests in test_pickle by Antoine Pitrou · 13 years ago
  66. e897e95 Try to fix one of the bigmem tests in test_pickle by Antoine Pitrou · 13 years ago
  67. 7a18d21 Remove misleading comment and code. by Antoine Pitrou · 13 years ago
  68. a514eb9 Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 13 years ago
  69. 55549ec Issue #12847: Fix a crash with negative PUT and LONG_BINPUT arguments in by Antoine Pitrou · 13 years ago
  70. ee763e2 Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
  71. 82be19f Issue #11564: Avoid crashes when trying to pickle huge objects or containers by Antoine Pitrou · 13 years ago
  72. 76f570a Make tests faster by reaping threads only at the end by Antoine Pitrou · 13 years ago
  73. d54fa55 Make tests faster by reaping threads only at the end by Antoine Pitrou · 13 years ago
  74. 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
  75. a89c32c Merge: Make regrtest complain when -M and -j are used together. by Nadeem Vawda · 13 years ago
  76. c1fba3e Make regrtest complain when -M and -j are used together. by Nadeem Vawda · 13 years ago
  77. 0a95b43 Followup to cdc6c1b072a5: I forgot to "hg add" the test files by Antoine Pitrou · 13 years ago
  78. 4fd1e6a Issue #12803: SSLContext.load_cert_chain() now accepts a password argument by Antoine Pitrou · 13 years ago
  79. a045c05 Issue #12656: Really fix test_asyncore failures on Windows buildbots... by Charles-François Natali · 13 years ago
  80. e3540b4 Issue #12656: Fix test_asyncore failures on Windows buildbots. by Charles-François Natali · 13 years ago
  81. e78cbec Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore. by Charles-François Natali · 13 years ago
  82. 7a08410 Merge by Antoine Pitrou · 13 years ago
  83. 162fee1 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  84. 6cea35a Issue #12821: Fix test_fcntl failures on OpenBSD 5. by Charles-François Natali · 13 years ago
  85. bcb39d4 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  86. 5bd8b8d A warning doesn't equate a failed test by Antoine Pitrou · 13 years ago
  87. 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
  88. 83feff5 #6484: refactor a bit the tests. by Ezio Melotti · 13 years ago
  89. 91f948a #12191: fix build failures, explicitly passing group argument when I want to test it by Sandro Tosi · 13 years ago
  90. a3fbde3 Merge indentation fix and skip decorator with 3.2. by Ezio Melotti · 13 years ago
  91. a5c92b4 Fix indentation and add a skip decorator. by Ezio Melotti · 13 years ago
  92. 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
  93. 6f2a683 #9200: merge with 3.2. by Ezio Melotti · 13 years ago
  94. 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
  95. 3d1706f Fix deprecation warnings in test_socket. by Nadeem Vawda · 13 years ago
  96. 029ba2b Add unit tests for the mailcap module. Patch by Gregory Nofi (closes #6484) by Nick Coghlan · 13 years ago
  97. 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
  98. 7b911cb Issue #12783: Fix test_posix failures on FreeBSD buildbots, due to by Charles-François Natali · 13 years ago
  99. e674747 Issue #12326: refactor usage of sys.platform by Victor Stinner · 13 years ago
  100. e8bb1a0 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago