1. b65cb8a bpo-31019: Fix multiprocessing.Process.is_alive() (#2875) (#2882) by Victor Stinner · 7 years ago
  2. ec9a712 [3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) (#2881) (#2883) by Victor Stinner · 7 years ago
  3. e5eae47 [2.7] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2894) by Dong-hee Na · 7 years ago
  4. 0666d0e bpo-30304: Improve TestCase.assertMultiLineEqual docs (GH-2847) by Aditya Hase · 7 years ago
  5. 0fc940a test_bsddb3 tolerates smaller timeout on Windows (#2840) by Victor Stinner · 7 years ago
  6. 123a58b Backport Mac installer fixes for git-based workflow (#2837) by Ned Deily · 7 years ago
  7. 8d41de6 bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#2836) by Ned Deily · 7 years ago
  8. 82a77d3 [2.7] bpo-30964: Mention ensurepip in package installation docs (GH-2795) by Nicholas · 7 years ago
  9. 80ebc43 bpo-30822: regrtest: fix -u extralargefile (#2788) by Victor Stinner · 7 years ago
  10. 598f26b [2.7] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2780) by Mariatta · 7 years ago
  11. 3b1e726 Update doc download files size estimates. (#2774) by Ned Deily · 7 years ago
  12. a739000 [2.7] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net (GH-2755) by Ammar Askar · 7 years ago
  13. 3dbe11a [2.7] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH-2690) (#2729) by Serhiy Storchaka · 7 years ago
  14. 64a9f3d bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2725) by Ned Deily · 7 years ago
  15. b6dae2e [2.7] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH-2690) (#2694) by Serhiy Storchaka · 7 years ago
  16. a948d4f Add a missing asterisk in traceback doc to complete formatting (#2675) by Xiang Zhang · 7 years ago
  17. 884c4ca [2.7] bpo-30797: Avoid _GNU_SOURCE redefined warning in xmlparse.c (GH-2670) (#2672) by Segev Finer · 7 years ago
  18. bfa4fe4 [2.7] bpo-29854: Fix segfault in call_readline() (GH-728) by Nir Soffer · 7 years ago
  19. 5d1554a json Docs: Trivial update to the code example (GH-2465) by Kit Sunde · 7 years ago
  20. f6d6480 [2.7] bpo-30855: Trying to fix test_use on Windows. (#2586) by Victor Stinner · 7 years ago
  21. af6c547 Fix trivial typo in json module docstring (GH-2274) (GH-2432) by Mariatta · 7 years ago
  22. 2b92cd3 bpo-30850: Use specialized assert methods in bsddb tests. (#2584) by Serhiy Storchaka · 7 years ago
  23. 8767de2 bpo-30759: regrtest: list_cases() now unload modules (#2582) by Victor Stinner · 7 years ago
  24. 668489a bpo-30759: Copy test_robotparser from master (#2546) by Victor Stinner · 7 years ago
  25. 3050987 bpo-30843: regrtest fixes sys.path, restore test.bisect (#2567) by Victor Stinner · 7 years ago
  26. d0ae4be bpo-30726: Add _CRT_SECURE_NO_WARNINGS to _elementtree and pyexpat projects (#2572) by Segev Finer · 7 years ago
  27. 28b72ba bpo-30843: Rename Lib/test/bisect.py to Lib/test/bisectcmd.py (#2563) by Victor Stinner · 7 years ago
  28. 1fef015 bpo-29796: test_weakref: Fix collect_in_thread() on Windows (#2553) by Victor Stinner · 7 years ago
  29. 2e5867d Remove outdated FOX from GUI FAQ (GH-2538) by Berker Peksag · 7 years ago
  30. d1b474c Tools/buildbot/test.bat: add --slowest option (#2552) by Victor Stinner · 7 years ago
  31. 1e4fcb3 regrtest: fix --list-cases --verbose (#2547) by Victor Stinner · 7 years ago
  32. c51a8e9 [2.7] Rename test_ file that is really a support file to remove test_ prefix. (#2548) by Serhiy Storchaka · 7 years ago
  33. d7955b8 [2.7] bpo-29512, bpo-30764: Backport regrtest enhancements from 3.5 to 2.7 (#2541) by Victor Stinner · 7 years ago
  34. fd93f37 bpo-30448: Fix support.SuppressCrashReport on macOS (#2515) by Victor Stinner · 7 years ago
  35. 311ae46 [2.7] Docs: fixed placement of .. _func-list: in functions.rst (#2520) by Dmitry Tokarev · 7 years ago
  36. 58bb0d8 Fixed 2.7 docs - links to list, backported from python3.x (#2518) by Dmitry Tokarev · 7 years ago
  37. a45a99b [2.7] bpo-30807: signal.setitimer() may disable the timer by mistake (GH-2493) (#2499) by Antoine Pitrou · 7 years ago
  38. 12536bd [2.7] Clear potential ref cycle between Process and Process target (GH-2470) (#2473) by Antoine Pitrou · 7 years ago
  39. 5b5002c Clarification to the `break` statement (GH-2453) (GH-2459) by regexaurus · 7 years ago
  40. fea98bf [2.7] bpo-30523, bpo-30764, bpo-30776: Sync regrtest from master (#2444) by Victor Stinner · 7 years ago
  41. 2d77558 bpo-30705: Fix test_regrtest.test_crashed() (#2439) by Victor Stinner · 7 years ago
  42. 95a91df bpo-30764: Windows support.SuppressCrashReport (#2423) by Victor Stinner · 7 years ago
  43. 305f333 bpo-30283: Add NEWS entry for backported regrtest (#2398) by Victor Stinner · 7 years ago
  44. 2097b9e [2.7] bpo-30764: test_subprocess uses SuppressCrashReport (#2405) (#2412) by Victor Stinner · 7 years ago
  45. 8284883 [2.7] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to (GH-2403) (#2420) by Antoine Pitrou · 7 years ago
  46. 787826c [2.7] bpo-30746: Prohibited the '=' character in environment variable names (GH-2382) (#2393) by Serhiy Storchaka · 7 years ago
  47. 9dda2ca [2.7] bpo-30730: Prevent environment variables injection in subprocess on Windows. (GH-2325) (#2372) by Serhiy Storchaka · 7 years ago
  48. 7709b4d [2.7] bpo-30727: Fix a race condition in test_threading. (GH-2334). (#2353) by Serhiy Storchaka · 7 years ago
  49. 5082674 [2.7] bpo-30709: Improve code example in Descriptor HowTo doc (GH-2339) (GH-2340) by Mariatta · 7 years ago
  50. 1ecfa45 Add "Misc/NEWS.d" directory tree for "blurb". (#2333) by larryhastings · 7 years ago
  51. da6d305 bpo-8799: Reduce timing sensitivity of condition test by explicitly (#2320) by Victor Stinner · 7 years ago
  52. ab3b0ad bpo-29591: Update VS project files (#2310) by Jeremy Kloth · 7 years ago
  53. 2ada64d [2.7] bpo-30694: Upgrade Modules/expat/ to libexpat 2.2.1 (#2300) (#2312) by Victor Stinner · 7 years ago
  54. ebbccea bpo-30368: Update build_ssl.py to restore Perl-less building (#1805) by Jeremy Kloth · 7 years ago
  55. d4324ba bpo-30500: urllib: Simplify splithost by calling into urlparse. (#1849) (#2294) by Victor Stinner · 7 years ago
  56. b39a748 bpo-30176: Add missing curses cell attributes constants (#2278) by Xiang Zhang · 7 years ago
  57. c3c9db8 [2.7] bpo-30657: Check & prevent integer overflow in PyString_DecodeEscape (#2174) by Jay Bosamiya · 7 years ago
  58. 24c2c20 bpo-30540, bpo-30523: Add --matchfile and --list-cases options to regrtest (#2249) by Victor Stinner · 7 years ago
  59. 8bb0863 bpo-30675: Fix refleak hunting in regrtest (#2227) by Victor Stinner · 7 years ago
  60. 0e4571a bpo-29591: Upgrade Modules/expat to libexpat 2.2 (#2164) (#2202) by Victor Stinner · 7 years ago
  61. 4b30107 bpo-30659 : Use ** for kwargs in namedtuple._replace() signature (GH-2173) (GH-2196) by Mariatta · 7 years ago
  62. 311054a Fix trivial typo in Python Setup documentation (GH-2185) (GH-2190) by csabella · 7 years ago
  63. d09f167 [2.7] bpo-24484: Avoid race condition in multiprocessing cleanup (GH-2159) (#2168) by Antoine Pitrou · 7 years ago
  64. a51f12f [2.7] bpo-29514: Check magic number for bugfix releases by Nick Coghlan · 7 years ago
  65. bdd3567 _tkinter: Fix refleak in getint() (#2153) by Victor Stinner · 7 years ago
  66. 15a6127 [2.7] Mention how to disable signal fd wakeup (GH-2140) (#2151) by Antoine Pitrou · 7 years ago
  67. bbb3358 bpo-30217: add the operators ~ and | to the index (GH-1502) (GH-2137) by Marco Buttu · 7 years ago
  68. 41af942 bpo-30615: Fix the leak reference in Modules/_elementtree.c (#2129) by Stéphane Wirtel · 7 years ago
  69. 0cc43df [2.7] bpo-28994: Fixed errors handling in atexit._run_exitfuncs(). (GH-2034) (#2123) by Serhiy Storchaka · 7 years ago
  70. 107949c bpo-30621: Update Input Output Tutorial Example(GH-2074) (GH-2120) by Mariatta · 7 years ago
  71. 51658f7 [2.7] Use Travis to make sure all generated files are up to date (GH-2080) (GH-2094) by Zachary Ware · 7 years ago
  72. 5fe8ac6 [2.7] bpo-27425: Be more explicit in .gitattributes (GH-840) (GH-2086) by Zachary Ware · 7 years ago
  73. 9660a7e bpo-25409: Clarify fnmatch and fnmatchcase documentation (GH-1535) (GH-2067) by Mariatta · 7 years ago
  74. 28288be bpo-30614: testInitNonExistentFile() of test_bz2 leaks references (#2033) by Stéphane Wirtel · 7 years ago
  75. 3c7b67b [2.7] bpo-30417: Disable `cpu` resource on AppVeyor (GH-1951) by Zachary Ware · 7 years ago
  76. e5bdad2 bpo-30418: Popen.communicate() always ignore EINVAL (#2002) (#2006) by Victor Stinner · 7 years ago
  77. fe68139 [2.7] trivial: update config.{guess,sub} from gnu.org. (GH-1987) (#2007) by Matthias Klose · 7 years ago
  78. 536209e bpo-23787: Change sum() docstring from sequence to iterable (GH-1859) by Mariatta · 7 years ago
  79. e29c5e8 [2.7] Install dependencies in Travis OSX build (GH-1952) by Zachary Ware · 7 years ago
  80. ddf8f14 [2.7] bpo-30417: Disable 'cpu' resource on Travis (GH-1928) by Zachary Ware · 7 years ago
  81. e14af32 Simplify code in warnings modules (#1957) by Alex Gaynor · 7 years ago
  82. ed3edb4 [2.7] Only run AppVeyor on long-lived branches (GH-1941) by Zachary Ware · 7 years ago
  83. 87edc5e Skip UNC tests on AppVeyor in case of ENOENT (GH-1950) by Zachary Ware · 7 years ago
  84. 6a1b89d [2.7] Turn on macOS builds for Travis (GH-1846) (GH-1931) by Brett Cannon · 7 years ago
  85. 3ef3bcb bpo-30378: Fix the problem that SysLogHandler can't handle IPv6 addresses (#1904) (#1676) by Xiang Zhang · 7 years ago
  86. 662d856 bpo-30499: Remove a deprecated note about sets. (GH-1848) (GH-1907) by Mariatta · 7 years ago
  87. 9139f23 bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1898) by Mariatta · 7 years ago
  88. 32e220f [2.7] Fix Travis config to reinstate test build (GH-1879) (GH-1891) by Brett Cannon · 7 years ago
  89. e81aa87 [2.7] Fix a trivial typo in global section (GH-1497) (GH-1882) by Mariatta · 7 years ago
  90. 497e5e1 [2.7] Build docs in parallel (GH-1842). (GH-1873) by Mariatta · 7 years ago
  91. 1f29cef bpo-29766: Do not force --with-lto to true for --enable-optimizations (#1858) by Hanno Schlichting · 7 years ago
  92. 1626a47 [2.7] bpo-29960 _random.Random corrupted on exception in setstate(). … (#1289) by Mariatta · 7 years ago
  93. 96f5020 [2.7] bpo-30310: tkFont now supports unicode options (e.g. font family). (#1567) by Serhiy Storchaka · 7 years ago
  94. 2bb6eb3 [2.7] Indent methods and attributes of MimeType class (GH-1306) (#1801) by Stéphane Wirtel · 7 years ago
  95. 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
  96. 779e7c9 bpo-30394: Fix a socket leak in smtplib.SMTP.__init__() (#1700) (#1788) by Stéphane Wirtel · 7 years ago
  97. 9395ca4 added re.UNICODE effects to insensitive flags (#1781) by Brian Ward · 7 years ago
  98. f31f225 Fix spelling mistakes in tkinter.py (#1754) by Vijay Kumar · 7 years ago
  99. fd58340 Build the docs against Sphinx 1.6.1 (GH-1744) by Brett Cannon · 7 years ago
  100. 374e57d [2.7] Fix typos in multiple `.rst` files (GH-1668) (#1707) by delirious-lettuce · 7 years ago