1. 668489a bpo-30759: Copy test_robotparser from master (#2546) by Victor Stinner · 8 years ago
  2. 3050987 bpo-30843: regrtest fixes sys.path, restore test.bisect (#2567) by Victor Stinner · 8 years ago
  3. d0ae4be bpo-30726: Add _CRT_SECURE_NO_WARNINGS to _elementtree and pyexpat projects (#2572) by Segev Finer · 8 years ago
  4. 28b72ba bpo-30843: Rename Lib/test/bisect.py to Lib/test/bisectcmd.py (#2563) by Victor Stinner · 8 years ago
  5. 1fef015 bpo-29796: test_weakref: Fix collect_in_thread() on Windows (#2553) by Victor Stinner · 8 years ago
  6. 2e5867d Remove outdated FOX from GUI FAQ (GH-2538) by Berker Peksag · 8 years ago
  7. d1b474c Tools/buildbot/test.bat: add --slowest option (#2552) by Victor Stinner · 8 years ago
  8. 1e4fcb3 regrtest: fix --list-cases --verbose (#2547) by Victor Stinner · 8 years ago
  9. c51a8e9 [2.7] Rename test_ file that is really a support file to remove test_ prefix. (#2548) by Serhiy Storchaka · 8 years ago
  10. d7955b8 [2.7] bpo-29512, bpo-30764: Backport regrtest enhancements from 3.5 to 2.7 (#2541) by Victor Stinner · 8 years ago
  11. fd93f37 bpo-30448: Fix support.SuppressCrashReport on macOS (#2515) by Victor Stinner · 8 years ago
  12. 311ae46 [2.7] Docs: fixed placement of .. _func-list: in functions.rst (#2520) by Dmitry Tokarev · 8 years ago
  13. 58bb0d8 Fixed 2.7 docs - links to list, backported from python3.x (#2518) by Dmitry Tokarev · 8 years ago
  14. a45a99b [2.7] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493) (#2499) by Antoine Pitrou · 8 years ago
  15. 12536bd [2.7] Clear potential ref cycle between Process and Process target (GH-2470) (#2473) by Antoine Pitrou · 8 years ago
  16. 5b5002c Clarification to the `break` statement (GH-2453) (GH-2459) by regexaurus · 8 years ago
  17. fea98bf [2.7] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2444) by Victor Stinner · 8 years ago
  18. 2d77558 bpo-30705: Fix test_regrtest.test_crashed() (#2439) by Victor Stinner · 8 years ago
  19. 95a91df bpo-30764: Windows support.SuppressCrashReport (#2423) by Victor Stinner · 8 years ago
  20. 305f333 bpo-30283: Add NEWS entry for backported regrtest (#2398) by Victor Stinner · 8 years ago
  21. 2097b9e [2.7] bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2412) by Victor Stinner · 8 years ago
  22. 8284883 [2.7] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (GH-2403) (#2420) by Antoine Pitrou · 8 years ago
  23. 787826c [2.7] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2393) by Serhiy Storchaka · 8 years ago
  24. 9dda2ca [2.7] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2372) by Serhiy Storchaka · 8 years ago
  25. 7709b4d [2.7] bpo-30727: Fix a race condition in test_threading. (GH-2334). (#2353) by Serhiy Storchaka · 8 years ago
  26. 5082674 [2.7] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2340) by Mariatta · 8 years ago
  27. 1ecfa45 Add "Misc/NEWS.d" directory tree for "blurb". (#2333) by larryhastings · 8 years ago
  28. da6d305 bpo-8799: Reduce timing sensitivity of condition test by explicitly (#2320) by Victor Stinner · 8 years ago
  29. ab3b0ad bpo-29591: Update VS project files (#2310) by Jeremy Kloth · 8 years ago
  30. 2ada64d [2.7] bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2312) by Victor Stinner · 8 years ago
  31. ebbccea bpo-30368: Update build_ssl.py to restore Perl-less building (#1805) by Jeremy Kloth · 8 years ago
  32. d4324ba bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2294) by Victor Stinner · 8 years ago
  33. b39a748 bpo-30176: Add missing curses cell attributes constants (#2278) by Xiang Zhang · 8 years ago
  34. c3c9db8 [2.7] bpo-30657: Check & prevent integer overflow in PyString_DecodeEscape (#2174) by Jay Bosamiya · 8 years ago
  35. 24c2c20 bpo-30540, bpo-30523: Add --matchfile and --list-cases options to regrtest (#2249) by Victor Stinner · 8 years ago
  36. 8bb0863 bpo-30675: Fix refleak hunting in regrtest (#2227) by Victor Stinner · 8 years ago
  37. 0e4571a bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2202) by Victor Stinner · 8 years ago
  38. 4b30107 bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) (GH-2196) by Mariatta · 8 years ago
  39. 311054a Fix trivial typo in Python Setup documentation (GH-2185) (GH-2190) by csabella · 8 years ago
  40. d09f167 [2.7] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#2168) by Antoine Pitrou · 8 years ago
  41. a51f12f [2.7] bpo-29514: Check magic number for bugfix releases by Nick Coghlan · 8 years ago
  42. bdd3567 _tkinter: Fix refleak in getint() (#2153) by Victor Stinner · 8 years ago
  43. 15a6127 [2.7] Mention how to disable signal fd wakeup (GH-2140) (#2151) by Antoine Pitrou · 8 years ago
  44. bbb3358 bpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2137) by Marco Buttu · 8 years ago
  45. 41af942 bpo-30615: Fix the leak reference in Modules/_elementtree.c (#2129) by Stéphane Wirtel · 8 years ago
  46. 0cc43df [2.7] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2123) by Serhiy Storchaka · 8 years ago
  47. 107949c bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2120) by Mariatta · 8 years ago
  48. 51658f7 [2.7] Use Travis to make sure all generated files are up to date (GH-2080) (GH-2094) by Zachary Ware · 8 years ago
  49. 5fe8ac6 [2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086) by Zachary Ware · 8 years ago
  50. 9660a7e bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2067) by Mariatta · 8 years ago
  51. 28288be bpo-30614: testInitNonExistentFile() of test_bz2 leaks references (#2033) by Stéphane Wirtel · 8 years ago
  52. 3c7b67b [2.7] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) by Zachary Ware · 8 years ago
  53. e5bdad2 bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2006) by Victor Stinner · 8 years ago
  54. fe68139 [2.7] trivial: update config.{guess,sub} from gnu.org. (GH-1987) (#2007) by Matthias Klose · 8 years ago
  55. 536209e bpo-23787: Change sum() docstring from sequence to iterable (GH-1859) by Mariatta · 8 years ago
  56. e29c5e8 [2.7] Install dependencies in Travis OSX build (GH-1952) by Zachary Ware · 8 years ago
  57. ddf8f14 [2.7] bpo-30417: Disable 'cpu' resource on Travis (GH-1928) by Zachary Ware · 8 years ago
  58. e14af32 Simplify code in warnings modules (#1957) by Alex Gaynor · 8 years ago
  59. ed3edb4 [2.7] Only run AppVeyor on long-lived branches (GH-1941) by Zachary Ware · 8 years ago
  60. 87edc5e Skip UNC tests on AppVeyor in case of ENOENT (GH-1950) by Zachary Ware · 8 years ago
  61. 6a1b89d [2.7] Turn on macOS builds for Travis (GH-1846) (GH-1931) by Brett Cannon · 8 years ago
  62. 3ef3bcb bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1904) (#1676) by Xiang Zhang · 8 years ago
  63. 662d856 bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1907) by Mariatta · 8 years ago
  64. 9139f23 bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1898) by Mariatta · 8 years ago
  65. 32e220f [2.7] Fix Travis config to reinstate test build (GH-1879) (GH-1891) by Brett Cannon · 8 years ago
  66. e81aa87 [2.7] Fix a trivial typo in global section (GH-1497) (GH-1882) by Mariatta · 8 years ago
  67. 497e5e1 [2.7] Build docs in parallel (GH-1842). (GH-1873) by Mariatta · 8 years ago
  68. 1f29cef bpo-29766: Do not force --with-lto to true for --enable-optimizations (#1858) by Hanno Schlichting · 8 years ago
  69. 1626a47 [2.7] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1289) by Mariatta · 8 years ago
  70. 96f5020 [2.7] bpo-30310: tkFont now supports unicode options (e.g. font family). (#1567) by Serhiy Storchaka · 8 years ago
  71. 2bb6eb3 [2.7] Indent methods and attributes of MimeType class (GH-1306) (#1801) by Stéphane Wirtel · 8 years ago
  72. bdd9647 [2.7] bpo-30414: multiprocessing.Queue._feed do not break from main loop on exc (GH-1683) (#1817) by Antoine Pitrou · 8 years ago
  73. 779e7c9 bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700) (#1788) by Stéphane Wirtel · 8 years ago
  74. 9395ca4 added re.UNICODE effects to insensitive flags (#1781) by Brian Ward · 8 years ago
  75. f31f225 Fix spelling mistakes in tkinter.py (#1754) by Vijay Kumar · 8 years ago
  76. fd58340 Build the docs against Sphinx 1.6.1 (GH-1744) by Brett Cannon · 8 years ago
  77. 374e57d [2.7] Fix typos in multiple `.rst` files (GH-1668) (#1707) by delirious-lettuce · 8 years ago
  78. 6e1b832 bpo-30003: Fix handling escape characters in HZ codec (#1720) (#1556) by Xiang Zhang · 8 years ago
  79. 2b67c7a [2.7] bpo-30415: Add new tests for the fnmatch module. (GH-1684). (#1696) by Serhiy Storchaka · 8 years ago
  80. cef8b17 bpo-30409: locale.getpreferredencoding doesn't return result (#1672) by Sean McCully · 8 years ago
  81. e6a0b59 [2.7] bpo-27945: Fixed various segfaults with dict. (GH-1657) (#1681) by Serhiy Storchaka · 8 years ago
  82. e9f9b04 [2.7] bpo-25794: Fix `type.__setattr__()` for non-interned or unicode attribute names. (GH-1652) (#1675) by Serhiy Storchaka · 8 years ago
  83. c47c315 bpo-26434: Fix multiprocessing grandchilds in a Windows service (GH-1167) by Marc Schlaich · 8 years ago
  84. dfcfc91 [2.7] bpo-30375: Correct the stacklevel of regex compiling warnings. (#1595) (#1648) by Serhiy Storchaka · 8 years ago
  85. 955b676 [2.7] bpo-30363: Backport warnings in the re module. (#1577) by Serhiy Storchaka · 8 years ago
  86. 09b5247 bpo-30365: Backport warnings and fix bugs in ElementTree. (#1581) by Serhiy Storchaka · 8 years ago
  87. 800e4b7 bpo-30329: Catch Windows error 10022 on shutdown() (#1538) (#1624) by Victor Stinner · 8 years ago
  88. b8b9f95 [2.7] bpo-30380: Fix Sphinx 1.6.1 warnings. (GH-1613) (#1616) by Serhiy Storchaka · 8 years ago
  89. 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
  90. 6924ed5 bpo-30357 each test in test_thread waits until all spawned threads finish (#1583) by grzgrzgrz3 · 8 years ago
  91. 9d1983b bpo-11790: Fix sporadic failures in test_multiprocessing.WithProcessesTestCondition. (#1591) by Victor Stinner · 8 years ago
  92. eb66897 [2.7] bpo-30366: Backport tests for test.support. (#1582) by Serhiy Storchaka · 8 years ago
  93. 982a17e bpo-30242: resolve some undefined behaviours in struct (#1418) (#1588) by Xiang Zhang · 8 years ago
  94. bd82a07 Update Travis Doc build config (GH-1565) by Zachary Ware · 8 years ago
  95. f6c6d1e bpo-11681: Document the `-b` and `-bb` options (GH-1562) by Zachary Ware · 8 years ago
  96. 4be66b6 Fix warnings due to deprecated latex options (GH-1563) by Zachary Ware · 8 years ago
  97. c7362b4 Update susp-ignored.csv (GH-1564) by Zachary Ware · 8 years ago
  98. 94a3694 bpo-6393: Fix locale.getprerredencoding() on macOS (#1555) by Victor Stinner · 8 years ago
  99. f2e894c bpo-30342: Fix sysconfig.is_python_build() on VS9.0 (#1544) by Victor Stinner · 8 years ago
  100. a5bb624 [2.7] bpo-30283: regrtest: backport test_slow_interrupted() and test_coverage() (#1541) by Victor Stinner · 8 years ago