1. b2ff9a9 bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255) by Miss Islington (bot) · 7 years ago
  2. ec4d099 bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225) by Miss Islington (bot) · 7 years ago
  3. 329ea4e bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752) by Miss Islington (bot) · 7 years ago
  4. 72c34cf closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178) by Miss Islington (bot) · 7 years ago
  5. cadb66e [3.7] closes bpo-25041: Document AF_PACKET socket address format. (GH-9207) by Benjamin Peterson · 7 years ago
  6. 01ce535 Delete old expat comment. (GH-9197) by Miss Islington (bot) · 7 years ago
  7. 536e45a closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-3788) by Miss Islington (bot) · 7 years ago
  8. 2bc4eea bpo-34625: Update vendorized expat version to 2.2.6. (GH-9150) by Miss Islington (bot) · 7 years ago
  9. 9c4a63f bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9148) by Miss Islington (bot) · 7 years ago
  10. 4d5d219 [3.7] Fix misleading mentions of tp_size in comments. (GH-9136) by Benjamin Peterson · 7 years ago
  11. 7a633ed [3.7] bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098) (GH-9104) by William Grzybowski · 7 years ago
  12. 5b17d7f closes bpo-34581 : Conditionalize use of __pragma in Modules/socketmodule.c. (GH-9067) by Miss Islington (bot) · 7 years ago
  13. e8ca880 bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (GH-9027) (GH-9064) by Miss Islington (bot) · 7 years ago
  14. 4c532da closes bpo-34555: Fix incorrectly nested test for HAVE_LINUX_VM_SOCKETS_H (GH-9016) by Miss Islington (bot) · 7 years ago
  15. 98c49c6 bpo-34485: Fix _Py_InitializeCore() for C locale coercion (GH-8979) (GH-8981) by Victor Stinner · 7 years ago
  16. 65ef742 bpo-34527: POSIX locale enables the UTF-8 Mode (GH-8972) (GH-8974) by Victor Stinner · 7 years ago
  17. 388bd4b [3.7] bpo-34492: Modules/main.c: Fix copy_wstrlist() (GH-8910) (GH-8922) by Alexey Izbyshev · 7 years ago
  18. d5f017b bpo-13312: Avoid int underflow in time year. (GH-8912) by Miss Islington (bot) · 7 years ago
  19. c7f5435 closes bpo-34471: _datetime: Add missing NULL check to tzinfo_from_isoformat_results. (GH-8869) by Miss Islington (bot) · 7 years ago
  20. 89b1654 bpo-34454: fix .fromisoformat() methods crashing on inputs with surrogate code points (GH-8862) by Miss Islington (bot) · 7 years ago
  21. 80a0eba bpo-34207: Fix pymain_read_conf() for UTF-8 Mode (GH-8868) (GH-8870) by Victor Stinner · 7 years ago
  22. 3152bc3 bpo-34456: pickle: Add missing NULL check to save_global(). (GH-8851) by Miss Islington (bot) · 7 years ago
  23. d1f0ccc bpo-34441: Fix ABC.__subclasscheck__ crash on classes with invalid __subclasses__ (GH-8835) by Miss Islington (bot) · 7 years ago
  24. bf8e9d1 bpo-34217: Use lowercase for windows headers (GH-8472) by Miss Islington (bot) · 7 years ago
  25. 962051e bpo-34395: Fix memory leaks caused by incautious usage of PyMem_Resize(). (GH-8756) by Miss Islington (bot) · 7 years ago
  26. 0c90d6f [3.7] bpo-34247: Fix Python 3.7 initialization (#8659) by Victor Stinner · 7 years ago
  27. 28dbfb2 Fix docstring of Profiler class (GH-8651) by Miss Islington (bot) · 7 years ago
  28. 3e4b688 bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) by Miss Islington (bot) · 7 years ago
  29. 47957da [3.7] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-8581) by Serhiy Storchaka · 7 years ago
  30. 6c89a9a bpo-34217: Use lowercase header for Windows (GH-8453) by Miss Islington (bot) · 7 years ago
  31. 6332de1 bpo-34231: PYTHONBREAKPOINT is not documented on python --help (GH-8475) by Steve Dower · 7 years ago
  32. c3af73d bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911) by Miss Islington (bot) · 7 years ago
  33. 9736493 bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385) (GH-8466) by Miss Islington (bot) · 7 years ago
  34. 03ec4df bpo-34008: Allow to call Py_Main() after Py_Initialize() (GH-8043) (GH-8352) by Miss Islington (bot) · 7 years ago
  35. 6020d98 bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282) by Miss Islington (bot) · 7 years ago
  36. c3bdea4 prefix internal sqlite symbols with _pysqlite_ (GH-8215) by Miss Islington (bot) · 7 years ago
  37. ba10da1 delete some unused pysqlite forward declarations (GH-8211) by Miss Islington (bot) · 7 years ago
  38. 6d16a91 Make PySimpleQueueType static. (GH-8175) by Miss Islington (bot) · 7 years ago
  39. c34e4e9 Make various internal _testbuffer symbols static. (GH-8160) by Miss Islington (bot) · 7 years ago
  40. 8e4c851 Make two PyModuleDef_Slot symbols static in _testmultiphase. (GH-8147) by Miss Islington (bot) · 7 years ago
  41. 60214dd Make TaskStepMethWrapper_Type and TaskWakeupMethWrapper_Type static. (GH-8127) by Miss Islington (bot) · 7 years ago
  42. 2cbd1bb Make GenericAlias_Type and Generic_Type static. (GH-8076) by Miss Islington (bot) · 7 years ago
  43. 123f2b4 Don't export pending_threadfunc from _testcapi. (GH-8075) by Miss Islington (bot) · 7 years ago
  44. dedb28e bpo-25862: Fix several bugs in the _io module. (GH-8026) by Miss Islington (bot) · 7 years ago
  45. fd1c092 bpo-32568: make select.epoll() and its docs consistent (GH-7840) (GH-8024) by Miss Islington (bot) · 7 years ago
  46. eabebbb bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918) by Miss Islington (bot) · 7 years ago
  47. fb17b81 bpo-33956: update vendored expat to 2.2.5 (GH-7925) by Miss Islington (bot) · 7 years ago
  48. efc6bf6 bpo-33916: Fix bz2 and lzma init when called twice (GH-7843) by Miss Islington (bot) · 7 years ago
  49. 046da16 bpo-33824, bpo-32030: Fix pymain_read_conf() (GH-7712) by Miss Islington (bot) · 7 years ago
  50. 0e2b76e bpo-29456: Fix bugs in unicodedata.normalize: u1176, u11a7 and u11c3 (GH-1958) by Miss Islington (bot) · 7 years ago
  51. 4219857 bpo-31432: Revert unrelated code changes to _ssl.c and test_ssl (GH-7650) (GH-7651) by Miss Islington (bot) · 7 years ago
  52. a5db479 bpo-31432: Clarify ssl CERT_NONE/OPTIONAL/REQUIRED docs. (GH-3530) (GH-7649) by Miss Islington (bot) · 7 years ago
  53. 037e912 bpo-33812: Corrected astimezone for naive datetimes. (GH-7578) (GH-7600) by Miss Islington (bot) · 7 years ago
  54. 053d6c5 bpo-33770: improve base64 exception message for encoded inputs of invalid length (GH-7416) (GH-7602) by Miss Islington (bot) · 7 years ago
  55. 4705ea3 update to Unicode 11.0.0 (closes bpo-33778) (GH-7439) (GH-7470) by Miss Islington (bot) · 7 years ago
  56. 5c022f1 bpo-33781: audioop: enhance rounding double as int (GH-7447) by Miss Islington (bot) · 7 years ago
  57. 631fe1f bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) by Miss Islington (bot) · 7 years ago
  58. 623b439 bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH-7306) by Miss Islington (bot) · 7 years ago
  59. c6de46e bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283) by Miss Islington (bot) · 7 years ago
  60. a4dd46a bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) by Miss Islington (bot) · 7 years ago
  61. ddc613f bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174) by Miss Islington (bot) · 7 years ago
  62. 51d0a2c bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __del__ (GH-7080) by Miss Islington (bot) · 7 years ago
  63. e60f6e1 bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data type (GH-3859) by Miss Islington (bot) · 7 years ago
  64. 14d289b bpo-33644: Fix signatures of tp_finalize handlers in testing code. (GH-7111) by Miss Islington (bot) · 7 years ago
  65. 5734f41 bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099) by Miss Islington (bot) · 7 years ago
  66. 2fe940c bpo-33622: Fix issues with handling errors in the GC. (GH-7078) by Miss Islington (bot) · 7 years ago
  67. 2b4ed5d bpo-33583: Add note in PyObject_GC_Resize() doc (GH-7021) by Miss Islington (bot) · 7 years ago
  68. 52d1741 bpo-33584: Fix several minor bugs in asyncio. (GH-7003) (GH-7005) by Miss Islington (bot) · 7 years ago
  69. 6414da9 Fix typo in error message when decoding PYTHONPATH. (GH-6981) (GH-6993) by Miss Islington (bot) · 7 years ago
  70. df4852c Fix Windows build of Python for latest WinSDK. (GH-6874) (GH-6952) by Miss Islington (bot) · 7 years ago
  71. d504108 bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH-6915) (GH-6928) by Miss Islington (bot) · 7 years ago
  72. e2db6ad [3.7] bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904) (#6877) by Miss Islington (bot) · 7 years ago
  73. 6bd0c47 bpo-32604: Remove xid registry. (#6813) by Eric Snow · 7 years ago
  74. 2ce72e2 bpo-16865: Support arrays >=2GB in ctypes. (GH-3006) by Miss Islington (bot) · 7 years ago
  75. 3b26e8c Fixed an unused variable warning introduced in GH-6800 (GH-6816) by Miss Islington (bot) · 7 years ago
  76. 8e633a4 bpo-20104: Remove posix_spawn from 3.7 (GH-6794) by Pablo Galindo · 7 years ago
  77. 67d1968 Remove `ifdef` check for an OpenSSL version (0.9.6) we don't support (GH-6807) by Miss Islington (bot) · 7 years ago
  78. 77fa783 bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (GH-6332) by Miss Islington (bot) · 7 years ago
  79. ee95feb [3.7] bpo-33383: Fix crash in get() of the dbm.ndbm database object. (GH-6630) (GH-6631) by Miss Islington (bot) · 7 years ago
  80. 75a3e3d bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) (GH-6579) by Miss Islington (bot) · 7 years ago
  81. 18cd828 bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE (GH-6489) by Miss Islington (bot) · 7 years ago
  82. b27c71c bpo-33308: Fix a crash in the parser module when convert an ST object. (GH-6519) by Miss Islington (bot) · 7 years ago
  83. 9bb8ceb bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH-6439) by Miss Islington (bot) · 7 years ago
  84. 74735e2 bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(). (GH-6366) by Miss Islington (bot) · 7 years ago
  85. fd93666 [3.7] Fix duplicating words words. (GH-6296) (GH-6297) by Serhiy Storchaka · 7 years ago
  86. 0545563 bpo-32844: Fix a subprocess misredirection of a low fd (GH5689) by Miss Islington (bot) · 7 years ago
  87. 00765bb Fix error message in sqlite connection thread check. (GH-6028) by Miss Islington (bot) · 7 years ago
  88. 2dd885e [3.7] bpo-33136: Harden ssl module against CVE-2018-8970 (GH-6229) (GH-6230) by Miss Islington (bot) · 7 years ago
  89. 42bd62b [3.7] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH-6213) by Miss Islington (bot) · 7 years ago
  90. c71edab bpo-32999: ast: Convert useless check to assert (GH-6197) by Miss Islington (bot) · 7 years ago
  91. 5d8bb5d bpo-32999: Revert GH-6002 (fc7df0e6) (GH-6189) (GH-6190) by Miss Islington (bot) · 7 years ago
  92. 346964b bpo-33018: Improve issubclass() error checking and message. (GH-5944) by Miss Islington (bot) · 7 years ago
  93. 56f530e Fix typos in mmap() error messages (GH-6173) by Miss Islington (bot) · 7 years ago
  94. 56cce1c [3.7] bpo-33021: Release the GIL during fstat() calls (GH-6019) (GH-6159) by Miss Islington (bot) · 7 years ago
  95. 429ca44 bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131) by Miss Islington (bot) · 7 years ago
  96. 136905f bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) by Miss Islington (bot) · 7 years ago
  97. e8a5a92 bpo-27645: Add support for native backup facility of SQLite (GH-4238) by Miss Islington (bot) · 7 years ago
  98. 8c163bb bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname (GH-6010) by Miss Islington (bot) · 7 years ago
  99. d824b4e bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002) by Miss Islington (bot) · 7 years ago
  100. c4d77a6 bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988) by Miss Islington (bot) · 7 years ago