1. 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
  2. 6f2a683 #9200: merge with 3.2. by Ezio Melotti · 13 years ago
  3. 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
  4. 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
  5. 3d1706f Fix deprecation warnings in test_socket. by Nadeem Vawda · 13 years ago
  6. 5c7f5c6 Credit patch authors in NEWS for #6560 by Nick Coghlan · 13 years ago
  7. c4a2871 Fix #12811 by closing files promptly in tabnanny.check. Patch by Anthony Briggs. by Nick Coghlan · 13 years ago
  8. 029ba2b Add unit tests for the mailcap module. Patch by Gregory Nofi (closes #6484) by Nick Coghlan · 13 years ago
  9. 4ecf6cf Attempt to address Windows buildbot failures by Nick Coghlan · 13 years ago
  10. 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
  11. 8983729 Null merge; fix already present in default branch. by Nadeem Vawda · 13 years ago
  12. 3d3bc81 Issue #12678: Fix distutils sdist test on Windows. by Nadeem Vawda · 13 years ago
  13. ad457d6 Fix test_command_install_dist in shared Python builds by Éric Araujo · 13 years ago
  14. 2737222 Factor out the build_ext fixup for shared Python builds. by Éric Araujo · 13 years ago
  15. cd7c3d9 Remove obsolete code by Éric Araujo · 13 years ago
  16. 006b485 Merge build_ext fix from 3.2 by Éric Araujo · 13 years ago
  17. 8c97318 Fix distutils test_install for shared CPython builds by Éric Araujo · 13 years ago
  18. 6e3ad87 Factor out the build_ext fixup for shared Python builds. by Éric Araujo · 13 years ago
  19. 7dfb3a1 Update README section on testing following issue #11651. by Nadeem Vawda · 13 years ago
  20. 08aa3c0 Issue #12804: Prevent "make test" from using network resources. by Nadeem Vawda · 13 years ago
  21. c5efe65 Merge 3.2 by Éric Araujo · 13 years ago
  22. 5fa8e7a Add missing name in shutil by Éric Araujo · 13 years ago
  23. 24d1df7 Merge 3.2 by Éric Araujo · 13 years ago
  24. 52b201f Add missing closing paren in docstring (thanks Ezio) by Éric Araujo · 13 years ago
  25. 7b911cb Issue #12783: Fix test_posix failures on FreeBSD buildbots, due to by Charles-François Natali · 13 years ago
  26. 795eaeb Issue #12326: update sys.platform doc for Linux by Victor Stinner · 13 years ago
  27. e674747 Issue #12326: refactor usage of sys.platform by Victor Stinner · 13 years ago
  28. a993188 #5301: merge with 3.2 by Sandro Tosi · 13 years ago
  29. 83f7d34 #5301: add image/vnd.microsoft.icon (.ico) MIME type by Sandro Tosi · 13 years ago
  30. 7209ff2 Issue #12326: woops, I really mean 'linux', not 'linux2' by Victor Stinner · 13 years ago
  31. ff3d939 Close #12326: sys.platform is now always 'linux' on Linux by Victor Stinner · 13 years ago
  32. 87f58d8 Merge 3.2 by Éric Araujo · 13 years ago
  33. 86333e9 Branch merge by Éric Araujo · 13 years ago
  34. 36aa372 Branch merge by Éric Araujo · 13 years ago
  35. ff53146 Branch merge by Éric Araujo · 13 years ago
  36. 19ffe60 Fix sdist test on Windows (#12678). Patch by Jeremy Kloth. by Éric Araujo · 13 years ago
  37. 94e6238 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  38. 13d2895 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  39. 2ec723a #12787: merge with 3.2 by Sandro Tosi · 13 years ago
  40. 9daf98d #12787: link original MultiCall proposal to webarchive and in a footnote by Sandro Tosi · 13 years ago
  41. e8bb1a0 Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  42. e05565e Issue #12213: Fix a buffering bug with interleaved reads and writes that by Antoine Pitrou · 13 years ago
  43. 8fd544f Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 13 years ago
  44. a370fcf Issue #12791: Break reference cycles early when a generator exits with an exception. by Antoine Pitrou · 13 years ago
  45. 0c17d0d Issue #12326: sys.platform is now always 'linux2' on Linux by Victor Stinner · 13 years ago
  46. 0a73362 Add a simple test for the packaging RECORD file. by Éric Araujo · 13 years ago
  47. ba9b268 Minor cleanup by Éric Araujo · 13 years ago
  48. 540edc6 Add a test for extension modules in the old-style record file by Éric Araujo · 13 years ago
  49. 746e72d Rework test_old_record a bit to make the test more exact by Éric Araujo · 13 years ago
  50. 60b0d31 Refactor the copying of xxmodule.c in packaging tests (#12141). by Éric Araujo · 13 years ago
  51. e1e1331 Dedent example in docstring by Éric Araujo · 13 years ago
  52. c9322aa Merge 3.2 by Éric Araujo · 13 years ago
  53. 1772541 Add a test for extension modules in the distutils record file. by Éric Araujo · 13 years ago
  54. 9358bfd Rework test_record a bit to make the test more exact by Éric Araujo · 13 years ago
  55. def15da Refactor the copying of xxmodule.c in distutils tests (#12141). by Éric Araujo · 13 years ago
  56. 18bb330 Fix compilation under Windows by Antoine Pitrou · 13 years ago
  57. 5f4ea28 merge with 3.2 by Sandro Tosi · 13 years ago
  58. 6a633bb fix description of \r; thanks to Thomas Waldmann from docs@ by Sandro Tosi · 13 years ago
  59. 107d65d Fix typo in test names by Antoine Pitrou · 13 years ago
  60. 20db511 Fix typo in test names by Antoine Pitrou · 13 years ago
  61. 8e35cf0 merge with 3.2 by Sandro Tosi · 13 years ago
  62. f693810 mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ by Sandro Tosi · 13 years ago
  63. df7fc9d Issue #12778: Reduce memory consumption when JSON-encoding a large container of many small objects. by Antoine Pitrou · 13 years ago
  64. 9bb6dfe Restore $HOME after test has run (should fix #12765) by Éric Araujo · 13 years ago
  65. e1da71c Merge 3.2 by Éric Araujo · 13 years ago
  66. 85ce247 Branch merge by Éric Araujo · 13 years ago
  67. 57bee66 Branch merge by Éric Araujo · 13 years ago
  68. d1ca4f9 Merge fixes for #12256 and typos from 3.2 by Éric Araujo · 13 years ago
  69. 355d48a Typo by Éric Araujo · 13 years ago
  70. 04ac59a Mention virtual subclasses in the glossary entry for ABCs (#12256). by Éric Araujo · 13 years ago
  71. 444be16 Issue #12780: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  72. 2da23ca Issue #12780: Removed checks in logging for .pyc/.pyo in __file__. by Vinay Sajip · 13 years ago
  73. 17e92cf Merge from 3.2 Issue #12672: remove confusing part of sentence in documentation by Eli Bendersky · 13 years ago
  74. 729a42f Issue #12672: remove confusing part of sentence in documentation by Eli Bendersky · 13 years ago
  75. 74adbaa Merge: Fix ResourceWarnings in test_subprocess. by Nadeem Vawda · 13 years ago
  76. 0d7cda3 Fix ResourceWarnings in test_subprocess. by Nadeem Vawda · 13 years ago
  77. 8755278 Mark abc.abstractproperty as a property by Éric Araujo · 13 years ago
  78. 4d71a66 Fix typo in command name by Éric Araujo · 13 years ago
  79. 24d6cc6 Merge 3.2 by Éric Araujo · 13 years ago
  80. a2d2618 Fix instance I missed in 59f7bbe1236c (#1626300) by Éric Araujo · 13 years ago
  81. 43a7ee1 Make logging call lazy by Éric Araujo · 13 years ago
  82. e197df0 Remove obsolete term + indicate how to find the program (#1626300). by Éric Araujo · 13 years ago
  83. e8b7eb0 Link isinstance/issubclass to the ABC glossary entry (#12256) by Éric Araujo · 13 years ago
  84. 543edbd Don’t quote characters twice. by Éric Araujo · 13 years ago
  85. fde9242 Don’t use “arg” for “argument” by Éric Araujo · 13 years ago
  86. 50e516a Improve “pysetup create” help messages. by Éric Araujo · 13 years ago
  87. b931ab4 Fix typo by Éric Araujo · 13 years ago
  88. 55b9fe2 Remove class that was only useful with Sphinx autodoc by Éric Araujo · 13 years ago
  89. 19f9b71 Add a few missing source links from 2.7 and harmonize lib docs headers by Éric Araujo · 13 years ago
  90. d001ffe Minor improvements to BadZipFile and BadZipfile docs. by Éric Araujo · 13 years ago
  91. 5eada94 Fix markup to get a target instead of a comment by Éric Araujo · 13 years ago
  92. 889a7dc Fix a typo and touch up blank lines by Éric Araujo · 13 years ago
  93. 6e7d0ba Add missing reST target for one section of this file by Éric Araujo · 13 years ago
  94. 0519b09 Avoid splitting a word between a link and text by Éric Araujo · 13 years ago
  95. 2736c5d Issue #12650: fix failures on some buildbots, when a subprocess takes a long by Charles-François Natali · 13 years ago
  96. 72d161a Issue #12650: fix failures on some buildbots, when a subprocess takes a long by Charles-François Natali · 13 years ago
  97. ea35d39 merge heads by Benjamin Peterson · 13 years ago
  98. c07f3be merge 3.2 by Benjamin Peterson · 13 years ago
  99. acaeff8 merge heads by Benjamin Peterson · 13 years ago
  100. e518d4c merge 3.2 by Benjamin Peterson · 13 years ago