1. 27a4918 Fix conf.py for Sphinx 1.0. by Georg Brandl · 14 years ago
  2. 0bb1251 whitespace by Terry Jan Reedy · 14 years ago
  3. 96a0a46 Issue13820 as and with really became keywords in 2.6. by Terry Jan Reedy · 14 years ago
  4. cb21227 Issue #13605: more meaningful example + fixes by Sandro Tosi · 14 years ago
  5. 10f047d Issue #13605: add documentation for nargs=argparse.REMAINDER by Sandro Tosi · 14 years ago
  6. d53abd3 Issue #11948: clarify modules search path by Sandro Tosi · 14 years ago
  7. da747c3 Issue #2134: Clarify token.OP handling rationale in tokenize documentation. by Meador Inge · 14 years ago
  8. 25e76bd file.next() doc refers to itself by Sandro Tosi · 14 years ago
  9. 03c6110 revert part of cefe4f38fa0e, as agreed with Éric by Sandro Tosi · 14 years ago
  10. 6008a8b Issue: #12409: remove obsolete susp-entries by Sandro Tosi · 14 years ago
  11. 8eab1fd #13715: fix typo in unicodedata doc. Patch by Eli Collins. by Ezio Melotti · 14 years ago
  12. 055d70d #13695: fix a couple of typos in the doc. by Ezio Melotti · 14 years ago
  13. bde7eac fix typo; thanks to Jan Heidbrink from docs@ by Sandro Tosi · 14 years ago
  14. 7d77c6f remove 'Documenting Python' and its references, it's now on devguide by Sandro Tosi · 14 years ago
  15. c86bb00 Fix label names. by Georg Brandl · 14 years ago
  16. 9a56068 how could I have missed :cmember: in import.rst? by Sandro Tosi · 14 years ago
  17. a76bb03 None is not a keyword, link file.next() to functions.html#next by Sandro Tosi · 14 years ago
  18. d6e87f4 update part of sphinxext by Sandro Tosi · 14 years ago
  19. 98ed08f update to new C roles and directives by Sandro Tosi · 14 years ago
  20. bbd41d0 update Sphinx reference from 0.6.7 to 1.0.7 by Sandro Tosi · 14 years ago
  21. 150122a #11633 about buffering of print by Terry Jan Reedy · 14 years ago
  22. 4ba76b6 closes #13730 by Terry Jan Reedy · 14 years ago
  23. 2d047e8 Merge by Antoine Pitrou · 14 years ago
  24. d716c73 Issue #13724: improve documentation for socket.create_connection. by Antoine Pitrou · 14 years ago
  25. 477a06c Minor correction. Closes #11418 by Terry Jan Reedy · 14 years ago
  26. 1d79eb6 Closes #13754 String returned if less than *or equal to* x 3 by Terry Jan Reedy · 14 years ago
  27. 8070ddc port to 2.7 - Issue9637 - Details that case of Proxy env var does not matter. by Senthil Kumaran · 14 years ago
  28. a0ff91c Fix stock symbol for Microsoft by Raymond Hettinger · 14 years ago
  29. c766b31 Update the sorting howto to reflect the PEP 8 advisory to define all six rich comparisons. by Raymond Hettinger · 14 years ago
  30. df4c986 Issue #13747: fix SSL compatibility table. by Antoine Pitrou · 14 years ago
  31. 4a7e0c89 Issue #13747: fix documentation error about the default SSL version. by Antoine Pitrou · 14 years ago
  32. e5f93ef Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@ by Sandro Tosi · 14 years ago
  33. f788cf7 clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@ by Sandro Tosi · 14 years ago
  34. 36cdca1 Clarify that vars() doesn't place extra restrictions on __dict__. by Raymond Hettinger · 14 years ago
  35. 24f207e Issue #12042: a queue is only used to retrive results; preliminary patch by Jordan Stadler by Sandro Tosi · 14 years ago
  36. 7f418f6 Issue #11984: remove reference to parser, it's not showing symbol usage anymore by Sandro Tosi · 14 years ago
  37. 8b211fc Issue #10772: add count and help argparse action; patch by Marc Sibson by Sandro Tosi · 14 years ago
  38. 499718d Issue #6031: improve serve_forever() description by Sandro Tosi · 14 years ago
  39. 711f547 Issue #9349: add argparse.SUPPRESS to help doc by Sandro Tosi · 14 years ago
  40. 8448dfa Issue #13302: backport part of 3ed28f28466f by Sandro Tosi · 14 years ago
  41. e827c13 Issue #13690: add re.DEBUG; patch by Filip Gruszczyński by Sandro Tosi · 14 years ago
  42. 5f8d606 add another year to glorious PSF IP by Benjamin Peterson · 14 years ago
  43. 117e1f0 fix some broken URLs by Sandro Tosi · 14 years ago
  44. 4b76f8a Some formatting & grammar fixes for the multiprocessing doc by Eli Bendersky · 14 years ago
  45. c016f46 use booleans by Benjamin Peterson · 14 years ago
  46. 2c9eee1 I do not think we will ever have auto-indent at the prompt, that is for IPython and the like. by Georg Brandl · 14 years ago
  47. 44585bd fix "Title underline too short" sphinx warning by Sandro Tosi · 14 years ago
  48. a4d06e7 use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ by Sandro Tosi · 14 years ago
  49. 4526273 fix to sent/send typo by Sandro Tosi · 14 years ago
  50. dbcbd10 fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 14 years ago
  51. 238612a point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ by Sandro Tosi · 14 years ago
  52. ec53eb8 fix Rather that/Rather than; thanks to Reuben Thomas from docs@ by Sandro Tosi · 14 years ago
  53. 4fbad84 remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 14 years ago
  54. 55ae12b correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale from docs@ by Sandro Tosi · 14 years ago
  55. 17fbe40 porting mimetype doc changes from 3.2. by Senthil Kumaran · 14 years ago
  56. a9091d2 Issue13443 - Remove the functional module examples from 2.7 (as module is by Senthil Kumaran · 14 years ago
  57. 587c738 note the blinding speed of these functions by Benjamin Peterson · 14 years ago
  58. 5879ca1 don't mention implementation detail by Benjamin Peterson · 14 years ago
  59. 2d679a4 s/:c:type:/:ctype:/g by Ezio Melotti · 14 years ago
  60. d0ffcd6 #3932: suggest passing unicode to HTMLParser.feed(). by Ezio Melotti · 14 years ago
  61. 080b6f0 #13387: rephrase unclear sentence. by Ezio Melotti · 14 years ago
  62. 28a545e Issue #13617: Document that the result PyUnicode_AsUnicode() and by Victor Stinner · 14 years ago
  63. cc1a086 Issue #13522: Fix _Py_co_pow() documentation by Victor Stinner · 14 years ago
  64. c9e1800 Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 14 years ago
  65. 13c82d0 #13613: fix example in re doc. by Ezio Melotti · 14 years ago
  66. 05a7f0d #6570: clarify tutorial section about keyword arguments. by Ezio Melotti · 14 years ago
  67. 4a72d1a #13549: improve tutorial section about listcomps. by Ezio Melotti · 14 years ago
  68. 22da68b Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK by Antoine Pitrou · 14 years ago
  69. 5295718 Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 14 years ago
  70. 2692be9 #13494: s/cast/convert/. Also add a link. by Ezio Melotti · 14 years ago
  71. c2ed44f #13499: fix example adding >>> before the comments. by Ezio Melotti · 14 years ago
  72. da75dd2 Added a configuration dictionary example to the logging cookbook. by Vinay Sajip · 14 years ago
  73. 3639807 Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch. by Vinay Sajip · 14 years ago
  74. 421467f Note the store_true and store_false also create the appropriate defaults. by Raymond Hettinger · 14 years ago
  75. b19284f Issue #12245: Document sys.float_info.rounds better. by Mark Dickinson · 14 years ago
  76. aa512f0 #13387: add note about checking the exact type in assertIsInstance doc. by Ezio Melotti · 14 years ago
  77. ba41c6a #13426: fix typo in pickle doc. by Ezio Melotti · 14 years ago
  78. 9efddb6 fixing typos in optparse doc by Eli Bendersky · 14 years ago
  79. ea4dcd3 remove duplicated paragraph in the tutorial by Eli Bendersky · 14 years ago
  80. eb71138 Normalize the keyword arguments documentation notation in re.rst. Closes issue #12875 by Eli Bendersky · 14 years ago
  81. 3a8501e Closes issue 12767: document the argument of threading.Condition.notify by Eli Bendersky · 14 years ago
  82. a203ced Issue #12875: explicitly specify default value of the optional 'flags' argument to re.* functions. Closes #12875 by Eli Bendersky · 14 years ago
  83. bba1dd5 Issue #13191: typo in argparse docs by Eli Bendersky · 14 years ago
  84. 5df091a Closes issue #13353: version doumentation about utc parameter corrected. by Vinay Sajip · 14 years ago
  85. 972ba9e Add missing versionadded (fixes #12392) by Éric Araujo · 14 years ago
  86. 416ecff Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 14 years ago
  87. 5d19b9a Fix typos by Raymond Hettinger · 14 years ago
  88. 23ca12a Inline the advisory text on how to use the shelve module. by Raymond Hettinger · 14 years ago
  89. 0fc13ae Fix Issue13147 - Correct the Multiprocessing Pool.map_async method signature. by Senthil Kumaran · 14 years ago
  90. 7e82b27 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 14 years ago
  91. 1f3b84f correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@ by Sandro Tosi · 14 years ago
  92. 73ce5e7 really use backticks in string conversion definition; thanks to Jonathan Blakes from docs@ by Sandro Tosi · 14 years ago
  93. c4114ea use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang from docs@ by Sandro Tosi · 14 years ago
  94. c93e413 remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@ by Sandro Tosi · 14 years ago
  95. a9db763 document turtle mainloop()/done() functions; thanks to Csaba Szepesvari from docs@ by Sandro Tosi · 14 years ago
  96. f45501d caught is the right pp of catch; thanks to Don Bennett from docs@ by Sandro Tosi · 14 years ago
  97. 187aa26 Improve itertools docs with clearer examples of pure python equivalent code. by Raymond Hettinger · 14 years ago
  98. 59dba38 Add a button to the code examples in the doc to show/hide the prompts and output. by Ezio Melotti · 14 years ago
  99. 8703352 Minor fixes to the HTMLParser doc. by Ezio Melotti · 14 years ago
  100. f9cc80d Improve HTMLParser example in the doc. by Ezio Melotti · 14 years ago