1. ce378d1 Closes #13459: Merged fix from 3.2. by Vinay Sajip · 14 years ago
  2. 287f246 Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch. by Vinay Sajip · 14 years ago
  3. 942d5ba Merge branch 3.2 by Amaury Forgeot d'Arc · 14 years ago
  4. 3b1acf1 bytes() can't be used to get a representation of an object. by Amaury Forgeot d'Arc · 14 years ago
  5. be55d99 Fix 13245: by Giampaolo Rodola' · 14 years ago
  6. ce4a9da Issue #13411: memoryview objects are now hashable when the underlying object is hashable. by Antoine Pitrou · 14 years ago
  7. 895d181 Issue #12245 merge. by Mark Dickinson · 14 years ago
  8. b1e58fe Issue #12245: Document sys.float_info.rounds better. by Mark Dickinson · 14 years ago
  9. 2251a3d #13387: merge with 3.2. by Ezio Melotti · 14 years ago
  10. fabf027 #13387: add note about checking the exact type in assertIsInstance doc. by Ezio Melotti · 14 years ago
  11. 4d5d4e2 #13426: merge with 3.2. by Ezio Melotti · 14 years ago
  12. e62aad3 #13426: fix typos in pickle doc. by Ezio Melotti · 14 years ago
  13. 27c2a86 fixing typos in optparse doc by Eli Bendersky · 14 years ago
  14. eeae149 fixing typos in optparse doc by Eli Bendersky · 14 years ago
  15. 6166519 Closes #13297: use bytes type to send and receive binary data through XMLRPC. by Florent Xicluna · 14 years ago
  16. 3f2ba3b Branch merge by Éric Araujo · 14 years ago
  17. 4d15546 Remove obsolete verbose arguments from packaging. by Éric Araujo · 14 years ago
  18. f450c1b reST fixes for /dev/poll by Jesus Cea · 14 years ago
  19. d8b9ae6 Issue #6397: Support '/dev/poll' polling objects in select module, under Solaris & derivatives. by Jesus Cea · 14 years ago
  20. f836162 Clean up byte-compilation code in packaging (#11254 followup). by Éric Araujo · 14 years ago
  21. bf9d34c Issue 12767: document the argument of threading.Condition.notify by Eli Bendersky · 14 years ago
  22. d44af82 Issue #12767: documenting threading.Condition.notify by Eli Bendersky · 14 years ago
  23. f8240d6 Merge 3.2, doc typos. by Florent Xicluna · 14 years ago
  24. 599d76b Reformat paragraphs. by Florent Xicluna · 14 years ago
  25. 45c6c3e Few typos in the documentation. by Florent Xicluna · 14 years ago
  26. 28a0820 Issue #13191: typo in argparse docs by Eli Bendersky · 14 years ago
  27. a7795db Issue #13191: typo in argparse docs by Eli Bendersky · 14 years ago
  28. 6e9002c Issue #13365: correct an error in the documentation of str.expandtabs. Patch by John Feuerstein by Eli Bendersky · 14 years ago
  29. c2c8960 Issue #13365: correct an error in the documentation of str.expandtabs by Eli Bendersky · 14 years ago
  30. 9f4b1e9 Fix and deprecated the unicode_internal codec by Victor Stinner · 14 years ago
  31. 10b8cf4 Issue #7777: socket: Add Reliable Datagram Sockets (PF_RDS) support. by Charles-François Natali · 14 years ago
  32. 257a14c Refactor functions signatures in the doc. by Ezio Melotti · 14 years ago
  33. 4b6fabd Backed out changeset 60ae7979fec8 by Brian Curtin · 14 years ago
  34. e751d6f Remove the old style [...] to denote optional args and show the defaults. by Brian Curtin · 14 years ago
  35. 32e4a58 Issue #13237: Fix formatting error - the legacy shell commands weren't meant to be under the Notes heading by Nick Coghlan · 14 years ago
  36. 69ce0d8 Issue #13237: Remove duplicate data value descriptions from the subprocess docs by Nick Coghlan · 14 years ago
  37. c29248f Issue #13237: Forward port subprocess module updates and explicitly document UTF-8 encoding assumption when universal_newlines=True by Nick Coghlan · 14 years ago
  38. 06c42a3 Document that shutil.make_archive does not typecheck its logger argument by Éric Araujo · 14 years ago
  39. 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 · 14 years ago
  40. 569b494 Fix #13327. utimensat now has the atime and mtime arguments set as optional, by Brian Curtin · 14 years ago
  41. ca0fbc0 branch merge by Brian Curtin · 14 years ago
  42. c1b65d1 Fix 13327. Remove explicit None arguments from futimes, futimens, futimesat, by Brian Curtin · 14 years ago
  43. 1cdbf57 Merge 3.2 by Éric Araujo · 14 years ago
  44. 52fbea1 Fix #13327. Remove the need for an explicit None as the second argument to by Brian Curtin · 14 years ago
  45. 878ce38 add introspection to range objects (closes #9896) by Benjamin Peterson · 14 years ago
  46. 064e393 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 14 years ago
  47. 395ca72 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 14 years ago
  48. 146f870 Branch merge by Éric Araujo · 14 years ago
  49. 9c2f42f Branch merge by Éric Araujo · 14 years ago
  50. 8808015 Improve byte-compilation in packaging to be independent of -O or -B. by Éric Araujo · 14 years ago
  51. a083823 Avoid relying on the default reST role in logging library doc by Éric Araujo · 14 years ago
  52. df5bccc (Merge 3.2) Issue #10570: curses.tigetstr() is now expecting a byte string, by Victor Stinner · 14 years ago
  53. 2662133 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a by Victor Stinner · 14 years ago
  54. 7de56f6 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 14 years ago
  55. 4bfe03a correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@ by Sandro Tosi · 14 years ago
  56. e348455 document turtle done() function; thanks to Csaba Szepesvari from docs@ by Sandro Tosi · 14 years ago
  57. 6f45d18 Improve itertools docs with clearer examples of pure python equivalent code. by Raymond Hettinger · 14 years ago
  58. 305bb66 Documentation typo by Florent Xicluna · 14 years ago
  59. 83386da I should be someone by Florent Xicluna · 14 years ago
  60. f99e4b5 Improve HTMLParser example in the doc and fix a couple minor things. by Ezio Melotti · 14 years ago
  61. 0b85cd0 Merge heads. by Ezio Melotti · 14 years ago
  62. d3cf0db #13278: fix typo. by Ezio Melotti · 14 years ago
  63. 74e6495 Fixes #13270: obsolete reference to old-style/new-style classes. by Florent Xicluna · 14 years ago
  64. fbb3981 Refactor a bit the codecs doc. by Ezio Melotti · 14 years ago
  65. 963004d Fix typo. by Ezio Melotti · 14 years ago
  66. d6ca6c2 note callable is back in 3.2 by Benjamin Peterson · 14 years ago
  67. 023611f Issue 13141: Demonstrate recommended style for socketserver examples. by Florent Xicluna · 14 years ago
  68. cd1d3ef #13233: fix typo. by Ezio Melotti · 14 years ago
  69. 81231d9 #13219: clarify section about character sets in the re documentation. by Ezio Melotti · 14 years ago
  70. 5768e0c Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs by Raymond Hettinger · 14 years ago
  71. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 14 years ago
  72. e130a52 Remove duplication. by Ezio Melotti · 14 years ago
  73. 67494f2 #12277: add missing comma. by Ezio Melotti · 14 years ago
  74. 7903913 #670664: merge with 3.2. by Ezio Melotti · 14 years ago
  75. b6dbc9e merge with 3.2 by Sandro Tosi · 14 years ago
  76. 59142db Issue #12797: Added custom opener parameter to builtin open() and FileIO.open(). by Ross Lagerwall · 14 years ago
  77. 8f7bded merge with 3.2 by Sandro Tosi · 14 years ago
  78. 5d12faa Merge by Raymond Hettinger · 14 years ago
  79. 608cab5 Merge 3.2 by Florent Xicluna · 14 years ago
  80. d39a4d7 Merge 3.2 by Florent Xicluna · 14 years ago
  81. ac73b0c Merge HTMLParser doc changes from 3.2. by Ezio Melotti · 14 years ago
  82. 455036f #13278: merge with 3.2. by Ezio Melotti · 14 years ago
  83. acfc97a Merge 3.2 by Florent Xicluna · 14 years ago
  84. f3dc2d7 Fix typo by Antoine Pitrou · 14 years ago
  85. 873bf26 Update example of non-blocking SSL code for the new finer-grained exceptions by Antoine Pitrou · 14 years ago
  86. 41032a6 Issue #11183: Add finer-grained exceptions to the ssl module, so that by Antoine Pitrou · 14 years ago
  87. 2f3ca9f Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8) by Victor Stinner · 14 years ago
  88. 8b905bd Issue #13226: Add RTLD_xxx constants to the os module. These constants can by by Victor Stinner · 14 years ago
  89. e0be423 Close #10278: Add clock_getres(), clock_gettime() and CLOCK_xxx constants to by Victor Stinner · 14 years ago
  90. 92b9584 Merge the codecs doc refactoring with 3.2. by Ezio Melotti · 14 years ago
  91. 7a03f64 Remove mention of narrow/wide builds in the codecs doc. by Ezio Melotti · 14 years ago
  92. 90bf5f1 Remove mention of narrow/wide builds and update array doc, add a test. by Ezio Melotti · 14 years ago
  93. c99c858 Remove mention of narrow/wide builds from ord/chr doc. by Ezio Melotti · 14 years ago
  94. b4d8e91 merge 3.2 by Benjamin Peterson · 14 years ago
  95. 767c0a8 Mention InterruptedError in the doc for new function signal.sigwaitinfo by Antoine Pitrou · 14 years ago
  96. e9126b5 Merge 3.2 by Florent Xicluna · 14 years ago
  97. 6d57d21 Documentation typo. by Florent Xicluna · 14 years ago
  98. 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 · 14 years ago
  99. 661161e Avoid relying on the default reST role in logging library doc by Éric Araujo · 14 years ago
  100. df7b665 Fix text duplication. Spotted by Nick Coghlan, thanks! by Éric Araujo · 14 years ago