1. 5b73ca4 s/SOCKSTREAM/TCP/ by Antoine Pitrou · 13 years ago
  2. 8e644f0 Reword IPC section by Antoine Pitrou · 13 years ago
  3. 8345451 Use www.python.org instead of a hostname pointing to a parked (or squatted) domain. by Antoine Pitrou · 13 years ago
  4. fa03f6c Remove the outdated notion that multithreading doesn't work well on Unices. by Antoine Pitrou · 13 years ago
  5. 534e253 Remove reference to the base64 encoding. by Antoine Pitrou · 13 years ago
  6. 48a7cbf The functional module hasn't been maintained since 2006 and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  7. ae44b7a Remove obsolete references to bsddb by Antoine Pitrou · 13 years ago
  8. c1bd489 Issue #13527: remove mention of Python megawidgets and Tkinter3000 WCK by Antoine Pitrou · 13 years ago
  9. 6a96a2e Fix typo. by Georg Brandl · 13 years ago
  10. dec0f21 Streamline mention of sorted() by Antoine Pitrou · 13 years ago
  11. c561a9a Break down and refine memory management question by Antoine Pitrou · 13 years ago
  12. 17bd792 Reformulate answer, and remove off-topic discussion of bytecode in a question about compiling to C. by Antoine Pitrou · 13 years ago
  13. cc809a2 Fix compatibility statement. by Antoine Pitrou · 13 years ago
  14. 748799a Remove outdated question (the bsddb module isn't included anymore) by Antoine Pitrou · 13 years ago
  15. d4ddec5 Refine FAQ entry for catching stdout by Antoine Pitrou · 13 years ago
  16. 48383bf Advocate PyTuple_Pack instead of manual building of tuples by Antoine Pitrou · 13 years ago
  17. f352040 Remove outdate FAQ content by Antoine Pitrou · 13 years ago
  18. c5b266e Streamline FAQ entry about the ternary operator, and suggest using io.StringIO for a mutable unicode container. by Antoine Pitrou · 13 years ago
  19. 9cb41df Remove references to psyco, which is mostly unmaintained and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  20. 5dd95d6 Mention PySide in the "other GUIs" page. by Antoine Pitrou · 13 years ago
  21. 7462e87 Mention the new GTK+ 3 bindings. by Antoine Pitrou · 13 years ago
  22. 777bebb Issue #13513: IOBase docs incorrectly link to the readline module by Meador Inge · 13 years ago
  23. a90e364 Issue #12666: Added section about map changes. by Jason R. Coombs · 13 years ago
  24. df9a5f5 Issue #12666: Clarifying changes in map for Python 3 by Jason R. Coombs · 13 years ago
  25. c1f26f6 #13494: s/cast/convert/. Also add a link. by Ezio Melotti · 13 years ago
  26. b1b3fd2 #13499: fix example adding >>> before the comments. by Ezio Melotti · 13 years ago
  27. 71bca34 Issue #1040439: better document how to compile and link an embedded Python interpreter. by Antoine Pitrou · 13 years ago
  28. c4d7d8c Mark up constants in sockets docs as such by Éric Araujo · 13 years ago
  29. 2bddc53 Fix typo (#13467) by Éric Araujo · 13 years ago
  30. fd9ebd4 Clarify concatenation behaviour of immutable strings, and remove explicit by Antoine Pitrou · 13 years ago
  31. 5a53f36 fix some typos in Doc/c-api/memoryview.rst by Eli Bendersky · 13 years ago
  32. 631a7e2 Added a configuration dictionary example to the logging cookbook. by Vinay Sajip · 13 years ago
  33. 287f246 Closes #13459: Clarified documentation on Logger.propagate. Thanks to Mike Fogel for the patch. by Vinay Sajip · 13 years ago
  34. 3b1acf1 bytes() can't be used to get a representation of an object. by Amaury Forgeot d'Arc · 13 years ago
  35. b1e58fe Issue #12245: Document sys.float_info.rounds better. by Mark Dickinson · 13 years ago
  36. fabf027 #13387: add note about checking the exact type in assertIsInstance doc. by Ezio Melotti · 13 years ago
  37. e62aad3 #13426: fix typos in pickle doc. by Ezio Melotti · 13 years ago
  38. eeae149 fixing typos in optparse doc by Eli Bendersky · 13 years ago
  39. 04e6909 Fix markup by Éric Araujo · 13 years ago
  40. d44af82 Issue #12767: documenting threading.Condition.notify by Eli Bendersky · 13 years ago
  41. 599d76b Reformat paragraphs. by Florent Xicluna · 13 years ago
  42. 45c6c3e Few typos in the documentation. by Florent Xicluna · 13 years ago
  43. a7795db Issue #13191: typo in argparse docs by Eli Bendersky · 13 years ago
  44. c2c8960 Issue #13365: correct an error in the documentation of str.expandtabs by Eli Bendersky · 13 years ago
  45. 32e4a58 Issue #13237: Fix formatting error - the legacy shell commands weren't meant to be under the Notes heading by Nick Coghlan · 13 years ago
  46. 69ce0d8 Issue #13237: Remove duplicate data value descriptions from the subprocess docs by Nick Coghlan · 13 years ago
  47. c29248f Issue #13237: Forward port subprocess module updates and explicitly document UTF-8 encoding assumption when universal_newlines=True by Nick Coghlan · 13 years ago
  48. 06c42a3 Document that shutil.make_archive does not typecheck its logger argument by Éric Araujo · 13 years ago
  49. 395ca72 Issue #3067: Enhance the documentation and docstring of locale.setlocale() by Petri Lehtinen · 13 years ago
  50. 9c2f42f Branch merge by Éric Araujo · 13 years ago
  51. a083823 Avoid relying on the default reST role in logging library doc by Éric Araujo · 13 years ago
  52. 3bb1a6f State explicitely that PYTHONDONTWRITEBYTECODE is equivalent to -B by Éric Araujo · 13 years ago
  53. 2662133 Issue #10570: curses.tigetstr() is now expecting a byte string, instead of a by Victor Stinner · 13 years ago
  54. 7de56f6 #670664: Fix HTMLParser to correctly handle the content of ``<script>...</script>`` and ``<style>...</style>``. by Ezio Melotti · 13 years ago
  55. 4bfe03a correct signature for tzinfo.dst() in examples; thanks to Daniil Shved from docs@ by Sandro Tosi · 13 years ago
  56. 53bcd66 use diveintopython.net now that DIP.org returns 410; thanks to Josh Gachnang from docs@ by Sandro Tosi · 13 years ago
  57. 69e59a1 remove confusing paragraph (as part of r87523); thanks to AJ Hill from docs@ by Sandro Tosi · 13 years ago
  58. e348455 document turtle done() function; thanks to Csaba Szepesvari from docs@ by Sandro Tosi · 13 years ago
  59. 567493f caught is the right pp of catch; thanks to Don Bennett from docs@ by Sandro Tosi · 13 years ago
  60. 6f45d18 Improve itertools docs with clearer examples of pure python equivalent code. by Raymond Hettinger · 13 years ago
  61. f54f6f5 Add a button to the code examples in the doc to show/hide the prompts and output. by Ezio Melotti · 13 years ago
  62. 305bb66 Documentation typo by Florent Xicluna · 13 years ago
  63. 83386da I should be someone by Florent Xicluna · 13 years ago
  64. f99e4b5 Improve HTMLParser example in the doc and fix a couple minor things. by Ezio Melotti · 13 years ago
  65. 0b85cd0 Merge heads. by Ezio Melotti · 13 years ago
  66. d3cf0db #13278: fix typo. by Ezio Melotti · 13 years ago
  67. 74e6495 Fixes #13270: obsolete reference to old-style/new-style classes. by Florent Xicluna · 13 years ago
  68. 6187664 Added lost documentation cross-reference. by Vinay Sajip · 13 years ago
  69. fbb3981 Refactor a bit the codecs doc. by Ezio Melotti · 13 years ago
  70. 963004d Fix typo. by Ezio Melotti · 13 years ago
  71. 1fafc1a document __bytes__ special method (closes #13259) by Benjamin Peterson · 13 years ago
  72. d6ca6c2 note callable is back in 3.2 by Benjamin Peterson · 13 years ago
  73. 023611f Issue 13141: Demonstrate recommended style for socketserver examples. by Florent Xicluna · 13 years ago
  74. ce77037 Add the green "New reference" note to the doc of PyException_GetTraceback() by Petri Lehtinen · 13 years ago
  75. cd1d3ef #13233: fix typo. by Ezio Melotti · 13 years ago
  76. 81231d9 #13219: clarify section about character sets in the re documentation. by Ezio Melotti · 13 years ago
  77. af37b89 Issue 12668: Fix wording in Whatsnew3.2 by Raymond Hettinger · 13 years ago
  78. 5768e0c Issue 11931: Minor punctuation/grammar/wording fixups to the regex docs by Raymond Hettinger · 13 years ago
  79. 29fa9d4 3.2 - Fix closes Issue6090 - Raise a ValueError, instead of failing with unrelated by Senthil Kumaran · 13 years ago
  80. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  81. 67494f2 #12277: add missing comma. by Ezio Melotti · 13 years ago
  82. 9be5723 Update dead references from py.org/dev/faq to the devguide (#13176) by Éric Araujo · 13 years ago
  83. f1ab47e Issue #13145. Fix incorrect documentation for PyNumber_ToBase. Thanks Sven Marnach. by Mark Dickinson · 13 years ago
  84. 4e15828 Fix/improve markup in whatsnew/2.7. by Ezio Melotti · 13 years ago
  85. 138fc89 #13138: add missing versionadded. by Ezio Melotti · 13 years ago
  86. df7c4cd Clean-up and improve the priority queue example in the heapq docs. by Raymond Hettinger · 13 years ago
  87. 47a4521 Fix distutils byte-compilation to comply with PEP 3147 (#11254). by Éric Araujo · 13 years ago
  88. 35a502b Fix a typo and a broken link (part of #10536). by Éric Araujo · 13 years ago
  89. f394e47 Issue #12823: remove broken link and replace it with another resource. by Antoine Pitrou · 13 years ago
  90. bb2095f Branch merge by Éric Araujo · 13 years ago
  91. ad87fa6 Issue #13073 - Address the review comments made by Ezio. by Senthil Kumaran · 13 years ago
  92. 58a9153 Fix markup used in the documentation of sys.prefix and sys.exec_prefix. by Éric Araujo · 13 years ago
  93. da27263 Move doc of sys.dont_write_bytecode to make all attributes sorted again by Éric Araujo · 13 years ago
  94. 5d0de3f Document message_body arg in HTTPConnection.endheaders by Senthil Kumaran · 13 years ago
  95. 35ec7f7 #13076: fix links to datetime.time and datetime.datetime. by Ezio Melotti · 13 years ago
  96. 17dac4c Fix closes issue13005 - Remove the mention of 'repeat' method in the operator module documentation. by Senthil Kumaran · 13 years ago
  97. 1d678f8 Fix bug in heapq priority queue example. by Georg Brandl · 13 years ago
  98. 73dd7c7 Add info from the docstring for random.gammavariate() to the docs. by Georg Brandl · 13 years ago
  99. 7554606 Fix typo. by Georg Brandl · 13 years ago
  100. 4165bfb #12940: fix cmd example. Patch by Tim Chase. by Ezio Melotti · 13 years ago