Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.7
/
Lib
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
4893861
3.6.7rc2
by Ned Deily
· 7 years ago
v3.6.7rc2
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
482dc94
bpo-23596: Add unit tests for the command line for the gzip module (GH-9775)
by Miss Islington (bot)
· 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
22e86fb
[3.7] bpo-34282: Fix Enum._convert method shadowing members named _convert (GH-9034) (GH-9229)
by Miss Islington (bot)
· 7 years ago
d02490a
Use assertEqual() instead of assertEquals(). (GH-9721) (GH-9725) (GH-9727)
by Miss Islington (bot)
· 7 years ago
77bd606
Fix a typo ssl.py docstring (GH-9697) (#9710)
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
07b96a9
bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9677)
by Miss Islington (bot)
· 7 years ago
7455bf4
closes bpo-34868: Improve error message with '_' is combined with an invalid type specifier. (GH-9666)
by Miss Islington (bot)
· 7 years ago
cb0bec3
bpo-34850: Replace is with == in idlelib.iomenu (GH-9649)
by Miss Islington (bot)
· 7 years ago
3cd5e8e
bpo-27351: Fix ConfigParser.read() documentation and docstring (GH-8123)
by Miss Islington (bot)
· 7 years ago
5d33ee1
bpo-34521: Fix tests in test_multiprocessing_spawn to use correctly CMSG_SPACE (GH-9613)
by Miss Islington (bot)
· 7 years ago
fe48b6d
Fix tests in test_socket to use correctly CMSG_LEN (GH-9594)
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
43500a5
bpo-28655: Fix test_import.test_missing_source_legacy() (GH-9589)
by Victor Stinner
· 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
dc335ae
bpo-34162: idlelib/NEWS.txt entry for squeezer (GH-9573)
by Miss Islington (bot)
· 7 years ago
857b002
bpo-33937: Catch ENOMEM error in test_socket (GH-9557)
by Miss Islington (bot)
· 7 years ago
0b3e120
bpo-1529353: IDLE: squeeze large output in the shell (GH-7626)
by Miss Islington (bot)
· 7 years ago
1ab9dfc
bpo-34162: Update idlelib/NEWS.txt to 2018-9-24. (GH-9551)
by Miss Islington (bot)
· 7 years ago
7365306
[3.6] bpo-34582: Update syntax of Azure Pipelines builds (GH-9521) (GH-9528)
by Steve Dower
· 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
0b67995
bpo-34421: Improve distutils logging for non-ASCII strings. (GH-9126) (GH-9506)
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
09f2eec
Fix pickletools doc for NEWFALSE. (GH-9432)
by Miss Islington (bot)
· 7 years ago
6c9e109
Fixes tests requiring extra environment values on Windows (GH-9463)
by Steve Dower
· 7 years ago
1eabe19
bpo-19756: Prevent test failures due to EADDRNOTAVAIL (GH-9446)
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
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
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
bd844b0
Change the xkcd link in comment over https. (GH-9294)
by Miss Islington (bot)
· 7 years ago
f79d74d
bpo-31132: Remove prlimit permission test. (GH-9280)
by Miss Islington (bot)
· 7 years ago
81361cd
bpo-34661: Fix test skipping call. (GH-9266)
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
21a8082
closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238)
by Miss Islington (bot)
· 7 years ago
e105e55
[3.6] closes bpo-34650: Check if sched_getscheduler returns ENOSYS before declaring it supported. (GH-9237)
by Benjamin Peterson
· 7 years ago
5a435ea
closes bpo-34004: Skip lock interruption tests on musl. (GH-9224)
by Miss Islington (bot)
· 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
2173bb8
bpo-32270: Don't close stdin/out/err in pass_fds (GH-6242) (GH-9149)
by Miss Islington (bot)
· 7 years ago
c0db817
closes bpo-34525: Fix smtplib's authobject() documentation (GH-8965)
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
9f5351e
Test dict values iterator pickling with pickle.HIGHEST_PROTOCOL. (GH-9052)
by Miss Islington (bot)
· 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
963bcc8
[3.6] bpo-34007: Skip traceback tests if the Program Counter is not available. (GH-9022)
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
1a3eb12
[3.7] bpo-26544: Get rid of dependence from distutils in platform. (GH-8356) (GH-8970) (GH-9061)
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
c47acc2
bpo-13312: Avoid int underflow in time year. (GH-8912)
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
fed8718
bpo-34415: Updated logging.Formatter docstring. (GH-8811) (GH-8816)
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
5e9551b
[3.6] bpo-34399: 2048 bits RSA keys and DH params (GH-8762) (GH-8764)
by Christian Heimes
· 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
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
278d975
[3.6] bpo-34272: Move argument parsing tests from test_capi to test_getargs2. (GH-8567). (GH-8690)
by Serhiy Storchaka
· 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
764f9d0
bpo-34329: Doc'd how to remove suffix of pathlib.Path() (GH-8655)
by Miss Islington (bot)
· 7 years ago
f0e3da8
bpo-30317: Fix multiprocessing test_timeout() (GH-8621)
by Pablo Galindo
· 7 years ago
aae872e
Fix docstring of Profiler class (GH-8651)
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
295342a
bpo-27910: Update documentation of traceback module (GH-6116)
by Miss Islington (bot)
· 7 years ago
8c4a005
bpo-34120: fix text viewer to call grab_release() only when needed (GH-8616)
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
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
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
9b33ca0
[3.6] bpo-34136: Make test_do_not_recreate_annotations more reliable. (GH-8364) (GH-8366)
by Miss Islington (bot)
· 7 years ago
ec729d5
bpo-34084: Fix setting an error message for the "Barry as BDFL" easter egg. (GH-8262) (GH-8424)
by Miss Islington (bot)
· 7 years ago
1127849
bpo-33336, imaplib: Legalize MOVE command (GH-6569)
by Miss Islington (bot)
· 7 years ago
1724c0c
bpo-25094: Fix test_tools.test_sundry() on Windows (GH-8406)
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
0ff1746
[3.6] bpo-34189: Add simple tests for new Tk widget options. (GH-8396) (GH-8399)
by Serhiy Storchaka
· 7 years ago
9c13670
bpo-34179: Make sure decimal context doesn't affect other tests. (GH-8376) (#8384)
by Miss Islington (bot)
· 7 years ago
9176962
[3.6] bpo-34162: idlelib/NEWS.txt entries to 2018-7-20 (GH-8345) (GH-8348)
by Terry Jan Reedy
· 7 years ago
2fe1c6b
bpo-32692: Fix test_threading.test_set_and_clear() (GH-8331)
by Miss Islington (bot)
· 7 years ago
e13180b
bpo-34130: Fix test_signal.test_socket() (GH-8326) (GH-8330)
by Miss Islington (bot)
· 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
Next »