1. 607e31e Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 14 years ago
  2. d15c5a8 Clarify note in BZ2File docs about lack of multi-stream support (issue #1625). by Nadeem Vawda · 14 years ago
  3. 922ae2c Closes #13944: fix capitalization of class name. by Georg Brandl · 14 years ago
  4. acd51f9 Issue #1625: Document BZ2File's lack of support for multi-stream inputs. by Nadeem Vawda · 14 years ago
  5. fe6f9d0 Document absoluteness of sys.executable by Petri Lehtinen · 14 years ago
  6. 65de77e Clean-up docs for input() by Raymond Hettinger · 14 years ago
  7. 6d837a3 Add pure python equivalent code for reduce(). by Raymond Hettinger · 14 years ago
  8. c5f310c Clarify the note for UserList by Raymond Hettinger · 14 years ago
  9. 1d23199 Use validate SQL in the example (this was confusing to readers) by Raymond Hettinger · 14 years ago
  10. 81a55c0 Show the import in the sqlite3 example by Raymond Hettinger · 14 years ago
  11. 3c8807b merge. by Brian Curtin · 14 years ago
  12. b4bef30 merge from fb225c289bf0 by Brian Curtin · 14 years ago
  13. 6ab9813 Use xrange in the example by Raymond Hettinger · 14 years ago
  14. 9f55b63 fix whitespace by Raymond Hettinger · 14 years ago
  15. bdb7fe4 Add a usage note by Raymond Hettinger · 14 years ago
  16. 1d8e6fd Fix #13900: resolve self-referential description of a parameter. by Georg Brandl · 14 years ago
  17. 78028b0 note that get() is not affected by default_factory (closes #13887) by Benjamin Peterson · 14 years ago
  18. 0a15103 merge heads by Benjamin Peterson · 14 years ago
  19. dcd37e8 forgot to resolve this conflict... by Benjamin Peterson · 14 years ago
  20. e9401a0 #13852: some small doc fixes. by Georg Brandl · 14 years ago
  21. af90a40 kill extra word by Benjamin Peterson · 14 years ago
  22. bcd6f39 say bitwise (because I have no idea what a bit-string is) by Benjamin Peterson · 14 years ago
  23. dfdc46f #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. by Georg Brandl · 14 years ago
  24. 8fc732f Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. by Antoine Pitrou · 14 years ago
  25. 51ab351 Move a space. by Ezio Melotti · 14 years ago
  26. 2d71e5c fix typo; thanks to Justin Watt from docs@ by Sandro Tosi · 14 years ago
  27. cb21227 Issue #13605: more meaningful example + fixes by Sandro Tosi · 14 years ago
  28. 10f047d Issue #13605: add documentation for nargs=argparse.REMAINDER by Sandro Tosi · 14 years ago
  29. da747c3 Issue #2134: Clarify token.OP handling rationale in tokenize documentation. by Meador Inge · 14 years ago
  30. 25e76bd file.next() doc refers to itself by Sandro Tosi · 14 years ago
  31. 8eab1fd #13715: fix typo in unicodedata doc. Patch by Eli Collins. by Ezio Melotti · 14 years ago
  32. 055d70d #13695: fix a couple of typos in the doc. by Ezio Melotti · 14 years ago
  33. a76bb03 None is not a keyword, link file.next() to functions.html#next by Sandro Tosi · 14 years ago
  34. 98ed08f update to new C roles and directives by Sandro Tosi · 14 years ago
  35. 150122a #11633 about buffering of print by Terry Jan Reedy · 14 years ago
  36. 4ba76b6 closes #13730 by Terry Jan Reedy · 14 years ago
  37. 2d047e8 Merge by Antoine Pitrou · 14 years ago
  38. d716c73 Issue #13724: improve documentation for socket.create_connection. by Antoine Pitrou · 14 years ago
  39. 1d79eb6 Closes #13754 String returned if less than *or equal to* x 3 by Terry Jan Reedy · 14 years ago
  40. 8070ddc port to 2.7 - Issue9637 - Details that case of Proxy env var does not matter. by Senthil Kumaran · 14 years ago
  41. a0ff91c Fix stock symbol for Microsoft by Raymond Hettinger · 14 years ago
  42. df4c986 Issue #13747: fix SSL compatibility table. by Antoine Pitrou · 14 years ago
  43. 4a7e0c89 Issue #13747: fix documentation error about the default SSL version. by Antoine Pitrou · 14 years ago
  44. f788cf7 clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@ by Sandro Tosi · 14 years ago
  45. 36cdca1 Clarify that vars() doesn't place extra restrictions on __dict__. by Raymond Hettinger · 14 years ago
  46. 7f418f6 Issue #11984: remove reference to parser, it's not showing symbol usage anymore by Sandro Tosi · 14 years ago
  47. 8b211fc Issue #10772: add count and help argparse action; patch by Marc Sibson by Sandro Tosi · 14 years ago
  48. 499718d Issue #6031: improve serve_forever() description by Sandro Tosi · 14 years ago
  49. 711f547 Issue #9349: add argparse.SUPPRESS to help doc by Sandro Tosi · 14 years ago
  50. e827c13 Issue #13690: add re.DEBUG; patch by Filip Gruszczyński by Sandro Tosi · 14 years ago
  51. 117e1f0 fix some broken URLs by Sandro Tosi · 14 years ago
  52. 4b76f8a Some formatting & grammar fixes for the multiprocessing doc by Eli Bendersky · 14 years ago
  53. c016f46 use booleans by Benjamin Peterson · 14 years ago
  54. 44585bd fix "Title underline too short" sphinx warning by Sandro Tosi · 14 years ago
  55. a4d06e7 use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ by Sandro Tosi · 14 years ago
  56. 4526273 fix to sent/send typo by Sandro Tosi · 14 years ago
  57. dbcbd10 fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 14 years ago
  58. 4fbad84 remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 14 years ago
  59. 55ae12b correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale from docs@ by Sandro Tosi · 14 years ago
  60. 17fbe40 porting mimetype doc changes from 3.2. by Senthil Kumaran · 14 years ago
  61. 587c738 note the blinding speed of these functions by Benjamin Peterson · 14 years ago
  62. 5879ca1 don't mention implementation detail by Benjamin Peterson · 14 years ago
  63. d0ffcd6 #3932: suggest passing unicode to HTMLParser.feed(). by Ezio Melotti · 14 years ago
  64. 080b6f0 #13387: rephrase unclear sentence. by Ezio Melotti · 14 years ago
  65. 13c82d0 #13613: fix example in re doc. by Ezio Melotti · 14 years ago
  66. 22da68b Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK by Antoine Pitrou · 14 years ago
  67. 5295718 Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 14 years ago
  68. 2692be9 #13494: s/cast/convert/. Also add a link. by Ezio Melotti · 14 years ago
  69. c2ed44f #13499: fix example adding >>> before the comments. by Ezio Melotti · 14 years ago
  70. 3639807 Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch. by Vinay Sajip · 14 years ago
  71. 421467f Note the store_true and store_false also create the appropriate defaults. by Raymond Hettinger · 14 years ago
  72. b19284f Issue #12245: Document sys.float_info.rounds better. by Mark Dickinson · 14 years ago
  73. aa512f0 #13387: add note about checking the exact type in assertIsInstance doc. by Ezio Melotti · 14 years ago
  74. ba41c6a #13426: fix typo in pickle doc. by Ezio Melotti · 14 years ago
  75. 9efddb6 fixing typos in optparse doc by Eli Bendersky · 14 years ago
  76. eb71138 Normalize the keyword arguments documentation notation in re.rst. Closes issue #12875 by Eli Bendersky · 14 years ago
  77. 3a8501e Closes issue 12767: document the argument of threading.Condition.notify by Eli Bendersky · 14 years ago
  78. a203ced Issue #12875: explicitly specify default value of the optional 'flags' argument to re.* functions. Closes #12875 by Eli Bendersky · 14 years ago
  79. bba1dd5 Issue #13191: typo in argparse docs by Eli Bendersky · 14 years ago
  80. 5df091a Closes issue #13353: version doumentation about utc parameter corrected. by Vinay Sajip · 14 years ago
  81. 972ba9e Add missing versionadded (fixes #12392) by Éric Araujo · 14 years ago
  82. 416ecff Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 14 years ago
  83. 5d19b9a Fix typos by Raymond Hettinger · 14 years ago
  84. 23ca12a Inline the advisory text on how to use the shelve module. by Raymond Hettinger · 14 years ago
  85. 0fc13ae Fix Issue13147 - Correct the Multiprocessing Pool.map_async method signature. by Senthil Kumaran · 14 years ago
  86. 7e82b27 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 14 years ago
  87. 1f3b84f correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@ by Sandro Tosi · 14 years ago
  88. a9db763 document turtle mainloop()/done() functions; thanks to Csaba Szepesvari from docs@ by Sandro Tosi · 14 years ago
  89. 187aa26 Improve itertools docs with clearer examples of pure python equivalent code. by Raymond Hettinger · 14 years ago
  90. 8703352 Minor fixes to the HTMLParser doc. by Ezio Melotti · 14 years ago
  91. f9cc80d Improve HTMLParser example in the doc. by Ezio Melotti · 14 years ago
  92. 24c5180 #13278: fix typo. by Ezio Melotti · 14 years ago
  93. 87ba642 Issue #13237: Make the subprocess convenience helper documentation self-contained aside from the shared parameter description. Downgrade the pipe warnings at that level to notes (since those pipes are hidden, people are unlikely to even try it) by Nick Coghlan · 14 years ago
  94. 63c54e8 Issue #13237: fix typo by Nick Coghlan · 14 years ago
  95. 65ad31a Issue #13237: remove some details that only apply to the 3.x version of this module and cross reference the relocated warning about the dangers of invoking the shell with untrusted input by Nick Coghlan · 14 years ago
  96. 2ed203a Issue #13237: further updates to subprocess documentation by Nick Coghlan · 14 years ago
  97. 59b13f4 Refactor a bit the codecs doc. by Ezio Melotti · 14 years ago
  98. 22dabb6 merge heads by Benjamin Peterson · 14 years ago
  99. 414ffa8 note callable is back in 3.2 by Benjamin Peterson · 14 years ago
  100. 8671157 Issue #13237: Rearrange subprocess module documentation to emphasise the convenience functions and commonly needed arguments by Nick Coghlan · 14 years ago