Python 3.7.7rc1
  1. 93b7677 3.7.7rc1 by Ned Deily · 5 years ago v3.7.7rc1
  2. 12c45ef [3.7] bpo-39389: gzip: fix compression level metadata (GH-18077) (GH-18101) by Miss Islington (bot) · 5 years ago
  3. 3eff46f bpo-37953: Fix ForwardRef hash and equality checks (GH-15400) (GH-18751) by Ryan Rowe · 5 years ago
  4. f8f163c Fix misleading statement about mixed-type numeric comparisons (GH-18615) (GH-18737) by Miss Islington (bot) · 5 years ago
  5. 852aee6 bpo-39776: Lock ++interp->tstate_next_unique_id (GH-18746) by Stefan Krah · 5 years ago
  6. 72fff60 bpo-39778: Add clarification about tp_traverse and ownership (GH-18754) by Miss Islington (bot) · 5 years ago
  7. 499c926 [3.7] bpo-39831: Fix a reference leak in PyErr_WarnEx(). (GH-18750). (GH-18760) by Pablo Galindo · 5 years ago
  8. 8a5f7ad [3.7] bpo-38597: Never statically link extension initialization code on Windows (GH-18724) (GH-18759) by Steve Dower · 5 years ago
  9. 69ded39 bpo-39778: Don't traverse weak-reference lists OrderedDict's tp_traverse and tp_clear (GH-18749) by Miss Islington (bot) · 5 years ago
  10. 7ca251b bpo-38380: Update macOS & Windows builds to SQLite v3.31.1 (GH-18678) by Miss Islington (bot) · 5 years ago
  11. f4d709f bpo-38971: Open file in codecs.open() closes if exception raised. (GH-17666) by Miss Islington (bot) · 5 years ago
  12. d3c2435 bpo-39378: partial of PickleState struct should be traversed. (GH-18046) by Miss Islington (bot) · 5 years ago
  13. 7c64726 [3.7] bpo-39769: Fix compileall ddir for subpkgs. (GH-18676) (GH-18718) (GH-18725) by Gregory P. Smith · 5 years ago
  14. c4ca1f8 [3.7] bpo-39794: Add --without-decimal-contextvar (GH-18702) by Stefan Krah · 5 years ago
  15. cf347f3 bpo-39548: Fix handling of 'WWW-Authenticate' header for Digest Auth (GH-18338) by Miss Islington (bot) · 5 years ago
  16. 5157506 bpo-13790: Change 'string' to 'specification' in format doc (GH-18690) by Miss Islington (bot) · 5 years ago
  17. f4198ae bpo-39781: Do not jump when select in IDLE codecontext (GH-18683) by Miss Islington (bot) · 5 years ago
  18. 3bf9de2 bpo-39699: Don't silence make on Azure and Github CIs (GH-18583) by Steve Dower · 5 years ago
  19. 0ef328a Doc: int -> int or Py_ssize_t (GH-18663) by Miss Islington (bot) · 5 years ago
  20. 55be9a6 bpo-30566: Fix IndexError when using punycode codec (GH-18632) by Miss Islington (bot) · 5 years ago
  21. e349e83 Give proper credit for figuring out and writing PEP-3118 tests. (GH-18644) (#18645) by Miss Islington (bot) · 5 years ago
  22. 3dc6961 Give proper credits for the memoryview implementation. (GH-18626) (#18643) by Miss Islington (bot) · 5 years ago
  23. 097612a bpo-39649: Remove obsolete check for `__args__` in bdb.Bdb.format_stack_entry (GH-18531) by Miss Islington (bot) · 5 years ago
  24. d57f999 bpo-39654: Update pyclbr doc to reflect additional information returned (GH-18528) by Miss Islington (bot) · 5 years ago
  25. 333b989 [3.7] bpo-39427: Document -X opt options in the CLI --help and the man page (GH-18131) (#18134) by Pablo Galindo · 5 years ago
  26. 24c570b bpo-39576: Clarify the word size for the 32-bit build. (GH-18616) (#18617) by Miss Islington (bot) · 5 years ago
  27. 36a120d bpo-17422: Language reference should specify restrictions on class namespace (GH-18559) by Miss Islington (bot) · 5 years ago
  28. 43a0137 bpo-39382: Avoid dangling object use in abstract_issubclass() (GH-18530) by Miss Islington (bot) · 5 years ago
  29. 00e4587 bpo-39576: docs: set context for decimal arbitrary precision arithmetic (GH-18594) (#18596) by Miss Islington (bot) · 5 years ago
  30. 50ce890 fix(doc): set correct RST syntax for c:function (GH-18589) by Miss Islington (bot) · 5 years ago
  31. 09db1da bpo-38657: Clarify numeric padding behaviour in string formatting (GH-17036) by Miss Islington (bot) · 5 years ago
  32. c6f9554 bpo-39576: Prevent memory error for overly optimistic precisions (GH-18581) (#18585) by Miss Islington (bot) · 5 years ago
  33. 736e0ea Valgrind no longer supports --db-attach=yes. (GH-18568) (#18578) by Miss Islington (bot) · 5 years ago
  34. a3c2c5f Use the new recommended number of repetitions in the refleak tests. (GH-18569) (#18575) by Miss Islington (bot) · 5 years ago
  35. 2574910 Update runall.bat to the latest Windows build system. (GH-18571) (#18572) by Miss Islington (bot) · 5 years ago
  36. fde0041 bpo-39663: IDLE: Add additional tests for pyparse (GH-18536) by Miss Islington (bot) · 6 years ago
  37. 3c57ca6 [3.8] bpo-39453: Fix contains method of list to hold strong references (GH-18204) by Miss Islington (bot) · 6 years ago
  38. 505b601 Revert "bpo-27657: Fix urlparse() with numeric paths (GH-661)" (#18526) by Senthil Kumaran · 6 years ago
  39. 46cf4fc8 bpo-39545: Document changes in the support of await in f-strings. (GH-18456) by Miss Islington (bot) · 6 years ago
  40. f464edf bpo-39606: allow closing async generators that are already closed (GH-18475) (GH-18502) by Nathaniel J. Smith · 6 years ago
  41. ca133e5 bpo-21016: pydoc and trace use sysconfig (GH-18476) by Miss Islington (bot) · 6 years ago
  42. a933f74 docs: macos - change "versiona" to "versions" (GH-18467) (GH-18470) by Miss Islington (bot) · 6 years ago
  43. fcfc3c8 bpo-38374: Remove weakref.ReferenceError from docs (GH-18452) by Miss Islington (bot) · 6 years ago
  44. 32c8840 bpo-39600: Adjust code, add idlelib/NEWS item (GH-18449) by Miss Islington (bot) · 6 years ago
  45. 78982f9 bpo-13826: Clarify Popen constructor example (GH-18438) by Miss Islington (bot) · 6 years ago
  46. a12effd bpo-39594: Fix typo in os.times documentation (GH-18443) by Miss Islington (bot) · 6 years ago
  47. 1365736 Improve grammar in the import system reference documentation (GH-18209) by Miss Islington (bot) · 6 years ago
  48. 2e8097d bpo-39600, IDLE: Remove duplicated font names (GH-18430) by Miss Islington (bot) · 6 years ago
  49. 3b888ad [3.7] bpo-3950: Fix docs for default locale used by gettext to match implementation (GH-18435) (GH-18439) by Miss Islington (bot) · 6 years ago
  50. 83efed9 bpo-39534: Doc: Clarify return in finally (GH-18324) by Miss Islington (bot) · 6 years ago
  51. 705d271 bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017) by Miss Islington (bot) · 6 years ago
  52. 6ba8dc6 bpo-39185 Add the d[etailed] and q[uiet] verbosity levels for msbuild (GH-17791) by Miss Islington (bot) · 6 years ago
  53. 97d2a98 closes bpo-39510: Fix use-after-free in BufferedReader.readinto() (GH-18295) by Miss Islington (bot) · 6 years ago
  54. fda6593 Fixes in sorting descriptions (GH-18317) by Miss Islington (bot) · 6 years ago
  55. 4c71c83 fixes typos in http.client documentation (GH-18300) by Miss Islington (bot) · 6 years ago
  56. 7561e7a bpo-39450 Stripped whitespace before parsing the docstring in TestCase.shortDescription (GH-18321) by Miss Islington (bot) · 6 years ago
  57. 8d02114 bpo-38792: Remove IDLE shell calltip before new prompt. (GH-17150) by Miss Islington (bot) · 6 years ago
  58. 561c597 [3.7] bpo-39401: Avoid unsafe DLL load on Windows 7 and earlier (GH-18231) (GH-18232) by Steve Dower · 6 years ago
  59. 194c7ae [3.7] bpo-39493: Fix definition of IO.closed in typing.py (GH-18273) by Miss Islington (bot) · 6 years ago
  60. cf0645a bpo-39485: fix corner-case in method-detection of mock (GH-18256) by Miss Islington (bot) · 6 years ago
  61. a6559b4 Doc: Fix external links to functional programming tutorial. (GH-18249) by Miss Islington (bot) · 6 years ago
  62. 6990d1b bpo-38092: Reduce overhead when using multiprocessing in a Windows virtual environment (GH-16098) by Adam Meily · 6 years ago
  63. 5a49cca bpo-39287: Doc: Add UTF-8 mode section in using/windows. (GH-17935) by Miss Islington (bot) · 6 years ago
  64. 005b059 bpo-39392: Turtle overlap fill depends on OS (GH-18223) by Miss Islington (bot) · 6 years ago
  65. 5aefee6 bpo-30780: Add IDLE configdialog tests (GH-3592) by Miss Islington (bot) · 6 years ago
  66. 414ab5d Ignore NEWS snippets in code coverage stats (GH-18194) by Miss Islington (bot) · 6 years ago
  67. b0a6ec2 bpo-39234: Doc: `enum.auto()` incrementation value not specified. (GH-17872) (GH-17876) by Miss Islington (bot) · 6 years ago
  68. 6dbd843 bpo-36654: Add examples for using tokenize module programmatically (GH-12947) by Miss Islington (bot) · 6 years ago
  69. 548685e bpo-15243: Document __prepare__ as classmethod (GH-17124) by Miss Islington (bot) · 6 years ago
  70. 71d2b33 bpo-38473: Handle autospecced functions and methods used with attach_mock (GH-16784) (#18166) by Miss Islington (bot) · 6 years ago
  71. fd9ce2b bpo-39388: IDLE: Fix bug when cancelling out of configdialog (GH-18068) by Miss Islington (bot) · 6 years ago
  72. 1a27435 bpo-39430: Fix race condition in lazy imports in tarfile. (GH-18161) by Miss Islington (bot) · 6 years ago
  73. 61b3484 [3.7] bpo-35182: fix communicate() crash after child closes its pipes (GH-18117) (GH-18151) by Alex Rebert · 6 years ago
  74. 0c12d70 bpo-39431: Also mention nonlocal in assignment quirk (GH-17375) by Miss Islington (bot) · 6 years ago
  75. 958064f bpo-39421: Fix posible crash in heapq with custom comparison operators (GH-18118) by Miss Islington (bot) · 6 years ago
  76. 36968c1 bpo-32989: IDLE - remove unneeded parameter (GH-18138) by Miss Islington (bot) · 6 years ago
  77. ba83d1e bpo-39050: The Help button in IDLE's config menu works again (GH-17611) by Miss Islington (bot) · 6 years ago
  78. 9e06d61 bpo-39425: Fix list.count performance regression (GH-18119) (GH-18121) by Miss Islington (bot) · 6 years ago
  79. 5707246 bpo-39413: os.unsetenv() is not available on Windows (GH-18108) by Miss Islington (bot) · 6 years ago
  80. d76ff72 PyLong_AsLongLong() docs should say 'long long' (GH-18082) (#18109) by Miss Islington (bot) · 6 years ago
  81. f3d3a3c bpo-32989: IDLE - fix bad editor call of pyparse method (GH-5968) by Miss Islington (bot) · 6 years ago
  82. d7b0118 improve the documentation of the LOAD_METHOD and CALL_METHOD (GH-18079) by Miss Islington (bot) · 6 years ago
  83. 3da8390 bpo-39383: Mention Darwin as a potential value for platform.system() (GH-18054) by Miss Islington (bot) · 6 years ago
  84. b76d5e9 bpo-39386: Prevent double awaiting of async iterator (GH-18081) by Miss Islington (bot) · 6 years ago
  85. 2469066 Fix asyncio.get_event_loop() documentation (GH-18051) by Miss Islington (bot) · 6 years ago
  86. a360070 bpo-38400 Don't check for NULL linked list pointers in _PyObject_IsFreed (GH-16630) by Miss Islington (bot) · 6 years ago
  87. 296383b bpo-35561: Supress valgrind false alarm on epoll_ctl(event) (GH-18060) by Miss Islington (bot) · 6 years ago
  88. d96b7dd Fix typo from base to based (GH-18055) by Miss Islington (bot) · 6 years ago
  89. 5046055 Fix Lock.locked() to remove extra bold highlighting (GH-18042) (#18044) by Miss Islington (bot) · 6 years ago
  90. 970188c bpo-39348: Fix code highlight for the SOCK_NONBLOCK example (GH-18018) by Miss Islington (bot) · 6 years ago
  91. 74b95b6 [3.7] Fix typo in multiprocessing.pool.AsyncResult.successful doc. (GH-17932) (GH-18016) by Miss Islington (bot) · 6 years ago
  92. 5c08bfe Fix documentation in code.py (GH-17988) by Miss Islington (bot) · 6 years ago
  93. dfe159c bpo-39310: Update sys.float_info documentation (GH-17982) by Miss Islington (bot) · 6 years ago
  94. 9dbf5d3 [3.7] bpo-16575: Disabled checks for union types being passed by value. (GH-17960) (GH-17970) by Vinay Sajip · 6 years ago
  95. e222b4c bpo-3530: Add advice on when to correctly use fix_missing_locations in the AST docs (GH-17172) by Miss Islington (bot) · 6 years ago
  96. 4be9726 bpo-38293: Allow shallow and deep copying of property objects (GH-16438) by Miss Islington (bot) · 6 years ago
  97. a993658 [3.7] Add test cases for dataclasses. (GH-17909) (GH-17920) by Miss Islington (bot) · 6 years ago
  98. 00ac28a bpo-39242: Updated the Gmane domain into news.gmane.io (GH-17903) by Miss Islington (bot) · 6 years ago
  99. 535a3c4 bpo-38871: Fix lib2to3 for filter-based statements that contain lambda (GH-17780) by Miss Islington (bot) · 6 years ago
  100. d46dec9 bpo-39198: Ensure logging global lock is released on exception in isEnabledFor (GH-17689) (GH-17898) by Miss Islington (bot) · 6 years ago