1. 6f7aa00 Document json.dump ensure_ascii parameter (#13770) by Éric Araujo · 14 years ago
  2. c1f079f Mention the additional way to use the lvl parameter and when it changed. by Gregory P. Smith · 14 years ago
  3. a931463 #13730 grammar fix by Terry Jan Reedy · 14 years ago
  4. a3d1e2e #11633 At least 2 people prefer earlier revision. by Terry Jan Reedy · 14 years ago
  5. 889a510 Issue #13724: improve documentation for socket.create_connection. by Antoine Pitrou · 14 years ago
  6. e247928 Closes #11633 Clarify print buffering. by Terry Jan Reedy · 14 years ago
  7. f4ec3c5 #13754 String returned if less than *or equal to* x 3 by Terry Jan Reedy · 14 years ago
  8. 19d85c2 Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter. by Senthil Kumaran · 14 years ago
  9. ac8bfca Issue #13747: fix SSL compatibility table. by Antoine Pitrou · 14 years ago
  10. 84a2edc Issue #13747: fix documentation error about the default SSL version. by Antoine Pitrou · 14 years ago
  11. ded0348 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 14 years ago
  12. b52e7a9 clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@ by Sandro Tosi · 14 years ago
  13. 441ae04 Update printout of SSL certificate examples for 3.2+. by Antoine Pitrou · 14 years ago
  14. ba232df Issue #11984: remove reference to parser, it's not showing symbol usage anymore by Sandro Tosi · 14 years ago
  15. 98492a5 Issue #10772: add count and help argparse action; patch by Marc Sibson by Sandro Tosi · 14 years ago
  16. b7ffed8 Add a subsection explaning cipher selection. by Antoine Pitrou · 14 years ago
  17. 753b79c Issue #6031: improve serve_forever() description by Sandro Tosi · 14 years ago
  18. ea320ab Issue #9349: add argparse.SUPPRESS to help doc by Sandro Tosi · 14 years ago
  19. da785fd Issue #13690: add re.DEBUG; patch by Filip Gruszczyński by Sandro Tosi · 14 years ago
  20. 1abde36 fix some broken URLs by Sandro Tosi · 14 years ago
  21. d08effe Some formatting & grammar fixes for the multiprocessing doc by Eli Bendersky · 14 years ago
  22. a6c4a10 indicate msg is an argument by Benjamin Peterson · 14 years ago
  23. 79ed84c use booleans by Benjamin Peterson · 14 years ago
  24. 7386662 use list() to wrap range() in itertools.permutations() example; thanks to Romain MORLEVAT from docs@ by Sandro Tosi · 14 years ago
  25. 3e6c814 fix "Title underline too short" sphinx warning by Sandro Tosi · 14 years ago
  26. 2b373b0 use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ by Sandro Tosi · 14 years ago
  27. 44f568c fix to sent/send typo by Sandro Tosi · 14 years ago
  28. 1526ad1 fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 14 years ago
  29. baf30da remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 14 years ago
  30. 0b7e536 correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale from docs@ by Sandro Tosi · 14 years ago
  31. ac007ba Issue #13632: Update token documentation to reflect actual token types by Meador Inge · 14 years ago
  32. 016c6d5 Issue12798 - Update mimetypes documentation. Correct the doc section where by Senthil Kumaran · 14 years ago
  33. 0f1e3ac note the blinding speed of these functions by Benjamin Peterson · 14 years ago
  34. 1c92cfe don't mention implementation detail by Benjamin Peterson · 14 years ago
  35. 80a61e8 #13387: rephrase unclear sentence. by Ezio Melotti · 14 years ago
  36. e83f899 Issue #13530: Document os.lseek() result by Victor Stinner · 14 years ago
  37. e5b2ac8 #13613: fix example in re doc. by Ezio Melotti · 14 years ago
  38. 7158e06 Issue #13597: Improve documentation of standard streams. by Antoine Pitrou · 14 years ago
  39. 0c6cbbd Fix doc typo. by Lars Gustäbel · 14 years ago
  40. c1bd489 Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK by Antoine Pitrou · 14 years ago
  41. 5dd95d6 Mention PySide in the "other GUIs" page. by Antoine Pitrou · 14 years ago
  42. 7462e87 Mention the new GTK+ 3 bindings. by Antoine Pitrou · 14 years ago
  43. 777bebb Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 14 years ago
  44. c1f26f6 #13494: s/cast/convert/. Also add a link. by Ezio Melotti · 14 years ago
  45. b1b3fd2 #13499: fix example adding >>> before the comments. by Ezio Melotti · 14 years ago
  46. c4d7d8c Mark up constants in sockets docs as such by Éric Araujo · 14 years ago
  47. 2bddc53 Fix typo (#13467) by Éric Araujo · 14 years ago
  48. fd9ebd4 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 14 years ago
  49. 287f246 Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch. by Vinay Sajip · 14 years ago
  50. 3b1acf1 bytes() can't be used to get a representation of an object. by Amaury Forgeot d'Arc · 14 years ago
  51. b1e58fe Issue #12245: Document sys.float_info.rounds better. by Mark Dickinson · 14 years ago
  52. fabf027 #13387: add note about checking the exact type in assertIsInstance doc. by Ezio Melotti · 14 years ago
  53. e62aad3 #13426: fix typos in pickle doc. by Ezio Melotti · 14 years ago
  54. eeae149 fixing typos in optparse doc by Eli Bendersky · 14 years ago
  55. d44af82 Issue #12767: documenting threading.Condition.notify by Eli Bendersky · 14 years ago
  56. 599d76b Reformat paragraphs. by Florent Xicluna · 14 years ago
  57. 45c6c3e Few typos in the documentation. by Florent Xicluna · 14 years ago
  58. a7795db Issue #13191: typo in argparse docs by Eli Bendersky · 14 years ago
  59. c2c8960 Issue #13365: correct an error in the documentation of str.expandtabs by Eli Bendersky · 14 years ago
  60. 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
  61. 69ce0d8 Issue #13237: Remove duplicate data value descriptions from the subprocess docs by Nick Coghlan · 14 years ago
  62. 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
  63. 06c42a3 Document that shutil.make_archive does not typecheck its logger argument by Éric Araujo · 14 years ago
  64. 395ca72 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 14 years ago
  65. 9c2f42f Branch merge by Éric Araujo · 14 years ago
  66. a083823 Avoid relying on the default reST role in logging library doc by Éric Araujo · 14 years ago
  67. 2662133 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a by Victor Stinner · 14 years ago
  68. 7de56f6 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 14 years ago
  69. 4bfe03a correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@ by Sandro Tosi · 14 years ago
  70. e348455 document turtle done() function; thanks to Csaba Szepesvari from docs@ by Sandro Tosi · 14 years ago
  71. 6f45d18 Improve itertools docs with clearer examples of pure python equivalent code. by Raymond Hettinger · 14 years ago
  72. 305bb66 Documentation typo by Florent Xicluna · 14 years ago
  73. 83386da I should be someone by Florent Xicluna · 14 years ago
  74. f99e4b5 Improve HTMLParser example in the doc and fix a couple minor things. by Ezio Melotti · 14 years ago
  75. 0b85cd0 Merge heads. by Ezio Melotti · 14 years ago
  76. d3cf0db #13278: fix typo. by Ezio Melotti · 14 years ago
  77. 74e6495 Fixes #13270: obsolete reference to old-style/new-style classes. by Florent Xicluna · 14 years ago
  78. fbb3981 Refactor a bit the codecs doc. by Ezio Melotti · 14 years ago
  79. 963004d Fix typo. by Ezio Melotti · 14 years ago
  80. d6ca6c2 note callable is back in 3.2 by Benjamin Peterson · 14 years ago
  81. 023611f Issue 13141: Demonstrate recommended style for socketserver examples. by Florent Xicluna · 14 years ago
  82. cd1d3ef #13233: fix typo. by Ezio Melotti · 14 years ago
  83. 81231d9 #13219: clarify section about character sets in the re documentation. by Ezio Melotti · 14 years ago
  84. 5768e0c Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs by Raymond Hettinger · 14 years ago
  85. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 14 years ago
  86. e130a52 Remove duplication. by Ezio Melotti · 14 years ago
  87. 67494f2 #12277: add missing comma. by Ezio Melotti · 14 years ago
  88. 138fc89 #13138: add missing versionadded. by Ezio Melotti · 14 years ago
  89. df7c4cd Clean-up and improve the priority queue example in the heapq docs. by Raymond Hettinger · 14 years ago
  90. 35a502b Fix a typo and a broken link (part of #10536). by Éric Araujo · 14 years ago
  91. f394e47 Issue #12823: remove broken link and replace it with another resource. by Antoine Pitrou · 14 years ago
  92. bb2095f Branch merge by Éric Araujo · 14 years ago
  93. ad87fa6 Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 14 years ago
  94. 58a9153 Fix markup used in the documentation of sys.prefix and sys.exec_prefix. by Éric Araujo · 14 years ago
  95. da27263 Move doc of sys.dont_write_bytecode to make all attributes sorted again by Éric Araujo · 14 years ago
  96. 5d0de3f Document message_body arg in HTTPConnection.endheaders by Senthil Kumaran · 14 years ago
  97. 35ec7f7 #13076: fix links to datetime.time and datetime.datetime. by Ezio Melotti · 14 years ago
  98. 17dac4c Fix closes issue13005 - Remove the mention of 'repeat' method in the operator module documentation. by Senthil Kumaran · 14 years ago
  99. 1d678f8 Fix bug in heapq priority queue example. by Georg Brandl · 14 years ago
  100. 73dd7c7 Add info from the docstring for random.gammavariate() to the docs. by Georg Brandl · 14 years ago