Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.9rc1
tag
734d1d9fbb7cc685b13a11f081e6afa35df3b27f
tagger
Ned Deily <nad@python.org>
Wed Jun 19 00:38:57 2019
object
0d47586d0262a4a2cc2ff855db3b3e9def8fda11
Python 3.6.9rc1
0d47586
3.6.9rc1
by Ned Deily
· 6 years ago
v3.6.9rc1
516a6a2
bpo-33529, email: Fix infinite loop in email header encoding (GH-12020) (GH-14162)
by Victor Stinner
· 6 years ago
ecafe8e
Doc: Remove an ugly space before a dot. (GH-14123) (GH-14130)
by Miss Islington (bot)
· 6 years ago
78309c9
[3.6] Doc: Add an optional obsolete header. (GH-13638). (GH-13657)
by Julien Palard
· 6 years ago
1af68a6
[3.6] Doc fix: duplicate object description of email.message (GH-13742) (GH-14041)
by Ned Deily
· 6 years ago
9393e19
Stop using deprecated logging API in Sphinx suspicious checker (GH-9875) (GH-13923)
by Miss Islington (bot)
· 6 years ago
dffc558
Doc: Python 3.9 in sidebar and version switcher. (GH-13824) (GH-13827)
by Miss Islington (bot)
· 6 years ago
fd1771d
bpo-36742: Corrects fix to handle decomposition in usernames (GH-13812) (GH-13814)
by Miss Islington (bot)
· 6 years ago
4f06dae
bpo-35907, CVE-2019-9948: urllib rejects local_file:// scheme (GH-13513)
by Victor Stinner
· 6 years ago
8ab624b
[3.6] bpo-35925: Skip SSL tests that fail due to weak external certs or old TLS (GH-13124) (GH-13252)
by Gregory P. Smith
· 6 years ago
3dbc43f
bpo-32947: test_ssl fixes for TLS 1.3 and OpenSSL 1.1.1 (GH-11612)
by Victor Stinner
· 6 years ago
2b9d7ab
[3.6] bpo-36816: Update the self-signed.pythontest.net cert (GH-13192) (GH-13198)
by Gregory P. Smith
· 6 years ago
c50d437
bpo-30458: Disallow control chars in http URLs. (GH-12755) (GH-13155)
by Miro Hrončok
· 6 years ago
e5f9f4a
bpo-36742: Fixes handling of pre-normalization characters in urlsplit() (GH-13017) (GH-13024)
by Miss Islington (bot)
· 6 years ago
dadc347
bpo-9194: Fix the bounds checking in winreg.c's fixupMultiSZ() (GH-12687) (GH-12910)
by Miss Islington (bot)
· 6 years ago
fbe2a13
bpo-34602: Avoid failures setting macOS stack resource limit (GH-13011) (GH-13014)
by Miss Islington (bot)
· 6 years ago
4508bc3
[3.6] bpo-35564: add master_doc='contents' to conf.py (GH-11290). (GH-12461)
by Julien Palard
· 6 years ago
75f8a69
Fix "catchs" typos in NEWS entries (GH-12366)
by Harmon
· 6 years ago
e601ef0
bpo-36195: Remove the ThreadPoolExecutor documentation mentioning the initializer feature added in Python 3.7 (GH-12182)
by Harmandeep Singh
· 6 years ago
23fc041
[3.6] bpo-36216: Add check for characters in netloc that normalize to separators (GH-12201) (GH-12215)
by Steve Dower
· 6 years ago
5565b1d
bpo-35647: Fix path check in cookiejar (GH-11436) (GH-12268)
by Miss Islington (bot)
· 6 years ago
b241af8
bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) (GH-12260)
by Miss Islington (bot)
· 6 years ago
fb35241
Document the surprising sideeffect PyErr_Print(). (GH-12081) (GH-12084)
by Miss Islington (bot)
· 6 years ago
1dee456
bpo-27313: Avoid test_ttk_guionly ComboboxTest fail with macOS Cocoa Tk (GH-12011) (GH-12013)
by Miss Islington (bot)
· 6 years ago
2a3af94
bpo-35746: Credit Colin Read and Nicolas Edet (GH-11865)
by Victor Stinner
· 7 years ago
c41523a
Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810) (GH-11812)
by Miss Islington (bot)
· 7 years ago
9bacdce
[3.6] bpo-35605: Fix documentation build for sphinx<1.6 (GH-11368)
by Anthony Sottile
· 7 years ago
1edb3dc
bpo-35486: Note Py3.6 import system API requirement change (GH-11540) (GH-11588)
by Miss Islington (bot)
· 7 years ago
7887c02
bpo-35525: Correct the argument name for NNTP.starttls() (GH-11310) (GH-11417)
by Miss Islington (bot)
· 7 years ago
dc020cc
Make sure file object is close if socket.create_connection fails (GH-11334) (GH-11351)
by Miss Islington (bot)
· 7 years ago
7eef540
bpo-35601: Alleviate race condition when waiting for SIGALRM in test_asyncio (GH-11337) (GH-11348)
by Miss Islington (bot)
· 7 years ago
216a4d8
bpo-35746: Fix segfault in ssl's cert parser (GH-11569) (GH-11573)
by Miss Islington (bot)
· 7 years ago
d09e8ce
Revert "bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (GH-10639) (GH-11477)" (GH-11509)
by Senthil Kumaran
· 7 years ago
5d9ae8b
bpo-24746: Avoid stripping trailing whitespace in doctest fancy diff (GH-10639) (#11477)
by Miss Islington (bot)
· 7 years ago
3e0144a
closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Modules/_sha3/cleanup.py (GH-11413)
by Miss Islington (bot)
· 7 years ago
c234061
[3.6] Bump copyright years to 2019. (GH-11407)
by Benjamin Peterson
· 7 years ago
de66b8d
closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11400)
by Miss Islington (bot)
· 7 years ago
be77fb7
Post release bump
by Ned Deily
· 7 years ago
e5fdab2
Revert "bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101)"
by Ned Deily
· 7 years ago
3c6b436
3.6.8final
by Ned Deily
· 7 years ago
v3.6.8
68f5dfd
bpo-35257: fix broken BLDSHARED - needs LDFLAGS too (GH-11297) (GH-11299)
by Miss Islington (bot)
· 7 years ago
5241ecf
bpo-35259: Limit `Py_FinalizeEx()` to `Py_LIMITED_API >= 0x03060000`. (GH-10620) (GH-11269)
by Miss Islington (bot)
· 7 years ago
3a26b59
Fix documented signatures for C API functions. (GH-11236) (GH-11240)
by Miss Islington (bot)
· 7 years ago
ff740db
bpo-35461: Document C API functions which suppress exceptions. (GH-11119) (GH-11210)
by Miss Islington (bot)
· 7 years ago
75f1874
bpo-35475: Add more PyImport* functions in refcounts.dat. (GH-11142) (GH-11199)
by Miss Islington (bot)
· 7 years ago
a21bedf
[3.6] bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11265)
by Victor Stinner
· 7 years ago
70db385
[3.6] bpo-31715 Add mimetype for extension .mjs (GH-3908) (GH-10976)
by Myles Borins
· 7 years ago
782e1d5
bpo-35499: make profile-opt don't override CFLAGS_NODIST (GH-11164) (GH-11267)
by Victor Stinner
· 7 years ago
789b0ee
bpo-35482: Fixes HTML escaping in CHM index and build location of NEWS file (GH-11224) (GH-11251)
by Steve Dower
· 7 years ago
1fb312c
bpo-35450: reflect in docs that venv module is not always creating a copy of the Python binary (GH-11144) (GH-11168)
by Miss Islington (bot)
· 7 years ago
f2df9b9
Post release bump
by Ned Deily
· 7 years ago
cc3e732
3.6.8rc1
by Ned Deily
· 7 years ago
v3.6.8rc1
d23e1ea
Minor edits to NEWS entries
by Ned Deily
· 7 years ago
2c1c4a5
Update macOS installer Welcome for 3.6.8
by Ned Deily
· 7 years ago
56f86fc
macOS installer build: mitigate hdiutil resource busy bug
by Ned Deily
· 7 years ago
9756876
bpo-35412: Skip test_multiprocessing_fork and test_multiprocessing_forkserver on Windows (GH-11086)
by Miss Islington (bot)
· 7 years ago
869e23e
bpo-35426: Eliminate race condition in test_interprocess_signal (GH-11087)
by Miss Islington (bot)
· 7 years ago
7d9f219
[3.6] bpo-33747: Avoid mutating the global sys.modules dict in unittest.mock tests (GH-8520) (GH-11032)
by Miss Islington (bot)
· 7 years ago
be6ec44
bpo-35444: Fix error handling when fail to look up builtin "getattr". (GH-11047) (GH-11107) (GH-11108)
by Miss Islington (bot)
· 7 years ago
f74cabd
[3.6] bpo-15663: the 10.6+ macOS installers for 3.6/2.7 now provide a private Tcl/Tk 8.6 (GH-11109)
by Ned Deily
· 7 years ago
8855d93
[3.6] bpo-35454: Fix miscellaneous minor issues in error handling. (GH-11077) (GH-11106)
by Serhiy Storchaka
· 7 years ago
37607f2
bpo-35402: Update macOS installer to use Tcl 8.6.9 / Tk 8.6.9.1 (GH-11101)
by Miss Islington (bot)
· 7 years ago
419b5ff
[3.6] bpo-35401: Update macOS installer to OpenSSL 1.0.2q (GH-11095)
by Ned Deily
· 7 years ago
309d720
bpo-35401: Updates Windows build to OpenSSL 1.0.2q (GH-11089)
by Steve Dower
· 7 years ago
b1f98d4
Fix numbered lists in stdtypes.rst. (GH-10989)
by Miss Islington (bot)
· 7 years ago
f04cc5f
[3.6] bpo-35433: Properly detect installed SDK versions (GH-11009)
by Jeremy Kloth
· 7 years ago
3acf30d
bpo-31374: expat doesn't include <pyconfig.h> on Windows (GH-11079)
by Miss Islington (bot)
· 7 years ago
7215e48
bpo-31374: Include pyconfig.h earlier in expat (GH-11064)
by Miss Islington (bot)
· 7 years ago
bad41ce
bpo-35050: AF_ALG length check off-by-one error (GH-10058) (GH-11070)
by Victor Stinner
· 7 years ago
3fd9755
bpo-35052: Fix handler on xml.dom.minidom.cloneNode() (GH-11061) (GH-11067)
by Victor Stinner
· 7 years ago
f2d2cb1
bpo-35351: Pass link time optimization flags to CFLAGS_NODIST (GH-10797)
by Miss Islington (bot)
· 7 years ago
f83ee47
bpo-28015: Support LTO build with clang (GH-9908) (GH-10922)
by stratakis
· 7 years ago
df5d884
bpo-33725: skip test_multiprocessing_fork on macOS (GH-11043)
by Miss Islington (bot)
· 7 years ago
23a98ab
[3.7] Doc: Bump sphinx. (GH-10676) (GH-10803)
by Miss Islington (bot)
· 7 years ago
25555e0
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
by Miss Islington (bot)
· 7 years ago
12b9fb6
bpo-35330: Don't call the wrapped object if `side_effect` is set (GH11034)
by Miss Islington (bot)
· 7 years ago
2d6bc25
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) (GH-11020) (GH-11026)
by Serhiy Storchaka
· 7 years ago
19f6e83
bpo-22005: Fixed unpickling instances of datetime classes pickled by Python 2. (GH-11017) (GH-11022) (GH-11024)
by Miss Islington (bot)
· 7 years ago
1066554
bpo-34864: warn if "Prefer tabs when opening documents" set to "Always" (GH-10464)
by Miss Islington (bot)
· 7 years ago
a51a5ca
Add missing period in distutils.dep_util.newer_group doc (GH-11003)
by Miss Islington (bot)
· 7 years ago
7a2cf1e
bpo-33023: Fix NotImplemented to NotImplementedError. (GH-10934). (GH-11001)
by Serhiy Storchaka
· 7 years ago
3f0e8e2
bpo-35363: test_eintr uses print(flush=True) (GH-10990)
by Miss Islington (bot)
· 7 years ago
e44b5b2
bpo-35424: test_multiprocessing: join 3 pools (GH-10986)
by Miss Islington (bot)
· 7 years ago
f9d8b68
bpo-35384: The repr of ctypes.CArgObject no longer fails for non-ascii character. (GH-10863)
by Miss Islington (bot)
· 7 years ago
af1f977
[3.6] bpo-34162: Update idlelib NEWS to 2018-12-05 (GH-10964) (GH-10979)
by Terry Jan Reedy
· 7 years ago
af31228
bpo-33709: test_ntpath and test_posixpath fail in Windows with ACP!=1252. (GH-7278)
by Miss Islington (bot)
· 7 years ago
eb38ee0
[3.6] Revert "bpo-34172: multiprocessing.Pool leaks resources after being deleted (GH-8450) (GH-9677)" (GH-10969)
by Victor Stinner
· 7 years ago
f7fe18a
[3.6] Fix typo in xml.dom.minidom documentation (GH-10956) (GH-10962)
by Mariatta
· 7 years ago
4699f2a
bpo-35363: test_eintr runs eintr_tester.py in verbose mode (GH-10965)
by Miss Islington (bot)
· 7 years ago
2997fa4
[3.6] Fix typos in concurrent.Futures documentation (GH-10920) (GH-10958)
by Mariatta
· 7 years ago
3a9b334
bpo-34604: Use %R because of invisible characters or trailing whitespaces. (GH-9165). (GH-10947) (GH-10954)
by Miss Islington (bot)
· 7 years ago
fdf5050
bpo-34052: Prevent SQLite functions from setting callbacks on exceptions. (GH-8113). (GH-10946) (GH-10952)
by Miss Islington (bot)
· 7 years ago
b2e0649
bpo-35310: Clear select() lists before returning upon EINTR (GH-10877)
by Miss Islington (bot)
· 7 years ago
62af9e6
[3.6] Correct a couple of unbalanced parenthesis. (GH-10779). (GH-10945)
by Andre Delfino
· 7 years ago
e0c2046
bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) (GH-10942)
by Miss Islington (bot)
· 7 years ago
49d995f
bpo-34185: Fix test module collision in test_bdb when ran as script. (GH-8537) (GH-10936)
by Miss Islington (bot)
· 7 years ago
9b3d6a1
Move __missing__ after __delitem__ in Data model. (GH-10923)
by Miss Islington (bot)
· 7 years ago
92d912c
bpo-34987: Fix a possible null pointer dereference in _pickle.c's save_reduce(). (GH-9886)
by Miss Islington (bot)
· 7 years ago
31b635d
bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) (GH-10925)
by Victor Stinner
· 7 years ago
bfb8818
[3.6] bpo-35380: Enable TCP_NODELAY for proactor event loop (GH-10867). (GH-10874)
by Andrew Svetlov
· 7 years ago
Next »