1. 1740afd Issue #13883: Document all platforms PYTHONCASEOK works on. by Brett Cannon · 13 years ago
  2. 6c89a79 #13852: some small doc fixes. by Georg Brandl · 13 years ago
  3. b4b0b35 kill extra word by Benjamin Peterson · 13 years ago
  4. e9fca25 say bitwise (because I have no idea what a bit-string is) by Benjamin Peterson · 13 years ago
  5. 5311c1d Issue #13772: In os.symlink() under Windows, do not try to guess the link by Antoine Pitrou · 13 years ago
  6. 3b65fd7 #13816: fix two minor style issues. Thanks to Justin Wehnes for the patch. by Georg Brandl · 13 years ago
  7. f49d152 Issue #12922: fix the TextIOBase documentation to include a description of seek() and tell() methods. by Antoine Pitrou · 13 years ago
  8. 41b2404 fix typo; thanks to Justin Watt from docs@ by Sandro Tosi · 13 years ago
  9. a3443d9 Issue #12949: Document the kwonlyargcount argument for the PyCode_New C API function. by Meador Inge · 13 years ago
  10. da8e11a Issue #13605: more meaningful example + fixes by Sandro Tosi · 13 years ago
  11. 16bd0b4 Issue #13605: add documentation for nargs=argparse.REMAINDER by Sandro Tosi · 13 years ago
  12. f0229aa Issue #11948: clarify modules search path by Sandro Tosi · 13 years ago
  13. 972cfb9 Issue #2134: Clarify token.OP handling rationale in tokenize documentation. by Meador Inge · 13 years ago
  14. c77bb65 Remove "documenting" latex document. by Georg Brandl · 13 years ago
  15. 32ee44f Issue: #12409: remove obsolete susp-entries by Sandro Tosi · 13 years ago
  16. 01b34af #13715: fix typo in unicodedata doc. Patch by Eli Collins. by Ezio Melotti · 13 years ago
  17. 9ecb6be #13695: fix a couple of typos in the doc. by Ezio Melotti · 13 years ago
  18. 515687a remove 'Documenting Python' and its references, it's now on devguide by Sandro Tosi · 13 years ago
  19. c1f079f Mention the additional way to use the lvl parameter and when it changed. by Gregory P. Smith · 13 years ago
  20. a931463 #13730 grammar fix by Terry Jan Reedy · 13 years ago
  21. a3d1e2e #11633 At least 2 people prefer earlier revision. by Terry Jan Reedy · 13 years ago
  22. 889a510 Issue #13724: improve documentation for socket.create_connection. by Antoine Pitrou · 13 years ago
  23. ea868d3 Minor correction. #11418 by Terry Jan Reedy · 13 years ago
  24. e247928 Closes #11633 Clarify print buffering. by Terry Jan Reedy · 13 years ago
  25. f4ec3c5 #13754 String returned if less than *or equal to* x 3 by Terry Jan Reedy · 13 years ago
  26. 19d85c2 Issue9637 - Explain in getproxies_environment that <scheme>_proxy environ variable case does not matter. by Senthil Kumaran · 13 years ago
  27. ac8bfca Issue #13747: fix SSL compatibility table. by Antoine Pitrou · 13 years ago
  28. 84a2edc Issue #13747: fix documentation error about the default SSL version. by Antoine Pitrou · 13 years ago
  29. 645a0dd Py_SetPythonHome() can be called before Py_Initialize(); thanks to Cody Smith from docs@ by Sandro Tosi · 13 years ago
  30. ded0348 Issue #13502: threading: Fix a race condition in Event.wait() that made it by Charles-François Natali · 13 years ago
  31. b52e7a9 clarify recv* are blocking operations; thanks to Chris Kogelnik from docs@ by Sandro Tosi · 13 years ago
  32. 441ae04 Update printout of SSL certificate examples for 3.2+. by Antoine Pitrou · 13 years ago
  33. f576747 Issue #12042: a queue is only used to retrive results; preliminary patch by Jordan Stadler by Sandro Tosi · 13 years ago
  34. ba232df Issue #11984: remove reference to parser, it's not showing symbol usage anymore by Sandro Tosi · 13 years ago
  35. 98492a5 Issue #10772: add count and help argparse action; patch by Marc Sibson by Sandro Tosi · 13 years ago
  36. b7ffed8 Add a subsection explaning cipher selection. by Antoine Pitrou · 13 years ago
  37. d204934 exception support is correct now (closes #13705) by Benjamin Peterson · 13 years ago
  38. 753b79c Issue #6031: improve serve_forever() description by Sandro Tosi · 13 years ago
  39. ea320ab Issue #9349: add argparse.SUPPRESS to help doc by Sandro Tosi · 13 years ago
  40. da785fd Issue #13690: add re.DEBUG; patch by Filip Gruszczyński by Sandro Tosi · 13 years ago
  41. b2794c8 Issue #13683: raise with no exception in scope throws a RuntimeError; fix by Ramchandra Apte by Sandro Tosi · 13 years ago
  42. c40d362a merge heads by Benjamin Peterson · 13 years ago
  43. f606e68 add another year to glorious PSF IP by Benjamin Peterson · 13 years ago
  44. 1abde36 fix some broken URLs by Sandro Tosi · 13 years ago
  45. d08effe Some formatting & grammar fixes for the multiprocessing doc by Eli Bendersky · 13 years ago
  46. a6c4a10 indicate msg is an argument by Benjamin Peterson · 13 years ago
  47. 79ed84c use booleans by Benjamin Peterson · 13 years ago
  48. 1532c8f I do not think we will ever have auto-indent at the prompt, that is for IPython and the like. by Georg Brandl · 13 years ago
  49. 7386662 use list() to wrap range() in itertools.permutations() example; thanks to Romain MORLEVAT from docs@ by Sandro Tosi · 13 years ago
  50. 3e6c814 fix "Title underline too short" sphinx warning by Sandro Tosi · 13 years ago
  51. 2b373b0 use double-quote char instead of unicode ones; thanks to tomo cocoa from docs@ by Sandro Tosi · 13 years ago
  52. 44f568c fix to sent/send typo by Sandro Tosi · 13 years ago
  53. 1526ad1 fix Constuctor/Constructor typo; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 13 years ago
  54. 3721fbc point IronPython to ironpython.net; thanks to Lazar Pancic from docs@ by Sandro Tosi · 13 years ago
  55. 75c71cc fix Rather that/Rather than; thanks to Reuben Thomas from docs@ by Sandro Tosi · 13 years ago
  56. baf30da remove spurious dot from string formatting example; thanks to Anthon van der Neut from docs@ by Sandro Tosi · 13 years ago
  57. 0b7e536 correct syslog.openlog() argument name to logoption; thanks to Arnaud Gomes-do-Vale from docs@ by Sandro Tosi · 13 years ago
  58. ac007ba Issue #13632: Update token documentation to reflect actual token types by Meador Inge · 13 years ago
  59. 57f97f4 parameter_list was meant here by Benjamin Peterson · 13 years ago
  60. ad17358 kill superfluous 'comprehension' case (closes #13658) by Benjamin Peterson · 13 years ago
  61. 016c6d5 Issue12798 - Update mimetypes documentation. Correct the doc section where by Senthil Kumaran · 13 years ago
  62. 08c08eb Issue #13597: Fix the documentation of the "-u" command-line option, and wording of "What's new in Python 3.0" about standard streams. by Antoine Pitrou · 13 years ago
  63. 0f1e3ac note the blinding speed of these functions by Benjamin Peterson · 13 years ago
  64. 1c92cfe don't mention implementation detail by Benjamin Peterson · 13 years ago
  65. 80a61e8 #13387: rephrase unclear sentence. by Ezio Melotti · 13 years ago
  66. 6fbd525 Issue #13617: Document that the result of the conversion of a Unicode object to by Victor Stinner · 13 years ago
  67. a94a0e9 Issue #13522: Fix _Py_co_pow() documentation by Victor Stinner · 13 years ago
  68. 07b1c87 Issue #13522: document error return values of some float and complex C API functions. by Antoine Pitrou · 13 years ago
  69. e83f899 Issue #13530: Document os.lseek() result by Victor Stinner · 13 years ago
  70. e5b2ac8 #13613: fix example in re doc. by Ezio Melotti · 13 years ago
  71. 7158e06 Issue #13597: Improve documentation of standard streams. by Antoine Pitrou · 13 years ago
  72. 7b7e39a #6570: clarify tutorial section about keyword arguments. by Ezio Melotti · 13 years ago
  73. 91621e2 #13549: improve tutorial section about listcomps. by Ezio Melotti · 13 years ago
  74. 0c6cbbd Fix doc typo. by Lars Gustäbel · 13 years ago
  75. 432259f Issue #13528: rework the performance question in the programming FAQ by Antoine Pitrou · 13 years ago
  76. 5b73ca4 s/SOCKSTREAM/TCP/ by Antoine Pitrou · 13 years ago
  77. 8e644f0 Reword IPC section by Antoine Pitrou · 13 years ago
  78. 8345451 Use www.python.org instead of a hostname pointing to a parked (or squatted) domain. by Antoine Pitrou · 13 years ago
  79. fa03f6c Remove the outdated notion that multithreading doesn't work well on Unices. by Antoine Pitrou · 13 years ago
  80. 534e253 Remove reference to the base64 encoding. by Antoine Pitrou · 13 years ago
  81. 48a7cbf The functional module hasn't been maintained since 2006 and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  82. ae44b7a Remove obsolete references to bsddb by Antoine Pitrou · 13 years ago
  83. c1bd489 Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK by Antoine Pitrou · 13 years ago
  84. 6a96a2e Fix typo. by Georg Brandl · 13 years ago
  85. dec0f21 Streamline mention of sorted() by Antoine Pitrou · 13 years ago
  86. c561a9a Break down and refine memory management question by Antoine Pitrou · 13 years ago
  87. 17bd792 Reformulate answer, and remove off-topic discussion of bytecode in a question about compiling to C. by Antoine Pitrou · 13 years ago
  88. cc809a2 Fix compatibility statement. by Antoine Pitrou · 13 years ago
  89. 748799a Remove outdated question (the bsddb module isn't included anymore) by Antoine Pitrou · 13 years ago
  90. d4ddec5 Refine FAQ entry for catching stdout by Antoine Pitrou · 13 years ago
  91. 48383bf Advocate PyTuple_Pack instead of manual building of tuples by Antoine Pitrou · 13 years ago
  92. f352040 Remove outdate FAQ content by Antoine Pitrou · 13 years ago
  93. c5b266e Streamline FAQ entry about the ternary operator, and suggest using io.StringIO for a mutable unicode container. by Antoine Pitrou · 13 years ago
  94. 9cb41df Remove references to psyco, which is mostly unmaintained and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  95. 5dd95d6 Mention PySide in the "other GUIs" page. by Antoine Pitrou · 13 years ago
  96. 7462e87 Mention the new GTK+ 3 bindings. by Antoine Pitrou · 13 years ago
  97. 777bebb Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 13 years ago
  98. a90e364 Issue #12666: Added section about map changes. by Jason R. Coombs · 13 years ago
  99. df9a5f5 Issue #12666: Clarifying changes in map for Python 3 by Jason R. Coombs · 13 years ago
  100. c1f26f6 #13494: s/cast/convert/. Also add a link. by Ezio Melotti · 13 years ago