Python 3.8.0
  1. ba44ea6 bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOURCE (GH-16733) by Miss Islington (bot) · 6 years ago
  2. 0bd9fac [3.8] bpo-38379: don't claim objects are collected when they aren't (GH-16658) (GH-16683) by Pablo Galindo · 6 years ago
  3. d004a5b bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions. (GH-16589) (GH-16671) by Vinay Sajip · 6 years ago
  4. 13915a3 bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598) by Miss Islington (bot) · 6 years ago
  5. dc19124 bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Miss Islington (bot) · 6 years ago
  6. bfe1f74 [3.8] bpo-3832: Fix compiler warnings (GH-16518) by Victor Stinner · 6 years ago
  7. d49f096 bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509) by Miss Islington (bot) · 6 years ago
  8. bdace21 bpo-38304: Remove PyConfig.struct_size (GH-16500) by Victor Stinner · 6 years ago
  9. 92ca515 Clear weakrefs in garbage found by the GC (GH-16495) (#16499) by Miss Islington (bot) · 6 years ago
  10. bfca56b [3.8] bpo-38270: More fixes for strict crypto policy (GH-16418) (#16437) by Christian Heimes · 6 years ago
  11. 6e12838 bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453) by Victor Stinner · 6 years ago
  12. 96c8475 [3.8] bpo-38234: Backport init path config changes from master (GH-16423) by Victor Stinner · 6 years ago
  13. d75bf44 [3.8] closes bpo-38174: Update vendored expat library to 2.2.8. (GH-16409) by Benjamin Peterson · 6 years ago
  14. b92b8c5 [3.8] bpo-22273: Changed conditions for ctypes array-in-struct handling. (GH-16381) (GH-16401) by Vinay Sajip · 6 years ago
  15. 16cec13 bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-16330) (GH-16383) by Miss Islington (bot) · 6 years ago
  16. ce62dcc bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-15839) (GH-16370) by Miss Islington (bot) · 6 years ago
  17. 7f7cd89 bpo-38234: read_pth_file() now returns PyStatus (GH-16338) by Miss Islington (bot) · 6 years ago
  18. 3f5409a bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335) (GH-16336) by Victor Stinner · 6 years ago
  19. 9f3dcf8 [3.8] bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) (GH-16313) by Victor Stinner · 6 years ago
  20. d8d653c bpo-38185: Fixed case-insensitive string comparison in sqlite3.Row indexing. (GH-16190) by Miss Islington (bot) · 6 years ago
  21. f04299d bpo-38175: Fix a memory leak in comparison of sqlite3.Row objects. (GH-16155) by Miss Islington (bot) · 6 years ago
  22. 1ecc75a bpo-33936: Don't call obsolete init methods with OpenSSL 1.1.0+ (GH-16140) by Miss Islington (bot) · 6 years ago
  23. 0067fc2 bpo-38153: detect shake independently from sha3 (GH-16143) by Miss Islington (bot) · 6 years ago
  24. e8d7fa2 [3.8] bpo-38153: Normalize hashlib algorithm names (GH-16083) (GH-16144) by Christian Heimes · 6 years ago
  25. 322309e [3.8] bpo-38168: Fix a possbile refleak in setint() of mmapmodule.c (GH-16136) (GH-16174) by Miss Islington (bot) · 6 years ago
  26. d6fdfc8 bpo-37798: Prevent undefined behavior in direct calls to the C helper function. (GH-16149) (GH-16160) by Miss Islington (bot) · 6 years ago
  27. f37a983 [3.8] bpo-38005: Fixed comparing and creating of InterpreterID and ChannelID. (GH-15652) (GH-16145) by Serhiy Storchaka · 6 years ago
  28. d322abb [3.8] bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) (GH-16141) by Serhiy Storchaka · 6 years ago
  29. 53ff2ca [3.8] bpo-38150: Fix refleak in the finalizer of a _testcapimodule type (GH-16115) (GH-16118) by Stéphane Wirtel · 6 years ago
  30. 36c29e4 [3.8] bpo-38137: Re-add OpenSSL 1.0.2 compat (GH-16051) (GH-16057) by Stéphane Wirtel · 6 years ago
  31. 824407f bpo-21872: fix lzma library decompresses data incompletely (GH-14048) by Miss Islington (bot) · 6 years ago
  32. 0d7cb5b bpo-38132: Check EVP_DigestUpdate for error (GH-16041) by Miss Islington (bot) · 6 years ago
  33. 67b90a0 bpo-38132: Simplify _hashopenssl code (GH-16023) (#16040) by Miss Islington (bot) · 6 years ago
  34. 80e3365 bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028) by Miss Islington (bot) · 6 years ago
  35. 84eb42e bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224) by Miss Islington (bot) · 6 years ago
  36. f60fd95 closes bpo-37405: Make socket.getsockname() always return a tuple for AF_CAN. (GH-14392) (GH-16018) by Miss Islington (bot) · 6 years ago
  37. 79cbaf5 closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failure. (GH-16011) by Miss Islington (bot) · 6 years ago
  38. 3562ae2 [3.8] bpo-37879: Suppress subtype_dealloc decref when base type is a C heap type (GH-15323, GH-16004) (GH-15966) by Petr Viktorin · 6 years ago
  39. 43ee0e2 bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949) by Miss Islington (bot) · 6 years ago
  40. 21dacea Fix calling order of PyEval_InitThreads. (GH-15836) by Miss Islington (bot) · 6 years ago
  41. fdd17ab bpo-35941: Fix performance regression in SSL certificate code (GH-12610) by Steve Dower · 6 years ago
  42. e832963 bpo-37649: Fix exec_prefix check (GH-14897) by Miss Islington (bot) · 6 years ago
  43. 5731172 bpo-38070: visit_decref() calls _PyObject_IsFreed() (GH-15782) by Miss Islington (bot) · 6 years ago
  44. b150d0b bpo-38037: Fix reference counters in signal module (GH-15753) by Miss Islington (bot) · 6 years ago
  45. 5d695b6 bpo-37702: Fix SSL's certificate-store leak on Windows (GH-15632) by Steve Dower · 6 years ago
  46. e103732 bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (GH-14462) by Miss Islington (bot) · 6 years ago
  47. 6e3809c bpo-34410: Fix a crash in the tee iterator when re-enter it. (GH-15625) by Miss Islington (bot) · 6 years ago
  48. cad7abf bpo-38030: Fix os.stat failures on block devices on Windows (GH-15681) by Miss Islington (bot) · 6 years ago
  49. 4dd1c9d closes bpo-37966: Fully implement the UAX GH-15 quick-check algorithm. (GH-15558) by Miss Islington (bot) · 6 years ago
  50. 54dac6c bpo-38020: Fixes crash in os.readlink() on Windows (GH-15663) by Miss Islington (bot) · 6 years ago
  51. 58067d2 bpo-37798: Fix _statistics module doc (GH-15546) by Miss Islington (bot) · 6 years ago
  52. 353053d [3.8] bpo-37994: Fix silencing all errors if an attribute lookup fails. (GH-15630) (GH-15635) by Serhiy Storchaka · 6 years ago
  53. 97a31c7 [3.8] bpo-37990: fix gc stats (GH-15626) by Inada Naoki · 6 years ago
  54. 4bd1d05 Fix typos mostly in comments, docs and test names (GH-15209) by Miss Islington (bot) · 6 years ago
  55. 17f61ed bpo-37140: Fix StructUnionType_paramfunc() (GH-15612) by Miss Islington (bot) · 6 years ago
  56. 27f4186 bpo-37976: Prevent shadowing of TypeError in zip() (GH-15592) (GH-15608) by Miss Islington (bot) · 6 years ago
  57. 96631dc [3.8] bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593). (GH-15599) by Serhiy Storchaka · 6 years ago
  58. 102130a bpo-37960: Silence only necessary errors in repr() of buffered and text streams. (GH-15543) by Miss Islington (bot) · 6 years ago
  59. d1d42bf bpo-37372: Fix error unpickling datetime.time objects from Python 2 with seconds>=24. (GH-14307) by Miss Islington (bot) · 6 years ago
  60. 03c52f2 bpo-37951: Lift subprocess's fork() restriction (GH-15544) by Miss Islington (bot) · 6 years ago
  61. 91020fa bpo-36205: Fix the rusage implementation of time.process_time() (GH-15538) by Miss Islington (bot) · 6 years ago
  62. 56c4d2d bpo-37798: Minor code formatting and comment clean-ups. (GH-15526) (GH-15527) by Miss Islington (bot) · 6 years ago
  63. 2bb4fc3 bpo-37055: fix warnings in _blake2 module (GH-14646) by Miss Islington (bot) · 6 years ago
  64. 21161d7 [3.8] bpo-37942: Improve argument clinic float converter (GH-15470) (GH-15480) by Raymond Hettinger · 6 years ago
  65. 5779c53 bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-15441) by Miss Islington (bot) · 6 years ago
  66. 5c77730 bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390) by Miss Islington (bot) · 6 years ago
  67. 9eb3d54 bpo-37834: Normalise handling of reparse points on Windows (GH-15370) by Steve Dower · 6 years ago
  68. 27b38b9 bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227) by Paul Ganssle · 6 years ago
  69. f781283 [3.8] Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_read_bio_X509 (GH-15303) (GH-15304) by Miss Islington (bot) · 6 years ago
  70. b8e6824 bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276) by Miss Islington (bot) · 6 years ago
  71. 123f6c4 bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202) by Miss Islington (bot) · 6 years ago
  72. 9842269 bpo-37738: Fix curses addch(str, color_pair) (GH-15071) by Miss Islington (bot) · 6 years ago
  73. c61f9b5 Delete leftover clinic-generated file for C zipimport. (GH-15174) by Miss Islington (bot) · 6 years ago
  74. e8ea348 bpo-37729: gc: write stats at once (GH-15050) by Miss Islington (bot) · 6 years ago
  75. dde944f bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996) by Miss Islington (bot) · 6 years ago
  76. 462f070 bpo-37695: Correct unget_wch error message. (GH-14986) by Miss Islington (bot) · 6 years ago
  77. d8b914a bpo-37085: Expose SocketCAN bcm_msg_head flags (GH-13646) by Miss Islington (bot) · 6 years ago
  78. 9265a87 bpo-37587: Make json.loads faster for long strings (GH-14752) by Miss Islington (bot) · 6 years ago
  79. 76821ba bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH-14975) (GH-14984) by Miss Islington (bot) · 6 years ago
  80. 25cb4fd bpo-37502: handle default parameter for buffers argument of pickle.loads correctly (GH-14593) by Miss Islington (bot) · 6 years ago
  81. bb69789 [3.8] bpo-37399: Correctly attach tail text to the last element/comment/pi (GH-14856) (GH-14936) by Stefan Behnel · 6 years ago
  82. 24b5b36 [3.8] Fix typos in docs, comments and test assert messages (GH-14872). (#14900) by Kyle Stanley · 6 years ago
  83. 36101c2 closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268) by Miss Islington (bot) · 6 years ago
  84. bbad695 bpo-37120: Fix _ssl get_num_tickets() (GH-14668) by Miss Islington (bot) · 6 years ago
  85. 4bc6bb9 Fix some typos (GH-14435) by Miss Islington (bot) · 6 years ago
  86. 9bd5479 Put pyexpatns.h include back. bpo-37437 (GH-14539) by Miss Islington (bot) · 6 years ago
  87. 746992c bpo-37363: Add audit events on startup for the run commands (GH-14524) by Miss Islington (bot) · 6 years ago
  88. 4c227e6 bpo-36763: Use PyConfig_Clear() (GH-14445) by Miss Islington (bot) · 6 years ago
  89. f22c4cf [3.8] bpo-37428: Don't set PHA verify flag on client side (GH-14494) by Christian Heimes · 6 years ago
  90. ffcc161 bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255) by Miss Islington (bot) · 6 years ago
  91. 68c1c39 bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424) (GH-14451) by Miss Islington (bot) · 6 years ago
  92. 515a026 closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436) by Miss Islington (bot) · 6 years ago
  93. 6fbed53 closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414) by Miss Islington (bot) · 6 years ago
  94. 04d4692 bpo-37419: Fix possible segfaults when passing large sequences to os.posix_spawn() (GH-14409) by Miss Islington (bot) · 6 years ago
  95. 63429c8 bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396) by Miss Islington (bot) · 6 years ago
  96. d917cfe [3.8] bpo-37250: put back tp_print for backwards compatibility (GH-14193) by Jeroen Demeyer · 6 years ago
  97. 76b72f6 bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751) by Miss Islington (bot) · 6 years ago
  98. 8763d43 bpo-37363: Add audit events for a range of modules (GH-14301) by Miss Islington (bot) · 6 years ago
  99. 6c79477 bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152) by Steve Dower · 6 years ago
  100. 7edf8e5 Fix name of '\0'. (GH-14222) by Miss Islington (bot) · 6 years ago