1. 72f3e08 [2.7] bpo-33132: Fix reference counting issues in the compiler. (GH-6209). (GH-6322) by Serhiy Storchaka · 7 years ago
  2. 4a3c4ba [2.7] Gitignore gmon.out (GH-5796) (GH-6328) by Serhiy Storchaka · 7 years ago
  3. e80a232 [2.7] bpo-33096: Fix ttk.Treeview.insert. (GH-6228) (GH-6326) by Serhiy Storchaka · 7 years ago
  4. 924035a [2.7] Fix error message in sqlite connection thread check. (GH-6028). (GH-6325) by Serhiy Storchaka · 7 years ago
  5. c498cd8 bpo-31544: Fix a reference leak to 'self' after the previous target error handling fixes. (GH-6318) by scoder · 7 years ago
  6. 7f48a42 bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6284) by Miss Islington (bot) · 7 years ago
  7. a266507 Fix description about SimpleXMLRPCServer constructor parameter bind_and_activate. (GH-776) by Miss Islington (bot) · 7 years ago
  8. e3e8bdc Fix typo and edit for clarity in the docstrings of sys.float_info. (GH-2251) by Miss Islington (bot) · 7 years ago
  9. edd5418 [2.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6215) by Christian Heimes · 7 years ago
  10. 0694b6a bpo-31544: Avoid calling "PyObject_GetAttrString()" (and potentially executing user code) with a live exception set. (GH-3992) by scoder · 7 years ago
  11. 1ce4e5b Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184) by Miss Islington (bot) · 7 years ago
  12. 7ee0936 Fix typos in mmap() error messages (GH-6173) by Miss Islington (bot) · 7 years ago
  13. 4e907d8 Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133) (GH-6135) by Miss Islington (bot) · 7 years ago
  14. baca85f [2.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6111) by xdegaye · 7 years ago
  15. 3854f58 [2.7] bpo-33026: Fix jumping out of "with" block by setting f_lineno. (GH-6026). (GH-6074) (GH-6076) by Miss Islington (bot) · 7 years ago
  16. 34bb88d Clear possible exception before calling PyTuple_Pack in IMPORT_NAME (GH-6033) by Xiang Zhang · 7 years ago
  17. 55d5bfb [2.7] closes bpo-32997: Fix REDOS in fpformat (GH-5984) by Jamie Davis · 7 years ago
  18. e052d40 [2.7] bpo-32981: Fix catastrophic backtracking vulns (GH-5955) by Benjamin Peterson · 7 years ago
  19. 20003f9 bpo-32963: Fix the tutorial to state source has a default encoding of ASCII (GH-5961) by Brett Cannon · 7 years ago
  20. aa40f92 [2.7] bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801). (#5947) by Alexey Izbyshev · 7 years ago
  21. c20c97f bpo-18533: Avoid RuntimeError from repr() of recursive dictview (#4823) (#5357) by bennorth · 7 years ago
  22. ecaa372 bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767) by Miss Islington (bot) · 7 years ago
  23. b7c1a94 [2.7] bpo-25059: Clarify the print separator usage in tutorial (GH-5879) by Cheryl Sabella · 7 years ago
  24. 7634947 bpo-31454: Include information about "import X as Y" in Modules tutorial (GH-4041) by Miss Islington (bot) · 7 years ago
  25. 07c13ee Delete a broken threading.local example (GH-5870) by Miss Islington (bot) · 7 years ago
  26. df1732a [2.7] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5882) by Christian Heimes · 7 years ago
  27. 439956a Fix ssl module, Python 2.7 doesn't have Py_MAX (#5878) by Christian Heimes · 7 years ago
  28. 4bb9b9a [2.7] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5877) by Christian Heimes · 7 years ago
  29. 3d87f4c [2.7] bpo-30622: Improve NPN support detection (GH-5859) (#5863) by Christian Heimes · 7 years ago
  30. a5c9112 [2.7] bpo-32185: Don't send IP in SNI TLS extension (GH-5865) (#5871) by Miss Islington (bot) · 7 years ago
  31. 6e8f395 bpo-25404: SSLContext.load_dh_params() non-ASCII path (GH-3459) by Christian Heimes · 7 years ago
  32. 8d4d173 bpo-31518: Change TLS protocol for Debian (#3661) by Christian Heimes · 7 years ago
  33. 8a7f1f4 bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833) by Miss Islington (bot) · 7 years ago
  34. 61bd4d2 [2.7] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5825) by Anselm Kruis · 7 years ago
  35. b852d8c [2.7] bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chunk is not found (GH-5240) (GH-5781) by Miss Islington (bot) · 7 years ago
  36. 6c7edba [2.7] closes bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789) (#5792) by Benjamin Peterson · 7 years ago
  37. 5dc275a Fix typo in docs (GH-5763) by Raymond Hettinger · 7 years ago
  38. eeb3365 [2.7] bpo-21060 Improve error message for "setup.py upload" without dist files (GH-5726). by Éric Araujo · 7 years ago
  39. 21f53e7 [2.7] Clean up Travis config (GH-5727) by Zachary Ware · 7 years ago
  40. fd9d1c9 DOC: fix documentation for copyright and credits (GH-5706) by Miss Islington (bot) · 7 years ago
  41. 836b642 Update comment in posixmodule.c (GH-5681) by Miss Islington (bot) · 7 years ago
  42. 8771125 Fix installation instructions for *nix (GH-5605) by Miss Islington (bot) · 7 years ago
  43. 23f0a5e [2.7] remove mercurial dot files (GH-5558). by Benjamin Peterson · 7 years ago
  44. 17cec70 bpo-30109: Fix reindent.py for non-ASCII files. (#5637) by Serhiy Storchaka · 8 years ago
  45. 4029064 Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5571) by Miss Islington (bot) · 8 years ago
  46. 2cf8804 Fix AppVeyor doc short-circuit (GH-5635) by Miss Islington (bot) · 8 years ago
  47. 239e13b [2.7] Add short-circuit for doc changes to AppVeyor (GH-5629) by Zachary Ware · 8 years ago
  48. ea6e644 bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) (GH-5613) by Miss Islington (bot) · 8 years ago
  49. e719793 [2.7] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5604) by Serhiy Storchaka · 8 years ago
  50. 672fd7d bpo-32784: Wrong argument name for csv.DictReader in documentation (GH-5575) by Stéphane Wirtel · 8 years ago
  51. 2942b90 bpo-32616: Disable computed gotos by default for clang < 5 (GH-5574) by INADA Naoki · 8 years ago
  52. 0a18422 allow the test suite to pass if the strop module doesn't exist (GH-5566) by Benjamin Peterson · 8 years ago
  53. 2a4e2ea Fix typo -- missing "not" (GH-5532) by Raymond Hettinger · 8 years ago
  54. 42e8ea9 bpo-32739: Show default value for rotate() (GH-5517) by Raymond Hettinger · 8 years ago
  55. 2357cd7 Update Doc build for split off of 3.7 branch by Ned Deily · 8 years ago
  56. 9b7b3a6 bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5494) by Mariatta · 8 years ago
  57. b7a2c17 [2.7] bpo-32137: The repr of deeply nested dict now raises a RuntimeError (GH-4570) (#5493) by Serhiy Storchaka · 8 years ago
  58. b60f43a bpo-30595: Increase test_queue_feeder_donot_stop_onexc() timeout (GH-2148) (GH-5429) by Victor Stinner · 8 years ago
  59. f5a7935 bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5331) by Bo Bayles · 8 years ago
  60. 5679277 Fix PyTrace_RETURN documentation (GH-5384) (GH-5387) by Miss Islington (bot) · 8 years ago
  61. 745e9de bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documentation (GH-5361) (GH-5378) by Miss Islington (bot) · 8 years ago
  62. 38487a0 [2.7] bpo-32521: nis libnsl (GH-5190) (#5353) by Christian Heimes · 8 years ago
  63. f5e8f71 [2.7] bpo-32640: Clarify the behavior of str.join and unicode object (GH-5333) by Mariatta · 8 years ago
  64. 6996f28 bpo-32667: Fix tests when $PATH contains a file (#5324) by Victor Stinner · 8 years ago
  65. e64a47b bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile (GH-4056). (#5299) by Xiang Zhang · 8 years ago
  66. 6ccdad7 bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (GH-5284) (#5295) by Miss Islington (bot) · 8 years ago
  67. 8ca036d bpo-32586: Fix code example in urllib2's doc (GH-5238) by Pablo Galindo · 8 years ago
  68. b1a52b1 Use assertItemsEqual instead of assertEqual. (#5224) by Gregory P. Smith · 8 years ago
  69. 016f59a pythoninfo: add time.time and datetime.datetime.now (GH-5214) (#5220) by Miss Islington (bot) · 8 years ago
  70. 27f32e9 bpo-32539: Fix OSError for os.listdir() for extended-length paths on Windows (#5169) by Anthony Sottile · 8 years ago
  71. ab95b30 bpo-32521: nis libtirpc (GH-5137) (#5166) by Miss Islington (bot) · 8 years ago
  72. 0ebf0ae Fix version in AppVeyor config (GH-5126) by Zachary Ware · 8 years ago
  73. cd02003 [2.7] Kill the AppVeyor file whitelist (GH-5123) by Zachary Ware · 8 years ago
  74. e136981 [2.7] advance copyright years to 2018 (GH-5094). (#5105) by Benjamin Peterson · 8 years ago
  75. ca54740 [2.7] bpo-32211: Document the existing bug in re.findall() and re.finditer(). (GH-4695). (#5096) by Serhiy Storchaka · 8 years ago
  76. 0bcba37 bpo-32482: Improve syntax and grammar tests. (#5085) by Serhiy Storchaka · 8 years ago
  77. eb08a92 coalesce GILless sections in new_buffersize (#5059) by Benjamin Peterson · 8 years ago
  78. dbf52e0 bpo-31530: fix crash when multiple threads iterate over a file, round 2 (#5060) by Benjamin Peterson · 8 years ago
  79. 0e0d101 bpo-32452: clarify term 'brackets' in generator tutorial (GH-5079) (#5082) by Miss Islington (bot) · 8 years ago
  80. b495377 [2.7] bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause. (GH-5078). (#5084) by Serhiy Storchaka · 8 years ago
  81. 2de47ca bpo-32416: Add two new tests in test_sys_settrace. (GH-5072) (#5074) by Miss Islington (bot) · 8 years ago
  82. 4be7420 [2.7] Add missing backslashes in PCbuild bat files (GH-5056) (GH-5058) by Zachary Ware · 8 years ago
  83. 3ceaed0 bpo-18035: telnetlib: select.error doesn't have an errno attribute (#5044) by Segev Finer · 8 years ago
  84. 1f9d549 [2.7] remove unused import (GH-5040). (#5043) by Benjamin Peterson · 8 years ago
  85. 417f76a make PatternCompiler use the packaged grammar if possible (more bpo-24960) (GH-5034) (#5037) by Miss Islington (bot) · 8 years ago
  86. c60eca0 [2.7] bpo-32416: Refactor tests for the f_lineno setter and add new tests. (GH-4991). (#5017) by Serhiy Storchaka · 8 years ago
  87. 8b9995f correct wording (GH-4983) (#4985) by Miss Islington (bot) · 8 years ago
  88. 770a802 [2.7] bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar files (GH-4977) (#4980) by Benjamin Peterson · 8 years ago
  89. e8ab7eb correct the typos (GH-4950) (#4952) by Miss Islington (bot) · 8 years ago
  90. 2316c68 pythoninfo: sync with master (#4843) by Victor Stinner · 8 years ago
  91. 3ff488c trivial: link updates in documentation (GH-2765) (#4836) by Miss Islington (bot) · 8 years ago
  92. d663549 Fix improper use of re.escape() in tests. (GH-4814) (#4817) by Miss Islington (bot) · 8 years ago
  93. 3b9173d bpo-30806: Fix netrc.__repr__() format (GH-2491) by Steven Loria · 8 years ago
  94. 292fce9 bpo-32212: Updated logging documentation to make parameter names more consistent with source. (GH-4765) (GH-4768) by Vinay Sajip · 8 years ago
  95. 830daae [2.7] bpo-32186: Release the GIL during fstat and lseek calls (#4651) by Nir Soffer · 8 years ago
  96. 12fa6b1 Add a missing space in tkinter documentation. (GH-4692). (GH-4723) by Mariatta · 8 years ago
  97. 65d1887 [2.7] bpo-10544: Deprecate "yield" in comprehensions and generator expressions in Py3k mode. (GH-4579) (#4676) by Serhiy Storchaka · 8 years ago
  98. be6b74c bpo-20891: Fix PyGILState_Ensure() (#4650) (#4657) by Victor Stinner · 8 years ago
  99. 7d1cfee make tags: index also Modules/_ctypes/ (#4648) (#4660) by Victor Stinner · 8 years ago
  100. 56e444f [2.7] bpo-32107 - Backport bitmask check fix (GH-4576) (#4590) by Barry Warsaw · 8 years ago