Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.7
/
Misc
tag
5ebb4a6fe4fc0981d427c9d417d12b6d92cb9fea
tagger
Ned Deily <nad@python.org>
Sat Oct 20 05:25:07 2018
object
6ec5cf24b7f38ea72bb42d5cd60dca0d3ee332f9
Python 3.6.7
6ec5cf2
3.6.7final
by Ned Deily
· 7 years ago
v3.6.7
d404ffa
bpo-34521: Add NEWS entry for changes in GH-9613 (GH-9850)
by Miss Islington (bot)
· 7 years ago
4893861
3.6.7rc2
by Ned Deily
· 7 years ago
v3.6.7rc2
f55c3ae
bpo-34370: Revert to using released Tk 8.6.8 with macOS installers
by Ned Deily
· 7 years ago
69e6ad6
[3.6] bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751) (GH-9798) (GH-9801)
by Miss Islington (bot)
· 7 years ago
f543e18
[3.6] bpo-33729: Fix issues with arguments parsing in hashlib. (GH-8346) (GH-8581) (GH-9657)
by Serhiy Storchaka
· 7 years ago
a14dda5
[3.6] bpo-34769: Thread safety for _asyncgen_finalizer_hook(). (GH-9716) (GH-9792)
by twisteroid ambassador
· 7 years ago
e7ebf14
[3.6] bpo-34906: Doc: Fix typos (2) (GH-9735)
by Stéphane Wirtel
· 7 years ago
25bfb1a
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (GH-9656)
by Miss Islington (bot)
· 7 years ago
64bcedc
bpo-32174: Let .chm document display non-ASCII characters properly (GH-9758)
by Miss Islington (bot)
· 7 years ago
177254c
bpo-34910: Ensure that PyObject_Print() always returns -1 on error. (GH-9733)
by Miss Islington (bot)
· 7 years ago
22e86fb
[3.7] bpo-34282: Fix Enum._convert method shadowing members named _convert (GH-9034) (GH-9229)
by Miss Islington (bot)
· 7 years ago
70a083b
bpo-34871: inspect: Don't pollute sys.modules (GH-9696) (GH-9702)
by Miss Islington (bot)
· 7 years ago
166773d
[3.6] bpo-34872: Fix self-cancellation in C implementation of asyncio.Task (GH-9679) (GH-9690)
by Elvis Pranskevichus
· 7 years ago
6580e52
bpo-34879: Fix a possible null pointer dereference in bytesobject.c (GH-9683)
by Miss Islington (bot)
· 7 years ago
07b96a9
bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9677)
by Miss Islington (bot)
· 7 years ago
3a4aa6a
bpo-34819: Use a monotonic clock to compute timeouts in concurrent.futures (GH-9599)
by Miss Islington (bot)
· 7 years ago
e05a94c
Merge tag 'v3.6.7rc1' into 3.6
by Ned Deily
· 7 years ago
d45a961
[3.6] bpo-34320: Fix dict(o) didn't copy order of dict subclass (GH-8624) (GH-9583)
by Miss Islington (bot)
· 7 years ago
311101f
3.6.7rc1
by Ned Deily
· 7 years ago
v3.6.7rc1
adf4932
bpo-34370: Update Tk 8.6 used with macOS installers
by Ned Deily
· 7 years ago
0b3e120
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
by Miss Islington (bot)
· 7 years ago
936d740
bpo-34770: Fix a possible null pointer dereference in pyshellext.cpp (GH-9497)
by Miss Islington (bot)
· 7 years ago
582d188
[3.6] bpo-17239: Disable external entities in SAX parser (GH-9217) (GH-9512)
by Christian Heimes
· 7 years ago
6b48f98
bpo-34548: IDLE: use configured theme colors in TextView (GH-9008)
by Miss Islington (bot)
· 7 years ago
94812f7
[3.6] bpo-34670: Add TLS 1.3 post handshake auth (GH-9460) (GH-9507)
by Christian Heimes
· 7 years ago
ed21919
bpo-34472: Add data descriptor signature to zipfile (GH-8871) (GH-9398)
by Miss Islington (bot)
· 7 years ago
d1b336e
[3.6] bpo-34623: Mention CVE-2018-14647 in news entry (GH-9482) (GH-9489)
by Miss Islington (bot)
· 7 years ago
f37496e
bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418)
by Miss Islington (bot)
· 7 years ago
4fb672f
bpo-32215: Fix performance regression in sqlite3 (GH-8511)
by Miss Islington (bot)
· 7 years ago
1148510
[3.6] bpo-34542: Update test certs and keys (GH-8997) (GH-9396)
by Christian Heimes
· 7 years ago
c927649
bpo-34582: Adds JUnit XML output for regression tests (GH-9210)
by Miss Islington (bot)
· 7 years ago
f7666e8
bpo-34623: Use XML_SetHashSalt in _elementtree (GH-9146)
by Miss Islington (bot)
· 7 years ago
1a107ee
bpo-32533: Fixed thread-safety of error handling in _ssl. (GH-7158)
by Steve Dower
· 7 years ago
68a8f04
bpo-34587, test_socket: remove RDSTest.testCongestion() (GH-9277)
by Miss Islington (bot)
· 7 years ago
83a0985
bpo-34341: Fix appending to ZIP archives with the ZIP64 extension. (GH-8683)
by Miss Islington (bot)
· 7 years ago
fff869e
bpo-34710: fix SSL module build (GH-9347)
by Miss Islington (bot)
· 7 years ago
f35e4d5
bpo-34610: Fixed iterator of multiprocessing.managers.DictProxy. (GH-9113)
by Miss Islington (bot)
· 7 years ago
e536320
bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)
by Miss Islington (bot)
· 7 years ago
7eeb80b
closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)
by Miss Islington (bot)
· 7 years ago
3e3d4a4
bpo-34200: Fix non-determinism of test_pkg (GH-9248)
by Miss Islington (bot)
· 7 years ago
bdace2e
closes bpo-34652: Always disable lchmod on Linux. (GH-9234)
by Miss Islington (bot)
· 7 years ago
aa12534
closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4178)
by Miss Islington (bot)
· 7 years ago
a00de68
[3.6] closes bpo-25041: Document AF_PACKET socket address format. (GH-9209)
by Benjamin Peterson
· 7 years ago
31912b4
bpo-34405: Update to OpenSSL 1.0.2p for macOS installer builds (GH-9191)
by Ned Deily
· 7 years ago
ccbbdd0
[3.6] closes bpo-31608: Fix a crash in methods of a subclass of _collections.deque with a bad __new__(). (GH-9178)
by Benjamin Peterson
· 7 years ago
889f080
bpo-28617 Fixed docs inaccuracies about the types that support membership tests (GH-9086)
by Miss Islington (bot)
· 7 years ago
ed74a25
Fix Tools/gdb/libpython.py
by Miss Islington (bot)
· 7 years ago
2173bb8
bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9149)
by Miss Islington (bot)
· 7 years ago
b2260e5
bpo-34625: Update vendorized expat version to 2.2.6. (GH-9158)
by Miss Islington (bot)
· 7 years ago
afb25bc
bpo-34588: Fix an off-by-one error in traceback formatting. (GH-9077)
by Miss Islington (bot)
· 7 years ago
1bcd891
[3.6] bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098) (GH-9105)
by William Grzybowski
· 7 years ago
3b36642
bpo-34421 avoid unicode error in distutils logging (GH-8799)
by Miss Islington (bot)
· 7 years ago
eb6ab73
[3.6] bpo-34246: Use no mutable default args in smtplib (GH-8554) (#9112)
by Pablo Galindo
· 7 years ago
9eeecfd
[3.6] bpo-34594: Don't hardcode errno values in the tests. (GH-9096)
by Zackery Spytz
· 7 years ago
23f427a
[3.6] bpo-34563: Fix for invalid assert on big output of multiprocessing.Process (GH-9027) (GH-9069)
by Alexander Buchkovsky
· 7 years ago
3ee07432
bpo-25750: fix refcounts in type_getattro() (GH-6118) (GH-9088)
by Miss Islington (bot)
· 7 years ago
e2c1657
bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9057)
by Miss Islington (bot)
· 7 years ago
4ff3887
bpo-34527: Fix FreeBSD with POSIX locale (GH-8975)
by Victor Stinner
· 7 years ago
c47acc2
bpo-13312: Avoid int underflow in time year. (GH-8912)
by Miss Islington (bot)
· 7 years ago
b26fcd6
bpo-34426: fix typo (__lltrace__ -> __ltrace__) (GH-8822)
by Miss Islington (bot)
· 7 years ago
0e707b4
bpo-6700: Fix inspect.getsourcelines for module level frames/tracebacks (GH-8864)
by Miss Islington (bot)
· 7 years ago
cabe916
[3.6] bpo-34391: Fix ftplib test for TLS 1.3 (GH-8787) (#8790)
by Miss Islington (bot)
· 7 years ago
eeca87c
bpo-34405: Updated to OpenSSL 1.0.2p for Windows builds. (GH-8776)
by Steve Dower
· 7 years ago
5e9551b
[3.6] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8764)
by Christian Heimes
· 7 years ago
981aa46
closes bpo-34400: Fix undefined behavior in parsetok(). (GH-4439)
by Miss Islington (bot)
· 7 years ago
3e630c5
bpo-33570: TLS 1.3 ciphers for OpenSSL 1.1.1 (GH-6976) (GH-8760)
by Christian Heimes
· 7 years ago
2a4ee8a
bpo-32947: Fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-8761)
by Christian Heimes
· 7 years ago
fe62d36
closes bpo-34377: Update Valgrind suppressions. (GH-8734)
by Miss Islington (bot)
· 7 years ago
ca4badb
bpo-34047: IDLE: fix mousewheel scrolling direction on macOS (GH-8678)
by Miss Islington (bot)
· 7 years ago
671a13a
bpo-18540: Fix EAI_NONAME in imaplib.IMAP4*() (GH-8634)
by Miss Islington (bot)
· 7 years ago
b0bf51b
bpo-31047: Fix ntpath.abspath for invalid paths (GH-8544)
by Steve Dower
· 7 years ago
e20d31c
bpo-19891: Ignore error while writing history file (GH-8483)
by Miss Islington (bot)
· 7 years ago
2474cef
bpo-33839: refactor IDLE's tooltips & calltips, add docstrings and tests (GH-7683)
by Miss Islington (bot)
· 7 years ago
363105e
bpo-34275: Make IDLE calltips always visible on Mac. (GH-8639)
by Miss Islington (bot)
· 7 years ago
9fcfb7b
bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)
by Miss Islington (bot)
· 7 years ago
6f16ffc
[3.6] bpo-34263 Cap timeout submitted to epoll/select etc. to one day. (GH-8532) (GH-8587)
by Miss Islington (bot)
· 7 years ago
ada5d99
[3.6] bpo-33871: Fix os.sendfile(), os.writev(), os.readv(), etc. (GH-7931) (GH-8584)
by Serhiy Storchaka
· 7 years ago
28bbbda
bpo-30237: Output error when ReadConsole is canceled by CancelSynchronousIo. (GH-7911)
by Steve Dower
· 7 years ago
8f6a7e1
bpo-34225: Ensure INCLUDE and LIB directories do not end with a backslash. (GH-8464)
by Miss Islington (bot)
· 7 years ago
f17e001
bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484)
by Miss Islington (bot)
· 7 years ago
9d85856
bpo-30722: Fix NEWS entry (GH-8501)
by Berker Peksag
· 7 years ago
6ea8a3a
[3.6] bpo-29097: Forego fold detection on windows for low timestamp values (GH-2385) (GH-8498)
by Ammar Askar
· 7 years ago
cecbe0a
bpo-32663 Make SMTPUTF8SimTests run (GH-5314) (#8470)
by Miss Islington (bot)
· 7 years ago
113f86e
[3.6] bpo-34164: Fix handling of incorrect padding in base64.b32decode(). (GH-8351) (GH-8436)
by Serhiy Storchaka
· 7 years ago
1127849
bpo-33336, imaplib: Legalize MOVE command (GH-6569)
by Miss Islington (bot)
· 7 years ago
e9e6495
bpo-940286: Fix pydoc to show cross refs correctly (GH-8390)
by Miss Islington (bot)
· 7 years ago
cf30d5c
bpo-24618: Add a check in the code constructor. (GH-8283) (GH-8311)
by Serhiy Storchaka
· 7 years ago
cc13016
bpo-34068: _io__IOBase_close_impl could call _PyObject_SetAttrId with an exception set (GH-8282). (GH-8312)
by Serhiy Storchaka
· 7 years ago
8487ef6
[3.6] bpo-34121: Fix detection of C11 atomic support on clang. (GH-8290)
by Benjamin Peterson
· 7 years ago
3b06285d
bpo-34080: Fix a memory leak in the compiler. (GH-8222) (GH-8257)
by Miss Islington (bot)
· 7 years ago
ec75620
bpo-23927: Make getargs.c skipitem() skipping 'w*'. (GH-8192)
by Miss Islington (bot)
· 7 years ago
6ceab46
bpo-33967: Fix singledispatch raised IndexError when no args (GH-8184)
by Miss Islington (bot)
· 7 years ago
eeaae26
[3.6] bpo-34066: Disabled interruption before SETUP_WITH and BEFORE_ASYNC_WITH. (GH-8159) (GH-8198)
by Serhiy Storchaka
· 7 years ago
d73497b
bpo-26544: Fixed implementation of platform.libc_ver(). (GH-7684). (GH-8193) (GH-8195)
by Miss Islington (bot)
· 7 years ago
becb527
[3.6] closes bpo-34050: Fix link in SSL docs (GH-8173) (GH-8178)
by Benjamin Peterson
· 7 years ago
cad4a27
[3.6] bpo-34065: Improve the markup of logging.basicConfig() arguments (GH-8153). (GH-8155)
by Dong-hee Na
· 7 years ago
972458a
bpo-34054: multiprocessing uses time.monotonic() (GH-8118)
by Miss Islington (bot)
· 7 years ago
11c36a3
[3.6] bpo-33899: Make tokenize module mirror end-of-file is end-of-line behavior (GH-7891) (GH-8134)
by Ammar Askar
· 7 years ago
d7a0ad7
bpo-34010: Fix tarfile read performance regression (GH-8020)
by Miss Islington (bot)
· 7 years ago
Next »