1. 6a4b58d Fix build for macOS 11 SDK by Dan Willemsen · 3 years, 11 months ago
  2. 71ec940 Disable leak detection locally. by Steven Moreland · 4 years, 8 months ago
  3. a7c6b23 Build _scproxy for Mac by Dan Willemsen · 5 years ago
  4. 99f2754 Restore getpath.c closer to upstream by Dan Willemsen · 5 years ago
  5. eba50a5 Simplify par Launcher by Dan Willemsen · 6 years ago
  6. dbcebe0 Build the _ssl module by Dan Willemsen · 5 years ago
  7. 3ec20da Merge remote-tracking branch 'remotes/aosp/upstream-2.7' into merge by Nan Zhang · 6 years ago
  8. 669429f bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225) by Miss Islington (bot) · 6 years ago
  9. b36567b [2.7] bpo-28994: Remove mistakenly backported atexitmodule.c (GH-9214) by Zackery Spytz · 6 years ago
  10. b663205 [2.7] Delete old expat comment. (GH-9205) by Benjamin Peterson · 6 years ago
  11. 253279c [2.7] closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-9179) by Benjamin Peterson · 6 years ago
  12. 7a501de bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150) by Miss Islington (bot) · 6 years ago
  13. ed62e64 [2.7] Fix misleading mentions of tp_size in comments (GH-9138) by Benjamin Peterson · 6 years ago
  14. 032e85f bpo-34491: Add missing Py_DECREF() in _bsddb's DB_join() (GH-8909) by Zackery Spytz · 6 years ago
  15. ae1f012 bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Realloc(). (GH-8785) by Sergey Fedoseev · 6 years ago
  16. 396afbf Fix docstring of Profiler class (GH-8651) by Miss Islington (bot) · 6 years ago
  17. dd4d8b4 Fix compilation warnings on Windows (GH-8627) by Victor Stinner · 6 years ago
  18. 6a6b248 bpo-29565: Fix compilation for C89 (GH-8626) by Victor Stinner · 6 years ago
  19. 3243f8c bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64 (GH-168) (GH-8625) by Victor Stinner · 6 years ago
  20. 48c8bf2 [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) by Serhiy Storchaka · 6 years ago
  21. 2bea771 bpo-34229: Check start and stop of slice object to be long when they are not int in PySlice_GetIndices (GH-8480) by Xtreak · 6 years ago
  22. 041a4ee bpo-25943: Check for integer overflow in bsddb's DB_join(). (GH-8392) by Zackery Spytz · 6 years ago
  23. 3252205 bpo-25943: Fix potential heap corruption in bsddb's _db_associateCallback() (GH-8337) by Zackery Spytz · 6 years ago
  24. fc153d1 [2.7] bpo-34068: iobase_close could call PyObject_SetAttrString with an exception set (GH-8282). (GH-8312) (GH-8314) by Serhiy Storchaka · 6 years ago
  25. ef19fd2 [2.7] bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192). (GH-8255) by Serhiy Storchaka · 6 years ago
  26. dc39a59 [2.7] prefix internal sqlite symbols with _pysqlite_ (GH-8215). (GH-8217) by Benjamin Peterson · 6 years ago
  27. 695ecd9 [2.7] delete some unused pysqlite forward declarations (GH-8211). (GH-8214) by Benjamin Peterson · 6 years ago
  28. bfee590 Don't export pending_threadfunc from _testcapi. (GH-8075) by Miss Islington (bot) · 6 years ago
  29. 0464de0 [2.7] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918). (GH-8013) by Zackery Spytz · 6 years ago
  30. 468f97b [2.7] closes bpo-33956: update vendored expat to 2.2.5 (GH-7925) by Benjamin Peterson · 6 years ago
  31. 70c3d58 Fix compiler warnings on Windows (GH-7729) by Victor Stinner · 6 years ago
  32. 1889c4c bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) (GH-7704) by Xiang Zhang · 6 years ago
  33. e5b79c5 bpo-19418: audioop.c: Fix warnings on -0x80000000 (GH-7453) by Victor Stinner · 6 years ago
  34. b17d409 bpo-33781: audioop: enhance rounding double as int (GH-7447) (GH-7452) by Victor Stinner · 6 years ago
  35. 3014d6e [2.7] bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) (GH-7432) by Serhiy Storchaka · 6 years ago
  36. ded666f [2.7] bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH-7347) by Antoine Pitrou · 6 years ago
  37. db10742 [2.7] bpo-33677: Fix the signature of tp_clear handler for deque. (GH-7196). (GH-7277) by Serhiy Storchaka · 6 years ago
  38. 9044cd6 [2.7] bpo-33622: Fix issues with handling errors in the GC. (GH-7078) (#7096) by Serhiy Storchaka · 6 years ago
  39. 3ccc313 bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021) by Miss Islington (bot) · 6 years ago
  40. d988c0b [2.7] bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519) (GH-6532) by Serhiy Storchaka · 6 years ago
  41. 924035a [2.7] Fix error message in sqlite connection thread check. (GH-6028). (GH-6325) by Serhiy Storchaka · 6 years ago
  42. c498cd8 bpo-31544: Fix a reference leak to 'self' after the previous target error handling fixes. (GH-6318) by scoder · 6 years ago
  43. edd5418 [2.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6215) by Christian Heimes · 6 years ago
  44. 0694b6a bpo-31544: Avoid calling "PyObject_GetAttrString()" (and potentially executing user code) with a live exception set. (GH-3992) by scoder · 6 years ago
  45. 7ee0936 Fix typos in mmap() error messages (GH-6173) by Miss Islington (bot) · 6 years ago
  46. aa40f92 [2.7] bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801). (#5947) by Alexey Izbyshev · 6 years ago
  47. df1732a [2.7] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5882) by Christian Heimes · 6 years ago
  48. 439956a Fix ssl module, Python 2.7 doesn't have Py_MAX (#5878) by Christian Heimes · 6 years ago
  49. 3d87f4c [2.7] bpo-30622: Improve NPN support detection (GH-5859) (#5863) by Christian Heimes · 6 years ago
  50. a5c9112 [2.7] bpo-32185: Don't send IP in SNI TLS extension (GH-5865) (#5871) by Miss Islington (bot) · 6 years ago
  51. 6e8f395 bpo-25404: SSLContext.load_dh_params() non-ASCII path (GH-3459) by Christian Heimes · 6 years ago
  52. 64a408d Replace deprecated assembly op code. by Chih-Hung Hsieh · 6 years ago
  53. 836b642 Update comment in posixmodule.c (GH-5681) by Miss Islington (bot) · 6 years ago
  54. 27f32e9 bpo-32539: Fix OSError for os.listdir() for extended-length paths on Windows (#5169) by Anthony Sottile · 6 years ago
  55. e8ab7eb correct the typos (GH-4950) (#4952) by Miss Islington (bot) · 6 years ago
  56. 830daae [2.7] bpo-32186: Release the GIL during fstat and lseek calls (#4651) by Nir Soffer · 6 years ago
  57. 33bb4bb Revert "Revert "Support hermetic Python build on device side"" by Nan Zhang · 7 years ago
  58. 1bce4ef [2.7] bpo-31927: Fix reading arbitrary data when parse a AF_BLUETOOTH address (GH-4235) (GH-4352) (#4355) by Serhiy Storchaka · 7 years ago
  59. cd66d6d bpo-31764: Prevent a crash in sqlite3.Cursor.close() in case the Cursor object is uninitialized (GH-4333) by Oren Milman · 7 years ago
  60. 69ea4b4 Fix bpo-27666 backporting error in _cursesmodule.c (#4305) by Serhiy Storchaka · 7 years ago
  61. 4b544aa bpo-31770: Prevent a crash and refleaks when calling sqlite3.Cursor.__init__() more than once (GH-3968) (#4302) by Miss Islington (bot) · 7 years ago
  62. c713837 [2.7] bpo-30057: Fix potential missed signal in signal.signal(). (GH-4258) (#4263) by Antoine Pitrou · 7 years ago
  63. b694770 bpo-27666: Fixed stack corruption in curses.box() and curses.ungetmouse(). (GH-4220) (#4222) by Miss Islington (bot) · 7 years ago
  64. ce51890 bpo-31893: Fix a backporting error in 8cbf4e10646c3f5b8f0d274c2d7dea5bb6305f57. (#4219) by Serhiy Storchaka · 7 years ago
  65. 87c66e4 bpo-31919: Fix building the curses module on OpenIndiana. (GH-4211) (#4216) by Miss Islington (bot) · 7 years ago
  66. 6ba0b58 bpo-25720: Fix the method for checking pad state of curses WINDOW (GH-4164) (#4213) by Miss Islington (bot) · 7 years ago
  67. e7531e5 bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (GH-4196) (#4202) by Miss Islington (bot) · 7 years ago
  68. 8cbf4e1 [2.7] bpo-31893: Fixed select.kqueue(). (GH-4166) (#4193) by Serhiy Storchaka · 7 years ago
  69. e0fc1af [2.7] bpo-31891: Fix building the curses module on NetBSD. (GH-4165). (#4194) by Serhiy Storchaka · 7 years ago
  70. 5ef883b [2.7] bpo-31752: Fix possible crash in timedelta constructor called with custom integers. (GH-3947) (#4088) by Serhiy Storchaka · 7 years ago
  71. 27b951c [2.7] bpo-31334: Fix timeout in select.poll.poll() (GH-3277) (#4034) by Riccardo Coccioli · 7 years ago
  72. 9aa6024 [2.7] bpo-30058: Fixed buffer overflow in select.kqueue.control(). (GH-1095). (#3976) by Serhiy Storchaka · 7 years ago
  73. fb3bb8d [2.7] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is defined only outside _fields_. (GH-3615) (#3952) by Oren Milman · 7 years ago
  74. f15058a [2.7] bpo-31728: Prevent crashes in _elementtree due to unsafe cleanup of Element.text and Element.tail (GH-3924) (#3950) by Oren Milman · 7 years ago
  75. cc4b6f1 bpo-31719: Fix test_regrtest.test_crashed() on s390x (#3912) by Victor Stinner · 7 years ago
  76. 328b5d0 [2.7] bpo-31675: Fix memory leaks in Tkinter's methods splitlist() and split() (GH-3866) (#3876) by Serhiy Storchaka · 7 years ago
  77. 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
  78. 8b83687 bpo-28129: fix ctypes crashes (#386) (#3800) by Victor Stinner · 7 years ago
  79. 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
  80. 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
  81. 4954b8d [2.7] bpo-25359: Add missed "goto error" after setting an exception. (GH-3712) (#3779) by Serhiy Storchaka · 7 years ago
  82. d0b9dc3 [2.7] bpo-30347: Stop crashes when concurrently iterate over itertools.groupby() iterators. (GH-1557). (#3772) by Serhiy Storchaka · 7 years ago
  83. a72d15c consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563) by Benjamin Peterson · 7 years ago
  84. 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
  85. 611a3ea [2.7] bpo-28958: Improve SSLContext error reporting. (GH-3414) (#3433) by Christian Heimes · 7 years ago
  86. eba0bad Merge branch 'release-2.7.14' into 2.7 by Benjamin Peterson · 7 years ago
  87. c00d508 bpo-31170: Update libexpat from 2.2.3 to 2.2.4 (#3315) by Victor Stinner · 7 years ago
  88. d5c4d4a <Hermetic> Added Ctypes to allow calling funcs in DLLS. by Nan Zhang · 7 years ago
  89. eeadf5f bpo-31339: Rewrite time.asctime() and time.ctime() (#3293) by Victor Stinner · 7 years ago
  90. ced2751 <Hermetic> Implement CPython2 Launcher in C++. by Nan Zhang · 7 years ago
  91. c9d668c [2.7] bpo-30502: Fix handling of long oids in ssl. (GH-2909). (#3322) by Christian Heimes · 7 years ago
  92. 7daa45d [2.7] bpo-30102: Call OPENSSL_add_all_algorithms_noconf (GH-3112) (#3343) by Christian Heimes · 7 years ago
  93. ffa7011 [2.7] bpo-31343: Include sys/sysmacros.h (GH-3318) (#3345) by Christian Heimes · 7 years ago
  94. 72ed233 [2.7] bpo-30622: Change NPN detection: (GH-2079) (#3316) by Christian Heimes · 7 years ago
  95. 4cde4bd bpo-31095: Fix potential crash during GC (GH-3197) by INADA Naoki · 7 years ago
  96. 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
  97. 20958e6 [2.7] bpo-31243: Fixed PyArg_ParseTuple failure checks. (GH-3171) (#3235) by Oren Milman · 7 years ago
  98. bc80fd1 [2.7] bpo-28261: Prevent raising SystemError where PyArg_ParseTuple is used to parse non-args. (#3213) by Oren Milman · 7 years ago
  99. ec4ab09 bpo-30947: Update libexpat from 2.2.1 to 2.2.3 (#3106) (#3145) by Victor Stinner · 7 years ago
  100. 4dea065 bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) (#3071) by Victor Stinner · 7 years ago