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