1. 74470b5 merge from 3.2. Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez. by Senthil Kumaran · 13 years ago
  2. e969a21 Fix closes Issue11155 - Correct the multiprocessing.Queue.put's arg (replace 'item' with 'obj') in the docs. Patch by Westley Martínez. by Senthil Kumaran · 13 years ago
  3. fbd1e04 Merge with 3.2. by Georg Brandl · 13 years ago
  4. 3484a87 Merge with release clone. by Georg Brandl · 13 years ago
  5. a4083d2 merged configparser documentation leftovers cleanup from 3.2 by Łukasz Langa · 13 years ago
  6. 7335e6f removed misleading editing leftovers by Łukasz Langa · 13 years ago
  7. 154f2b4 merge with 3.2 by Sandro Tosi · 13 years ago
  8. fbd4fe2 Give credit to Adam by Sandro Tosi · 13 years ago
  9. 0b6b1c3 #12781: merge with 3.2 by Sandro Tosi · 13 years ago
  10. 172f374 #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 13 years ago
  11. 677dc71 Branch merge by Éric Araujo · 13 years ago
  12. d9e1789 Branch merge by Éric Araujo · 13 years ago
  13. 793c47a Merge doc changes from 3.2 (#10454, #12298) by Éric Araujo · 13 years ago
  14. 18ddf82 Add links from library/functions to other docs. by Éric Araujo · 13 years ago
  15. 9edd9f0 Fix a few links in the table of built-in functions (#12298) by Éric Araujo · 13 years ago
  16. 29cf58c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 13 years ago
  17. 8ab3a1d Document that True/False/None don’t use :keyword: in doc. by Éric Araujo · 13 years ago
  18. c2d9a02 Merge doc fix with 3.2. by Ezio Melotti · 13 years ago
  19. 222b208 From RFC 3629 5- and 6-bytes UTF-8 sequences are invalid, so remove them from the doc. by Ezio Melotti · 13 years ago
  20. 7194efe Merge with 3.2. by Ross Lagerwall · 13 years ago
  21. d9299e9 Minor improvement to extensions in setup.cfg: check parent package by Éric Araujo · 13 years ago
  22. a9353db Remove duplicate text in os documentation. by Ross Lagerwall · 13 years ago
  23. 336b4e4 Minor improvement to extensions section in setup.cfg. by Éric Araujo · 13 years ago
  24. b8edbdf Merge doc changes from 3.2. by Éric Araujo · 13 years ago
  25. ec9a5f6 Add version number for versionchanged directive (backport from 3.3) by Éric Araujo · 13 years ago
  26. 95fc53f Clean up packaging.util: add __all__, remove some unused functions. by Éric Araujo · 13 years ago
  27. 799bd80 expose linux extended file system attributes (closes #12720) by Benjamin Peterson · 13 years ago
  28. 7af8ebb Adapt/remove mentions of functions gone in 3.x by Éric Araujo · 13 years ago
  29. 37b5f9e Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  30. 941afed Avoid using the default reST role. Makes Doc/tools/rstlint.py happy. by Éric Araujo · 13 years ago
  31. 83ab3f3 Remove obsolete mentions of the compress program and .Z archives. by Éric Araujo · 13 years ago
  32. fb63929 Print all fields when calling “pysetup metadata” without options. by Éric Araujo · 13 years ago
  33. 84b8ed8 3.3 whatsnew: fix markup, add stub for new crypt features by Éric Araujo · 13 years ago
  34. be573e7 Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 13 years ago
  35. b008d3d Synchronize packaging docs with distutils’ (includes fix for #9302) by Éric Araujo · 13 years ago
  36. 8d9dcd1 Merge from 3.2 (#9302 fix and other changes) by Éric Araujo · 13 years ago
  37. 7744382 Document the "optional" argument of distutils’ Extension class by Éric Araujo · 13 years ago
  38. 3f5e958 Fix type information in distutils API reference (#9302). by Éric Araujo · 13 years ago
  39. cc42ebe Make the list of docs contributors sorted again by Éric Araujo · 13 years ago
  40. 4fd1e6a Issue #12803: SSLContext.load_cert_chain() now accepts a password argument by Antoine Pitrou · 13 years ago
  41. 2bb371b Merge 3.2. by Georg Brandl · 13 years ago
  42. e1eef41 Close #12838: fix range() call. by Georg Brandl · 13 years ago
  43. aec2f21 #12191: added entry in What's New (+ small editing on shutil section) by Sandro Tosi · 13 years ago
  44. 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
  45. 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
  46. 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
  47. 795eaeb Issue #12326: update sys.platform doc for Linux by Victor Stinner · 13 years ago
  48. ff3d939 Close #12326: sys.platform is now always 'linux' on Linux by Victor Stinner · 13 years ago
  49. 94e6238 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  50. 13d2895 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  51. 2ec723a #12787: merge with 3.2 by Sandro Tosi · 13 years ago
  52. 9daf98d #12787: link original MultiCall proposal to webarchive and in a footnote by Sandro Tosi · 13 years ago
  53. 2513123 Update suspicious ignore file. by Georg Brandl · 13 years ago
  54. a47e53e Update sys.platform doc for #12326. by Georg Brandl · 13 years ago
  55. 987b188 removed misleading editing leftovers by Łukasz Langa · 13 years ago
  56. 335f204 #12781: Mention SO_REUSEADDR flag near socket examples by Sandro Tosi · 13 years ago
  57. d86ac4c Document that format string don’t support arbitrary dictonary keys. by Éric Araujo · 13 years ago
  58. 7bb769c Add version number for versionchanged directive (backport from 3.3) by Éric Araujo · 13 years ago
  59. f3c7822 Adapt/remove mentions of functions gone in 3.x by Éric Araujo · 13 years ago
  60. 43ba354 Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  61. 217607e Remove outdated pointer to optparse (fixes #11360). by Éric Araujo · 13 years ago
  62. 72dde45 Document the "optional" argument of distutils’ Extension class by Éric Araujo · 13 years ago
  63. 852eea2 Close #12838: fix range() call. by Georg Brandl · 13 years ago
  64. dc42beb Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  65. 5f4ea28 merge with 3.2 by Sandro Tosi · 13 years ago
  66. 6a633bb fix description of \r; thanks to Thomas Waldmann from docs@ by Sandro Tosi · 13 years ago
  67. e1043fc fix description of \r; thanks to Thomas Waldmann from docs@ by Sandro Tosi · 13 years ago
  68. 8e35cf0 merge with 3.2 by Sandro Tosi · 13 years ago
  69. 2f394f6 mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ by Sandro Tosi · 13 years ago
  70. f693810 mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ by Sandro Tosi · 13 years ago
  71. 85ce247 Branch merge by Éric Araujo · 13 years ago
  72. 57bee66 Branch merge by Éric Araujo · 13 years ago
  73. d1ca4f9 Merge fixes for #12256 and typos from 3.2 by Éric Araujo · 13 years ago
  74. 355d48a Typo by Éric Araujo · 13 years ago
  75. 04ac59a Mention virtual subclasses in the glossary entry for ABCs (#12256). by Éric Araujo · 13 years ago
  76. 17e92cf Merge from 3.2 Issue #12672: remove confusing part of sentence in documentation by Eli Bendersky · 13 years ago
  77. f6854cb Issue #12672: remove confusing part of sentence in documentation by Eli Bendersky · 13 years ago
  78. 729a42f Issue #12672: remove confusing part of sentence in documentation by Eli Bendersky · 13 years ago
  79. 8755278 Mark abc.abstractproperty as a property by Éric Araujo · 13 years ago
  80. 4d71a66 Fix typo in command name by Éric Araujo · 13 years ago
  81. 24d6cc6 Merge 3.2 by Éric Araujo · 13 years ago
  82. a2d2618 Fix instance I missed in 59f7bbe1236c (#1626300) by Éric Araujo · 13 years ago
  83. e197df0 Remove obsolete term + indicate how to find the program (#1626300). by Éric Araujo · 13 years ago
  84. e8b7eb0 Link isinstance/issubclass to the ABC glossary entry (#12256) by Éric Araujo · 13 years ago
  85. 543edbd Don’t quote characters twice. by Éric Araujo · 13 years ago
  86. fde9242 Don’t use “arg” for “argument” by Éric Araujo · 13 years ago
  87. 19f9b71 Add a few missing source links from 2.7 and harmonize lib docs headers by Éric Araujo · 13 years ago
  88. d001ffe Minor improvements to BadZipFile and BadZipfile docs. by Éric Araujo · 13 years ago
  89. 5eada94 Fix markup to get a target instead of a comment by Éric Araujo · 13 years ago
  90. 889a7dc Fix a typo and touch up blank lines by Éric Araujo · 13 years ago
  91. 6e7d0ba Add missing reST target for one section of this file by Éric Araujo · 13 years ago
  92. 0519b09 Avoid splitting a word between a link and text by Éric Araujo · 13 years ago
  93. b51a3c9 merge with 3.2 by Sandro Tosi · 13 years ago
  94. b276118 #12761: fix wording of zlib license section by Sandro Tosi · 13 years ago
  95. f6b25b9 #12761: fix wording of zlib license section by Sandro Tosi · 13 years ago
  96. b389eec Move versionadded directive to the top level, as we do in other files by Éric Araujo · 13 years ago
  97. e5905a9 Fix typo by Éric Araujo · 13 years ago
  98. ae0cbde #12204: merge with 3.2. by Ezio Melotti · 13 years ago
  99. 0656a56 #12204: document that str.upper().isupper() might be False and add a note about cased characters. by Ezio Melotti · 13 years ago
  100. 7ec7fc4 #12725: merge with 3.2. by Ezio Melotti · 13 years ago