1. 10b8cf4 Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. by Charles-François Natali · 13 years ago
  2. 257a14c Refactor functions signatures in the doc. by Ezio Melotti · 13 years ago
  3. 4b6fabd Backed out changeset 60ae7979fec8 by Brian Curtin · 13 years ago
  4. e751d6f Remove the old style [...] to denote optional args and show the defaults. by Brian Curtin · 13 years ago
  5. 217f05b Issue #13237: Forward port from 3.2 of subprocess documentation updates. Needed quite a few adjustments to account for new features coming in 3.3 by Nick Coghlan · 13 years ago
  6. 32e4a58 Issue #13237: Fix formatting error - the legacy shell commands weren't meant to be under the Notes heading by Nick Coghlan · 13 years ago
  7. 69ce0d8 Issue #13237: Remove duplicate data value descriptions from the subprocess docs by Nick Coghlan · 13 years ago
  8. c29248f Issue #13237: Forward port subprocess module updates and explicitly document UTF-8 encoding assumption when universal_newlines=True by Nick Coghlan · 13 years ago
  9. 569b494 Fix #13327. utimensat now has the atime and mtime arguments set as optional, by Brian Curtin · 13 years ago
  10. ca0fbc0 branch merge by Brian Curtin · 13 years ago
  11. c1b65d1 Fix 13327. Remove explicit None arguments from futimes, futimens, futimesat, by Brian Curtin · 13 years ago
  12. 1cdbf57 Merge 3.2 by Éric Araujo · 13 years ago
  13. 06c42a3 Document that shutil.make_archive does not typecheck its logger argument by Éric Araujo · 13 years ago
  14. 52fbea1 Fix #13327. Remove the need for an explicit None as the second argument to by Brian Curtin · 13 years ago
  15. 864741b Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat. by Amaury Forgeot d'Arc · 13 years ago
  16. 878ce38 add introspection to range objects (closes #9896) by Benjamin Peterson · 13 years ago
  17. 064e393 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 13 years ago
  18. 395ca72 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 13 years ago
  19. 146f870 Branch merge by Éric Araujo · 13 years ago
  20. 9c2f42f Branch merge by Éric Araujo · 13 years ago
  21. e640521 Merge follow-up for #11254 and other changes from 3.2 by Éric Araujo · 13 years ago
  22. 8808015 Improve byte-compilation in packaging to be independent of -O or -B. by Éric Araujo · 13 years ago
  23. a083823 Avoid relying on the default reST role in logging library doc by Éric Araujo · 13 years ago
  24. 3bb1a6f State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B by Éric Araujo · 13 years ago
  25. df5bccc (Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string, by Victor Stinner · 13 years ago
  26. 2662133 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a by Victor Stinner · 13 years ago
  27. 7de56f6 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 13 years ago
  28. 4bfe03a correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@ by Sandro Tosi · 13 years ago
  29. 53bcd66 use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang from docs@ by Sandro Tosi · 13 years ago
  30. 69e59a1 remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@ by Sandro Tosi · 13 years ago
  31. e348455 document turtle done() function; thanks to Csaba Szepesvari from docs@ by Sandro Tosi · 13 years ago
  32. 567493f caught is the right pp of catch; thanks to Don Bennett from docs@ by Sandro Tosi · 13 years ago
  33. 6f45d18 Improve itertools docs with clearer examples of pure python equivalent code. by Raymond Hettinger · 13 years ago
  34. f54f6f5 Add a button to the code examples in the doc to show/hide the prompts and output. by Ezio Melotti · 13 years ago
  35. 305bb66 Documentation typo by Florent Xicluna · 13 years ago
  36. 83386da I should be someone by Florent Xicluna · 13 years ago
  37. f99e4b5 Improve HTMLParser example in the doc and fix a couple minor things. by Ezio Melotti · 13 years ago
  38. 0b85cd0 Merge heads. by Ezio Melotti · 13 years ago
  39. d3cf0db #13278: fix typo. by Ezio Melotti · 13 years ago
  40. 74e6495 Fixes #13270: obsolete reference to old-style/new-style classes. by Florent Xicluna · 13 years ago
  41. 6187664 Added lost documentation cross-reference. by Vinay Sajip · 13 years ago
  42. fbb3981 Refactor a bit the codecs doc. by Ezio Melotti · 13 years ago
  43. 963004d Fix typo. by Ezio Melotti · 13 years ago
  44. 1fafc1a document __bytes__ special method (closes #13259) by Benjamin Peterson · 13 years ago
  45. d6ca6c2 note callable is back in 3.2 by Benjamin Peterson · 13 years ago
  46. 023611f Issue 13141: Demonstrate recommended style for socketserver examples. by Florent Xicluna · 13 years ago
  47. ce77037 Add the green "New reference" note to the doc of PyException_GetTraceback() by Petri Lehtinen · 13 years ago
  48. cd1d3ef #13233: fix typo. by Ezio Melotti · 13 years ago
  49. 81231d9 #13219: clarify section about character sets in the re documentation. by Ezio Melotti · 13 years ago
  50. af37b89 Issue 12668: Fix wording in Whatsnew3.2 by Raymond Hettinger · 13 years ago
  51. 5768e0c Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs by Raymond Hettinger · 13 years ago
  52. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  53. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  54. 67494f2 #12277: add missing comma. by Ezio Melotti · 13 years ago
  55. 9be5723 Update dead references from py.org/dev/faq to the devguide (#13176) by Éric Araujo · 13 years ago
  56. 7903913 #670664: merge with 3.2. by Ezio Melotti · 13 years ago
  57. b6dbc9e merge with 3.2 by Sandro Tosi · 13 years ago
  58. 59142db Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). by Ross Lagerwall · 13 years ago
  59. 6a57afe merge with 3.2 by Sandro Tosi · 13 years ago
  60. d856bc0 merge with 3.2 by Sandro Tosi · 13 years ago
  61. 8f7bded merge with 3.2 by Sandro Tosi · 13 years ago
  62. 9bf59aa merge with 3.2 by Sandro Tosi · 13 years ago
  63. 5d12faa Merge by Raymond Hettinger · 13 years ago
  64. afe471d Merge the button to show/hide the prompts and output from 3.2. by Ezio Melotti · 13 years ago
  65. 608cab5 Merge 3.2 by Florent Xicluna · 13 years ago
  66. d39a4d7 Merge 3.2 by Florent Xicluna · 13 years ago
  67. ac73b0c Merge HTMLParser doc changes from 3.2. by Ezio Melotti · 13 years ago
  68. 455036f #13278: merge with 3.2. by Ezio Melotti · 13 years ago
  69. acfc97a Merge 3.2 by Florent Xicluna · 13 years ago
  70. f3dc2d7 Fix typo by Antoine Pitrou · 13 years ago
  71. 873bf26 Update example of non-blocking SSL code for the new finer-grained exceptions by Antoine Pitrou · 13 years ago
  72. 41032a6 Issue #11183: Add finer-grained exceptions to the ssl module, so that by Antoine Pitrou · 13 years ago
  73. b5cab85 Merged documentation fix from 3.2. by Vinay Sajip · 13 years ago
  74. 7592d05 Fix the issue number of my cp65001 commit: 13247 => issue #13216 by Victor Stinner · 13 years ago
  75. 2f3ca9f Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8) by Victor Stinner · 13 years ago
  76. f7f0a66 Fix typos. by Ezio Melotti · 13 years ago
  77. 8b905bd Issue #13226: Add RTLD_xxx constants to the os module. These constants can by by Victor Stinner · 13 years ago
  78. e0be423 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to by Victor Stinner · 13 years ago
  79. 92b9584 Merge the codecs doc refactoring with 3.2. by Ezio Melotti · 13 years ago
  80. 7a03f64 Remove mention of narrow/wide builds in the codecs doc. by Ezio Melotti · 13 years ago
  81. 90bf5f1 Remove mention of narrow/wide builds and update array doc, add a test. by Ezio Melotti · 13 years ago
  82. c99c858 Remove mention of narrow/wide builds from ord/chr doc. by Ezio Melotti · 13 years ago
  83. f4d76e6 #13251: update string description in datamodel.rst. by Ezio Melotti · 13 years ago
  84. 3ed559a merge 3.2 (#13259) by Benjamin Peterson · 13 years ago
  85. b4d8e91 merge 3.2 by Benjamin Peterson · 13 years ago
  86. 037ffbf Improve the porting section by Antoine Pitrou · 13 years ago
  87. fd9b416 Improve / clean up the PEP 393 description by Antoine Pitrou · 13 years ago
  88. 01fd26c Improve description of PEP 3151 by Antoine Pitrou · 13 years ago
  89. 767c0a8 Mention InterruptedError in the doc for new function signal.sigwaitinfo by Antoine Pitrou · 13 years ago
  90. 2d99dac Use ``...`` for string literals. by Ezio Melotti · 13 years ago
  91. dcbb822 Fix documentation formatting. by Florent Xicluna · 13 years ago
  92. 72ca42a Merge heads by Florent Xicluna · 13 years ago
  93. e9126b5 Merge 3.2 by Florent Xicluna · 13 years ago
  94. 26358cc Remove obsolete FAQ. by Ezio Melotti · 13 years ago
  95. 6d57d21 Documentation typo. by Florent Xicluna · 13 years ago
  96. 3664568 Issue #13201: equality for range objects is now based on equality of the underlying sequences. Thanks Sven Marnach for the patch. by Mark Dickinson · 13 years ago
  97. a2a2e48 Merge 3.2 by Petri Lehtinen · 13 years ago
  98. 57735a0 Add missing prefixes by Antoine Pitrou · 13 years ago
  99. b965b39 Elaborate on representations and canonical/legacy unicode objects by Antoine Pitrou · 13 years ago
  100. e6b99a1 Move deprecated functions at the end of their respective sections. by Antoine Pitrou · 13 years ago