1. ed3edb4 [2.7] Only run AppVeyor on long-lived branches (GH-1941) by Zachary Ware · 7 years ago
  2. 87edc5e Skip UNC tests on AppVeyor in case of ENOENT (GH-1950) by Zachary Ware · 7 years ago
  3. 6a1b89d [2.7] Turn on macOS builds for Travis (GH-1846) (GH-1931) by Brett Cannon · 7 years ago
  4. 3ef3bcb bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1904) (#1676) by Xiang Zhang · 7 years ago
  5. 662d856 bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1907) by Mariatta · 7 years ago
  6. 9139f23 bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1898) by Mariatta · 7 years ago
  7. 32e220f [2.7] Fix Travis config to reinstate test build (GH-1879) (GH-1891) by Brett Cannon · 7 years ago
  8. e81aa87 [2.7] Fix a trivial typo in global section (GH-1497) (GH-1882) by Mariatta · 7 years ago
  9. 497e5e1 [2.7] Build docs in parallel (GH-1842). (GH-1873) by Mariatta · 7 years ago
  10. 1f29cef bpo-29766: Do not force --with-lto to true for --enable-optimizations (#1858) by Hanno Schlichting · 7 years ago
  11. 1626a47 [2.7] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1289) by Mariatta · 7 years ago
  12. 96f5020 [2.7] bpo-30310: tkFont now supports unicode options (e.g. font family). (#1567) by Serhiy Storchaka · 7 years ago
  13. 2bb6eb3 [2.7] Indent methods and attributes of MimeType class (GH-1306) (#1801) by Stéphane Wirtel · 7 years ago
  14. bdd9647 [2.7] bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (GH-1683) (#1817) by Antoine Pitrou · 7 years ago
  15. 779e7c9 bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700) (#1788) by Stéphane Wirtel · 7 years ago
  16. 9395ca4 added re.UNICODE effects to insensitive flags (#1781) by Brian Ward · 7 years ago
  17. f31f225 Fix spelling mistakes in tkinter.py (#1754) by Vijay Kumar · 7 years ago
  18. fd58340 Build the docs against Sphinx 1.6.1 (GH-1744) by Brett Cannon · 7 years ago
  19. 374e57d [2.7] Fix typos in multiple `.rst` files (GH-1668) (#1707) by delirious-lettuce · 7 years ago
  20. 6e1b832 bpo-30003: Fix handling escape characters in HZ codec (#1720) (#1556) by Xiang Zhang · 7 years ago
  21. 2b67c7a [2.7] bpo-30415: Add new tests for the fnmatch module. (GH-1684). (#1696) by Serhiy Storchaka · 8 years ago
  22. cef8b17 bpo-30409: locale.getpreferredencoding doesn't return result (#1672) by Sean McCully · 8 years ago
  23. e6a0b59 [2.7] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1681) by Serhiy Storchaka · 8 years ago
  24. e9f9b04 [2.7] bpo-25794: Fix `type.__setattr__()` for non-interned or unicode attribute names. (GH-1652) (#1675) by Serhiy Storchaka · 8 years ago
  25. c47c315 bpo-26434: Fix multiprocessing grandchilds in a Windows service (GH-1167) by Marc Schlaich · 8 years ago
  26. dfcfc91 [2.7] bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595) (#1648) by Serhiy Storchaka · 8 years ago
  27. 955b676 [2.7] bpo-30363: Backport warnings in the re module. (#1577) by Serhiy Storchaka · 8 years ago
  28. 09b5247 bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581) by Serhiy Storchaka · 8 years ago
  29. 800e4b7 bpo-30329: Catch Windows error 10022 on shutdown() (#1538) (#1624) by Victor Stinner · 8 years ago
  30. b8b9f95 [2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1616) by Serhiy Storchaka · 8 years ago
  31. 97eb2a7 [2.7] bpo-30380: Pin the version of Sphinx used to build the docs (GH-1612) (GH-1619) by Brett Cannon · 8 years ago
  32. 6924ed5 bpo-30357 each test in test_thread waits until all spawned threads finish (#1583) by grzgrzgrz3 · 8 years ago
  33. 9d1983b bpo-11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. (#1591) by Victor Stinner · 8 years ago
  34. eb66897 [2.7] bpo-30366: Backport tests for test.support. (#1582) by Serhiy Storchaka · 8 years ago
  35. 982a17e bpo-30242: resolve some undefined behaviours in struct (#1418) (#1588) by Xiang Zhang · 8 years ago
  36. bd82a07 Update Travis Doc build config (GH-1565) by Zachary Ware · 8 years ago
  37. f6c6d1e bpo-11681: Document the `-b` and `-bb` options (GH-1562) by Zachary Ware · 8 years ago
  38. 4be66b6 Fix warnings due to deprecated latex options (GH-1563) by Zachary Ware · 8 years ago
  39. c7362b4 Update susp-ignored.csv (GH-1564) by Zachary Ware · 8 years ago
  40. 94a3694 bpo-6393: Fix locale.getprerredencoding() on macOS (#1555) by Victor Stinner · 8 years ago
  41. f2e894c bpo-30342: Fix sysconfig.is_python_build() on VS9.0 (#1544) by Victor Stinner · 8 years ago
  42. a5bb624 [2.7] bpo-30283: regrtest: backport test_slow_interrupted() and test_coverage() (#1541) by Victor Stinner · 8 years ago
  43. 3837d97 bpo-15526: test_startfile changes the cwd (#1537) by Victor Stinner · 8 years ago
  44. 05469fa bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1531) (#1480) by Xiang Zhang · 8 years ago
  45. 8832141 gitignore: add rules for the PC/ directory (#1514) by Victor Stinner · 8 years ago
  46. a473a73 [2.7] bpo-29243: Fix Makefile with respect to --enable-optimizations (GH-1478) (#1522) by torsava · 8 years ago
  47. 453a685 bpo-30283: Backport regrtest features from master to 2.7 (#1516) by Victor Stinner · 8 years ago
  48. d2aff60 [2.7] bpo-30283: Backport test_regrtest from master to 2.7 (#1513) by Victor Stinner · 8 years ago
  49. c8a77d3 Fix SyntaxWarning on importing test_inspect (#1512) by Victor Stinner · 8 years ago
  50. 4e7457b bpo-29990: Fix range checking in GB18030 decoder (#1509) by Xiang Zhang · 8 years ago
  51. 228da42 bpo-30258: Fix handling of child error in regrtest (#1477) by Victor Stinner · 8 years ago
  52. 03b2788 bpo-30265: support.unlink() don't catch any OSError (#1456) by Victor Stinner · 8 years ago
  53. 5d7a18f [2.7] bpo-30243: Fixed the possibility of a crash in _json. (GH-1420) (#1471) by Serhiy Storchaka · 8 years ago
  54. d81f9e2 bpo-30264: ExpatParser now closes the source (#1476) by Victor Stinner · 8 years ago
  55. fd6094c Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1472) by Victor Stinner · 8 years ago
  56. ef4c6ba Revert "Issue #29094: Offsets in a ZIP file created with extern file object and modes" (#1467) by Benjamin Peterson · 8 years ago
  57. 8a19eb2 bpo-23404: make touch becomes make regen-all (#1466) by Victor Stinner · 8 years ago
  58. e81e355 bpo-30108: Fix test_site setUpModule() (#1460) by Victor Stinner · 8 years ago
  59. 7806438 bpo-30108: Restore sys.path in test_site (#1197) (#1459) by Victor Stinner · 8 years ago
  60. 9fb061b Fix test_ftplib warning if IPv6 is not available (#1457) by Victor Stinner · 8 years ago
  61. 0f7f676 test_distutils: test_build_ext uses EnvironGuard (#1458) by Victor Stinner · 8 years ago
  62. e1b02ff [2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447) by Mariatta · 8 years ago
  63. 74f0db8 [2.7] bpo-30236: Backported regrtest options -m and -G. (#1394) by Serhiy Storchaka · 8 years ago
  64. 8cf7ea2 Add Appveyor to Python 2.7 branch (#1434) by Victor Stinner · 8 years ago
  65. 2c27731 bpo-30257: _bsddb: Fix newDBObject() (#1428) by Victor Stinner · 8 years ago
  66. c991eb2 bpo-30258: regrtest handles child process crash (#1431) by Victor Stinner · 8 years ago
  67. 15f8d0d test_distutils: use EnvironGuard (#1433) by Victor Stinner · 8 years ago
  68. 2b183b8 Update .gitignore (#1435) by Victor Stinner · 8 years ago
  69. f6a3133 bpo-30255: Clip step in _PySlice_Unpack() (#1429) by Victor Stinner · 8 years ago
  70. 0d49379 regrtest: always show before/after of modified env (#1407) (#1409) by Victor Stinner · 8 years ago
  71. d1c862f bpo-30199: test_ssl closes all asyncore channels (#1381) (#1408) by Victor Stinner · 8 years ago
  72. df56925 bpo-30232: Support Git worktree in configure.ac (#1402) by Victor Stinner · 8 years ago
  73. 8105dd7 bpo-30223: Add global in regrtest main_in_temp_cwd (#1399) by Victor Stinner · 8 years ago
  74. fd6c8bb bpo-27593: Revise git SCM build info. (#744) (#746) (#1392) by Victor Stinner · 8 years ago
  75. 8e158b2 [2.7] bpo-30223: Fix test_xpickle for Python 2.4. (#1395) by Serhiy Storchaka · 8 years ago
  76. 43566ae [2.7] bpo-30223: Add Lib/test/__main__.py. (#1373) by Serhiy Storchaka · 8 years ago
  77. 2c7085f bpo-27593: Get SCM build info from git instead of hg (#1327) by Victor Stinner · 8 years ago
  78. 6bed8f9 bpo-30207: Install the Lib/test/support directory. (#1369) by Serhiy Storchaka · 8 years ago
  79. a694e09 bpo-30207: Rename test.test_support to test.support. (#1353) by Serhiy Storchaka · 8 years ago
  80. 4734c2d [2.7] bpo-30208: DOC: fix small typos in IDLE (#1358) by csabella · 8 years ago
  81. 941ea53 [2.7] bpo-30197: Enhance swap_attr() and backport swap_item() in test.test_support. (#1341) (#1347) by Serhiy Storchaka · 8 years ago
  82. 5f4056a Fix "make tags" command (#1337) by Victor Stinner · 8 years ago
  83. 219a3f9 Update gitignore from master (#1329) by Victor Stinner · 8 years ago
  84. 24404b4 [2.7] bpo-30182: Use the correct name for ISO in Unicode HOWTO. (GH-1312). (#1315) by Mariatta · 8 years ago
  85. 19b3a48 [2.7] bpo-30142: Remove "callable" from the 2to3fixer documentation. (GH-1305) by Dong-hee Na · 8 years ago
  86. bfc7dff [2.7] bpo-15718: Document the upper bound constrain on the __len__ return value. (GH-1256). (#1261) by Serhiy Storchaka · 8 years ago
  87. 91e5ee5 [2.7] Add missing .gitignore entries for VS2015 IntelliSense DB (GH-1223). (#1227) by Mariatta · 8 years ago
  88. fb12365 Remove redundant comma in argparse HOWTO (GH-1141) by Berker Peksag · 8 years ago
  89. 450a69c bpo-19225: Remove duplicated description for standard warning categories (GH-1068) by cocoatomo · 8 years ago
  90. 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 · 8 years ago
  91. 64aa4df [2.7] bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (GH-1096) (GH-1180) (#1183) by Serhiy Storchaka · 8 years ago
  92. 32c43fb Fix typo in HTTPConnection.set_tunnel description (#1179) by Christopher Snyder · 8 years ago
  93. 89f9eb5 bpo-29943: Remove the PySlice_GetIndicesEx() macro. (#1050) by Serhiy Storchaka · 8 years ago
  94. 5e79321 bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154) by Serhiy Storchaka · 8 years ago
  95. 50f948e bpo-30011: Fixed race condition in HTMLParser.unescape(). (#1140) by Serhiy Storchaka · 8 years ago
  96. 5fbdfc3 bpo-30068: add missing iter(self) in _io._IOBase.readlines when hint is present (#1152) by Xiang Zhang · 8 years ago
  97. 0b46fcf [2.7] bpo-30059: Include Py_Ellipsis in C API documentation (GH-1018) (GH-1147) by Michael Seifert · 8 years ago
  98. b2b00e0 [2.7] bpo-29738: Fix memory leak in _get_crl_dp (GH-526) (GH-1144) by Mariatta · 8 years ago
  99. 53ad684 bpo-30021: Add examples for re.escape(). (#1048) (#1118) by Serhiy Storchaka · 8 years ago
  100. 65c5b09 bpo-30027: Fix Py3k warnings in test_xml_etree. (#1065) by Serhiy Storchaka · 8 years ago