1. 6166519 Closes #13297: use bytes type to send and receive binary data through XMLRPC. by Florent Xicluna · 13 years ago
  2. 3f2ba3b Branch merge by Éric Araujo · 13 years ago
  3. 4d15546 Remove obsolete verbose arguments from packaging. by Éric Araujo · 13 years ago
  4. f450c1b reST fixes for /dev/poll by Jesus Cea · 13 years ago
  5. d8b9ae6 Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. by Jesus Cea · 13 years ago
  6. f836162 Clean up byte-compilation code in packaging (#11254 followup). by Éric Araujo · 13 years ago
  7. bf9d34c Issue 12767: document the argument of threading.Condition.notify by Eli Bendersky · 13 years ago
  8. d44af82 Issue #12767: documenting threading.Condition.notify by Eli Bendersky · 13 years ago
  9. f8240d6 Merge 3.2, doc typos. by Florent Xicluna · 13 years ago
  10. 599d76b Reformat paragraphs. by Florent Xicluna · 13 years ago
  11. 45c6c3e Few typos in the documentation. by Florent Xicluna · 13 years ago
  12. 28a0820 Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
  13. a7795db Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
  14. 6e9002c Issue #13365: correct an error in the documentation of str.expandtabs. Patch by John Feuerstein by Eli Bendersky · 13 years ago
  15. c2c8960 Issue #13365: correct an error in the documentation of str.expandtabs by Eli Bendersky · 13 years ago
  16. 9f4b1e9 Fix and deprecated the unicode_internal codec by Victor Stinner · 13 years ago
  17. 10b8cf4 Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. by Charles-François Natali · 13 years ago
  18. 257a14c Refactor functions signatures in the doc. by Ezio Melotti · 13 years ago
  19. 4b6fabd Backed out changeset 60ae7979fec8 by Brian Curtin · 13 years ago
  20. e751d6f Remove the old style [...] to denote optional args and show the defaults. by Brian Curtin · 13 years ago
  21. 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
  22. 69ce0d8 Issue #13237: Remove duplicate data value descriptions from the subprocess docs by Nick Coghlan · 13 years ago
  23. 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
  24. 06c42a3 Document that shutil.make_archive does not typecheck its logger argument by Éric Araujo · 13 years ago
  25. 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
  26. 569b494 Fix #13327. utimensat now has the atime and mtime arguments set as optional, by Brian Curtin · 13 years ago
  27. ca0fbc0 branch merge by Brian Curtin · 13 years ago
  28. c1b65d1 Fix 13327. Remove explicit None arguments from futimes, futimens, futimesat, by Brian Curtin · 13 years ago
  29. 1cdbf57 Merge 3.2 by Éric Araujo · 13 years ago
  30. 52fbea1 Fix #13327. Remove the need for an explicit None as the second argument to by Brian Curtin · 13 years ago
  31. 878ce38 add introspection to range objects (closes #9896) by Benjamin Peterson · 13 years ago
  32. 064e393 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 13 years ago
  33. 395ca72 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 13 years ago
  34. 146f870 Branch merge by Éric Araujo · 13 years ago
  35. 9c2f42f Branch merge by Éric Araujo · 13 years ago
  36. 8808015 Improve byte-compilation in packaging to be independent of -O or -B. by Éric Araujo · 13 years ago
  37. a083823 Avoid relying on the default reST role in logging library doc by Éric Araujo · 13 years ago
  38. df5bccc (Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string, by Victor Stinner · 13 years ago
  39. 2662133 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a by Victor Stinner · 13 years ago
  40. 7de56f6 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 13 years ago
  41. 4bfe03a correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@ by Sandro Tosi · 13 years ago
  42. e348455 document turtle done() function; thanks to Csaba Szepesvari from docs@ by Sandro Tosi · 13 years ago
  43. 6f45d18 Improve itertools docs with clearer examples of pure python equivalent code. by Raymond Hettinger · 13 years ago
  44. 305bb66 Documentation typo by Florent Xicluna · 13 years ago
  45. 83386da I should be someone by Florent Xicluna · 13 years ago
  46. f99e4b5 Improve HTMLParser example in the doc and fix a couple minor things. by Ezio Melotti · 13 years ago
  47. 0b85cd0 Merge heads. by Ezio Melotti · 13 years ago
  48. d3cf0db #13278: fix typo. by Ezio Melotti · 13 years ago
  49. 74e6495 Fixes #13270: obsolete reference to old-style/new-style classes. by Florent Xicluna · 13 years ago
  50. fbb3981 Refactor a bit the codecs doc. by Ezio Melotti · 13 years ago
  51. 963004d Fix typo. by Ezio Melotti · 13 years ago
  52. d6ca6c2 note callable is back in 3.2 by Benjamin Peterson · 13 years ago
  53. 023611f Issue 13141: Demonstrate recommended style for socketserver examples. by Florent Xicluna · 13 years ago
  54. cd1d3ef #13233: fix typo. by Ezio Melotti · 13 years ago
  55. 81231d9 #13219: clarify section about character sets in the re documentation. by Ezio Melotti · 13 years ago
  56. 5768e0c Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs by Raymond Hettinger · 13 years ago
  57. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  58. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  59. 67494f2 #12277: add missing comma. by Ezio Melotti · 13 years ago
  60. 7903913 #670664: merge with 3.2. by Ezio Melotti · 13 years ago
  61. b6dbc9e merge with 3.2 by Sandro Tosi · 13 years ago
  62. 59142db Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). by Ross Lagerwall · 13 years ago
  63. 8f7bded merge with 3.2 by Sandro Tosi · 13 years ago
  64. 5d12faa Merge by Raymond Hettinger · 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. 2f3ca9f Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8) by Victor Stinner · 13 years ago
  74. 8b905bd Issue #13226: Add RTLD_xxx constants to the os module. These constants can by by Victor Stinner · 13 years ago
  75. e0be423 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to by Victor Stinner · 13 years ago
  76. 92b9584 Merge the codecs doc refactoring with 3.2. by Ezio Melotti · 13 years ago
  77. 7a03f64 Remove mention of narrow/wide builds in the codecs doc. by Ezio Melotti · 13 years ago
  78. 90bf5f1 Remove mention of narrow/wide builds and update array doc, add a test. by Ezio Melotti · 13 years ago
  79. c99c858 Remove mention of narrow/wide builds from ord/chr doc. by Ezio Melotti · 13 years ago
  80. b4d8e91 merge 3.2 by Benjamin Peterson · 13 years ago
  81. 767c0a8 Mention InterruptedError in the doc for new function signal.sigwaitinfo by Antoine Pitrou · 13 years ago
  82. e9126b5 Merge 3.2 by Florent Xicluna · 13 years ago
  83. 6d57d21 Documentation typo. by Florent Xicluna · 13 years ago
  84. 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
  85. 661161e Avoid relying on the default reST role in logging library doc by Éric Araujo · 13 years ago
  86. df7b665 Fix text duplication. Spotted by Nick Coghlan, thanks! by Éric Araujo · 13 years ago
  87. 931b8aa #12753: Add support for Unicode name aliases and named sequences. by Ezio Melotti · 13 years ago
  88. 3764a96 Banch merge by Éric Araujo · 13 years ago
  89. 04d5bc0 Closes #13235: Added deprecation for warn() methods and function in logging. by Vinay Sajip · 13 years ago
  90. 4d4b19e Document that packaging doesn’t create __init__.py files (#3902). by Éric Araujo · 13 years ago
  91. ac65d96 Issue #12170: The count(), find(), rfind(), index() and rindex() methods by Antoine Pitrou · 13 years ago
  92. 2760729 #13219: merge with 3.2. by Ezio Melotti · 13 years ago
  93. cd9fdfd Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig). by Raymond Hettinger · 13 years ago
  94. e3455c0 Mention that os.O_CLOEXEC was added to Python 3.3 by Victor Stinner · 13 years ago
  95. eeb905b Merge by Raymond Hettinger · 13 years ago
  96. becd568 Issue #13121: Support in-place math operators for collections.Counter(). by Raymond Hettinger · 13 years ago
  97. a41c942 Doc improvements suggested by Éric Araujo for the new 'HEAD' Request feature. by Senthil Kumaran · 13 years ago
  98. 7e3062b default - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  99. 95483b6 Fix warning while building documentation. by Florent Xicluna · 13 years ago
  100. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago