Skip to content

bpo-33274: Compliance with DOM L1: return removed attribute #7464

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1,355 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1355 commits
Select commit Hold shift + click to select a range
fdb148f
bpo-32323: urllib.parse.urlsplit() must not lowercase() IPv6 scope va…
miss-islington Dec 21, 2017
3bc68cf
bpo-26133: Dont unsubscribe signals in UNIX even loop on interpreter …
miss-islington Dec 21, 2017
2e1ef00
bpo-20891: Skip test_embed.test_bpo20891() (#4967) (#4969)
vstinner Dec 21, 2017
c1b8eb8
bpo-24960: use pkgutil.get_data in lib2to3 to read pickled grammar fi…
miss-islington Dec 22, 2017
6ba0637
correct wording (GH-4983) (#4984)
miss-islington Dec 23, 2017
5ff5d11
bpo-26133: Clear signals list on interpreter finalizing (GH-5002) (#5…
miss-islington Dec 24, 2017
d62b741
bpo-29084: Exclude C API for OrderedDict from the limited C API. (GH-…
miss-islington Dec 25, 2017
32518b4
bpo-26133: Fix typos (GH-5010) (#5014)
miss-islington Dec 26, 2017
ea98eba
[3.6] bpo-32416: Refactor tests for the f_lineno setter and add new t…
serhiy-storchaka Dec 27, 2017
6eb232c
bpo-32440: Update the docs URL to https in help() (GH-5030) (GH-5031)
miss-islington Dec 28, 2017
85f71aa
make PatternCompiler use the packaged grammar if possible (more bpo-2…
miss-islington Dec 29, 2017
1b2812a
remove unused import (GH-5040) (#5042)
miss-islington Dec 29, 2017
fe90efd
Add missing backslashes in PCbuild bat files (GH-5056) (GH-5057)
zware Dec 30, 2017
439ce8a
bpo-32416: Add two new tests in test_sys_settrace. (GH-5072) (#5073)
miss-islington Jan 1, 2018
aea95c2
bpo-32478: Add tests for 'break' and 'return' inside 'finally' clause…
miss-islington Jan 2, 2018
f24c185
bpo-32452: clarify term 'brackets' in generator tutorial (GH-5079) (#…
miss-islington Jan 2, 2018
1e6d852
bpo-32211: Document the existing bug in re.findall() and re.finditer(…
serhiy-storchaka Jan 4, 2018
a70d5ff
bpo-32482: Fix suspicious code in tests for syntax and grammar. (GH-5…
miss-islington Jan 4, 2018
78e43a5
Fix outdated comment in typeobject.c (GH-5090)
miss-islington Jan 4, 2018
e295739
advance copyright years to 2018 (GH-5094) (#5104)
miss-islington Jan 6, 2018
157be7c
[3.6] Kill the AppVeyor file whitelist (GH-5122)
zware Jan 7, 2018
94a3fac
bpo-31802: Fix importing native path module before importing os. (GH-…
miss-islington Jan 7, 2018
9c99fd1
Fix version in AppVeyor config (GH-5125)
zware Jan 7, 2018
22b1050
Lexical Analysis ref doc: Fix a typo in the string concatenation inte…
miss-islington Jan 12, 2018
a91662a
bpo-32473: Improve ABCMeta._dump_registry() readability (GH-5091)
miss-islington Jan 12, 2018
d55d682
[3.6] bpo-32521: nis libtirpc (GH-5137) (#5165)
miss-islington Jan 12, 2018
29b1aff
Improve enum.Flag code example (GH-5167) (GH-5171)
miss-islington Jan 13, 2018
cf4cd4b
Add itertools recipe for directly finding the n-th combination (GH-51…
miss-islington Jan 13, 2018
bb80645
bpo-15221: Update os.path.is*() documentation (GH-5185) (GH-5186)
miss-islington Jan 15, 2018
fb8569e
bpo-26330: Update shutil.disk_usage() documentation (GH-5184) (GH-5188)
miss-islington Jan 15, 2018
5f959c4
[3.6] bpo-31900: Fix localeconv() encoding for LC_NUMERIC (#4174) (#5…
vstinner Jan 15, 2018
b92c159
[3.6] bpo-32555: Fix locale encodings (#5193)
vstinner Jan 15, 2018
e7dbd06
bpo-26163: Frozenset hash improvement (GH-5194) (#5198)
miss-islington Jan 16, 2018
c2740e8
Skip test_readline.test_nonascii() on C locale (GH-5203) (#5204)
miss-islington Jan 16, 2018
4e09c0c
pythoninfo: add time.time and datetime.datetime.now (GH-5214) (#5219)
miss-islington Jan 17, 2018
8d1e41d
Use assertCountEqual instead of assertEqual. (GH-5223) (#5225)
miss-islington Jan 17, 2018
f31c70b
Fix typo in thread_nt.h code comment (GH-5211) (GH-5226)
miss-islington Jan 18, 2018
ccf7f05
[3.6] bpo-32588 Move _distutils_findvs into its own module (GH-5227) …
zooba Jan 18, 2018
051650a
Removed unnecesssary bit inversion which doesn't improve dispersion s…
miss-islington Jan 18, 2018
4002d5d
[3.6] bpo-32028: Fix suggestions for indented print statements (GH-5249)
miss-islington Jan 20, 2018
6abbf14
bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (…
miss-islington Jan 23, 2018
8e230e1
bpo-32635: Fix a segfault when importing the crypt module with libxcr…
miss-islington Jan 24, 2018
d69794f
[3.6] bpo-32502: Discard 64-bit (and other invalid) hardware addresse…
bbayles Jan 24, 2018
fd844ef
bpo-17799: Explain real behaviour of sys.settrace and sys.setprofile …
zhangyangyu Jan 24, 2018
196b8cb
bpo-32651 Recommend getpass.getuser() (GH-5301) (#5304)
miss-islington Jan 24, 2018
255dbd2
bpo-32667: Fix tests when $PATH contains a file (GH-5322) (#5323)
miss-islington Jan 25, 2018
995c60d
[3.6] bpo-32304: Fix distutils upload for tar files ending with b'\r'…
bbayles Jan 27, 2018
8f68cb7
[3.6] bpo-27505: Retrofit module __class__ documentation from 3.7 (GH…
csabella Jan 27, 2018
12ae407
[3.6] bpo-32521: nis libnsl (GH-5190) (#5352)
tiran Jan 27, 2018
d7274c6
Fix wrong assert in unicodeobject (GH-5340)
miss-islington Jan 27, 2018
4d2dd64
Fix changed file detection on Travis (GH-3129)
miss-islington Jan 27, 2018
d331515
[3.6] bpo-32664: Add missing "|" connector in Exceptions doc (GH-1173…
miss-islington Jan 28, 2018
0135dfd
Minor grammar fixes to License.rst (GH-1174) (GH-5373)
miss-islington Jan 28, 2018
854f042
bpo-32687: Fix wrong meaning of args for PyTrace_LINE/CALL in documen…
miss-islington Jan 28, 2018
b3b4b81
bpo-32685: Improve suggestion for print statement (GH-5380)
miss-islington Jan 28, 2018
33febfb
Fix PyTrace_RETURN documentation (GH-5384) (GH-5386)
miss-islington Jan 28, 2018
1d896ed
[3.6] bpo-32228: Reset raw_pos after unwinding the raw stream (GH-485…
pitrou Jan 28, 2018
9105879
bpo-32690: Preserve order of locals() (GH-5379) (#5390)
miss-islington Jan 28, 2018
543ec00
bpo-32650: Add native coroutine support to bdb when stepping over lin…
miss-islington Jan 29, 2018
3cfb84c
[3.6] bpo-32650 Add support for async generators and more test for co…
asvetlov Jan 29, 2018
190de18
Fix minor markup typo (GH-5407) (#5416)
miss-islington Jan 29, 2018
d9c743b
bpo-32650: Add an asyncgen pdb test (GH-5406) (#5419)
miss-islington Jan 29, 2018
757aad6
Add a test for pdb until command in coroutine (GH-5427) (#5428)
miss-islington Jan 29, 2018
0cecc22
bpo-20891: Remove test_capi.test_bpo20891() (#5425)
vstinner Jan 29, 2018
5869861
Document the error return of PyLong_As* APIs. (GH-5396) (#5404)
miss-islington Jan 29, 2018
6ea75b1
bpo-27931: Fix email address header parsing error (GH-5329) (GH-5431)
miss-islington Jan 29, 2018
04f99ba
bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-540…
miss-islington Jan 30, 2018
05f91a4
[3.6] Revert "bpo-32690: Preserve order of locals() (GH-5379) (#5390)"
ncoghlan Jan 30, 2018
88fa79a
[3.6] replace dynamic import with 'exec' with importlib.import_module…
benjaminp Jan 30, 2018
6b2bbcc
closes bpo-32721: do not fail test_hashlib if _md5 isn't available (G…
miss-islington Jan 30, 2018
a23a2c5
[3.6] closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242) …
benjaminp Jan 30, 2018
eb126ed
[3.6] compare with difflib not diff(1) (GH-5450) (GH-5453)
benjaminp Jan 30, 2018
ea94fce
[3.6] bpo-32583: Fix possible crashing in builtin Unicode decoders (G…
zhangyangyu Jan 31, 2018
85a92d0
bpo-32727: smtplib's SMTP.send_message behaves differently with from_…
miss-islington Jan 31, 2018
581ce25
bpo-32735: Fix typo in f-strings datetime format specifier example (G…
miss-islington Jan 31, 2018
688b6de
bpo-32137: The repr of deeply nested dict now raises a RecursionError…
miss-islington Feb 1, 2018
8cf7ebb
[3.6] bpo-32565: Add missed versionadded directives for all new opcod…
serhiy-storchaka Feb 1, 2018
3a04c52
bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvi…
miss-islington Feb 1, 2018
f61951b
bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5489)
miss-islington Feb 2, 2018
fbf8e82
[3.6] bpo-32614: Modify re examples to use a raw string to prevent w…
terryjreedy Feb 2, 2018
7e4cf8e
[3.6] bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5…
bharel Feb 2, 2018
a71397f
[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (…
warsaw Feb 3, 2018
72584d2
[3.6] bpo-30928: prepare idlelib/NEWS.txt for 3.6.5 entries. (#5508)
terryjreedy Feb 3, 2018
7eb3d1e
bpo-32739: Show default value for rotate() (GH-5485) (GH-5515)
miss-islington Feb 3, 2018
0cb82eb
Update Doc build for split off of 3.7 branch
ned-deily Feb 3, 2018
c90a5de
[3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)
terryjreedy Feb 4, 2018
3bd749b
bpo-32720: Fixed the definition for width and precision in format min…
miss-islington Feb 4, 2018
231fa23
Fix typo -- missing "not" (GH-5528) (GH-5531)
miss-islington Feb 4, 2018
1c2b138
bpo-32765: Update configdialog General tab create page docstring (GH-…
miss-islington Feb 5, 2018
a8c25d1
[3.6] bpo-8722: Document __getattr__ behavior with AttributeError in …
miss-islington Feb 5, 2018
7bd5a75
bpo-30928: IDLE - update NEWS.txt [GH-5539] (GH-5545)
terryjreedy Feb 5, 2018
b90c685
bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-556…
miss-islington Feb 6, 2018
7f95c8c
bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (…
miss-islington Feb 7, 2018
fe92c44
bpo-32802: Fix Travis build (GH-5589) (GH-5591)
miss-islington Feb 8, 2018
3d4a174
[3.6] Make formatting of some return codes conforming to the general …
serhiy-storchaka Feb 9, 2018
504f191
[3.6] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH…
serhiy-storchaka Feb 9, 2018
9d8c24b
bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609…
miss-islington Feb 11, 2018
7574a1a
[3.6] Add short-circuit for doc changes to AppVeyor (GH-5628)
zware Feb 11, 2018
db1de75
Fix AppVeyor doc short-circuit (GH-5634)
miss-islington Feb 11, 2018
743b6c0
Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (…
miss-islington Feb 12, 2018
6708be7
bpo-32720: Fixed the replacement field grammar documentation. (GH-554…
miss-islington Feb 12, 2018
a1d33f7
bpo-29248: Fix os.readlink() on Windows (GH-5577)
miss-islington Feb 12, 2018
46daf39
bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_abou…
miss-islington Feb 12, 2018
9fad857
bpo-32837: IDLE - require encoding argument for textview.view_file. (…
miss-islington Feb 12, 2018
c3f9d7e
[3.6] bpo-32370: Use the correct encoding for ipconfig output in the …
serhiy-storchaka Feb 13, 2018
310b424
bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors…
miss-islington Feb 13, 2018
4731634
bpo-31787: Prevent refleaks when calling __init__() more than once (G…
methane Feb 13, 2018
5d0d0ea
bpo-31787: Skip refleak check when _hashlib is not available (GH-5660)
miss-islington Feb 13, 2018
b93a52b
bpo-27846: Delete incorrect note in base64 docs (GH-5666)
miss-islington Feb 14, 2018
1b9bbbc
Fix installation instructions for *nix (GH-5605)
miss-islington Feb 14, 2018
2be5435
[3.6] remove mercurial dot files (GH-5558)
benjaminp Feb 14, 2018
a23eeca
bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665) (…
miss-islington Feb 14, 2018
f62a9d4
Update comment in posixmodule.c (GH-5681)
miss-islington Feb 14, 2018
76591bc
bpo-32860: Fix a missing asterisk in the documentation for glob.iglob…
miss-islington Feb 17, 2018
f2d2e61
DOC: fix documentation for copyright and credits (GH-5706)
miss-islington Feb 17, 2018
dda9386
bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)
miss-islington Feb 17, 2018
c1b8aed
[3.6] bpo-30638: Add clinic to `make regen-all` (GH-5671)
zware Feb 18, 2018
17ca4e1
[3.6] Improves the ability to build in CI (GH-5730)
zooba Feb 18, 2018
65a13c1
bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (GH-…
miss-islington Feb 18, 2018
ea49c03
[3.6] Clean up Travis config (GH-5727)
zware Feb 18, 2018
5c81ed4
bpo-31972: Improve docstrings for pathlib classes (GH-5310)
miss-islington Feb 19, 2018
2a93fae
Improve error message for "setup.py upload" without dist files (GH-21…
miss-islington Feb 19, 2018
b0fd935
bpo-32682: Improve libz version parsing in test_zilb (GH-5347)
miss-islington Feb 19, 2018
ef0bb5c
bpo-30121: Fix test_subprocess for Windows Debug builds (GH-5758)
miss-islington Feb 19, 2018
8e149ff
bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5766)
miss-islington Feb 20, 2018
6ae87ca
bpo-32500: Correct the documentation for PySequence_Size() and PySequ…
miss-islington Feb 20, 2018
2b9726e
bpo-31848: Fix broken error handling in Aifc_read.initfp() when the S…
miss-islington Feb 20, 2018
76c3f5e
bpo-32540: Update venv documentation (GH-5736)
miss-islington Feb 21, 2018
16de2a9
closes bpo-32859: Don't retry dup3() if it is not available at runtim…
miss-islington Feb 21, 2018
0150dc5
bpo-28886: doc: Move deprecated abc decorators to separate section (G…
miss-islington Feb 21, 2018
f8a794c
bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789)
miss-islington Feb 21, 2018
1e8bc25
bpo-32889: update valgrind suppressions (GH-5779)
miss-islington Feb 21, 2018
52064c3
bpo-32874: IDLE: add tests for pyparse (GH-5755)
miss-islington Feb 22, 2018
d8e7b98
bpo-32905: IDLE - remove unused code in pyparse module (GH-5807)
miss-islington Feb 22, 2018
6eab93c
bpo-30449: Improve __slots__ documentation (GH-1819)
miss-islington Feb 22, 2018
1d3c518
bpo-32457: Improves handling of denormalized executable path when lau…
zooba Feb 22, 2018
dd52d5c
bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH…
miss-islington Feb 23, 2018
9c819a6
[3.6] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH…
Feb 23, 2018
cffe046
bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833)
miss-islington Feb 23, 2018
cd2112f
bpo-32916: IDLE: Change `str` to `code` in pyparse (GH-5830)
miss-islington Feb 24, 2018
980790e
bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH…
miss-islington Feb 24, 2018
aab2258
bpo-31518: Change TLS protocol for Debian (#3660)
tiran Feb 24, 2018
fc9471a
bpo-17232: Clarify docs for -O and -OO command line options (GH-5839)
miss-islington Feb 25, 2018
e9370a4
bpo-32185: Don't send IP in SNI TLS extension (#5865)
tiran Feb 25, 2018
48707a1
[3.6] bpo-30622: Improve NPN support detection (GH-5859) (#5861)
tiran Feb 25, 2018
192bff4
[3.6] bpo-32647: Link ctypes extension with libdl. (GH-5550) (#5875)
miss-islington Feb 25, 2018
a79591c
[3.6] bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (GH-5876) (#5881)
tiran Feb 25, 2018
8f2bcab
Delete a broken threading.local example (GH-5870)
miss-islington Feb 25, 2018
b9678d3
bpo-25059: Clarify the print separator usage in tutorial (GH-5879)
miss-islington Feb 25, 2018
5a07608
bpo-31454: Include information about "import X as Y" in Modules tutor…
miss-islington Feb 25, 2018
fbf7aac
bpo-18533: Avoid RecursionError from repr() of recursive dictview (GH…
miss-islington Feb 26, 2018
1278c21
[3.6] bpo-32394: Remove some TCP options on older version Windows. (G…
animalize Feb 26, 2018
86ea851
Revert "[3.6] bpo-32303 - Consistency fixes for namespace loaders (GH…
warsaw Feb 26, 2018
e650fd3
Fix _socket module compilation on Cygwin. (GH-4137) (GH-4145)
miss-islington Feb 26, 2018
ec5569b
bpo-32222: Fix pygettext skipping docstrings for funcs with arg typeh…
miss-islington Feb 26, 2018
3f6c172
bpo-32713: Fix tarfile.itn for large/negative float values. (GH-5434)
miss-islington Feb 27, 2018
5bf7485
[3.6] bpo-32922: dbm.open() now encodes filename with the filesystem …
serhiy-storchaka Feb 27, 2018
8c65360
bpo-30928: Update idlelib/NEWS.txt, possibly for 3.7.0b2 (GH-5932)
miss-islington Feb 28, 2018
32f5392
bpo-32940: IDLE: Simplify StringTranslatePseudoMapping in pyparse (GH…
miss-islington Feb 28, 2018
10fb1bf
bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) (#5946)
miss-islington Mar 1, 2018
fbdd075
[3.6] bpo-32964: Reuse a testing implementation of the path protocol …
serhiy-storchaka Mar 3, 2018
bd92cfe
Fix missing coroutine declaration in the asyncio documentation. (GH-5…
miss-islington Mar 3, 2018
c951675
[3.6] bpo-32981: Fix catastrophic backtracking vulns (GH-5955)
benjaminp Mar 4, 2018
73a4396
bpo-32857: Raise error when tkinter after_cancel() is called with Non…
miss-islington Mar 4, 2018
6935a51
bpo-32984: IDLE - set __file__ for startup files (GH-5981)
miss-islington Mar 5, 2018
baa4507
[3.6] bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) (GH-5…
zooba Mar 5, 2018
387a055
bpo-33009: Fix inspect.signature() for single-parameter partialmethod…
miss-islington Mar 6, 2018
7592c0a
bpo-32969: Expose some missing constants in zlib and fix the doc (GH-…
miss-islington Mar 7, 2018
15425cf
Fix some ipaddress documentation errors (GH-6021)
miss-islington Mar 8, 2018
2f3ba27
[3.6] bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW…
miss-islington Mar 8, 2018
32efcd1
bpo-33016: Fix potential use of uninitialized memory in nt._getfinalp…
zooba Mar 8, 2018
12f74d8
bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037)
n8henrie Mar 9, 2018
3f7d0b6
controlflow: Use full example for "5 through 9" (GH-5907)
miss-islington Mar 9, 2018
b316c44
bpo-32758: Warn that ast.parse() and ast.literal_eval() can segfault …
miss-islington Mar 9, 2018
19b42fe
Warn that compile() can crash when compiling to an AST object (GH-604…
miss-islington Mar 9, 2018
1028ca4
bpo-26701: Add documentation for __trunc__ (GH-6050)
miss-islington Mar 10, 2018
de8567e
bpo-26701: Improve documentation for the rounding special methods. (G…
miss-islington Mar 10, 2018
017e9fd
[3.6] bpo-33037: Skip sending/receiving after SSL transport closing (…
asvetlov Mar 10, 2018
d082634
[3.7] bpo-33041: Add missed error checks when compile "async for" (GH…
miss-islington Mar 10, 2018
3f439d1
bpo-33045: Fix typos in SSL documentation (GH-6065)
miss-islington Mar 11, 2018
20ac11a
[3.6] bpo-33026: Fix jumping out of "with" block by setting f_lineno.…
miss-islington Mar 11, 2018
069b8d2
[3.6] bpo-31804: Fix multiprocessing.Process with broken standard str…
pitrou Mar 11, 2018
6a526f6
bpo-33064: lib2to3: support trailing comma after *args and **kwargs (…
miss-islington Mar 13, 2018
cf61a81
[3.7] bpo-17288: Prevent jumps from 'return' and 'exception' trace ev…
miss-islington Mar 13, 2018
cad3eb2
lib2to3: Add more tests (GH-6101) (#6109)
miss-islington Mar 13, 2018
9455244
bpo-32726: macOS installer changes for 3.6.5
ned-deily Mar 13, 2018
f03c514
3.6.5rc1
ned-deily Mar 14, 2018
973c5db
Merge tag 'v3.6.5rc1' into 3.6
ned-deily Mar 14, 2018
4d04cae
on to 3.6.6
ned-deily Mar 14, 2018
0ec0290
bpo-30622: Fix backport of NPN fix (#6102)
tiran Mar 14, 2018
a954919
[3.6] bpo-32885: Tools/scripts/pathfix.py: Add -n option for no backu…
miss-islington Mar 14, 2018
1da0479
bpo-32374: m_traverse may be called with m_state=NULL (GH-5140)
miss-islington Mar 17, 2018
5bd0fe6
Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133) (#6136)
miss-islington Mar 17, 2018
193760f
[3.6] bpo-33041: Add tests for jumps in/out of 'async with' blocks. (…
serhiy-storchaka Mar 18, 2018
424f3da
bpo-19417: Add test_bdb.py (GH-5217)
xdegaye Mar 19, 2018
f3e6ead
[3.6] bpo-33021: Release the GIL during fstat() calls (GH-6019) (GH-6…
miss-islington Mar 20, 2018
47a0e64
bpo-28247: Document Windows executable creation in zipapp (GH-6158)
miss-islington Mar 20, 2018
481cbe8
bpo-18802: Add more details to ipaddress documentation (GH-6083)
miss-islington Mar 21, 2018
ae2feb3
bpo-27683: Fix a regression for host() of ipaddress network objects (…
miss-islington Mar 21, 2018
7abf343
Fix typos in mmap() error messages (GH-6173)
miss-islington Mar 21, 2018
560ea27
Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184)
miss-islington Mar 22, 2018
18d7edf
[3.6] bpo-33041: Fixed jumping if the function contains an "async for…
serhiy-storchaka Mar 23, 2018
fce39ab
Fix a reference to the MRE book in re docs (GH-1113)
miss-islington Mar 23, 2018
643a781
bpo-27428: Fix WindowsRegistryFinder documentation to list appropriat…
miss-islington Mar 23, 2018
f5befbb
[3.6] bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) (GH…
tiran Mar 24, 2018
45116d3
bpo-33096: Fix ttk.Treeview.insert. (GH-6228)
miss-islington Mar 26, 2018
f86b098
Fix typo and edit for clarity in the docstrings of sys.float_info. (G…
miss-islington Mar 26, 2018
80af732
Gitignore gmon.out (GH-5796)
miss-islington Mar 26, 2018
a413a91
Fix description about SimpleXMLRPCServer constructor parameter bind_a…
miss-islington Mar 26, 2018
57db13e
bpo-32844: Fix a subprocess misredirection of a low fd (GH5689)
miss-islington Mar 26, 2018
c8698cf
bpo-27212: Modify islice recipe to consume initial values preceding s…
miss-islington Mar 27, 2018
a93662c
bpo-32872: Avoid regrtest compatibility issue with namespace packages…
miss-islington Mar 28, 2018
15b6400
bpo-30622: Fix backport of NPN fix (#6102)
tiran Mar 14, 2018
0330c85
Update pip to 9.0.2 and setuptools to 38.6.1 (GH-6133) (#6136)
miss-islington Mar 17, 2018
3647f85
Upgrade pip to v9.0.3 and setuptools to v39.0.1 (GH-6184)
miss-islington Mar 22, 2018
7f554c5
bpo-32872: Avoid regrtest compatibility issue with namespace packages…
miss-islington Mar 28, 2018
fb3d3b7
bpo-32726: Do not force IDLE.app to launch in 32-bit mode. (GH-6279) …
miss-islington Mar 28, 2018
9dad016
bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6285)
miss-islington Mar 28, 2018
db65936
bpo-33163: Upgrade pip to 9.0.3 and setuptools to v39.0.1. (GH-6285)
miss-islington Mar 28, 2018
f59c093
3.6.5final
ned-deily Mar 28, 2018
18fdc87
bpo-33126: Document PyBuffer_ToContiguous() (GH-6292) (GH-6293)
miss-islington Mar 28, 2018
d4850dd
Merge tag 'v3.6.5' into 3.6
ned-deily Mar 28, 2018
a10a709
[3.6] Fix duplicating words words. (GH-6296) (GH-6298)
terryjreedy Mar 28, 2018
ddc9971
Fix socket type in DatagramHandler documentation: TCP -> UDP (GH-6272)
miss-islington Mar 30, 2018
25c869e
[3.6] bpo-33132: Fix reference counting issues in the compiler. (GH-6…
serhiy-storchaka Mar 31, 2018
d918bbd
[3.6] Fix error message in sqlite connection thread check. (GH-6028).…
serhiy-storchaka Mar 31, 2018
16cf84b
bpo-33204: IDLE: consistently color invalid string prefixes (GH-6344)
miss-islington Apr 2, 2018
306559e
bpo-33204: IDLE - revise and extend colorizer test. (GH-6347)
miss-islington Apr 2, 2018
9a90826
bpo-33199: Initialize ma_version_tag in PyDict_Copy (GH-6341)
miss-islington Apr 3, 2018
fa5157e
closes bpo-33202: fix os.walk mentioning os.listdir instead of os.sca…
miss-islington Apr 3, 2018
a5c8830
bpo-33209: End framing at the end of C implementation of pickle.Pickl…
miss-islington Apr 3, 2018
4fd6c27
bpo-29922: Improve error messages in 'async with' (GH-6352)
miss-islington Apr 4, 2018
1487cd1
bpo-29922: Add more tests for error messages in 'async with'. (GH-6370)
miss-islington Apr 4, 2018
29bc6f6
bpo-33195: Doc: Deprecate Py_UNICODE in c-api/arg (GH-6329)
methane Apr 5, 2018
e25af93
bpo-33203: Ensure random.choice always raises IndexError on empty seq…
miss-islington Apr 5, 2018
8da15f0
bpo-33224: PEP 479 fix for difflib.mdiff() (GH-6381) (GH-6391)
miss-islington Apr 5, 2018
2350a47
bpo-33231: Fix potential leak in normalizestring() (GH-6386)
miss-islington Apr 6, 2018
3468a05
[3.6] bpo-29673: fix gdb scripts pystack and pystackv (GH-6126) (GH-6…
miss-islington Apr 6, 2018
70c4446
[3.6] bpo-8243: Doc patch for curses.window.addstr and curses.window.…
miss-islington Apr 7, 2018
76215a4
bpo-33184: Update macOS installer build to use OpenSSL 1.0.2o. (GH-6408)
ned-deily Apr 7, 2018
b603609
[3.6] bpo-33201: Modernize "Extension types" doc (GH-6337) (GH-6412)
pitrou Apr 7, 2018
280a767
Add a prepend() recipe to teach a chain() idiom (GH-6415) (GH-6422)
miss-islington Apr 8, 2018
335efd7
Update docstring of tempfile._RandomNameSequence (GH-6414)
miss-islington Apr 9, 2018
1429ac9
[3.6] Improve highlighting of some code blocks. (GH-6401). (GH-6424)
serhiy-storchaka Apr 9, 2018
2d01ac5
Fix misleading docsting of shelve.open(). (GH-6427)
miss-islington Apr 9, 2018
e0dbc57
bpo-31920: Fixed handling directories as arguments in the ``pygettext…
miss-islington Apr 9, 2018
83bb399
[3.6] bpo-31201: Clarify command to re-run failing test(s) with examp…
miss-islington Apr 9, 2018
910d71b
bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH…
miss-islington Apr 10, 2018
e98e338
Fix error messages in argparse examples (GH-6435)
miss-islington Apr 11, 2018
d8c727d
Compliance with DOM L1: return removed attribute
arikrupnik Apr 13, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
41 changes: 41 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Binary data types
*.aif binary
*.aifc binary
*.aiff binary
*.au binary
*.bmp binary
*.exe binary
*.icns binary
*.gif binary
*.ico binary
*.jpg binary
*.pck binary
*.png binary
*.psd binary
*.tar binary
*.wav binary
*.whl binary
*.zip binary

# Specific binary files
Lib/test/sndhdrdata/sndhdr.* binary

# Text files that should not be subject to eol conversion
Lib/test/cjkencodings/* -text
Lib/test/decimaltestdata/*.decTest -text
Lib/test/test_email/data/*.txt -text
Lib/test/xmltestdata/* -text
Lib/test/coding20731.py -text

# Special files in third party code
Modules/zlib/zlib.map -text

# CRLF files
*.bat text eol=crlf
*.ps1 text eol=crlf
*.sln text eol=crlf
*.vcxproj* text eol=crlf
*.props text eol=crlf
*.proj text eol=crlf
PCbuild/readme.txt text eol=crlf
PC/readme.txt text eol=crlf
38 changes: 38 additions & 0 deletions .github/appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
version: 3.6build{build}
clone_depth: 5
branches:
only:
- master
- /\d\.\d/
- buildbot-custom
cache:
- externals -> PCbuild\*
before_build:
- ps: |+
if ($env:APPVEYOR_RE_BUILD) {
echo 'Doing full build due to re-build request.'
} elseif (!$env:APPVEYOR_PULL_REQUEST_HEAD_COMMIT) {
echo 'Not a PR, doing full build.'
} else {
git fetch -q origin +refs/heads/$env:APPVEYOR_REPO_BRANCH
$mergebase = git merge-base HEAD FETCH_HEAD
$changes = git diff --name-only HEAD $mergebase | grep -vE '(\.rst$)|(^Doc)|(^Misc)'
If (!$changes) {
echo 'Only docs were updated, stopping build process.'
Exit-AppveyorBuild
}
echo 'Doing full build due to non-doc changes in these files:'
echo $changes
}


build_script:
- cmd: PCbuild\build.bat -e
- cmd: PCbuild\win32\python.exe -m test.pythoninfo
test_script:
- cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 -j0
environment:
HOST_PYTHON: C:\Python36\python.exe
image:
- Visual Studio 2015
- Visual Studio 2017
36 changes: 36 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
codecov:
strict_yaml_branch: master
notify:
require_ci_to_pass: true
comment: off
ignore:
- "Doc/**/*"
- "Misc/*"
- "Mac/**/*"
- "PC/**/*"
- "PCbuild/**/*"
- "Tools/**/*"
- "Grammar/*"
coverage:
precision: 2
range:
- 70.0
- 100.0
round: down
status:
changes: off
project: off
patch:
default:
target: 100%
only_pulls: true
threshold: 0.05
parsers:
gcov:
branch_detection:
conditional: true
loop: true
macro: false
method: false
javascript:
enable_partials: false
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
.gdb_history
Doc/build/
Doc/venv/
Doc/.venv/
Doc/env/
Doc/.env/
Include/pydtrace_probes.h
Lib/distutils/command/*.pdb
Lib/lib2to3/*.pickle
Lib/test/data/*
Expand Down Expand Up @@ -51,10 +55,12 @@ PCbuild/*.suo
PCbuild/*.*sdf
PCbuild/*-pgi
PCbuild/*-pgo
PCbuild/*.VC.db
PCbuild/*.VC.opendb
PCbuild/.vs/
PCbuild/amd64/
PCbuild/obj/
PCBuild/win32/
PCbuild/win32/
.purify
Parser/pgen
__pycache__
Expand Down Expand Up @@ -94,3 +100,4 @@ Tools/ssl/amd64
Tools/ssl/win32
.vs/
.vscode/
gmon.out
58 changes: 0 additions & 58 deletions .hgeol

This file was deleted.

182 changes: 0 additions & 182 deletions .hgtags

This file was deleted.

Loading