1. 228da42 bpo-30258: Fix handling of child error in regrtest (#1477) by Victor Stinner · 7 years ago
  2. 03b2788 bpo-30265: support.unlink() don't catch any OSError (#1456) by Victor Stinner · 7 years ago
  3. 5d7a18f [2.7] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1471) by Serhiy Storchaka · 7 years ago
  4. d81f9e2 bpo-30264: ExpatParser now closes the source (#1476) by Victor Stinner · 7 years ago
  5. fd6094c Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1472) by Victor Stinner · 7 years ago
  6. ef4c6ba Revert "Issue #29094: Offsets in a ZIP file created with extern file object and modes" (#1467) by Benjamin Peterson · 7 years ago
  7. 8a19eb2 bpo-23404: make touch becomes make regen-all (#1466) by Victor Stinner · 7 years ago
  8. e81e355 bpo-30108: Fix test_site setUpModule() (#1460) by Victor Stinner · 7 years ago
  9. 7806438 bpo-30108: Restore sys.path in test_site (#1197) (#1459) by Victor Stinner · 7 years ago
  10. 9fb061b Fix test_ftplib warning if IPv6 is not available (#1457) by Victor Stinner · 7 years ago
  11. 0f7f676 test_distutils: test_build_ext uses EnvironGuard (#1458) by Victor Stinner · 7 years ago
  12. e1b02ff [2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447) by Mariatta · 7 years ago
  13. 74f0db8 [2.7] bpo-30236: Backported regrtest options -m and -G. (#1394) by Serhiy Storchaka · 7 years ago
  14. 8cf7ea2 Add Appveyor to Python 2.7 branch (#1434) by Victor Stinner · 7 years ago
  15. 2c27731 bpo-30257: _bsddb: Fix newDBObject() (#1428) by Victor Stinner · 7 years ago
  16. c991eb2 bpo-30258: regrtest handles child process crash (#1431) by Victor Stinner · 7 years ago
  17. 15f8d0d test_distutils: use EnvironGuard (#1433) by Victor Stinner · 7 years ago
  18. 2b183b8 Update .gitignore (#1435) by Victor Stinner · 7 years ago
  19. f6a3133 bpo-30255: Clip step in _PySlice_Unpack() (#1429) by Victor Stinner · 7 years ago
  20. 0d49379 regrtest: always show before/after of modified env (#1407) (#1409) by Victor Stinner · 7 years ago
  21. d1c862f bpo-30199: test_ssl closes all asyncore channels (#1381) (#1408) by Victor Stinner · 7 years ago
  22. df56925 bpo-30232: Support Git worktree in configure.ac (#1402) by Victor Stinner · 7 years ago
  23. 8105dd7 bpo-30223: Add global in regrtest main_in_temp_cwd (#1399) by Victor Stinner · 7 years ago
  24. fd6c8bb bpo-27593: Revise git SCM build info. (#744) (#746) (#1392) by Victor Stinner · 7 years ago
  25. 8e158b2 [2.7] bpo-30223: Fix test_xpickle for Python 2.4. (#1395) by Serhiy Storchaka · 7 years ago
  26. 43566ae [2.7] bpo-30223: Add Lib/test/__main__.py. (#1373) by Serhiy Storchaka · 7 years ago
  27. 2c7085f bpo-27593: Get SCM build info from git instead of hg (#1327) by Victor Stinner · 7 years ago
  28. 6bed8f9 bpo-30207: Install the Lib/test/support directory. (#1369) by Serhiy Storchaka · 7 years ago
  29. a694e09 bpo-30207: Rename test.test_support to test.support. (#1353) by Serhiy Storchaka · 7 years ago
  30. 4734c2d [2.7] bpo-30208: DOC: fix small typos in IDLE (#1358) by csabella · 7 years ago
  31. 941ea53 [2.7] bpo-30197: Enhance swap_attr() and backport swap_item() in test.test_support. (#1341) (#1347) by Serhiy Storchaka · 7 years ago
  32. 5f4056a Fix "make tags" command (#1337) by Victor Stinner · 7 years ago
  33. 219a3f9 Update gitignore from master (#1329) by Victor Stinner · 7 years ago
  34. 24404b4 [2.7] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312). (#1315) by Mariatta · 7 years ago
  35. 19b3a48 [2.7] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1305) by Dong-hee Na · 7 years ago
  36. bfc7dff [2.7] bpo-15718: Document the upper bound constrain on the __len__ return value. (GH-1256). (#1261) by Serhiy Storchaka · 7 years ago
  37. 91e5ee5 [2.7] Add missing .gitignore entries for VS2015 IntelliSense DB (GH-1223). (#1227) by Mariatta · 7 years ago
  38. fb12365 Remove redundant comma in argparse HOWTO (GH-1141) by Berker Peksag · 7 years ago
  39. 450a69c bpo-19225: Remove duplicated description for standard warning categories (GH-1068) by cocoatomo · 7 years ago
  40. 2a1bf06 [2.7] [3.5] bpo-30070: Fixed leaks and crashes in errors handling in the parser module. (GH-1131). (GH-1185) (#1189) by Serhiy Storchaka · 7 years ago
  41. 64aa4df [2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (GH-1096) (GH-1180) (#1183) by Serhiy Storchaka · 7 years ago
  42. 32c43fb Fix typo in HTTPConnection.set_tunnel description (#1179) by Christopher Snyder · 7 years ago
  43. 89f9eb5 bpo-29943: Remove the PySlice_GetIndicesEx() macro. (#1050) by Serhiy Storchaka · 7 years ago
  44. 5e79321 bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154) by Serhiy Storchaka · 7 years ago
  45. 50f948e bpo-30011: Fixed race condition in HTMLParser.unescape(). (#1140) by Serhiy Storchaka · 7 years ago
  46. 5fbdfc3 bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1152) by Xiang Zhang · 7 years ago
  47. 0b46fcf [2.7] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1147) by Michael Seifert · 7 years ago
  48. b2b00e0 [2.7] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1144) by Mariatta · 7 years ago
  49. 53ad684 bpo-30021: Add examples for re.escape(). (#1048) (#1118) by Serhiy Storchaka · 7 years ago
  50. 65c5b09 bpo-30027: Fix Py3k warnings in test_xml_etree. (#1065) by Serhiy Storchaka · 7 years ago
  51. e0cba5b [2.7] bpo-29521: Fix two minor documentation build warnings (GH-41) (GH-670) by Mariatta · 7 years ago
  52. 7026cd9 [2.7] Correct typo in configparser.rst (GH-1012) (GH-1026) by Mariatta · 7 years ago
  53. ab16dc1 bpo-29506: Clarify deep copy note in copy module by Nick Coghlan · 7 years ago
  54. d6d943a Issue #29798: Handle git worktree in patchcheck (#1057) by Nick Coghlan · 7 years ago
  55. e41390a bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046) by Serhiy Storchaka · 7 years ago
  56. 7f85947 [2.7] bpo-19225: Lack of c api exceptions doc (#964) by cocoatomo · 7 years ago
  57. 9b50786 Fix references within buffer protocol docs (#1016) by Eric Wieser · 7 years ago
  58. d7564e5 remove merge=union attribute for Misc/NEWS (GH-460) (GH-989) by Mariatta · 7 years ago
  59. 23d6eb6 bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462) (#973) by Victor Stinner · 7 years ago
  60. d64146c Fix socket leaks (#351) by Ivan Mokeev · 7 years ago
  61. 9c2c42c bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903) (#963) by Serhiy Storchaka · 7 years ago
  62. 68903b6 bpo-15083: Convert ElementTree doctests to unittests. (#906) by Serhiy Storchaka · 7 years ago
  63. 5aa913d bpo-29952: Use usual terminology of dict (GH-924) by INADA Naoki · 7 years ago
  64. 2ee01ec [2.7] bpo-22392: Improve documentation for __getinitargs__ (GH-899) by Mandeep Singh · 7 years ago
  65. d694a06 bpo-29942: Fix the use of recursion in itertools.chain.from_iterable. (#913) by T. Wouters · 7 years ago
  66. 079f21f bpo-29935: Fixed error messages in the index() method of tuple and list (#887) (#907) (#910) by Serhiy Storchaka · 7 years ago
  67. 3ceca68 bpo-29917: DOC: Remove link from PyMethodDef (#890) (#896) by Senthil Kumaran · 7 years ago
  68. fd704a0 bpo-16011: clarify that 'in' always returns a boolean value (GH-152) (GH-883) by Mariatta · 7 years ago
  69. 6a04ef7 bpo-29643: Fix check for --enable-optimizations (GH-873) by INADA Naoki · 7 years ago
  70. d665407 Drop the standard gcc test build on Travis (GH-853) (GH-861) by Brett Cannon · 7 years ago
  71. 6f95b37 bpo-29888: Fix the link referring to "Python download page" (GH-823) by cocoatomo · 7 years ago
  72. 5084ff7 bpo-29861: release references to multiprocessing Pool tasks (#743) (#803) by Antoine Pitrou · 7 years ago
  73. de65804 Insert a missing semicolon in sgmllib documentation (#772) by cocoatomo · 7 years ago
  74. dae5482 fix function name in tabnanny documentation (GH-764) by Xiang Zhang · 7 years ago
  75. 9c0408d bpo-29876: fix DECREF for NULL value in subelement() (GH-760) by Xiang Zhang · 7 years ago
  76. e6a55dd bpo-29874: fix INCREF for possible NULL values in select_select() (GH-758) by Xiang Zhang · 7 years ago
  77. 827c783 bpo-29873: fix INCREF for possible NULL value in element_getattr() (GH-757) by Xiang Zhang · 7 years ago
  78. 91f79db bpo-29856: Fix typo in curses documentation (GH-730) (GH-733) by Mariatta · 7 years ago
  79. fc714fd Drop C++ header compatibility test (#718) (#721) by Brett Cannon · 7 years ago
  80. a5f8165 [2.7] Combine the C++ header CI build into the main C build (GH-697) (#706) by Brett Cannon · 7 years ago
  81. 1aa1803 bpo-27880: Fixed integer overflow in cPickle when pickle large strings or (#662) by Serhiy Storchaka · 7 years ago
  82. 4ec14c2 fix parameter names in ftplib documentation (GH-656) by Xiang Zhang · 7 years ago
  83. ee10fb9 bpo-29798: Handle git worktree in `make patchcheck` (#629) (#635) by Nick Coghlan · 7 years ago
  84. c8869af [2.7] bpo-29656: Handle PR branches in 'make patchcheck' (#302) (#628) by Nick Coghlan · 7 years ago
  85. 309fb90 Insert the line which should not have been deleted (#581) by cocoatomo · 7 years ago
  86. 0c2ed76 [2.7] bpo-29768: Fixed compile-time check for expat version. (#577) by Serhiy Storchaka · 7 years ago
  87. de1c7d5 Issue #29682:Possible missing NULL check in pyexpat (#573) by svelankar · 7 years ago
  88. 9fbb65e bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#510) by Serhiy Storchaka · 7 years ago
  89. 6c6186d PCbuild: Add -q option to svn export (GH-539) by INADA Naoki · 7 years ago
  90. 6120484 bpo-27593: Updates Windows build to use information from git (#262) (#448) by Steve Dower · 7 years ago
  91. f9a6516 bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-444) by Zachary Ware · 7 years ago
  92. fc59e5c bpo-29709: Improve Boolean Operations documentation (#433) (#438) by Mariatta · 7 years ago
  93. f1a696e bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-399) by Donald Stufft · 7 years ago
  94. 9514969 Disable mention-bot for maintenance branches (GH-370) by Donald Stufft · 7 years ago
  95. c9ba186 bpo-26867: Ubuntu's openssl OP_NO_SSLv3 is forced on by default; fix test. (GH-374) by Xiang Zhang · 7 years ago
  96. b4f0e98 bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (GH-366) by Xiang Zhang · 7 years ago
  97. 02eb4b0 bpo-29110: Fix file object leak in aifc.open (GH-356) by INADA Naoki · 7 years ago
  98. c8e2021 bpo-22594: Add a link to the regex module in re documentation (GH-241) (GH-321) by Mariatta · 7 years ago
  99. 6e9e649 mark various test data binary (#233) (#303) by Benjamin Peterson · 7 years ago
  100. 23d2c31 [2.7] bpo-28929: Add to Misc/NEWS (GH-286) by Mariatta · 7 years ago