1. 1b4aa45 Issue #23536: Clarified scope of fileConfig()'s API. by Vinay Sajip · 10 years ago
  2. 6d12c80 Fix PyGILState_GetThisThreadState() prototype in the API documentation. by Charles-François Natali · 10 years ago
  3. e093f11 Issue #23730: Document the return value of ZipFile.extract by Zachary Ware · 10 years ago
  4. b9298a4 Issue #17202: Add .bat to .hgeol to force them to CRLF. by Zachary Ware · 10 years ago
  5. 721c86e use imperative by Benjamin Peterson · 10 years ago
  6. af80ce3 highlight is now highlighted (closes #23909) by Benjamin Peterson · 10 years ago
  7. 928b3ff Issue #23400: Add notes about the sem_open support of the host OS to by Berker Peksag · 10 years ago
  8. ce29e87 actually ssl3 is just completely broken by Benjamin Peterson · 10 years ago
  9. 2baaba8 Issue #23729: Improve docs for ElementTree namespace parsing by Raymond Hettinger · 10 years ago
  10. 1afb9da #23512: list non-essential built-in functions after the table. Patch by Carlo Beccarini. by Ezio Melotti · 10 years ago
  11. bc1fda3 #11468: improve unittest basic example. Initial patch by Florian Preinstorfer. by Ezio Melotti · 10 years ago
  12. 510a6e9 Issue 23729: Document ElementTree namespace handling and fix an omission in the XPATH predicate table. by Raymond Hettinger · 10 years ago
  13. b4b000f #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None. by R David Murray · 10 years ago
  14. 2936858 clarify behavior of shutil.move when destination exists (closes #22933) by Benjamin Peterson · 10 years ago
  15. 5151838 versionchanged for rc4 removal (closes #23679) by Benjamin Peterson · 10 years ago
  16. 9872ad4 Issue #23549: Clarify confusion in heapq doc - accessing the mininmal element by Eli Bendersky · 10 years ago
  17. 251aede Fix minor docs markup errors. by Serhiy Storchaka · 10 years ago
  18. dbbc07c the default is sys.maxsize not sys.maxint (closes #23645) by Benjamin Peterson · 10 years ago
  19. 0acf4ad Issue #23617: Correct plurals typo noted by Kentrell Johnson. by Ned Deily · 10 years ago
  20. 81bec81 replace Amazon links in the documentation (closes #23579) by Benjamin Peterson · 10 years ago
  21. 72ef961 expose X509_V_FLAG_TRUSTED_FIRST by Benjamin Peterson · 10 years ago
  22. b198ad9 wrap everything at 80 chars by Benjamin Peterson · 10 years ago
  23. 0e4da40 Issue #23499: Fix grammar error noticed by SilentGhost by Ned Deily · 10 years ago
  24. 4809d1f Issues #814253, #9179: Warnings now are raised when group references and by Serhiy Storchaka · 10 years ago
  25. bbdad54 Fix typo pointed out on docs@ by Yaniv Sayeh by Zachary Ware · 10 years ago
  26. e0944c9 Fix missing :ref: for idle in doc build. by Ned Deily · 10 years ago
  27. ad5ddf7 remove parenthesis from print statement (closes #23396) by Benjamin Peterson · 10 years ago
  28. 1c9bf63 Preserve critical whitespace in Doc/*. by Stefan Krah · 10 years ago
  29. 3f1ef5b Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets by Stefan Krah · 10 years ago
  30. caaaa14 Added a cookbook entry on logging audible messages. by Vinay Sajip · 10 years ago
  31. 9e74fc3 Added a logging cookbook entry on customized exception formatting. by Vinay Sajip · 10 years ago
  32. c328d11 Issue #14099: Backout changeset c2c4cde55f6f (except adapted tests). by Serhiy Storchaka · 10 years ago
  33. 9a6d32e #23251: Reflow paragraph. by R David Murray · 10 years ago
  34. f8fe12a #23251: note that time.sleep affects the current thread only. by R David Murray · 10 years ago
  35. aa70758 prefer server alpn ordering over the client's by Benjamin Peterson · 10 years ago
  36. 65aa261 fix versionchanged by Benjamin Peterson · 10 years ago
  37. b10bfbe pep 466 backport of alpn (#20188) by Benjamin Peterson · 10 years ago
  38. 5e3b2df Issue #23305: clarified RotatingFileHandler documentation. by Vinay Sajip · 10 years ago
  39. 1b6e538 Issue #22317: Document the action parameter in ArgumentParser.add_subparsers() docs. by Berker Peksag · 10 years ago
  40. e8c9e14 Issue #23181: More "codepoint" -> "code point". by Serhiy Storchaka · 10 years ago
  41. b5daa3d Issue #23180: Rename IDLE "Windows" menu item to "Window". Patch by Al Sweigart. by Ned Deily · 10 years ago
  42. 7ff0360 Closes #23244: fix typo. Thanks Mayank Tripathi for the patch. by Georg Brandl · 10 years ago
  43. 3700cc3 Issue20467: clarify __init__'s role by Ethan Furman · 10 years ago
  44. a44ec3f Closes #23181: codepoint -> code point by Georg Brandl · 10 years ago
  45. 07f9047 fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  46. a8efb6b Issue #22952: improve multiprocessing doc introduction and defer notes until appropriate. by Antoine Pitrou · 10 years ago
  47. a024f80 Issue #21902: Replace incorrect 'hyperbolic arc sine' (etc.) with 'inverse hyperbolic sine' (etc.). Remove meaningless reference to radians. by Mark Dickinson · 10 years ago
  48. 96556a7 Silence a Sphinx warning in ftplib.rst. by Berker Peksag · 10 years ago
  49. 8015458 Fix a markup error in the argparse documentation. by Berker Peksag · 10 years ago
  50. 7c90667 Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The by Victor Stinner · 10 years ago
  51. 6fcb9a5 Clarified documentation for logging exception function/method. by Vinay Sajip · 10 years ago
  52. 0258c5d emphasize that cffi is better than extension modules for portability by Benjamin Peterson · 10 years ago
  53. 7b4b284 allow a SSLContext to be given to ftplib.FTP_TLS by Benjamin Peterson · 10 years ago
  54. 9fe67ce make SSLv23 the default version in ftplib (closes #23111) by Benjamin Peterson · 10 years ago
  55. b09ec90 Add missing URL link to Modernize docs. by Ned Deily · 10 years ago
  56. dd87637 update for copyright for 2015 by Benjamin Peterson · 10 years ago
  57. 87d415f Issue #23125: Update nose project page link. by Berker Peksag · 10 years ago
  58. cb36d24 improve incorrect French (#23109) by Benjamin Peterson · 10 years ago
  59. d4f5c14 Issue #23070: Fix a comment in the tutorial. by Berker Peksag · 10 years ago
  60. 0bf02c8 Issue #23047: Fix typo in pyporting.rst. by Berker Peksag · 10 years ago
  61. fcf094c Backport of porting HOWTO by Brett Cannon · 10 years ago
  62. df611a9 remove reference to dead irc channel (closes #23038) by Benjamin Peterson · 10 years ago
  63. e4efc3d Issue 23005: Fix typos by Raymond Hettinger · 10 years ago
  64. f0f09b9 Issue #23006: Improve the documentation and indexing of dict.__missing__. by Terry Jan Reedy · 10 years ago
  65. 402bd79 fix path to patchlevel.py by Benjamin Peterson · 10 years ago
  66. 62a8660 Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer. by Ned Deily · 10 years ago
  67. 3e1c823 Issue #12602: Add missing cross-references to runpy and using/cmdline docs. by Berker Peksag · 10 years ago
  68. a50afa3 Merge 2.7.9 release branch by Benjamin Peterson · 10 years ago
  69. 73d5031 remove mention of check_hostname parameter by Benjamin Peterson · 10 years ago
  70. 204a0ec merge 2.7.9 release branch by Benjamin Peterson · 10 years ago
  71. 227f6e0 remove HTTPSConnection's check_hostname parameter (#22959) by Benjamin Peterson · 10 years ago
  72. 542125e merge 2.7.9 release branch by Benjamin Peterson · 10 years ago
  73. fd0c92f note that sslv3 may not be available by Benjamin Peterson · 10 years ago
  74. bafef5a Edit Menus section of Idle doc. Make menu entries match current Idle in order by Terry Jan Reedy · 10 years ago
  75. 9e466cf Issue #3068: Document the new Configure Extensions dialog and menu entry. by Terry Jan Reedy · 10 years ago
  76. eb40589 Issue #16893: Update 2.7 version of Idle doc to match 3.4 doc as of the just by Terry Jan Reedy · 10 years ago
  77. bf9eb35 Fix #22987: update the compatibility matrix for a SSLv23 client. by Antoine Pitrou · 10 years ago
  78. 45aa771 Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects by Serhiy Storchaka · 10 years ago
  79. 5a608c2 merge 2.7.9 release branch by Benjamin Peterson · 10 years ago
  80. efa3cf8 add context parameter to xmlrpclib.ServerProxy (#22960) by Benjamin Peterson · 10 years ago
  81. 2c1f376 Issue #21514: The documentation of the json module now refers to new JSON RFC by Serhiy Storchaka · 10 years ago
  82. 6ac2b4d pydoc: Add a note about setting PAGER to affect console output pagination. by Zachary Ware · 10 years ago
  83. 72275ef remove incorrect plural by Benjamin Peterson · 10 years ago
  84. 8a9c682 Issue #20351: Add examples for csv.DictReader and csv.DictWriter. by Berker Peksag · 10 years ago
  85. 40ce014 Fix faulty indent. by Ned Deily · 10 years ago
  86. e3e7d40 pep 476: verify certificates by default (#22417) by Benjamin Peterson · 10 years ago
  87. b206473 give urllib.urlopen a context parameter (closes #22927) by Benjamin Peterson · 10 years ago
  88. 6fa40c4 fix versionchanged version by Benjamin Peterson · 10 years ago
  89. 31aa69e allow hostname to be passed to SSLContext even if OpenSSL doesn't support SNI (closes #22921) by Benjamin Peterson · 10 years ago
  90. fcfb18e allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnection by Benjamin Peterson · 10 years ago
  91. 86b36e5 Fix 2to3 reference link in pyporting.rst. by Ned Deily · 10 years ago
  92. 527d4ac Issue #22827: Backport the new Distributing and Instaling Docs from 3.4 by Donald Stufft · 10 years ago
  93. 3f1d0b3 Issue 22878: PEP 477 - "make install" and "make altinstall" integration by Ned Deily · 10 years ago
  94. 05e7c9e Fix description. by Georg Brandl · 10 years ago
  95. 96c4de9 Closes #22868: make example less ambiguous. by Georg Brandl · 10 years ago
  96. 01bd3c1 Close #22300 by tweaking 2.7.9 What's New announcements by Nick Coghlan · 10 years ago
  97. 8aaff54 Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7 by Donald Stufft · 10 years ago
  98. 04eee63 Issue #22845: Improved formatting of dis documentation. by Serhiy Storchaka · 10 years ago
  99. 3454941 Use internal links where possible by Raymond Hettinger · 10 years ago
  100. ccae479 Issue 22830: Clarify docs for functools.cmp_to_key(). by Raymond Hettinger · 10 years ago