Python 2.7.16rc1
  1. 2149a9a [2.7] bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761) (GH-11876) by stratakis · 7 years ago
  2. b8eaec6 [2.7] bpo-28043: improved default settings for SSLContext (GH-10608) by stratakis · 7 years ago
  3. c49f63c [2.7] bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760) (GH-10607) by stratakis · 7 years ago
  4. 2f1a317 Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810) by Miss Islington (bot) · 7 years ago
  5. 8fe830d [2.7] Fix url to core-mentorship mailing list (GH-11775). (GH-11778) by Mariatta · 7 years ago
  6. 40a101d bpo-25592: Improve documentation of distutils data_files (GH-9767) (GH-11734) by Miss Islington (bot) · 7 years ago
  7. 77b80c9 bpo-34512: Document platform-specific strftime() behavior for non-ASCII format strings (GH-8948) by Miss Islington (bot) · 7 years ago
  8. c0a1d73 Update bugs.rst (GH-11487) by Miss Islington (bot) · 7 years ago
  9. 5a89c71 [2.7] Bump copyright years to 2019. (GH-11408) by Benjamin Peterson · 7 years ago
  10. 107b27e Add missing period in distutils.dep_util.newer_group doc (GH-11003) by Miss Islington (bot) · 7 years ago
  11. 46aa472 [2.7] Correct a couple of unbalanced parenthesis. (GH-10779). (GH-10963) by Andre Delfino · 7 years ago
  12. 40ef5b7 Fix typo in xml.dom.minidom documentation (GH-10956) by Miss Islington (bot) · 7 years ago
  13. abe74fe [2.7] bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565). (GH-10943) by Serhiy Storchaka · 7 years ago
  14. c6639cd [2.7] Move __missing__ after __delitem__ in Data model. (GH-10923). (GH-10944) by Andre Delfino · 7 years ago
  15. dfd4a1d [2.7] Fix signature of xml.dom.minidom.Document.toprettyxml(). (GH-10814). (GH-10827) by E Kawashima · 7 years ago
  16. 0ef0398 Linkify SMTP.quit() in smtplib documentation. (GH-9785) by Miss Islington (bot) · 7 years ago
  17. daa34b8 [2.7] bpo-35035: Rename email.utils documentation to email.utils.rst (GH-10023) (GH-10667) by Julien Palard · 7 years ago
  18. fcbceba bpo-31146: Don't fallback switcher to english on not-yet pusblished languages. (GH-10558) by Miss Islington (bot) · 7 years ago
  19. 815fa49 [2.7] Grammar corrections in abc.rst (GH-10525). (GH-10535) by Andrés Delfino · 7 years ago
  20. 6042f46 Linkify PEP 8 in unix.rst (GH-10482) by Miss Islington (bot) · 7 years ago
  21. fb8eb2c [2.7] bpo-33699: Describe try's else clause with the rest of the try clause (GH-7252) (GH-10469) by Andrés Delfino · 7 years ago
  22. 18ba485 [2.7] Doc: Make all versions sidebars the same for consistency. (GH-10288) (GH-10410) by Julien Palard · 7 years ago
  23. 842efd0 Add future_stmt to simple_stmt production list. (GH-8239) by Miss Islington (bot) · 7 years ago
  24. 322f8bc glob uses fnmatch.filter instead of fnmatch since 2001. (GH-10102) by Miss Islington (bot) · 7 years ago
  25. d06b60f Add a reference to the name mangling description in the tutorial to the index. (GH-10138) by Miss Islington (bot) · 7 years ago
  26. 830f26d Correct grammar mistakes in string.rst. (GH-9752) by Miss Islington (bot) · 7 years ago
  27. 421b41b Fix a typo about a comma. (GH-10306) by Miss Islington (bot) · 7 years ago
  28. aa39c1a [2.7] bpo-32804: Include the context parameter in urlretrieve documentation (GH-10203) by Lysandros Nikolaou · 7 years ago
  29. bc6f74a bpo-34866: Add max_num_fields to cgi.FieldStorage (GH-9660) (GH-9969) by matthewbelisle-wf · 7 years ago
  30. 4ec427b bpo-27741: Better wording for datetime.strptime() (GH-9994) by Miss Islington (bot) · 7 years ago
  31. 4704c33 [2.7] unittest documentation: Spell pytest without the dot (GH-9820) (GH-10157) by Mariatta · 7 years ago
  32. e389de8 bpo-35079: Revise difflib.SequenceManager.get_matching_blocks doc (GH-10144) by Miss Islington (bot) · 7 years ago
  33. 9dcb517 [3.7] bpo-34789: xml.sax.make_parser expects a list not just any sequence (GH-9542) by Miss Islington (bot) · 7 years ago
  34. 971089f [2.7] bpo-34576 : Backport eeab510 2.7 (#10115) by Senthil Kumaran · 7 years ago
  35. 4a59c96 [2.7] bpo-34260, shutil: fix copy2 and copystat documentation (GH-8523) (GH-10071) by Zsolt Cserna · 7 years ago
  36. 56a4a3a [2.7] bpo-34748: link to :ref:`partial-objects` in functools.partial doc. (GH-9809) by Xiang Zhang · 7 years ago
  37. b53edb1 bpo-35032: Remove inaccessible videos from faq/Windows (GH-10004) by Miss Islington (bot) · 7 years ago
  38. 2bad7ac bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs (GH-5621) by Miss Islington (bot) · 7 years ago
  39. b0f7fa1 bpo-21196: Clarify name mangling rules in tutorial (GH-5667) by Miss Islington (bot) · 7 years ago
  40. f82c9f1 bpo-34967: Sphinx is deprecating add_description_unit, use add_object_type (GH-9827) by Miss Islington (bot) · 7 years ago
  41. 6198976 bpo-34203: FAQ now recommends python 3.x over 2.x (GH-9796) by Miss Islington (bot) · 7 years ago
  42. 8d3b0f4 [2.7] bpo-13407: Mention that bz2/tarfile doesn't support multi-stream bzip2 files (GH-8428) by Andrés Delfino · 7 years ago
  43. afa591d [2.7] bpo-33216: Clarify the documentation for CALL_FUNCTION_* (GH-8338) (GH-8783) by Serhiy Storchaka · 7 years ago
  44. 30af2e7 bpo-34500: Fix ResourceWarning in difflib.py (GH-8926) by Mickaël Schoentgen · 7 years ago
  45. 71f2dad [2.7] Fix struct sequence glossary entry grammar (GH-9030) by Zachary Ware · 7 years ago
  46. 5c437d6 Make it more clear that setUpClass runs before each class, not "class run" (GH-8844) by Miss Islington (bot) · 7 years ago
  47. 9027502 [2.7] bpo-34273: Change 'Fixed point' to 'Fixed-point notation'. (GH-8673) by Terry Jan Reedy · 7 years ago
  48. dc9039d bpo-27671: Update FAQ about why len is function (GH-8432) by Miss Islington (bot) · 7 years ago
  49. 5e980f0 [2.7] Use 'for example' instead of 'in other words' in compound statement doc (GH-8401) by Andrés Delfino · 7 years ago
  50. 1c8f655 bpo-28677: Improve phrasing of when instance attribute is referenced (GH-6208) by Miss Islington (bot) · 7 years ago
  51. 613cbf3 Fix site module documentation. (GH-8441) by Miss Islington (bot) · 7 years ago
  52. f7e60a6 [2.7] bpo-33468: Add try-finally contextlib.contextmanager example (GH-7816) (GH-8427) by Tal Einat · 7 years ago
  53. 1fb24b6 Clarify ValueError's broad applicability (GH-8313) (GH-8316) by Miss Islington (bot) · 7 years ago
  54. 3a98ddd bpo-33888: Use CPython instead of Python in the FAQ (GH-7767) by Miss Islington (bot) · 7 years ago
  55. 3707dfa [2.7] closes bpo-34050: Fix link in SSL docs (GH-8173). (GH-8179) by Benjamin Peterson · 7 years ago
  56. ad0fc8d [2.7] bpo-33804: Document that the argument for io.TextIOBase.read() is optional (GH-7510). (GH-8171) by Andrés Delfino · 7 years ago
  57. 292ce15 bpo-34018: Doc'd that type names of SQLite converters are case-insensitive. (GH-8042) (GH-8066) by Miss Islington (bot) · 7 years ago
  58. 11ba050 Update 2.7 doc templates for 3.7.0 (GH-7996) by Ned Deily · 7 years ago
  59. bcb1ac8 bpo-33958: Doc: Remove unused variable in example (GH-7927) by Miss Islington (bot) · 7 years ago
  60. 7820973 [2.7] bpo-33952: Fix typo in str.upper() documentation (GH-7898) (GH-7905) by Tal Einat · 7 years ago
  61. aa770b7 [2.7] bpo-33943: Add references in the docs for logging.basicConfig (GH-7858) (GH-7902) by Tal Einat · 7 years ago
  62. 2c11e23 [2.7] bpo-33885: Replace "hook function" with "callable" (GH-7765). (#7885) by Andrés Delfino · 7 years ago
  63. 3e3157b bpo-33887: Add TOC to Design and History FAQ(GH-7766) by Miss Islington (bot) · 7 years ago
  64. 1c9a72c [2.7] bpo-33877: Remove UNIX qualification for running complete programs (GH-7744) by Andrés Delfino · 7 years ago
  65. 9c13178 Fix four spelling typos in documentation (GH-7753) by Xtreak · 7 years ago
  66. 60c888d bpo-33892: Doc: Use gender neutral words (GH-7770) by Andrés Delfino · 7 years ago
  67. 80c51c4 bpo-33571: Improve the glossary description for '...' prompt (GH-6971) by Miss Islington (bot) · 7 years ago
  68. bb3b365 Improve the grammar in the glossary item for `list` (GH-7727) by Miss Islington (bot) · 7 years ago
  69. 184e8ed [2.7] bpo-33852: Remove misplaced parentheses around 'list'. (GH-7672) (#7716) by Andrés Delfino · 7 years ago
  70. fc8ea20 [2.7] bpo-33828: Clarify auto-numbering is not available to string.Formatter. (GH-7668) (GH-7676) by Xiang Zhang · 7 years ago
  71. 42ca836 bpo-33845: Update Doc\make.bat on 2.7 to bring it on par to master version (GH-7667) by Andrés Delfino · 7 years ago
  72. 4fde701 bpo-23404: Update/sync What's New files for 3.6/3.5/2.7 (GH-7624) by Ned Deily · 7 years ago
  73. 48712e2 Remove hyphens from phrase "picks up where it left off" (GH-7410) by Mariatta · 7 years ago
  74. f01b951 bpo-33766: Document that end of file or string is a newline (GH-7383) by Miss Islington (bot) · 7 years ago
  75. 458ed1b [2.7] Add version change for OpenSSL 1.1.0 compatibility (GH-7541) by Mayank Singhal · 7 years ago
  76. 7b9b87e bpo-33600: document that platform.linux_distribution() has been removed (GH-7281) by Timo Furrer · 7 years ago
  77. 134bb46 bpo-27902: Add compatibility note to Profile docs (GH-7295) by Miss Islington (bot) · 7 years ago
  78. 5f0726a bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263) by Miss Islington (bot) · 7 years ago
  79. af36859 bpo-23495: Correct the documentation for writerows() of csv Writer objects (GH-6316) by Miss Islington (bot) · 7 years ago
  80. 5583ef4 [2.7] bpo-33670: Expose Sphinx errorlevel (GH-7156). (GH-7201) by Andrés Delfino · 7 years ago
  81. 804fcf6 [2.7] bpo-33595: Fix lambda parameters being refered as arguments (GH-7037) (GH-7122) by Terry Jan Reedy · 7 years ago
  82. 8cbde8a [2.7] bpo-33518: Add PEP entry to documentation glossary (GH-6860). (#6936) by Andrés Delfino · 7 years ago
  83. 3ccc313 bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021) by Miss Islington (bot) · 7 years ago
  84. 6a8954a [2.7] Fix C API docs: PyCapsule_Import always set an exception on failure. (GH-6967) (GH-6970) by Miss Islington (bot) · 7 years ago
  85. ad65d09 [2.7] bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6814). (GH-6905) by Stéphane Wirtel · 7 years ago
  86. 84fc6c5 bpo-22069: Update TextIO documentation (GH-6609) by Miss Islington (bot) · 7 years ago
  87. d7e783b [2.7] bpo-13525: Fix incorrect encoding name in the tutorial example. (GH-6738). (GH-6744) by Serhiy Storchaka · 7 years ago
  88. 4a1bc26 [2.7] bpo-32362: Fix references to non-existent multiprocessing.Connection() (GH-6223) (GH-6646) by Bo Bayles · 7 years ago
  89. 07c3a61 Fix reference to exceptions in multprocessing docs. (GH-6647) by Bo Bayles · 7 years ago
  90. 1c6c851 [2.7] bpo-33280: Reorganize external Tcl/Tk references. (GH-6473). (GH-6607) by Andrés Delfino · 7 years ago
  91. b9827b7 [2.7] bpo-33297: Mention Pillow to work with more image formats. (GH-6505) (GH-6562) by Andrés Delfino · 7 years ago
  92. 7a45eb9 bpo-33283: Mention PNG as a supported format by Tcl/Tk. (GH-6479) (GH-6542) by Andrés Delfino · 7 years ago
  93. 7d19676 [2.7] fix pydoc-topics to work with Sphinx 1.7 (GH-6502) by Benjamin Peterson · 7 years ago
  94. 77f0a41 [2.7] bpo-8243: Doc patch for curses.window.addstr and curses.window.addch (GH-5179) (GH-6405) by Miss Islington (bot) · 7 years ago
  95. 325191b [2.7] bpo-27212: Modify islice recipe to consume initial values preceding start (GH-6195) (GH-6339) by Cheryl Sabella · 7 years ago
  96. a266507 Fix description about SimpleXMLRPCServer constructor parameter bind_and_activate. (GH-776) by Miss Islington (bot) · 7 years ago
  97. 20003f9 bpo-32963: Fix the tutorial to state source has a default encoding of ASCII (GH-5961) by Brett Cannon · 7 years ago
  98. ecaa372 bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767) by Miss Islington (bot) · 7 years ago
  99. b7c1a94 [2.7] bpo-25059: Clarify the print separator usage in tutorial (GH-5879) by Cheryl Sabella · 7 years ago
  100. 7634947 bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041) by Miss Islington (bot) · 7 years ago