Python 3.7.6
  1. 43364a7 3.7.6 by Ned Deily · 6 years ago v3.7.6
  2. 85924a4 Post release updates by Ned Deily · 6 years ago
  3. bd18254 3.7.6rc1 by Ned Deily · 6 years ago v3.7.6rc1
  4. 7f7f986 [3.7] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) (GH-17000) by Serhiy Storchaka · 6 years ago
  5. e48589d Post release updates by Ned Deily · 6 years ago
  6. 5c02a39 3.7.5 by Ned Deily · 6 years ago v3.7.5
  7. 2027f90 Post release updates by Ned Deily · 6 years ago
  8. 4082f60 3.7.5rc1 by Ned Deily · 6 years ago v3.7.5rc1
  9. 912b5a9 closes bpo-38253: Fix typo of Py_SET_ERANGE_IF_OVERFLOW in pyport.h. (GH-16230) by Miss Islington (bot) · 6 years ago
  10. 8fac472 Fix _PyTime_MIN/MAX values (GH-15384) by Miss Islington (bot) · 6 years ago
  11. 4016cd5 Post release updates by Ned Deily · 6 years ago
  12. e093591 3.7.4 final by Ned Deily · 6 years ago v3.7.4
  13. 7f193e8 3.7.4rc2 by Ned Deily · 6 years ago v3.7.4rc2
  14. b26441e 3.7.4rc1 by Ned Deily · 6 years ago v3.7.4rc1
  15. 8766cb7 [3.7] bpo-27987: align PyGC_Head to alignof(long double) (GH-13335) (GH-13581) by Inada Naoki · 6 years ago
  16. 2156fec [3.7] Revert "align PyGC_Head to alignof(long double) (GH-13335)" (GH-13569) by Gregory P. Smith · 6 years ago
  17. ea2b76b bpo-27987: align PyGC_Head to alignof(long double) (GH-13335) by Inada Naoki · 6 years ago
  18. 8a9a6b4 [3.7] bpo-9566: Fix compiler warnings on Windows (GH-12920) by Victor Stinner · 6 years ago
  19. 9e23f0a [3.7] bpo-36389: _PyObject_IsFreed() now also detects uninitialized memory (GH-12770) (GH-12788) by Victor Stinner · 6 years ago
  20. bc8c263 bump to 3.7.3+ by Ned Deily · 6 years ago
  21. 3a1f71d Merge tag 'v3.7.3' into 3.7 by Ned Deily · 6 years ago
  22. ef4ec6e 3.7.3 by Ned Deily · 6 years ago v3.7.3
  23. f7959a9 bpo-36236: Handle removed cwd at Python init (GH-12450) by Victor Stinner · 6 years ago
  24. 935250d bpo-36356: pymain_free() calls _PyRuntime_Finalize() (GH-12436) by Victor Stinner · 6 years ago
  25. 67294f6 bpo-36317: Fix typo in _PyObject_FastCallDict documentation (GH-12383) (GH-12402) by Rémi Lapeyre · 6 years ago
  26. 822952c bump to 3.7.3rc1+ by Ned Deily · 6 years ago
  27. 69785b2 3.7.3rc1 by Ned Deily · 6 years ago v3.7.3rc1
  28. a144fee bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) (GH-11376) by Miss Islington (bot) · 7 years ago
  29. 4cb468d Post release bump by Ned Deily · 7 years ago
  30. 9a3ffc0 3.7.2final by Ned Deily · 7 years ago v3.7.2
  31. ffc106c bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-10620) by Miss Islington (bot) · 7 years ago
  32. 75a402a 3.7.2rc1 by Ned Deily · 7 years ago v3.7.2rc1
  33. 3cae16d bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-11047) (GH-11107) by Serhiy Storchaka · 7 years ago
  34. 6f5fa1b bpo-33954: Fix _PyUnicode_InsertThousandsGrouping() (GH-10623) (GH-10718) by Victor Stinner · 7 years ago
  35. f6e323c bpo-34523: Fix C locale coercion on FreeBSD CURRENT (GH-10672) (GH-10673) by Victor Stinner · 7 years ago
  36. 95036ea [3.7] bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) (GH-10662) by Victor Stinner · 7 years ago
  37. e851049 bpo-34725: Adds _Py_SetProgramFullPath so embedders may override sys.executable (GH-9861) by Steve Dower · 7 years ago
  38. 9ee1d42 bpo-35233: InitConfigTests tests more config vars (GH-10541) (GH-10546) by Victor Stinner · 7 years ago
  39. 35c28d5 [3.7] bpo-35233: Rewrite test_embed.InitConfigTests (GH-10524) (GH-10529) by Victor Stinner · 7 years ago
  40. f6602f9 bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503) by Miss Islington (bot) · 7 years ago
  41. 5f4d05d [3.7] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10492) by Gregory P. Smith · 7 years ago
  42. a9122d1 [3.7] bpo-35147: Fix _Py_NO_RETURN for GCC (GH-10300) (GH-10301) by Alexey Izbyshev · 7 years ago
  43. 21220bb bpo-34403: Fix initfsencoding() for ASCII (GH-10233) by Victor Stinner · 7 years ago
  44. a5f6882 Post release bump by Ned Deily · 7 years ago
  45. 08eae4f Merge tag 'v3.7.1' into 3.7 by Ned Deily · 7 years ago
  46. 260ec2c 3.7.1final by Ned Deily · 7 years ago v3.7.1
  47. 178d1c0 bpo-24658: Fix read/write greater than 2 GiB on macOS (GH-1705) by Miss Islington (bot) · 7 years ago
  48. 6a1238c Post release bump by Ned Deily · 7 years ago
  49. 6c06ef7 3.7.1rc2 by Ned Deily · 7 years ago v3.7.1rc2
  50. 2bdba6b Post release bump by Ned Deily · 7 years ago
  51. 2064bcf 3.7.1rc1 by Ned Deily · 7 years ago v3.7.1rc1
  52. 187f2dd bpo-34762: Fix contextvars C API to use PyObject* pointer types. (GH-9473) by Miss Islington (bot) · 7 years ago
  53. 95cc3ee Revert "[3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379)" (GH-9416) by Victor Stinner · 7 years ago
  54. 470a435 bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146) by Miss Islington (bot) · 7 years ago
  55. 144f1e2 [3.7] bpo-34589: Add -X coerce_c_locale option; C locale coercion off by default (GH-9379) by Victor Stinner · 7 years ago
  56. 0c90d6f [3.7] bpo-34247: Fix Python 3.7 initialization (#8659) by Victor Stinner · 7 years ago
  57. c919252 Fix redundant declaration of _PyImport_AddModuleObject (GH-7992) by Miss Islington (bot) · 7 years ago
  58. 4f69a29 start 3.7.0+ by Ned Deily · 7 years ago
  59. 1bf9cc5 3.7.0 final by Ned Deily · 7 years ago v3.7.0
  60. dfad352 3.7.0rc1 by Ned Deily · 7 years ago v3.7.0rc1
  61. d8bc353 Bump to 3.7.0b5+ by Ned Deily · 7 years ago
  62. abb8802 3.7.0b5 by Ned Deily · 7 years ago v3.7.0b5
  63. 2641ee5 bpo-32911: Revert bpo-29463. (GH-7121) by Serhiy Storchaka · 7 years ago
  64. 1f22a30 [3.7] Add missed details of the C API introduced in 3.7. (GH-7047) (GH-7061) by Serhiy Storchaka · 7 years ago
  65. e1a78ca bpo-5945: Improve mappings and sequences C API docs. (GH-7029) by Miss Islington (bot) · 7 years ago
  66. b32f889 [3.7] bpo-33475: Fix and improve converting annotations to strings. (GH-6774). (GH-6927) by Serhiy Storchaka · 7 years ago
  67. 6bd0c47 bpo-32604: Remove xid registry. (#6813) by Eric Snow · 7 years ago
  68. 01e19f8 bump to 3.7.0b4+ by Ned Deily · 7 years ago
  69. eb96c37 3.7.0b4 by Ned Deily · 7 years ago v3.7.0b4
  70. 3295529 Spelling fixes to docs, docstrings, and comments (GH-6374) by Miss Islington (bot) · 7 years ago
  71. e557b5c bump to 3.7.0b3+ by Ned Deily · 7 years ago
  72. 4e7efa9 3.7.0b3 by Ned Deily · 7 years ago v3.7.0b3
  73. 5506d60 bpo-32836: Remove obsolete code from symtable pass (GH-5680) by Miss Islington (bot) · 7 years ago
  74. b2df4a00 Moving on to 3.7.0b2+ by Ned Deily · 7 years ago
  75. b0ef5c9 Update NEWS, docs, and patchlevel for 3.7.0b2 by Ned Deily · 7 years ago v3.7.0b2
  76. 3db05a3 bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5710) by Miss Islington (bot) · 8 years ago
  77. 972edd9 Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5569) by Miss Islington (bot) · 8 years ago
  78. 2bb0bfa bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5562) by Miss Islington (bot) · 8 years ago
  79. 29fd9ea Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 (#5496) by Miss Islington (bot) · 8 years ago
  80. f5f8a74 finished 3.7.0b1 - on to b1+ by Ned Deily · 8 years ago
  81. 9561d7f Update NEWS, docs, and patchlevel for 3.7.0b1 by Ned Deily · 8 years ago v3.7.0b1
  82. 7f8bfc9 bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748) by Eric Snow · 8 years ago
  83. 332cd5e bpo-32550. Remove the STORE_ANNOTATION bytecode. (GH-5181) by Mark Shannon · 8 years ago
  84. 72a0d21 bpo-31356: Add context manager to temporarily disable GC (GH-4224) by Pablo Galindo · 8 years ago
  85. c65ef77 rename _imp initialization function to follow conventions (#5432) by Benjamin Peterson · 8 years ago
  86. a49ac99 bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342) by INADA Naoki · 8 years ago
  87. 95e4d58 String annotations [PEP 563] (#4390) by Guido van Rossum · 8 years ago
  88. f320be7 bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) by Serhiy Storchaka · 8 years ago
  89. 04af5b1 bpo-10381: Add timezone to datetime C API (#5032) by Paul Ganssle · 8 years ago
  90. 8ded5b8 bpo-32030: Add _PyCoreConfig.module_search_paths (#4954) by Victor Stinner · 8 years ago
  91. e768c86 bpo-32635: Fix a segfault when importing the crypt module with libxcrypt. (#5284) by stratakis · 8 years ago
  92. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 8 years ago
  93. 13ff245 bpo-32593: Drop FreeBSD 9 and older support (#5232) by Victor Stinner · 8 years ago
  94. fc2f407 bpo-32591: Add native coroutine origin tracking (#5250) by Nathaniel J. Smith · 8 years ago
  95. 378edee bpo-32544: Speed up hasattr() and getattr() (GH-5173) by INADA Naoki · 8 years ago
  96. cb064fc bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) by Victor Stinner · 8 years ago
  97. 7ed7aea bpo-29240: Fix locale encodings in UTF-8 Mode (#5170) by Victor Stinner · 8 years ago
  98. cb3ae55 bpo-29240: Ignore UTF-8 Mode in time module (#5148) by Victor Stinner · 8 years ago
  99. 2cba6b8 bpo-29240: readline now ignores the UTF-8 Mode (#5145) by Victor Stinner · 8 years ago
  100. 2ab3a8f Post-release version bump to a4+ by Ned Deily · 8 years ago