1. 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
  2. 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
  3. 795eaeb Issue #12326: update sys.platform doc for Linux by Victor Stinner · 13 years ago
  4. ff3d939 Close #12326: sys.platform is now always 'linux' on Linux by Victor Stinner · 13 years ago
  5. 94e6238 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  6. 2ec723a #12787: merge with 3.2 by Sandro Tosi · 13 years ago
  7. 5f4ea28 merge with 3.2 by Sandro Tosi · 13 years ago
  8. 8e35cf0 merge with 3.2 by Sandro Tosi · 13 years ago
  9. 85ce247 Branch merge by Éric Araujo · 13 years ago
  10. d1ca4f9 Merge fixes for #12256 and typos from 3.2 by Éric Araujo · 13 years ago
  11. 17e92cf Merge from 3.2 Issue #12672: remove confusing part of sentence in documentation by Eli Bendersky · 13 years ago
  12. 8755278 Mark abc.abstractproperty as a property by Éric Araujo · 13 years ago
  13. 24d6cc6 Merge 3.2 by Éric Araujo · 13 years ago
  14. b51a3c9 merge with 3.2 by Sandro Tosi · 13 years ago
  15. b389eec Move versionadded directive to the top level, as we do in other files by Éric Araujo · 13 years ago
  16. e5905a9 Fix typo by Éric Araujo · 13 years ago
  17. ae0cbde #12204: merge with 3.2. by Ezio Melotti · 13 years ago
  18. 7ec7fc4 #12725: merge with 3.2. by Ezio Melotti · 13 years ago
  19. 1c38546 Issue #12646: Add an 'eof' attribute to zlib.Decompress. by Nadeem Vawda · 13 years ago
  20. 98d95a5 merge with 3.2 by Sandro Tosi · 13 years ago
  21. b90770d merge with 3.2 by Sandro Tosi · 13 years ago
  22. 14eba5f Brench merge by Éric Araujo · 13 years ago
  23. 47fe5c0 Issue #12672: fix code samples in extending/newtypes.html for PEP-7 compliance by Eli Bendersky · 13 years ago
  24. 4928107 Add doc for Py_RETURN_NOTIMPLEMENTED, added in #12724. by Brian Curtin · 13 years ago
  25. f0dda5f Closes #12718: Merge documentation fix from 3.2. by Vinay Sajip · 13 years ago
  26. 54dbfbd Fix directive markup by Éric Araujo · 13 years ago
  27. e9715b9 Merge 3.2 by Éric Araujo · 13 years ago
  28. e451ec3 merge heads by Benjamin Peterson · 13 years ago
  29. 9aae3a8 merge 3.2 (#12719) by Benjamin Peterson · 13 years ago
  30. fcb393c Add support for unary plus and unary minus to collections.Counter() by Raymond Hettinger · 13 years ago
  31. 19272be Branch merge by Éric Araujo · 13 years ago
  32. 96598af Merge with 3.2. by Georg Brandl · 13 years ago
  33. 5c3f648 Branch merge by Éric Araujo · 13 years ago
  34. e4d5b8e Clean up shutil.disk_usage. by Éric Araujo · 13 years ago
  35. 1a41a41 #12709: merge with 3.2 by Sandro Tosi · 13 years ago
  36. 1e8d8fd #10741: merge with 3.2 by Sandro Tosi · 13 years ago
  37. c42a568 #12677: merge with 3.2 by Sandro Tosi · 13 years ago
  38. 7dc76fd Merge doc changes from 3.2 (#8617, #10745). by Éric Araujo · 13 years ago
  39. de8c100 Fix grammar by Eli Bendersky · 13 years ago
  40. 31c2e37 merge from 3.2 - Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. by Senthil Kumaran · 13 years ago
  41. ef94203 merge from 3.2 - Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. by Senthil Kumaran · 13 years ago
  42. 90ceb47 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
  43. 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 13 years ago
  44. e4f9e2f #12665: merge with 3.2 by Sandro Tosi · 13 years ago
  45. b1290a5 #12670: merge with 3.2 by Sandro Tosi · 13 years ago
  46. 3083c88 #12183: merge with 3.2. by Ezio Melotti · 13 years ago
  47. b0fa4b8 Merge with 3.2 by Georg Brandl · 13 years ago
  48. 7dfdac0 Branch merge by Éric Araujo · 13 years ago
  49. b07df00 Closes #12667: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  50. e906c13 Merge typo fix. by Ezio Melotti · 13 years ago
  51. ad548b8 Merge fixes for #9860, #11104/#8688 and #12331 from 3.2 by Éric Araujo · 13 years ago
  52. b351a48 Addressing the review comments by Antoine Pitrou for smtplib.py and test_smtplib.py. Review comments by Ezio Melotti for smtplib.rst by Senthil Kumaran · 13 years ago
  53. 6e3b975 #12531: merge with 3.2. by Ezio Melotti · 13 years ago
  54. 98f2b9b transition move technically correct to obviously so by Benjamin Peterson · 13 years ago
  55. 2c69e3d we can call singleton types now by Benjamin Peterson · 13 years ago
  56. 7f94feb merge 3.2 by Benjamin Peterson · 13 years ago
  57. d18ee3b Merge 3.2: Issue #11699: fix documentation of OptionParser.get_option_group. Patch by Petri Lehtinen by Eli Bendersky · 13 years ago
  58. 39112a9 Merge with 3.2. by Georg Brandl · 13 years ago
  59. 6e5b2ac Merge from 3.2: Issue #12531: add index entries to documentation of * and ** in function calls by Eli Bendersky · 13 years ago
  60. 63d4fb4 fixing the smtplib.rst whitespaces. by Senthil Kumaran · 13 years ago
  61. 3d23fd6 Fix closes Issue11281 - smtplib.STMP gets source_address parameter, which adds the ability to bind to specific source address on a machine with multiple interfaces. Patch by Paulo Scardine. by Senthil Kumaran · 13 years ago
  62. 516c51c Merge from 3.2 (#9254, #8982, #9788) by Éric Araujo · 13 years ago
  63. 30e277b Expand shlex.quote example (#9723) by Éric Araujo · 13 years ago
  64. 0bbacc6 Branch merge by Éric Araujo · 13 years ago
  65. 1d8b968 Merge from 3.2: Issue #12644: document the '%a' conversion in the old string formatting operations. Patch prepared together with Ezio Melotti by Eli Bendersky · 13 years ago
  66. 906b88f Issue #12380: PyArg_ParseTuple now accepts a bytearray for the 'c' format. by Eli Bendersky · 13 years ago
  67. 2527796 Merge from 3.2 (#10318, #12255, #12043, #12417 and other fixes) by Éric Araujo · 13 years ago
  68. cdb3109 Fix reST role and missing word by Éric Araujo · 13 years ago
  69. c353f68 fix doc typo for library/test.rst by Eli Bendersky · 13 years ago
  70. 9bce311 Add shlex.quote function, to escape filenames and command lines (#9723). by Éric Araujo · 13 years ago
  71. 04f648c #12547: Fix example in nntplib doc. Patch by July Tikhonov. by Ezio Melotti · 13 years ago
  72. acd9f7c Issue #11784: Improve multiprocessing.Process.join() documentation. Patch by by Charles-François Natali · 13 years ago
  73. 432171c Issue #12102: Merge with 3.2. by Ross Lagerwall · 13 years ago
  74. 664091b Followup to c3b47cdea0d1: document the *write_through* argument to TextIOWrapper. by Antoine Pitrou · 13 years ago
  75. deb852d Merge 3.2 branch. by Georg Brandl · 13 years ago
  76. d649480 Issue #12551: Provide a get_channel_binding() method on SSL sockets so as by Antoine Pitrou · 13 years ago
  77. 875048b #665194: support roundtripping RFC2822 date stamps in the email.utils module by R David Murray · 13 years ago
  78. 3e44612 merge from 3.2 - Fix closes issue12524 - update http.client POST example with a working example. by Senthil Kumaran · 13 years ago
  79. a8713b1 merge from 3.2 - Fix closes issue12577 - clarify shutil.move documentation. Patch suggestion by Catalin Iacob by Senthil Kumaran · 13 years ago
  80. 6d175b7 Issue #6476: Document that os.spawnle and os.spawnve are not thread-safe under Windows. by Antoine Pitrou · 13 years ago
  81. 677b653 Fix English in packaging, too. by R David Murray · 13 years ago
  82. 3ef6ca4 Merge English fix. by R David Murray · 13 years ago
  83. bd9c655 merge heads by Benjamin Peterson · 13 years ago
  84. 76f7f4d excise the remains of STOP_CODE, which hasn't done anything useful for years by Benjamin Peterson · 13 years ago
  85. e52181c Add Misc/NEWS entry and relevant doc change for issue 10271. by Brett Cannon · 13 years ago
  86. c32aae0 fix whitespace in rst. by Senthil Kumaran · 13 years ago
  87. 029b467 merge from 3.2 - Fix closes Issue12478 - HTTPErrorProcess 's methods are http_response and https_response. by Senthil Kumaran · 13 years ago
  88. 3121547 merge from 3.2 - Fix closes Issue12479 - Add HTTPErrorProcessor class definition - Patch by Sandro Tosi by Senthil Kumaran · 13 years ago
  89. 42d1320 merge from 3.2 by Senthil Kumaran · 13 years ago
  90. 87e59cd merge from 3.2 by Senthil Kumaran · 13 years ago
  91. 0bd152c remove ast.__version__ (closes #12273) by Benjamin Peterson · 13 years ago
  92. 5c1190b Remove duplicate "numbered" options for toctrees. by Georg Brandl · 13 years ago
  93. dccf985 Fix :file: constructs in packaging.database docs by Éric Araujo · 13 years ago
  94. a7878b7 Close #6755: Add get_wch() method to curses.window class by Victor Stinner · 13 years ago
  95. 07b3537 Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64' by Ned Deily · 13 years ago
  96. a9a9dab Issue #12550: Add chain optional argument to faulthandler.register() by Victor Stinner · 13 years ago
  97. 8442124 Make it clear that PyNumber_AsSsize_t() returns -1 on error. by Antoine Pitrou · 13 years ago
  98. 993409d Merge doc change from 3.2. by Georg Brandl · 13 years ago
  99. 3c14b4e #12547: Fix import and output in nntplib example. Initial patch by July Tikhonov. by Ezio Melotti · 13 years ago
  100. 126edb5 Use infinitive, not 3rd person of present tense. by Antoine Pitrou · 13 years ago