1. 7440655 bpo-31720: msilib documentation, change MsiError into MSIError (GH-3914) (GH-3916) by Miss Islington (bot) · 7 years ago
  2. c829bbf bpo-31507: Add docstring to parseaddr function in email.utils.parseaddr (GH-3647) (GH-3735) by Rohit Balasubramanian · 7 years ago
  3. 2fb8e93 [2.7] remove tabs from getcompiler.c (GH-3892) (#3894) by Miss Islington (bot) · 7 years ago
  4. 328b5d0 [2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (GH-3866) (#3876) by Serhiy Storchaka · 7 years ago
  5. 8d614be Remove retired and security branches from active docs (#3881) by Ned Deily · 7 years ago
  6. 13da1a6 [2.7] bpo-31478: Prevent unwanted behavior in _random.Random.seed() in case the arg has a bad __abs__() method (GH-3596) (#3845) by Oren Milman · 7 years ago
  7. 20cbc1d bpo-31158: Fix nondeterministic read in test_pty (#3808) (#3853) by Victor Stinner · 7 years ago
  8. 1163fb9 [2.7] bpo-31627: Make test_mailbox be lenient to empty hostname. (GH-3821) (#3838) by Serhiy Storchaka · 7 years ago
  9. 40d736b [2.7] bpo-31285: Don't raise a SystemError in warnings.warn_explicit() in case __loader__.get_source() has a bad splitlines() method. (GH-3219) (#3823) by Oren Milman · 7 years ago
  10. 8b83687 bpo-28129: fix ctypes crashes (#386) (#3800) by Victor Stinner · 7 years ago
  11. b4920d5 bpo-31593: test_socketserver waits child processes (#3786) by Victor Stinner · 7 years ago
  12. 9bfa55b [2.7] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined only outside _fields_. (GH-3615) (#3780) by Miss Islington (bot) · 7 years ago
  13. 81691b0 [2.7] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in case of a bad __dict__. (GH-3254). (#3781) by Serhiy Storchaka · 7 years ago
  14. 4954b8d [2.7] bpo-25359: Add missed "goto error" after setting an exception. (GH-3712) (#3779) by Serhiy Storchaka · 7 years ago
  15. d0b9dc3 [2.7] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (GH-1557). (#3772) by Serhiy Storchaka · 7 years ago
  16. 19eb87d [2.7] bpo-31579: Fixed a possible leak in enumerate() with large indices. (GH-3753). (#3761) by Serhiy Storchaka · 7 years ago
  17. d94a65a bpo-25732: Make functools.total_ordering implementing __ne__. (#3748) by Serhiy Storchaka · 7 years ago
  18. 5f5da72 bpo-31170: Write unit test for Expat 2.2.4 UTF-8 bug (#3570) (#3745) by Victor Stinner · 7 years ago
  19. cf7197a [2.7] bpo-31351: Set return code in ensurepip when pip fails (GH-3734) by Igor Filatov · 7 years ago
  20. da86874 [2.7] bpo-31423: Fix building the PDF documentation (GH-3693) (GH-3700) by Zachary Ware · 7 years ago
  21. 5b6452d bpo-31533: fix broken link to OpenSSL docs (GH-3674) (GH-3676) by Christian Heimes · 7 years ago
  22. 7795321 a post 2.7.14 world by Benjamin Peterson · 7 years ago
  23. 5537987 merge 2.7.14 release branch by Benjamin Peterson · 7 years ago
  24. 8447193 2.7.14 final version bumps by Benjamin Peterson · 7 years ago
  25. 4137624 bpo-29916: Include PyGetSetDef in C API extension documentation. (#831) (#3609) by Michael Seifert · 7 years ago
  26. fd39e2a bpo-31474: Fix -Wint-in-bool-context warnings (#3581) by Christian Heimes · 7 years ago
  27. c7f165f [2.7] bpo-31471: Fix assertion failure in subprocess.Popen() on Windows, in case env has a bad keys() method. (GH-3580) (#3595) by Oren Milman · 7 years ago
  28. a72d15c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) by Benjamin Peterson · 7 years ago
  29. 860839c [2.7] bpo-30442: Skips refcount test in test_xml_etree under coverage (GH-1767) (#3549) by Miss Islington (bot) · 7 years ago
  30. 42f7e0d bpo-31234: fork_wait tests now join threads (#3139) (#3535) by Victor Stinner · 7 years ago
  31. 40996d3 bpo-17085: test_socket: cancel scheduled alarm on test failure (#3505) by Victor Stinner · 7 years ago
  32. 004547f [2.7] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry is not a dictionary. (GH-3485). (#3493) by Serhiy Storchaka · 7 years ago
  33. 6ed7aff [2.7] bpo-29526: Add reference to help('FORMATTING') in format() builtin (GH-166). (#3492) by Serhiy Storchaka · 7 years ago
  34. e1847ea bpo-25684: ttk.OptionMenu radiobuttons weren't unique (GH-2276) (GH-2960) by Cheryl Sabella · 7 years ago
  35. ae16b99 [2.7] Clarify nature of parse_args 'args' argument. (GH-3292) (GH-3328) by R. David Murray · 7 years ago
  36. 1911cf3 [2.7] bpo-30450: Fall back on the old env.bat (GH-3443) by Zachary Ware · 7 years ago
  37. b9a860f [2.7] bpo-29136: Add TLS 1.3 cipher suites and OP_NO_TLSv1_3 (GH-1363) (#3446) by Christian Heimes · 7 years ago
  38. 7dcea4c bpo-31379: Added $(RUNSHARED) to run_profile_task (#3422) by Xiang Zhang · 7 years ago
  39. 611a3ea [2.7] bpo-28958: Improve SSLContext error reporting. (GH-3414) (#3433) by Christian Heimes · 7 years ago
  40. 82cae7c [2.7] bpo-31330: Clarify that RawTextHelpFormatter collapses repeated newlines. (GH-3272) (GH-3428) by Miss Islington (bot) · 7 years ago
  41. abea972 [2.7] bpo-29766: Fix configure/.ac to match LTO/enable-optimizations behavior. (#2705) by Hanno Schlichting · 7 years ago
  42. 8092719 [2.7] Update multissl test helper (GH-3349) (#3416) by Christian Heimes · 7 years ago
  43. ab4894b [2.7] bpo-21649: Add RFC 7525 and Mozilla server side TLS (GH-3387) (GH-3400) by Miss Islington (bot) · 7 years ago
  44. 47e5f79 [2.7] bpo-30824: Add mimetype for .json (GH-3048) (#3394) by Miss Islington (bot) · 7 years ago
  45. 2bc83af bpo-31355: Travis CI: remove the macOS job (#3367) by Victor Stinner · 7 years ago
  46. 6d6ff08 [2.7] Issue GH-28705: greatly simplify the FAQ entry on transpiling. (#3371) by Benjamin Peterson · 7 years ago
  47. eba0bad Merge branch 'release-2.7.14' into 2.7 by Benjamin Peterson · 7 years ago
  48. c00d508 bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) by Victor Stinner · 7 years ago
  49. fef3ddb [2.7] Cache externals, depending on changes to PCbuild (GH-3308) (#3365) by Zachary Ware · 7 years ago
  50. eeadf5f bpo-31339: Rewrite time.asctime() and time.ctime() (#3293) by Victor Stinner · 7 years ago
  51. 8905fb8 bpo-30450: Don't use where, XP doesn't have it (GH-3348) by Zachary Ware · 7 years ago
  52. 5e8e371 bpo-27448: Work around a gc.disable race condition in subprocess. (#1932) by Gregory P. Smith · 7 years ago
  53. 9721e51 [2.7] Travis: use ccache (GH-3307) (#3333) by Christian Heimes · 7 years ago
  54. c9d668c [2.7] bpo-30502: Fix handling of long oids in ssl. (GH-2909). (#3322) by Christian Heimes · 7 years ago
  55. aa23144 Don't use `where`, it doesn't exist on XP (GH-3330) by Zachary Ware · 7 years ago
  56. 7daa45d [2.7] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) (#3343) by Christian Heimes · 7 years ago
  57. ffa7011 [2.7] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3345) by Christian Heimes · 7 years ago
  58. 72ed233 [2.7] bpo-30622: Change NPN detection: (GH-2079) (#3316) by Christian Heimes · 7 years ago
  59. 986b7ff [2.7] bpo-30450: Pull Windows dependencies from GitHub rather than SVN (GH-1783) (GH-3306) by Zachary Ware · 7 years ago
  60. 57d963b [2.7] bpo-25674: remove sha256.tbs-internet.com ssl test (GH-3297) (#3301) by Christian Heimes · 7 years ago
  61. 05308c7 Blurbify 2.7. (#3286) by larryhastings · 7 years ago
  62. 4cde4bd bpo-31095: Fix potential crash during GC (GH-3197) by INADA Naoki · 7 years ago
  63. 990b2d0 [2.7] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH-31) (#3242) by Pauli Virtanen · 7 years ago
  64. 20958e6 [2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3235) by Oren Milman · 7 years ago
  65. 0b69b37 Enables RC markings in nuget packages. (#3216) by Steve Dower · 7 years ago
  66. 5bd2368 Merge branch 'release-2.7.14' into 2.7 by Benjamin Peterson · 7 years ago
  67. bc80fd1 [2.7] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used to parse non-args. (#3213) by Oren Milman · 7 years ago
  68. c707893 version bumps for 2.7.14rc1 by Benjamin Peterson · 7 years ago
  69. 48455e2 update pydoc topics by Benjamin Peterson · 7 years ago
  70. a944079 coalesce blurbs for 2.7.14rc1 by Benjamin Peterson · 7 years ago
  71. 02e0367 bpo-31258: test_urllib2_localnet uses addCleanup(server.stop) (#3184) by Victor Stinner · 7 years ago
  72. 1460ce5 bpo-31258: test_signal: call waitpid() to prevent zombie process (#3183) by Victor Stinner · 7 years ago
  73. cce1cb9 bpo-30871: Add test.pythoninfo (#3174) (#3175) by Victor Stinner · 7 years ago
  74. 0fbac70 regrtest: fix test to choose if header should be displayed (#3172) by Victor Stinner · 7 years ago
  75. 02d4292 bpo-30263: regrtest: add system load average (#3165) by Victor Stinner · 7 years ago
  76. ec4ab09 bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3145) by Victor Stinner · 7 years ago
  77. 5e006aa gitignore: add more rules from master for Windows (#3148) by Victor Stinner · 7 years ago
  78. 2281c04 Fix broken `Show Source` links on documentation pages (GH-3113) (GH-3128) by Mariatta · 7 years ago
  79. d45cb04 [2.7] bpo-31221: patchcheck ignores external libraries (#3109) (#3118) by Victor Stinner · 7 years ago
  80. 3cc46bb Update the language selection in the docs language switch. (GH-3114) (#3117) by Julien Palard · 7 years ago
  81. 883520a bpo-31069, test_multiprocessing: Fix dangling process (#3103) (#3105) by Victor Stinner · 7 years ago
  82. 05b7d9c [2.7] bpo-30714: ALPN changes for OpenSSL 1.1.0f (#3094) by Christian Heimes · 7 years ago
  83. fe8d9dc bpo-31159: fix language switch regex on unknown yet built languages. … (#3051) (#3081) by Julien Palard · 7 years ago
  84. 504939f bpo-31067: test_subprocess calls reap_children() (#2931) (#3073) by Victor Stinner · 7 years ago
  85. 4dea065 bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3071) by Victor Stinner · 7 years ago
  86. 1247e2c [2.7] bpo-31160: Backport reap_children fixes from master to 2.7 (#3063) by Victor Stinner · 7 years ago
  87. 6937908 PCbuild: downgrade pcbuild.sln to support VS 2010 (#3031) by Victor Stinner · 7 years ago
  88. 425680b [2.7] bpo-31150: Wait for child process in test_forkinthread to avoid thread reaped warnings (#3042) by Ammar Askar · 7 years ago
  89. 56e162a ttk: fix LabeledScale and OptionMenu destroy() method (#3026) by Victor Stinner · 7 years ago
  90. 245dafc bpo-31045: Language switch (#2652) (#3024) by Julien Palard · 7 years ago
  91. 88ffff5 [2.7] bpo-31107: Fix copyreg mangled slot names calculation. (GH-2989). (#3004) by Shane Harvey · 7 years ago
  92. 5fbb8e3 Fix a shadow-compatible-local warning (#2182) by Yuan Chao Chou · 7 years ago
  93. dd6e4aa bpo-27470: Improve doc for commandline -3 option by Subhendu Ghosh · 7 years ago
  94. 3dd1ccb bpo-29902: Emit a Py3k deprecation warning when pickling or copying (#2823) by Serhiy Storchaka · 7 years ago
  95. 956902e Remove .mention-bot (GH-2923) (GH-2972) by Mariatta · 7 years ago
  96. b3c7d37 bpo-25910: Update LICENSE (GH-2873) (GH-2969) by Mariatta · 7 years ago
  97. 3e37f4a bpo-29519: weakref spewing exceptions during interp finalization (#2958) by INADA Naoki · 7 years ago
  98. fa90179 Fix trivial typo in multiprocessing documentation (GH-2930) (GH-2942) by Mariatta · 7 years ago
  99. c2f7fb6 [2.7] bpo-31044: Skip test_posix.test_makedev() on FreeBSD (#2915) (#2918) by Victor Stinner · 7 years ago
  100. fd6736d bpo-31028: Fix test_pydoc when run directly (#2864) (#2911) by Victor Stinner · 7 years ago