1. a72d15c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) by Benjamin Peterson · 8 years ago
  2. 860839c [2.7] bpo-30442: Skips refcount test in test_xml_etree under coverage (GH-1767) (#3549) by Miss Islington (bot) · 8 years ago
  3. 42f7e0d bpo-31234: fork_wait tests now join threads (#3139) (#3535) by Victor Stinner · 8 years ago
  4. 40996d3 bpo-17085: test_socket: cancel scheduled alarm on test failure (#3505) by Victor Stinner · 8 years ago
  5. 004547f [2.7] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not a dictionary. (GH-3485). (#3493) by Serhiy Storchaka · 8 years ago
  6. 6ed7aff [2.7] bpo-29526: Add reference to help('FORMATTING') in format() builtin (GH-166). (#3492) by Serhiy Storchaka · 8 years ago
  7. e1847ea bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (GH-2960) by Cheryl Sabella · 8 years ago
  8. ae16b99 [2.7] Clarify nature of parse_args 'args' argument. (GH-3292) (GH-3328) by R. David Murray · 8 years ago
  9. 1911cf3 [2.7] bpo-30450: Fall back on the old env.bat (GH-3443) by Zachary Ware · 8 years ago
  10. b9a860f [2.7] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3446) by Christian Heimes · 8 years ago
  11. 7dcea4c bpo-31379: Added $(RUNSHARED) to run_profile_task (#3422) by Xiang Zhang · 8 years ago
  12. 611a3ea [2.7] bpo-28958: Improve SSLContext error reporting. (GH-3414) (#3433) by Christian Heimes · 8 years ago
  13. 82cae7c [2.7] bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newlines. (GH-3272) (GH-3428) by Miss Islington (bot) · 8 years ago
  14. abea972 [2.7] bpo-29766: Fix configure/.ac to match LTO/enable-optimizations behavior. (#2705) by Hanno Schlichting · 8 years ago
  15. 8092719 [2.7] Update multissl test helper (GH-3349) (#3416) by Christian Heimes · 8 years ago
  16. ab4894b [2.7] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3400) by Miss Islington (bot) · 8 years ago
  17. 47e5f79 [2.7] bpo-30824: Add mimetype for .json (GH-3048) (#3394) by Miss Islington (bot) · 8 years ago
  18. 2bc83af bpo-31355: Travis CI: remove the macOS job (#3367) by Victor Stinner · 8 years ago
  19. 6d6ff08 [2.7] Issue GH-28705: greatly simplify the FAQ entry on transpiling. (#3371) by Benjamin Peterson · 8 years ago
  20. eba0bad Merge branch 'release-2.7.14' into 2.7 by Benjamin Peterson · 8 years ago
  21. c00d508 bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) by Victor Stinner · 8 years ago
  22. fef3ddb [2.7] Cache externals, depending on changes to PCbuild (GH-3308) (#3365) by Zachary Ware · 8 years ago
  23. eeadf5f bpo-31339: Rewrite time.asctime() and time.ctime() (#3293) by Victor Stinner · 8 years ago
  24. 8905fb8 bpo-30450: Don't use where, XP doesn't have it (GH-3348) by Zachary Ware · 8 years ago
  25. 5e8e371 bpo-27448: Work around a gc.disable race condition in subprocess. (#1932) by Gregory P. Smith · 8 years ago
  26. 9721e51 [2.7] Travis: use ccache (GH-3307) (#3333) by Christian Heimes · 8 years ago
  27. c9d668c [2.7] bpo-30502: Fix handling of long oids in ssl. (GH-2909). (#3322) by Christian Heimes · 8 years ago
  28. aa23144 Don't use `where`, it doesn't exist on XP (GH-3330) by Zachary Ware · 8 years ago
  29. 7daa45d [2.7] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) (#3343) by Christian Heimes · 8 years ago
  30. ffa7011 [2.7] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3345) by Christian Heimes · 8 years ago
  31. 72ed233 [2.7] bpo-30622: Change NPN detection: (GH-2079) (#3316) by Christian Heimes · 8 years ago
  32. 986b7ff [2.7] bpo-30450: Pull Windows dependencies from GitHub rather than SVN (GH-1783) (GH-3306) by Zachary Ware · 8 years ago
  33. 57d963b [2.7] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3301) by Christian Heimes · 8 years ago
  34. 05308c7 Blurbify 2.7. (#3286) by larryhastings · 8 years ago
  35. 4cde4bd bpo-31095: Fix potential crash during GC (GH-3197) by INADA Naoki · 8 years ago
  36. 990b2d0 [2.7] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH-31) (#3242) by Pauli Virtanen · 8 years ago
  37. 20958e6 [2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3235) by Oren Milman · 8 years ago
  38. 0b69b37 Enables RC markings in nuget packages. (#3216) by Steve Dower · 8 years ago
  39. 5bd2368 Merge branch 'release-2.7.14' into 2.7 by Benjamin Peterson · 8 years ago
  40. bc80fd1 [2.7] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used to parse non-args. (#3213) by Oren Milman · 8 years ago
  41. c707893 version bumps for 2.7.14rc1 by Benjamin Peterson · 8 years ago
  42. 48455e2 update pydoc topics by Benjamin Peterson · 8 years ago
  43. a944079 coalesce blurbs for 2.7.14rc1 by Benjamin Peterson · 8 years ago
  44. 02e0367 bpo-31258: test_urllib2_localnet uses addCleanup(server.stop) (#3184) by Victor Stinner · 8 years ago
  45. 1460ce5 bpo-31258: test_signal: call waitpid() to prevent zombie process (#3183) by Victor Stinner · 8 years ago
  46. cce1cb9 bpo-30871: Add test.pythoninfo (#3174) (#3175) by Victor Stinner · 8 years ago
  47. 0fbac70 regrtest: fix test to choose if header should be displayed (#3172) by Victor Stinner · 8 years ago
  48. 02d4292 bpo-30263: regrtest: add system load average (#3165) by Victor Stinner · 8 years ago
  49. ec4ab09 bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3145) by Victor Stinner · 8 years ago
  50. 5e006aa gitignore: add more rules from master for Windows (#3148) by Victor Stinner · 8 years ago
  51. 2281c04 Fix broken `Show Source` links on documentation pages (GH-3113) (GH-3128) by Mariatta · 8 years ago
  52. d45cb04 [2.7] bpo-31221: patchcheck ignores external libraries (#3109) (#3118) by Victor Stinner · 8 years ago
  53. 3cc46bb Update the language selection in the docs language switch. (GH-3114) (#3117) by Julien Palard · 8 years ago
  54. 883520a bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3105) by Victor Stinner · 8 years ago
  55. 05b7d9c [2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094) by Christian Heimes · 8 years ago
  56. fe8d9dc bpo-31159: fix language switch regex on unknown yet built languages. … (#3051) (#3081) by Julien Palard · 8 years ago
  57. 504939f bpo-31067: test_subprocess calls reap_children() (#2931) (#3073) by Victor Stinner · 8 years ago
  58. 4dea065 bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3071) by Victor Stinner · 8 years ago
  59. 1247e2c [2.7] bpo-31160: Backport reap_children fixes from master to 2.7 (#3063) by Victor Stinner · 8 years ago
  60. 6937908 PCbuild: downgrade pcbuild.sln to support VS 2010 (#3031) by Victor Stinner · 8 years ago
  61. 425680b [2.7] bpo-31150: Wait for child process in test_forkinthread to avoid thread reaped warnings (#3042) by Ammar Askar · 8 years ago
  62. 56e162a ttk: fix LabeledScale and OptionMenu destroy() method (#3026) by Victor Stinner · 8 years ago
  63. 245dafc bpo-31045: Language switch (#2652) (#3024) by Julien Palard · 8 years ago
  64. 88ffff5 [2.7] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989). (#3004) by Shane Harvey · 8 years ago
  65. 5fbb8e3 Fix a shadow-compatible-local warning (#2182) by Yuan Chao Chou · 8 years ago
  66. dd6e4aa bpo-27470: Improve doc for commandline -3 option by Subhendu Ghosh · 8 years ago
  67. 3dd1ccb bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823) by Serhiy Storchaka · 8 years ago
  68. 956902e Remove .mention-bot (GH-2923) (GH-2972) by Mariatta · 8 years ago
  69. b3c7d37 bpo-25910: Update LICENSE (GH-2873) (GH-2969) by Mariatta · 8 years ago
  70. 3e37f4a bpo-29519: weakref spewing exceptions during interp finalization (#2958) by INADA Naoki · 8 years ago
  71. fa90179 Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2942) by Mariatta · 8 years ago
  72. c2f7fb6 [2.7] bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) (#2918) by Victor Stinner · 8 years ago
  73. fd6736d bpo-31028: Fix test_pydoc when run directly (#2864) (#2911) by Victor Stinner · 8 years ago
  74. 29094ce bpo-30980: Fix double close in asyncore.file_wrapper (#2789) (#2900) by Nir Soffer · 8 years ago
  75. 0cba38d bpo-30778: Skip test_bsddb3 on Windows XP (#2877) by Victor Stinner · 8 years ago
  76. b65cb8a bpo-31019: Fix multiprocessing.Process.is_alive() (#2875) (#2882) by Victor Stinner · 8 years ago
  77. ec9a712 [3.6] bpo-30595: Fix multiprocessing.Queue.get(timeout) (#2027) (#2881) (#2883) by Victor Stinner · 8 years ago
  78. e5eae47 [2.7] bpo-30119: fix ftplib.FTP.putline() to throw an error for a illegal command (#1214) (#2894) by Dong-hee Na · 8 years ago
  79. 0666d0e bpo-30304: Improve TestCase.assertMultiLineEqual docs (GH-2847) by Aditya Hase · 8 years ago
  80. 0fc940a test_bsddb3 tolerates smaller timeout on Windows (#2840) by Victor Stinner · 8 years ago
  81. 123a58b Backport Mac installer fixes for git-based workflow (#2837) by Ned Deily · 8 years ago
  82. 8d41de6 bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#2836) by Ned Deily · 8 years ago
  83. 82a77d3 [2.7] bpo-30964: Mention ensurepip in package installation docs (GH-2795) by Nicholas · 8 years ago
  84. 80ebc43 bpo-30822: regrtest: fix -u extralargefile (#2788) by Victor Stinner · 8 years ago
  85. 598f26b [2.7] Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770) (GH-2780) by Mariatta · 8 years ago
  86. 3b1e726 Update doc download files size estimates. (#2774) by Ned Deily · 8 years ago
  87. a739000 [2.7] bpo-30883: Use pythontest.net instead of debian.org in test_urllib2net (GH-2755) by Ammar Askar · 8 years ago
  88. 3dbe11a [2.7] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH-2690) (#2729) by Serhiy Storchaka · 8 years ago
  89. 64a9f3d bpo-30939: Avoid Sphinx deprecation warning in docs build. (#2721) (#2725) by Ned Deily · 8 years ago
  90. b6dae2e [2.7] bpo-30911: Add tests for bad boolean arguments for accelerated json (GH-2690) (#2694) by Serhiy Storchaka · 8 years ago
  91. a948d4f Add a missing asterisk in traceback doc to complete formatting (#2675) by Xiang Zhang · 8 years ago
  92. 884c4ca [2.7] bpo-30797: Avoid _GNU_SOURCE redefined warning in xmlparse.c (GH-2670) (#2672) by Segev Finer · 8 years ago
  93. bfa4fe4 [2.7] bpo-29854: Fix segfault in call_readline() (GH-728) by Nir Soffer · 8 years ago
  94. 5d1554a json Docs: Trivial update to the code example (GH-2465) by Kit Sunde · 8 years ago
  95. f6d6480 [2.7] bpo-30855: Trying to fix test_use on Windows. (#2586) by Victor Stinner · 8 years ago
  96. af6c547 Fix trivial typo in json module docstring (GH-2274) (GH-2432) by Mariatta · 8 years ago
  97. 2b92cd3 bpo-30850: Use specialized assert methods in bsddb tests. (#2584) by Serhiy Storchaka · 8 years ago
  98. 8767de2 bpo-30759: regrtest: list_cases() now unload modules (#2582) by Victor Stinner · 8 years ago
  99. 668489a bpo-30759: Copy test_robotparser from master (#2546) by Victor Stinner · 8 years ago
  100. 3050987 bpo-30843: regrtest fixes sys.path, restore test.bisect (#2567) by Victor Stinner · 8 years ago