Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
234 commits
Select commit Hold shift + click to select a range
c2328ec
[backport to 3.6] Support "bpo-" in Misc/NEWS (#42)
Mariatta Feb 12, 2017
89b1824
bpo-27122: Fix comment to point to correct issue number (#48)
berkerpeksag Feb 12, 2017
308f789
bpo-29474: Improve documentation for weakref.WeakValueDictionary (#22)
Mariatta Feb 12, 2017
f66c81f
[backport to 3.6] bpo-28929: Link the documentation to its source fil…
Mariatta Feb 12, 2017
89ddffb
bpo-29438: fixed use-after-free in key sharing dict (#39)
methane Feb 13, 2017
2d0c228
A few README tweaks (#73) (#79)
Mariatta Feb 13, 2017
0230e64
bpo-28556: Various updates to typing (#28) (#77)
Mariatta Feb 14, 2017
9268855
Fix some sphinx warnings (#9) (#81)
Mariatta Feb 14, 2017
db3deb9
bpo-29521 Fix two minor documentation build warnings (#41) (#83)
Mariatta Feb 14, 2017
7d5587e
Update URL of Mersenne Twister Home Page (#20) (#115)
methane Feb 15, 2017
1e8cc88
Backport master's README.rst to 3.6 (GH-86)
zware Feb 15, 2017
7224a04
bpo-29481: add versionadded 3.6.1 to typing.Deque docs (#108)
Mariatta Feb 15, 2017
02e3357
bpo-29521 update Misc/ACKS (#110)
Mariatta Feb 15, 2017
b300c66
Backport36 doc fixes: PR#68 and PR#124 (#125)
vstinner Feb 15, 2017
d372cda
bpo-29579: Removes readme.txt from the installer. (#161)
zooba Feb 19, 2017
0683d68
[3.6] bpo-29571: Use correct locale encoding in test_re (#149) (#153)
ncoghlan Feb 19, 2017
3337d33
[backport to 3.6] bpo-29529: Add .travis.yml to 3.6 branch (#25)
methane Feb 19, 2017
b121d73
Tweak PEP 519 documentation in stdlib (#164)
berkerpeksag Feb 19, 2017
7970cd4
bpo-29520: doc: fix deprecation warning from 'defindex' template (GH-…
methane Feb 20, 2017
a4afdfc
Change some mercurial/ hg.python.org references. (#8) (#185)
orsenthil Feb 20, 2017
9a4577a
bpo-29347: Fix possibly dereferencing undefined pointers when creatin…
zhangyangyu Feb 20, 2017
ce552e2
bpo-24274: fix erroneous comment in dictobject.c (GH-200)
methane Feb 20, 2017
d9b3cdd
bpo-29602: fix signed zero handling in complex constructor. (#203) (#…
mdickinson Feb 20, 2017
51a477c
doc: fix compile error on "shoddy" example extension (GH-216)
methane Feb 21, 2017
e48fd93
bpo-29532: Altering a kwarg dictionary passed to functools.partial() …
serhiy-storchaka Feb 21, 2017
3ab24bd
bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (GH-219)
methane Feb 21, 2017
9b49133
bpo-29453: Remove reference to undefined dictionary ordering in Tutor…
Mariatta Feb 21, 2017
e9c0e55
[3.6] Add .codecov.yml (#210)
berkerpeksag Feb 21, 2017
b067a5e
bpo-29554: Improve docs for pstat module and profile. (#88) (#227)
berkerpeksag Feb 22, 2017
3cc5817
Fixed bpo-29565: Corrected ctypes passing of large structs by value o…
vsajip Feb 22, 2017
55b82e1
bpo-28911: Clarify the behaviour of assert_called_once_with. (#252)
153957 Feb 23, 2017
2197eac
bpo-28814: Undeprecate inadvertently deprecated inspect functions. (#…
berkerpeksag Feb 23, 2017
f2beceb
bpo-29624: Adds purge step and layout test after uploading files. (#2…
zooba Feb 23, 2017
0a1b656
bpo-25008: Deprecate smtpd and point to aiosmtpd (#274) (#278)
warsaw Feb 24, 2017
f28db60
[3.6] Fix small typos in expressions.rst (GH-276) (GH-281)
Mariatta Feb 25, 2017
bea9d2f
[3.6] bpo-28556: Update to typing: treat subscripted generics as prox…
Mariatta Feb 25, 2017
814213b
[3.6] Backport README.rst changes (GH-294)
Mariatta Feb 25, 2017
1a8dd94
[3.6] bpo-28929: Add to Misc/NEWS (GH-284)
Mariatta Feb 26, 2017
b002328
Fix small typos in introduction and datastructures of tutorial (GH-27…
Mariatta Feb 26, 2017
91c499f
mark various test data binary (#233) (#304)
benjaminp Feb 26, 2017
fae59e1
bpo-28961: Address my comments from earlier code review (#306)
berkerpeksag Feb 26, 2017
5c7b8f4
Backport recent .travis.yml changes (#308)
berkerpeksag Feb 26, 2017
7333d17
bpo-29648: import.rst: Add reference to create_module() (GH-290) (GH-…
Mariatta Feb 26, 2017
1457984
bpo-22594: Add a link to the regex module in re documentation (GH-241…
Mariatta Feb 26, 2017
893e86e
bpo-29121: Remove outdated documentation about transactions (#313) (#…
berkerpeksag Feb 26, 2017
76995ca
bpo-28518: Start a transaction implicitly before a DML statement (#24…
berkerpeksag Feb 26, 2017
deea29e
bpo-26184: import.rst: Improve versionchanged note (GH-277) (#320)
Mariatta Feb 26, 2017
6b81003
bpo-28624: Add a test that checks that cwd parameter of Popen() accep…
berkerpeksag Feb 26, 2017
c9131b6
[3.6] bpo-29110: Fix file object leak in `aifc.open` (#310)
methane Feb 26, 2017
7e4897a
bpo-26184: import.rst: Improve versionchanged note (GH-325) (GH-326)
Mariatta Feb 26, 2017
4b6c417
bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (…
zhangyangyu Feb 27, 2017
8aa1ad8
bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-333)
zhangyangyu Feb 27, 2017
bc10e6b
Asyncio documentation: remove `self` from method signatures (GH-334) …
Mariatta Feb 27, 2017
046041e
Delete accidentally merged entries from Misc/NEWS (#338)
berkerpeksag Feb 27, 2017
53039ad
bpo-28598: Support __rmod__ for RHS subclasses of str in % string for…
mjpieters Feb 27, 2017
bb59d89
bpo-27788 : synchronise platform.py version number (#246) (#341)
berkerpeksag Feb 27, 2017
7accf20
bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#348)
berkerpeksag Feb 27, 2017
c4a786b
bpo-29661: fix contradiction in timeit.Timer.autorange's docstring (G…
zhangyangyu Feb 28, 2017
d413aa7
Disable mention-bot for maintenance branches (GH-365)
dstufft Mar 1, 2017
8458b2b
correct documentation for enum.html (GH-358) (GH-367)
Mariatta Mar 1, 2017
1b93ed4
Fixed a handful of typos (GH-343) (GH-364)
Mariatta Mar 1, 2017
023532e
bpo-29684: Fix minor regression of PyEval_CallObjectWithKeywords. (GH…
methane Mar 1, 2017
b05d48e
email.compat32-message.rst: Fix typo in the word `message` (GH-379) (…
Mariatta Mar 1, 2017
784ba7c
bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (#397)
dstufft Mar 2, 2017
65bd0bd
In SSL module version examples, don't use a legacy version. (#381) (#…
alex Mar 2, 2017
a6e8493
bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#…
brianfcoleman Mar 2, 2017
01e5230
bpo-29703: asyncio: Fix creating new event loops in child processes. …
1st1 Mar 3, 2017
dea5101
bpo-28893: Set __cause__ for errors in async iteration protocol (#407)
1st1 Mar 3, 2017
13802a3
bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (…
1st1 Mar 3, 2017
604faba
bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405)
SethMichaelLarson Mar 3, 2017
2ef08d3
asyncio: Optimize _get_running_loop() to call getpid() only when ther…
Mar 3, 2017
d8b72e4
bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_c…
1st1 Mar 3, 2017
b8f5d07
bpo-29026: Clarify documentation of time.time (GH-34) (GH-417)
Mariatta Mar 3, 2017
93692b1
getpass: update docstrings (GH-49) (GH-419)
Mariatta Mar 3, 2017
2adc668
Restore NEWS file after incorrect git automerge
Mar 3, 2017
c7ff163
Add Python version since deprecation in base64 methods. (#33) (#429)
berkerpeksag Mar 3, 2017
21ce65a
[3.6] bpo-29623: Make PathLike objects work with ConfigParser.read() …
berkerpeksag Mar 3, 2017
9d07ace
bpo-29455: Mention coverage.py in trace module documentation (GH-435)
brettcannon Mar 3, 2017
1936ba9
bpo-29709: Improve Boolean Operations documentation (#433) (#437)
Mariatta Mar 3, 2017
03f7cb0
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-442)
zware Mar 3, 2017
226af23
bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (GH-440)
brettcannon Mar 3, 2017
d3e1e9d
bpo-27593: Updates Windows build to use information from git (#262) (…
zooba Mar 4, 2017
793f822
Fixes git command (#451) (#452)
zooba Mar 4, 2017
95c50e5
[3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#…
ned-deily Mar 4, 2017
5ddddb1
bpo-29550: Temporarily skip "make touch" in Mac installer build. (#45…
ned-deily Mar 4, 2017
343d483
bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#459)
ned-deily Mar 4, 2017
1d391f9
[3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on m…
ned-deily Mar 4, 2017
5976b9a
Refresh Python/importlib.h and Python/importlib_external.h (#464)
ned-deily Mar 4, 2017
cefca3d
Update pydoc topics for 3.6.0rc1
ned-deily Mar 4, 2017
e0fbe5f
Update docs and patchlevel for 3.6.1rc1.
ned-deily Mar 4, 2017
43571dd
Correct spelling "instanciate" (GH-465) (GH-467)
Mariatta Mar 4, 2017
9619ec9
distutils docs: Fix a typo (GH-470) (GH-471)
Mariatta Mar 5, 2017
38136e2
Bump to v3.6.1rc1+.
ned-deily Mar 5, 2017
8192402
Merge 3.6.1rc1 releasing branch into 3.6
ned-deily Mar 5, 2017
3405792
bpo-29615: backport to 3.6 (#478)
petr-motejlek Mar 5, 2017
b414e34
bpo-29638: Fix spurious refleaks after typing is imported (#469) (#483)
ilevkivskyi Mar 5, 2017
e544b40
Fixes the upload script to purge the CDN correctly and display succes…
zooba Mar 6, 2017
4e1a065
bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-500)
methane Mar 6, 2017
df6d7b4
[3.6] bpo-29714: Fix a regression that bytes format may fail when con…
zhangyangyu Mar 6, 2017
e9effe6
fix minor bug in pymalloc. (GH-335) (GH-476)
Mariatta Mar 6, 2017
130c4ec
bpo-29557: Remove ambiguous line in binhex docs (GH-90) (GH-475)
Mariatta Mar 6, 2017
284a2ba
bpo-28728: clarify possible test failure due to ISP (GH-412) (GH-531)
zhangyangyu Mar 7, 2017
33d70d1
PCbuild: Add -q option to svn export (GH-537)
methane Mar 7, 2017
23b26c4
Fixes bpo-29680: Older gdb does not have gdb.error. (GH-363) (GH-534)
Mariatta Mar 7, 2017
78ad039
bpo-26915: Test identity first in index() and count() of collections.…
zhangyangyu Mar 8, 2017
6a4b04c
Revert "bpo-29571: Use correct locale encoding in test_re (#149)" (#5…
benjaminp Mar 8, 2017
666165f
[3.6] bpo-28230: Document the pathlib support in tarfile and add test…
serhiy-storchaka Mar 8, 2017
eb65edd
[3.6] bpo-28231: The zipfile module now accepts path-like objects fo…
serhiy-storchaka Mar 8, 2017
7253ade
bpo-29176: Fix name of the _curses.window class (#52) (#532)
Mariatta Mar 8, 2017
51b646a
Fix the only non-C90 comment to be C90 compatible. (#568)
ndparker Mar 8, 2017
9cef253
[3.6] bpo-29768: Fixed compile-time check for expat version. (#576)
serhiy-storchaka Mar 9, 2017
26d013e
[3.6] bpo-28298: make array 'Q', 'L' and 'I' accept big intables as e…
orenmn Mar 9, 2017
68d2980
bpo-29619: Convert st_ino using unsigned integer (#557) (#584)
vstinner Mar 9, 2017
80dfbe3
[3.6] bpo-29773: Add more cases for testing string to float conversi…
serhiy-storchaka Mar 9, 2017
d9b0b8f
Add Appveyor (GH-324 backport) (GH-491)
zware Mar 10, 2017
faaa80f
Ignore Include/pydtrace_probes.h (#596)
ambv Mar 10, 2017
ff6f371
bpo-28739: Document that f-strings cannot be used as docstring (GH-59…
Mariatta Mar 10, 2017
68c5e4c
bpo-28810: Document BUILD_TUPLE_UNPACK_WITH_CALL bytecode (GH-605)
brettcannon Mar 10, 2017
4807fa8
bpo-28810: Document changes to CALL_FUNCTION opcodes (GH-607)
brettcannon Mar 10, 2017
701f13a
bpo-29784: Fix the reference to shutil.copy in the docs (GH-602) (GH-…
Mariatta Mar 11, 2017
16416c2
bpo-29770: remove outdated PYO related info (GH-590) (GH-612)
zhangyangyu Mar 11, 2017
d7a8d32
tempfile.rst: Fix some typos (GH-610) (GH-618)
Mariatta Mar 11, 2017
b3536df
Only trigger AppVeyor on code or config changes (GH-611 backport) (GH…
zware Mar 11, 2017
df6f3f6
fix subprocess on Windows (GH-391 backport) (GH-623)
zware Mar 11, 2017
7c6d6e0
bpo-29763: Use support.unlink instead of os.unlink (GH-624) (GH-625)
zware Mar 12, 2017
2f38625
bpo-29656: Handle PR branches in 'make patchcheck' (#302) (#626)
ncoghlan Mar 12, 2017
4652d82
bpo-29746: Update marshal docs to Python 3. (#547) (#631)
serhiy-storchaka Mar 12, 2017
61a82a5
bpo-29798: Handle git worktree in `make patchcheck` (#629) (#633)
ncoghlan Mar 12, 2017
c609484
[3.6] bpo-29723: Consistently configure sys.path[0] (#636)
ncoghlan Mar 12, 2017
aac875f
[3.6] bpo-8256: Fixed possible failing or crashing input() (#641)
serhiy-storchaka Mar 12, 2017
fa448de
Fix wrapping into StopIteration of return values in generators and co…
1st1 Mar 12, 2017
99f8d33
bpo-29742: asyncio get_extra_info() throws exception (#525) (#645)
1st1 Mar 12, 2017
7927abb
fix the name of argument to ftplib.FTP.set_pasv and fix wording (GH-6…
zhangyangyu Mar 13, 2017
388e256
ftplib.FTP.retrbinary callback gets a bytes, not a str (GH-652) (GH-657)
zhangyangyu Mar 13, 2017
faa2cc6
bpo-28856: Let %b format for bytes support objects that follow the bu…
zhangyangyu Mar 14, 2017
53b2667
bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.key…
MSeifert04 Mar 15, 2017
02c6fa5
Delete duplicate entry in Misc/NEWS (#673)
berkerpeksag Mar 15, 2017
78add33
Change assertRaises to assertRaisesRegex in test_xmlrpc (#481) (#674)
berkerpeksag Mar 15, 2017
0dfd18a
Fix stderr bug in json.tool test (#346) (#676)
berkerpeksag Mar 16, 2017
9cd5e87
Takes vcruntime140.dll from the correct source. (#684)
zooba Mar 16, 2017
3fce38c
bpo-29820: othergui.rst: Remove outdated information (GH-685) (GH-688)
Mariatta Mar 17, 2017
4ac01f0
update test_socket AEAD test for kernel 4.9 and up (GH-133) (GH-548)
Mariatta Mar 17, 2017
7c20811
Add sockaddr_alg to sock_addr_t (GH-234) (GH-533)
Mariatta Mar 17, 2017
948171b
bpo-16355: Clarify when inspect.getcomments() returns None (#428) (#690)
berkerpeksag Mar 17, 2017
46e81d3
bpo-29808: Do not fail in SysLogHandler constructor if syslog isn't a…
vsajip Mar 17, 2017
49fc153
Combine the C++ header CI build into the main C build (GH-697) (GH-704)
brettcannon Mar 17, 2017
b044120
Drop C++ header compatibility test (#718) (#719)
brettcannon Mar 19, 2017
69eab31
bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) …
serhiy-storchaka Mar 19, 2017
fca705d
bpo-25455: Fixed crashes in repr of recursive buffered file-like obje…
serhiy-storchaka Mar 19, 2017
da88596
bpo-29845: Mark tests that use _testcapi as CPython-only (#711) (#725)
serhiy-storchaka Mar 19, 2017
3d258b1
bpo-29116: Fix error messages for concatenating bytes and bytearray w…
serhiy-storchaka Mar 19, 2017
d1f566f
bpo-29856: Fix typo in curses documentation (GH-730) (GH-731)
Mariatta Mar 20, 2017
6fad409
bpo-28876: bool of large range raises OverflowError (#699) (#734)
serhiy-storchaka Mar 20, 2017
fcd79ad
Fix "NotImplentedError" typo in constants documentation (#692) (#739)
serhiy-storchaka Mar 20, 2017
e9213d9
bpo-27593: Revise git SCM build info. (#744) (#745)
ned-deily Mar 21, 2017
6efc812
Fixes the upload script to purge the CDN correctly and display succes…
zooba Mar 6, 2017
0acdea7
bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-500)
methane Mar 6, 2017
07e6cbd
Fix the only non-C90 comment to be C90 compatible. (#568)
ndparker Mar 8, 2017
75345c5
[3.6] bpo-29723: Consistently configure sys.path[0] (#636)
ncoghlan Mar 12, 2017
360c49b
Takes vcruntime140.dll from the correct source. (#684)
zooba Mar 16, 2017
8c18fbe
bpo-27593: Revise git SCM build info. (#744) (#745)
ned-deily Mar 21, 2017
69c0db5
Update docs and patchlevel for 3.6.1 final
ned-deily Mar 21, 2017
fe30339
bpo-29859: Fix error messages from return codes for pthread_* calls (…
methane Mar 21, 2017
677df6e
Revert and fix Misc/NEWS after merge error in fca705d53397. (#755)
ned-deily Mar 22, 2017
1688e64
Bump to 3.6.2rc1 development.
ned-deily Mar 22, 2017
f93b994
Merge branch '3.6.1' of github.com:ned-deily/cpython into 3.6
ned-deily Mar 22, 2017
af839fe
bpo-29864: Don't use Py_SIZE for dict object. (#747) (#750)
serhiy-storchaka Mar 22, 2017
72c5113
fix function name in tabnanny documentation (GH-762)
zhangyangyu Mar 22, 2017
c0f3e21
doc: minor fix for library/profile (GH-766)
methane Mar 22, 2017
906118d
bpo-28331: fix impl-detail label is removed when content is translate…
methane Mar 22, 2017
ee51327
Remove an outdated statement in execution model docs (GH-754) (GH-775)
Mariatta Mar 23, 2017
90eafdb
faulthandler: Restore the old sigaltstack during teardown (GH-777) (G…
tich Mar 24, 2017
cc3331f
bpo-29861: release references to multiprocessing Pool tasks (#743) (#…
pitrou Mar 24, 2017
8c8785b
bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True)…
serhiy-storchaka Mar 24, 2017
74bfcc3
bpo-28810: Document remaining bytecode changes in 3.6 (GH-651) (GH-808)
brettcannon Mar 24, 2017
5dafaec
bpo-29892: Fix wrong markup on doc-lib-functions (GH-802) (GH-810)
Mariatta Mar 25, 2017
8b82236
bpo-29862: Fix grammar in importlib.reload() exception (GH-809) (GH-811)
Mariatta Mar 25, 2017
ceff32f
bpo-29888: Fix the link referring to the "Python download page" (GH-8…
ned-deily Mar 26, 2017
d2fc782
import sys before we use it on line 9 (GH-828) (GH-833)
Mariatta Mar 27, 2017
abc6848
Treat Sphinx warnings as errors (GH-832) (GH-834)
zware Mar 27, 2017
bc20314
Minor test cleanup (GH-837) (GH-838)
zware Mar 27, 2017
08f9f71
Drop the standard gcc test build on Travis (GH-853) (GH-859)
brettcannon Mar 27, 2017
5965062
bpo-29677: DOC: clarify documentation for `round` (GH-357) (GH-862)
Mariatta Mar 28, 2017
f01de61
bpo-29643: Fix check for --enable-optimizations (GH-869)
methane Mar 28, 2017
c4021af
bpo-16011: clarify that 'in' always returns a boolean value (GH-874)
Mariatta Mar 28, 2017
346dcd6
bpo-28699: fix abnormal behaviour of pools in multiprocessing.pool (G…
zhangyangyu Mar 29, 2017
2609c9e
bpo-29677: DOC: clarify documentation for `round` (GH-877) (GH-892)
Mariatta Mar 30, 2017
da6ad2f
bpo-29917: DOC: Remove link from PyMethodDef (#890) (#894)
orsenthil Mar 30, 2017
1b43a95
Remove an unrequired TODO in test_urllib2. (#897) (#900)
orsenthil Mar 30, 2017
a6b4e19
bpo-27863: Fixed multiple crashes in ElementTree. (#765) (#903)
serhiy-storchaka Mar 30, 2017
bf4bb2e
bpo-29935: Fixed error messages in the index() method of tuple, list …
serhiy-storchaka Mar 30, 2017
7b5b137
bpo-29928: Add f-string to the Glossary (GH-864) (GH-914)
Mariatta Mar 30, 2017
599bb18
bpo-29942: Fix the use of recursion in itertools.chain.from_iterable.…
Yhg1s Mar 30, 2017
8d1f935
Remove catching OSError in ftphandler test. Only URLError is raised i…
orsenthil Mar 31, 2017
4c75fbb
bpo-29952: Use usual terminology of dict (GH-922)
methane Mar 31, 2017
0a17e58
bpo-28810: Update lnotab_notes.txt (GH-665) (GH-919)
Mariatta Mar 31, 2017
7d5d13d
bpo-29953: Fix memory leaks in the replace() method of datetime and t…
serhiy-storchaka Mar 31, 2017
efde51a
bpo-29949: Fix set memory usage regression (GH-945)
methane Apr 1, 2017
4415b82
Add helpful explaination to test_password_manager tests. (#936) (#941)
orsenthil Apr 2, 2017
a71a3ad
bpo-26947: DOC: clarify wording on hashable in glossary (#948) (#957)
orsenthil Apr 2, 2017
90e3518
bpo-29941: Assert fixes (#886) (#955)
Yhg1s Apr 2, 2017
c4e557e
Minor spell fix and formatting fixes in urllib tests. (#959) (#961)
orsenthil Apr 2, 2017
d184c20
Keep the c-api exception doc up-to-date (#966)
cocoatomo Apr 3, 2017
cb1e002
bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) (#985)
orsenthil Apr 4, 2017
ce92be1
remove merge=union attribute for Misc/NEWS (GH-460) (GH-988)
Mariatta Apr 4, 2017
ba980e8
Miscellaneous minor fixes of Misc/NEWS formatting. (#1002) (#1003)
serhiy-storchaka Apr 5, 2017
ed27844
correct parse_qs and parse_qsl test case descriptions. (#968) (#997)
orsenthil Apr 6, 2017
19d61b2
Remove Invalid comment in test_urllib2.py. (#1022)
orsenthil Apr 7, 2017
616d3eb
Fix a minor typo. (#1032) (#1037)
warsaw Apr 7, 2017
d0d575a
bpo-29939: suppress compiler warnings in _ctypes_test (#1038)
vsajip Apr 7, 2017
c26b19d
Expand the PySlice_GetIndicesEx macro. (#1023) (#1044)
serhiy-storchaka Apr 8, 2017
af685f9
bpo-29998: Pickling and copying ImportError now preserves name and pa…
serhiy-storchaka Apr 8, 2017
4c116cb
bpo-29798: Handle git worktree in patchcheck (#1058) (#1060)
ncoghlan Apr 9, 2017
a524d63
bpo-29506: Clarify deep copy note in copy module
ncoghlan Apr 9, 2017
854ca17
Remove invalid comment in urllib.request. (#1055)
orsenthil Apr 9, 2017
90eb7a9
[3.6] Correct typo in configparser.rst (GH-1012) (GH-1025)
Mariatta Apr 9, 2017
577fc04
[3.6] bpo-29549: Fixes docstring for str.index (GH-256) (GH-1028)
Mariatta Apr 9, 2017
28ddd3c
[3.6] Improvements to typing documentation (GH-967) (GH-1053)
Mariatta Apr 9, 2017
03066a0
Remove OSError related comment in urllib.request. (#1072)
orsenthil Apr 10, 2017
f0c4167
[3.6] bpo-30047: Fix a typo in Doc/library/select.rst (GH-1086) (GH-1…
Mariatta Apr 13, 2017
14944c6
bpo-26985: Add missing info of code object in inspect documentation (…
zhangyangyu Apr 13, 2017
bc90250
[3.6] Remove superfluous comment in urllib.error. (GH-1076) (GH-1101)
Mariatta Apr 13, 2017
bd1173f
[3.6] Clarify exception handler scope in contextlib (GH-1103)
Mariatta Apr 13, 2017
9b409ff
[3.6] bpo-29692: contextlib.contextmanager may incorrectly unchain Ru…
Mariatta Apr 13, 2017
97a40b7
bpo-29869: Allow underscores in numeric literals in lib2to3. (GH-752)
nevsan Apr 13, 2017
84c2d75
Revert "bpo-29869: Allow underscores in numeric literals in lib2to3. …
Mariatta Apr 13, 2017
119d94a
bpo-29791: Clarify that flush is keyword-only argument (GH-1093)
berkerpeksag Apr 13, 2017
9366332
bpo-30021: Add examples for re.escape(). (#1048) (#1115)
serhiy-storchaka Apr 13, 2017
04ac853
convert from long long to PyLong loselessly (#1106) (#1121)
benjaminp Apr 13, 2017
c5c24cf
[3.6] Fix a typo in Doc/library/functions.rst (GH-1117) (GH-1123)
Mariatta Apr 13, 2017
2cdf087
[3.6] bpo-29869: Allow underscores in numeric literals in lib2to3. (G…
Mariatta Apr 13, 2017
cbc46af
[3.6] bpo-29694: race condition in pathlib mkdir with flags parents=T…
Mariatta Apr 14, 2017
413a891
Relax test timing (bpo-29861) to avoid sporadic failures (#1120) (#1132)
pitrou Apr 14, 2017
d390beb
Fix misplaced positional argument in OS X support library
JackMc Apr 14, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
bpo-29579: Removes readme.txt from the installer. (#161)
  • Loading branch information
zooba authored Feb 19, 2017
commit d372cda5cd46712c4e59262ec1ab981773b20bff
2 changes: 2 additions & 0 deletions Misc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ Library
Windows
-------

- bpo-29579: Removes readme.txt from the installer

- Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)

- Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)
Expand Down
3 changes: 0 additions & 3 deletions Tools/msi/exe/exe_files.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
<Component Id="NEWS.txt" Directory="InstallDirectory" Guid="*">
<File Name="NEWS.txt" Source="!(bindpath.src)Misc\NEWS" KeyPath="yes" />
</Component>
<Component Id="README.txt" Directory="InstallDirectory" Guid="*">
<File Name="README.txt" Source="!(bindpath.src)README" KeyPath="yes" />
</Component>
</ComponentGroup>
</Fragment>

Expand Down