1. 95fc53f Clean up packaging.util: add __all__, remove some unused functions. by Éric Araujo · 13 years ago
  2. 83ab3f3 Remove obsolete mentions of the compress program and .Z archives. by Éric Araujo · 13 years ago
  3. fb63929 Print all fields when calling “pysetup metadata” without options. by Éric Araujo · 13 years ago
  4. 84b8ed8 3.3 whatsnew: fix markup, add stub for new crypt features by Éric Araujo · 13 years ago
  5. b008d3d Synchronize packaging docs with distutils’ (includes fix for #9302) by Éric Araujo · 13 years ago
  6. 8d9dcd1 Merge from 3.2 (#9302 fix and other changes) by Éric Araujo · 13 years ago
  7. 7744382 Document the "optional" argument of distutils’ Extension class by Éric Araujo · 13 years ago
  8. 3f5e958 Fix type information in distutils API reference (#9302). by Éric Araujo · 13 years ago
  9. cc42ebe Make the list of docs contributors sorted again by Éric Araujo · 13 years ago
  10. 4fd1e6a Issue #12803: SSLContext.load_cert_chain() now accepts a password argument by Antoine Pitrou · 13 years ago
  11. 2bb371b Merge 3.2. by Georg Brandl · 13 years ago
  12. e1eef41 Close #12838: fix range() call. by Georg Brandl · 13 years ago
  13. aec2f21 #12191: added entry in What's New (+ small editing on shutil section) by Sandro Tosi · 13 years ago
  14. 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
  15. 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
  16. 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
  17. 795eaeb Issue #12326: update sys.platform doc for Linux by Victor Stinner · 13 years ago
  18. ff3d939 Close #12326: sys.platform is now always 'linux' on Linux by Victor Stinner · 13 years ago
  19. 94e6238 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  20. 13d2895 Issue #12213: make it clear that BufferedRWPair shouldn't be called with the by Antoine Pitrou · 13 years ago
  21. 2ec723a #12787: merge with 3.2 by Sandro Tosi · 13 years ago
  22. 9daf98d #12787: link original MultiCall proposal to webarchive and in a footnote by Sandro Tosi · 13 years ago
  23. 5f4ea28 merge with 3.2 by Sandro Tosi · 13 years ago
  24. 6a633bb fix description of \r; thanks to Thomas Waldmann from docs@ by Sandro Tosi · 13 years ago
  25. 8e35cf0 merge with 3.2 by Sandro Tosi · 13 years ago
  26. f693810 mention RFC1123 as origin of 4-year digit; thanks to John Haxby from docs@ by Sandro Tosi · 13 years ago
  27. 85ce247 Branch merge by Éric Araujo · 13 years ago
  28. 57bee66 Branch merge by Éric Araujo · 13 years ago
  29. d1ca4f9 Merge fixes for #12256 and typos from 3.2 by Éric Araujo · 13 years ago
  30. 355d48a Typo by Éric Araujo · 13 years ago
  31. 04ac59a Mention virtual subclasses in the glossary entry for ABCs (#12256). by Éric Araujo · 13 years ago
  32. 17e92cf Merge from 3.2 Issue #12672: remove confusing part of sentence in documentation by Eli Bendersky · 13 years ago
  33. 729a42f Issue #12672: remove confusing part of sentence in documentation by Eli Bendersky · 13 years ago
  34. 8755278 Mark abc.abstractproperty as a property by Éric Araujo · 13 years ago
  35. 4d71a66 Fix typo in command name by Éric Araujo · 13 years ago
  36. 24d6cc6 Merge 3.2 by Éric Araujo · 13 years ago
  37. a2d2618 Fix instance I missed in 59f7bbe1236c (#1626300) by Éric Araujo · 13 years ago
  38. e197df0 Remove obsolete term + indicate how to find the program (#1626300). by Éric Araujo · 13 years ago
  39. e8b7eb0 Link isinstance/issubclass to the ABC glossary entry (#12256) by Éric Araujo · 13 years ago
  40. 543edbd Don’t quote characters twice. by Éric Araujo · 13 years ago
  41. fde9242 Don’t use “arg” for “argument” by Éric Araujo · 13 years ago
  42. 19f9b71 Add a few missing source links from 2.7 and harmonize lib docs headers by Éric Araujo · 13 years ago
  43. d001ffe Minor improvements to BadZipFile and BadZipfile docs. by Éric Araujo · 13 years ago
  44. 5eada94 Fix markup to get a target instead of a comment by Éric Araujo · 13 years ago
  45. 889a7dc Fix a typo and touch up blank lines by Éric Araujo · 13 years ago
  46. 6e7d0ba Add missing reST target for one section of this file by Éric Araujo · 13 years ago
  47. 0519b09 Avoid splitting a word between a link and text by Éric Araujo · 13 years ago
  48. b51a3c9 merge with 3.2 by Sandro Tosi · 13 years ago
  49. f6b25b9 #12761: fix wording of zlib license section by Sandro Tosi · 13 years ago
  50. b389eec Move versionadded directive to the top level, as we do in other files by Éric Araujo · 13 years ago
  51. e5905a9 Fix typo by Éric Araujo · 13 years ago
  52. ae0cbde #12204: merge with 3.2. by Ezio Melotti · 13 years ago
  53. 0656a56 #12204: document that str.upper().isupper() might be False and add a note about cased characters. by Ezio Melotti · 13 years ago
  54. 7ec7fc4 #12725: merge with 3.2. by Ezio Melotti · 13 years ago
  55. 388c945 #12725: fix working. Patch by Ben Hayden. by Ezio Melotti · 13 years ago
  56. 1c38546 Issue #12646: Add an 'eof' attribute to zlib.Decompress. by Nadeem Vawda · 13 years ago
  57. 98d95a5 merge with 3.2 by Sandro Tosi · 13 years ago
  58. 7bf4363 let PySequence_Check me a link; thanks to tomo cocoa from docs@ by Sandro Tosi · 13 years ago
  59. b90770d merge with 3.2 by Sandro Tosi · 13 years ago
  60. 8a3b657 it's 'rather than'; reported by James Bateman on docs@ by Sandro Tosi · 13 years ago
  61. 14eba5f Brench merge by Éric Araujo · 13 years ago
  62. 28d39a0 Branch merge by Éric Araujo · 13 years ago
  63. 47fe5c0 Issue #12672: fix code samples in extending/newtypes.html for PEP-7 compliance by Eli Bendersky · 13 years ago
  64. 4928107 Add doc for Py_RETURN_NOTIMPLEMENTED, added in #12724. by Brian Curtin · 13 years ago
  65. f0dda5f Closes #12718: Merge documentation fix from 3.2. by Vinay Sajip · 13 years ago
  66. 817495a Issue #12718: Add documentation on using custom importers. by Vinay Sajip · 13 years ago
  67. 54dbfbd Fix directive markup by Éric Araujo · 13 years ago
  68. e9715b9 Merge 3.2 by Éric Araujo · 13 years ago
  69. d9d7bca Use real word in English text (i.e. not code) by Éric Araujo · 13 years ago
  70. e451ec3 merge heads by Benjamin Peterson · 13 years ago
  71. 9aae3a8 merge 3.2 (#12719) by Benjamin Peterson · 13 years ago
  72. 77c4fd0 note mutating tp_dict is bad (closes #12719) by Benjamin Peterson · 13 years ago
  73. fcb393c Add support for unary plus and unary minus to collections.Counter() by Raymond Hettinger · 13 years ago
  74. 19272be Branch merge by Éric Araujo · 13 years ago
  75. da3f4ae Branch merge by Éric Araujo · 13 years ago
  76. 96598af Merge with 3.2. by Georg Brandl · 13 years ago
  77. bdbdfb1 Confirm that the prime example is actually correct. We get so many complaints about a "buggy example" on docs@python, let us hope this cuts them in half at least. by Georg Brandl · 13 years ago
  78. 5c3f648 Branch merge by Éric Araujo · 13 years ago
  79. 54a1d05 Branch merge by Éric Araujo · 13 years ago
  80. e4d5b8e Clean up shutil.disk_usage. by Éric Araujo · 13 years ago
  81. 1a41a41 #12709: merge with 3.2 by Sandro Tosi · 13 years ago
  82. db79e95 #12709: add error_callback argument to map_async documentation by Sandro Tosi · 13 years ago
  83. 1e8d8fd #10741: merge with 3.2 by Sandro Tosi · 13 years ago
  84. 61baee0 #10741: add documentation for PyGILState_GetThisThreadState() by Sandro Tosi · 13 years ago
  85. c42a568 #12677: merge with 3.2 by Sandro Tosi · 13 years ago
  86. 2a389e4 #12677: correct turtle orientation in doc by Sandro Tosi · 13 years ago
  87. 7dc76fd Merge doc changes from 3.2 (#8617, #10745). by Éric Araujo · 13 years ago
  88. 6ef038e Add documentation for PEP 370 features in distutils (#10745). by Éric Araujo · 13 years ago
  89. de8c100 Fix grammar by Eli Bendersky · 13 years ago
  90. ebd4805 Fix grammar by Eli Bendersky · 13 years ago
  91. 31c2e37 merge from 3.2 - Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. by Senthil Kumaran · 13 years ago
  92. 2e01535 Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. by Senthil Kumaran · 13 years ago
  93. ef94203 merge from 3.2 - Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. by Senthil Kumaran · 13 years ago
  94. a3b2316 merge from 2.7 - Fix closes issue11047 - Correct the 2.7 whatsnew description for issue 7902. by Senthil Kumaran · 13 years ago
  95. de4f05b Improve documentation for PEP 370 support in site module (#8617). by Éric Araujo · 13 years ago
  96. 90ceb47 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
  97. 86a1a89 Fix closes issue12663 - Correcting the ArgumentParser.error description. Patch by Sandro Tosi. by Senthil Kumaran · 13 years ago
  98. 94b580d expose sched.h functions (closes #12655) by Benjamin Peterson · 13 years ago
  99. e4f9e2f #12665: merge with 3.2 by Sandro Tosi · 13 years ago
  100. 2a8d195 #12665: Dictionary view example has error in set operation by Sandro Tosi · 13 years ago