1. 4fd1e6a Issue #12803: SSLContext.load_cert_chain() now accepts a password argument by Antoine Pitrou · 13 years ago
  2. 2bb371b Merge 3.2. by Georg Brandl · 13 years ago
  3. e1eef41 Close #12838: fix range() call. by Georg Brandl · 13 years ago
  4. a045c05 Issue #12656: Really fix test_asyncore failures on Windows buildbots... by Charles-François Natali · 13 years ago
  5. e3540b4 Issue #12656: Fix test_asyncore failures on Windows buildbots. by Charles-François Natali · 13 years ago
  6. e78cbec Issue #12656: Add tests for IPv6 and Unix sockets to test_asyncore. by Charles-François Natali · 13 years ago
  7. e9e95ae sock_sendmsg/sock_recvmsg: Use {0} to 0-initialize aggregate types with by Charles-François Natali · 13 years ago
  8. b09f25e Issue12810: Remove check for negative unsigned value in socketmodule.c. Patch by Charles-François Natali · 13 years ago
  9. e049f47 Fix test_packaging on Windows (#12678). by Éric Araujo · 13 years ago
  10. 09ab4f8 Merge distutils bug fix from 3.2 by Éric Araujo · 13 years ago
  11. c3085aa Fix distutils tests on Windows (#12678). by Éric Araujo · 13 years ago
  12. 175eb99 Fix distutils tests on Windows (#12678). by Éric Araujo · 13 years ago
  13. 831fe48 Branch merge by Éric Araujo · 13 years ago
  14. 0fe3605 Try to fix packaging tests using build_ext on Windows (#12678) by Éric Araujo · 13 years ago
  15. ed38bfb Merge by Antoine Pitrou · 13 years ago
  16. eea10da Null merge. by Charles-François Natali · 13 years ago
  17. 7a08410 Merge by Antoine Pitrou · 13 years ago
  18. 162fee1 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  19. 6cea35a Issue #12821: Fix test_fcntl failures on OpenBSD 5. by Charles-François Natali · 13 years ago
  20. bcb39d4 Issue #11657: Fix sending file descriptors over 255 over a multiprocessing Pipe. by Antoine Pitrou · 13 years ago
  21. 5bd8b8d A warning doesn't equate a failed test by Antoine Pitrou · 13 years ago
  22. 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
  23. 710d27e Close #12826: fix socketmodule.c for OpenBSD, include sys/uio.h by Victor Stinner · 13 years ago
  24. aec2f21 #12191: added entry in What's New (+ small editing on shutil section) by Sandro Tosi · 13 years ago
  25. 83feff5 #6484: refactor a bit the tests. by Ezio Melotti · 13 years ago
  26. 91f948a #12191: fix build failures, explicitly passing group argument when I want to test it by Sandro Tosi · 13 years ago
  27. a3fbde3 Merge indentation fix and skip decorator with 3.2. by Ezio Melotti · 13 years ago
  28. a5c92b4 Fix indentation and add a skip decorator. by Ezio Melotti · 13 years ago
  29. 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
  30. 6f2a683 #9200: merge with 3.2. by Ezio Melotti · 13 years ago
  31. 8c9375b #10542: Add 4 macros to work with surrogates: Py_UNICODE_IS_SURROGATE, Py_UNICODE_IS_HIGH_SURROGATE, Py_UNICODE_IS_LOW_SURROGATE, Py_UNICODE_JOIN_SURROGATES. by Ezio Melotti · 13 years ago
  32. 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
  33. 3d1706f Fix deprecation warnings in test_socket. by Nadeem Vawda · 13 years ago
  34. 5c7f5c6 Credit patch authors in NEWS for #6560 by Nick Coghlan · 13 years ago
  35. c4a2871 Fix #12811 by closing files promptly in tabnanny.check. Patch by Anthony Briggs. by Nick Coghlan · 13 years ago
  36. 029ba2b Add unit tests for the mailcap module. Patch by Gregory Nofi (closes #6484) by Nick Coghlan · 13 years ago
  37. 4ecf6cf Attempt to address Windows buildbot failures by Nick Coghlan · 13 years ago
  38. 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
  39. 8983729 Null merge; fix already present in default branch. by Nadeem Vawda · 13 years ago
  40. ce9da2f Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 13 years ago
  41. 3d3bc81 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 13 years ago
  42. ad457d6 Fix test_command_install_dist in shared Python builds by Éric Araujo · 13 years ago
  43. 2737222 Factor out the build_ext fixup for shared Python builds. by Éric Araujo · 13 years ago
  44. cd7c3d9 Remove obsolete code by Éric Araujo · 13 years ago
  45. 006b485 Merge build_ext fix from 3.2 by Éric Araujo · 13 years ago
  46. a031abc Fix distutils test_install for shared CPython builds by Éric Araujo · 13 years ago
  47. 8c97318 Fix distutils test_install for shared CPython builds by Éric Araujo · 13 years ago
  48. 6e3ad87 Factor out the build_ext fixup for shared Python builds. by Éric Araujo · 13 years ago
  49. 7dfb3a1 Update README section on testing following issue #11651. by Nadeem Vawda · 13 years ago
  50. 08aa3c0 Issue #12804: Prevent "make test" from using network resources. by Nadeem Vawda · 13 years ago
  51. c5efe65 Merge 3.2 by Éric Araujo · 13 years ago
  52. 5fa8e7a Add missing name in shutil by Éric Araujo · 13 years ago
  53. 24d1df7 Merge 3.2 by Éric Araujo · 13 years ago
  54. 52b201f Add missing closing paren in docstring (thanks Ezio) by Éric Araujo · 13 years ago
  55. 7b911cb Issue #12783: Fix test_posix failures on FreeBSD buildbots, due to by Charles-François Natali · 13 years ago
  56. 795eaeb Issue #12326: update sys.platform doc for Linux by Victor Stinner · 13 years ago
  57. e674747 Issue #12326: refactor usage of sys.platform by Victor Stinner · 13 years ago
  58. a993188 #5301: merge with 3.2 by Sandro Tosi · 13 years ago
  59. 83f7d34 #5301: add image/vnd.microsoft.icon (.ico) MIME type by Sandro Tosi · 13 years ago
  60. 7209ff2 Issue #12326: woops, I really mean 'linux', not 'linux2' by Victor Stinner · 13 years ago
  61. ff3d939 Close #12326: sys.platform is now always 'linux' on Linux by Victor Stinner · 13 years ago
  62. 87f58d8 Merge 3.2 by Éric Araujo · 13 years ago
  63. 86333e9 Branch merge by Éric Araujo · 13 years ago
  64. 36aa372 Branch merge by Éric Araujo · 13 years ago
  65. ff53146 Branch merge by Éric Araujo · 13 years ago
  66. 19ffe60 Fix sdist test on Windows (#12678). Patch by Jeremy Kloth. by Éric Araujo · 13 years ago
  67. 94e6238 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  68. 13d2895 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  69. 2ec723a #12787: merge with 3.2 by Sandro Tosi · 13 years ago
  70. 9daf98d #12787: link original MultiCall proposal to webarchive and in a footnote by Sandro Tosi · 13 years ago
  71. e8bb1a0 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  72. e05565e Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  73. 8fd544f Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 13 years ago
  74. a370fcf Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 13 years ago
  75. 0c17d0d Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 13 years ago
  76. 0a73362 Add a simple test for the packaging RECORD file. by Éric Araujo · 13 years ago
  77. ba9b268 Minor cleanup by Éric Araujo · 13 years ago
  78. 540edc6 Add a test for extension modules in the old-style record file by Éric Araujo · 13 years ago
  79. 746e72d Rework test_old_record a bit to make the test more exact by Éric Araujo · 13 years ago
  80. 60b0d31 Refactor the copying of xxmodule.c in packaging tests (#12141). by Éric Araujo · 13 years ago
  81. e1e1331 Dedent example in docstring by Éric Araujo · 13 years ago
  82. c9322aa Merge 3.2 by Éric Araujo · 13 years ago
  83. 6b32ecf Add a test for extension modules in the distutils record file. by Éric Araujo · 13 years ago
  84. 1772541 Add a test for extension modules in the distutils record file. by Éric Araujo · 13 years ago
  85. 3c2ec8e Rework test_record a bit to make the test more exact by Éric Araujo · 13 years ago
  86. e74e3cf Factor out the build_ext fixup for shared Python builds. by Éric Araujo · 13 years ago
  87. 9358bfd Rework test_record a bit to make the test more exact by Éric Araujo · 13 years ago
  88. fba5a94 Refactor the copying of xxmodule.c in distutils tests (#12141). by Éric Araujo · 13 years ago
  89. 2513123 Update suspicious ignore file. by Georg Brandl · 13 years ago
  90. a47e53e Update sys.platform doc for #12326. by Georg Brandl · 13 years ago
  91. 987b188 removed misleading editing leftovers by Łukasz Langa · 13 years ago
  92. 335f204 #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 13 years ago
  93. d86ac4c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 13 years ago
  94. 7bb769c Add version number for versionchanged directive (backport from 3.3) by Éric Araujo · 13 years ago
  95. f3c7822 Adapt/remove mentions of functions gone in 3.x by Éric Araujo · 13 years ago
  96. 43ba354 Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  97. 4058211 accept bytes for the AST 'string' type by Benjamin Peterson · 13 years ago
  98. 89b7af1 Fix-up NEWS merge. by Georg Brandl · 13 years ago
  99. 4cfb42d Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to by Amaury Forgeot d'Arc · 13 years ago
  100. 97d6792 Issue #12839: Fix crash in zlib module due to version mismatch. by Nadeem Vawda · 13 years ago