1. 92b2b48 Issue #17128: Use private version of OpenSSL for 2.7.9 OS X 10.5+ installer. by Ned Deily · 11 years ago
  2. 73d5031 remove mention of check_hostname parameter by Benjamin Peterson · 11 years ago
  3. 227f6e0 remove HTTPSConnection's check_hostname parameter (#22959) by Benjamin Peterson · 11 years ago
  4. fd0c92f note that sslv3 may not be available by Benjamin Peterson · 11 years ago
  5. efa3cf8 add context parameter to xmlrpclib.ServerProxy (#22960) by Benjamin Peterson · 11 years ago
  6. 72275ef remove incorrect plural by Benjamin Peterson · 11 years ago
  7. 8a9c682 Issue #20351: Add examples for csv.DictReader and csv.DictWriter. by Berker Peksag · 11 years ago
  8. 40ce014 Fix faulty indent. by Ned Deily · 11 years ago
  9. e3e7d40 pep 476: verify certificates by default (#22417) by Benjamin Peterson · 11 years ago
  10. b206473 give urllib.urlopen a context parameter (closes #22927) by Benjamin Peterson · 11 years ago
  11. 6fa40c4 fix versionchanged version by Benjamin Peterson · 11 years ago
  12. 31aa69e allow hostname to be passed to SSLContext even if OpenSSL doesn't support SNI (closes #22921) by Benjamin Peterson · 11 years ago
  13. fcfb18e allow passing cert/ssl information to urllib2.urlopen and httplib.HTTPSConnection by Benjamin Peterson · 11 years ago
  14. 86b36e5 Fix 2to3 reference link in pyporting.rst. by Ned Deily · 11 years ago
  15. 527d4ac Issue #22827: Backport the new Distributing and Instaling Docs from 3.4 by Donald Stufft · 11 years ago
  16. 3f1d0b3 Issue 22878: PEP 477 - "make install" and "make altinstall" integration by Ned Deily · 11 years ago
  17. 05e7c9e Fix description. by Georg Brandl · 11 years ago
  18. 96c4de9 Closes #22868: make example less ambiguous. by Georg Brandl · 11 years ago
  19. 01bd3c1 Close #22300 by tweaking 2.7.9 What's New announcements by Nick Coghlan · 11 years ago
  20. 8aaff54 Implement PEP 477 - Backport ensurepip (PEP 453) to 2.7 by Donald Stufft · 11 years ago
  21. 04eee63 Issue #22845: Improved formatting of dis documentation. by Serhiy Storchaka · 11 years ago
  22. 3454941 Use internal links where possible by Raymond Hettinger · 11 years ago
  23. ccae479 Issue 22830: Clarify docs for functools.cmp_to_key(). by Raymond Hettinger · 11 years ago
  24. b3067a2 Fixes path to patchlevel.py in doc/make.bat by Steve Dower · 11 years ago
  25. a1137fb Closes #22525: clarify documentation for ast.literal_eval(). by Georg Brandl · 11 years ago
  26. 34d1597 #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse) by Georg Brandl · 11 years ago
  27. 5003801 #22613: minor other fixes in library docs (thanks Jacques Ducasse) by Georg Brandl · 11 years ago
  28. fb52e38 #22613: document Cmd.cmdqueue (thanks Jacques Ducasse) by Georg Brandl · 11 years ago
  29. c182f88 minor grammar fixes (from docs@python.org) by Georg Brandl · 11 years ago
  30. 6556698 rstlint: make the "html leaked markup" regex a bit less sensitive by Georg Brandl · 11 years ago
  31. d4754b0 rstlint: add more directives we use by Georg Brandl · 11 years ago
  32. f3f5052 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 11 years ago
  33. 0f5d6c0 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 11 years ago
  34. cea2725 linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on www.python.org again). by Georg Brandl · 11 years ago
  35. 97ae466 Fixing broken links in doc, part 3: the rest by Georg Brandl · 11 years ago
  36. 0ffb462 Fixing broken links in doc, part 2: howto/ by Georg Brandl · 11 years ago
  37. fa55a31 Fixing broken links in doc, part 1: faq/ by Georg Brandl · 11 years ago
  38. ea64fb7 Fix external links to docs.python.org to use internal links instead. by Georg Brandl · 11 years ago
  39. 66e624b Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial IDEs. by Georg Brandl · 11 years ago
  40. 00da140 Update "where is python.org hosted" FAQ. by Georg Brandl · 11 years ago
  41. 06f3b3b Use https:// URLs when referring to python.org hosts. by Georg Brandl · 11 years ago
  42. 42bf486 Use https:// URLs in the HTML templates. by Georg Brandl · 11 years ago
  43. 23dd65b Doc readme: Fix markup, use https:// URLs. by Georg Brandl · 11 years ago
  44. ecc0cc0 Adjust the author field of the .tex files to reflect that docs are now maintained by all of us by Georg Brandl · 11 years ago
  45. 160cbce Move Sphinx templates and extensions to their own subdirs. by Georg Brandl · 11 years ago
  46. 8a91c5b Fix link to ABOP install chapter. by Georg Brandl · 11 years ago
  47. 83ac36d Update Opensolaris advice to OpenCSW instead of defunct Blastwave. by Georg Brandl · 11 years ago
  48. 443a43d Closes #22249: use IPPROTO_TCP constant instead of SOL_TCP constant for getaddrinfo() proto param by Georg Brandl · 11 years ago
  49. e9e24b5 Closes #22748: there are no PyString C functions in 3.x. by Georg Brandl · 11 years ago
  50. ae4ca79 Closes #22736: move seealso to the bottom of the section about RE syntax. by Georg Brandl · 11 years ago
  51. 9f8a5b1 #22237: document that sorted() is guaranteed to be stable. Initial patch by Martin Panter. by Ezio Melotti · 11 years ago
  52. ed91883 Issue #16863: Explain difference between text and 2.7 behavior. by Terry Jan Reedy · 11 years ago
  53. 55640c1 Updated cookbook entry to replace shutil.chown with os.chown. by Vinay Sajip · 11 years ago
  54. 9e4a933 Issue #22660: update various mentions in the ssl module documentation. by Antoine Pitrou · 11 years ago
  55. dd1be61 make plural s lowercase by Benjamin Peterson · 11 years ago
  56. 7ca2a90 Fix a typo caught by Gabriella Capone on docs@ by Zachary Ware · 11 years ago
  57. 867dc37 remove link to the 'original package specification'; I doubt it's useful anymore (closes #22657) by Benjamin Peterson · 11 years ago
  58. 9c2ce25 Use https:// URLs for the bug tracker in the :issue: role. by Alex Gaynor · 11 years ago
  59. 5560b42 issue22626: Use https:// for a link to the bug tracker by Alex Gaynor · 11 years ago
  60. 078ece2 note xmlrpclib doesn't verify certs (yet) by Benjamin Peterson · 11 years ago
  61. 9511b54 #17325: Improve distutils PyPI documentation. by R David Murray · 11 years ago
  62. f8757fd Closes #22586: clarify meaning of allow_fragments in urlparse. by Georg Brandl · 11 years ago
  63. f126fa5 Issue #15414: Clean and correct the os.path.join docs. by Zachary Ware · 11 years ago
  64. c305ad7 Issue #22575: Revise bytearray entry for 2.7. by Terry Jan Reedy · 11 years ago
  65. a68109a #0712: 2to3 has a new "asserts" fixer that replaces deprecated names of unittest methods. by R David Murray · 11 years ago
  66. a6066ce Closes #22580: Fix documentation of PyUnicode_Tailmatch() by Victor Stinner · 11 years ago
  67. 05179d5 use source role instead of linking to svn by Benjamin Peterson · 11 years ago
  68. 7788dba Closes #19071: "self" argument is not the module for module functions in 2.x. by Georg Brandl · 11 years ago
  69. 436ebf8 Closes #16155: fix a few errors in doctest output of the FAQ pages. by Georg Brandl · 11 years ago
  70. 8d867cb Closes #17057: fix grammar in old-style vs new-style class docs. by Georg Brandl · 11 years ago
  71. 71ede50 Closes #14303: socket.makefile() does not call dup() anymore on the socket fd. by Georg Brandl · 11 years ago
  72. 8b14dd3 Closes #10031: overhaul the "imports" section of the programming FAQ. by Georg Brandl · 11 years ago
  73. b74cf54 Closes #22507: document that PyType_IsSubtype does not call __subclasscheck__. by Georg Brandl · 11 years ago
  74. 4a89fd9 Document builtin classes as such, not functions. by Georg Brandl · 11 years ago
  75. 72601e1 #14201: Update ctypes docs to match behavior changed from 214b28d7a999. by R David Murray · 11 years ago
  76. c6cf35d #14056: Small improvements to the tarfile documentation. by R David Murray · 11 years ago
  77. 06b74a7 Fix a few typo/grammar issues in the multiprocessing docs. by Zachary Ware · 11 years ago
  78. dc14bc5 merge heads by Georg Brandl · 11 years ago
  79. c066105 closes #22528: add source links to symtable and compileall by Georg Brandl · 11 years ago
  80. 14b5a4d Closes #22537: Make sphinx extensions compatible with Python 2 or 3, like in the 3.x branches by Georg Brandl · 11 years ago
  81. b10b8ea Issue 22465: grammar, number agreement. by Terry Jan Reedy · 11 years ago
  82. 3e430eb Remove duplicate PyLong function descriptions. by Georg Brandl · 11 years ago
  83. f16fbf9 Move Doc/tools/sphinxext content to Doc/tools, there is no need for the nested subdirectory anymore. by Georg Brandl · 11 years ago
  84. bb67528 Dont define an empty SPHINXOPTS, which overrides a definition from the environment. by Georg Brandl · 11 years ago
  85. 75070f0 Prepare sphinx extensions for 1.3. by Georg Brandl · 11 years ago
  86. a76e4d8 add link to pdb source (closes #22528) by Benjamin Peterson · 11 years ago
  87. 276a0a5 #20135: FAQ entry for list mutation. by R David Murray · 11 years ago
  88. 12f0532 Issue #17462: Add a paragraph about advantages of argparse over optparse. by Berker Peksag · 11 years ago
  89. d1a4f99 allow archives for rc releases to be built (closes #22484) by Benjamin Peterson · 11 years ago
  90. 3e46d7c Doc: fix usage of deprecated config value "unused_docs", and a duplicate object name. by Georg Brandl · 11 years ago
  91. 967d41f Doc: remove invalid uses of ":option:" which will emit warnings in Sphinx 1.3. by Georg Brandl · 11 years ago
  92. 175b1a7 remove extra letter by Benjamin Peterson · 11 years ago
  93. b332f2a standardize pep 466 relnote style by Benjamin Peterson · 11 years ago
  94. f61e24d whatsnew for pep 466 ssl backport by Benjamin Peterson · 11 years ago
  95. f40a407 Issue #22436: Improved documentation for getEffectiveLevel() and getLevelName(). by Vinay Sajip · 11 years ago
  96. 74012c1 Issue #16827: Make Interpreter introduction section of the tutorial more by Senthil Kumaran · 11 years ago
  97. 05137ed make hg link secure by Benjamin Peterson · 11 years ago
  98. 7709a53 y2k compliance, lol (closes #22380) by Benjamin Peterson · 11 years ago
  99. 581448b Issue #22369: Change "context manager protocol" to "context management protocol". by Serhiy Storchaka · 11 years ago
  100. ea21772 Issue #20643: Fixed references to the next() method (distinguish from the by Serhiy Storchaka · 11 years ago