Zachary Ware
7c6d6e0564
bpo-29763: Use support.unlink instead of os.unlink (GH-624) (GH-625)
...
support.unlink waits for the files to be removed before returning
2017-03-11 22:39:54 -06:00
Zachary Ware
df6f3f6f57
fix subprocess on Windows (GH-391 backport) (GH-623)
2017-03-11 17:16:34 -06:00
Zachary Ware
b3536df9f8
Only trigger AppVeyor on code or config changes (GH-611 backport) (GH-620)
2017-03-11 15:42:25 -06:00
Mariatta
d7a8d32ce2
tempfile.rst: Fix some typos (GH-610) (GH-618)
...
(cherry picked from commit d3b8f98696
)
2017-03-11 10:19:51 -08:00
Xiang Zhang
16416c22f9
bpo-29770: remove outdated PYO related info (GH-590) (GH-612)
2017-03-11 14:07:30 +08:00
Mariatta
701f13ab93
bpo-29784: Fix the reference to shutil.copy in the docs (GH-602) (GH-608)
...
(cherry picked from commit 70ee0cd5c2
)
2017-03-10 19:36:26 -08:00
Brett Cannon
4807fa8386
bpo-28810: Document changes to CALL_FUNCTION opcodes (GH-607)
...
(cherry picked from commit 4b2a2a425a
)
2017-03-10 15:08:52 -08:00
Brett Cannon
68c5e4c592
bpo-28810: Document BUILD_TUPLE_UNPACK_WITH_CALL bytecode (GH-605)
...
(cherry picked from commit 7e52c3e7ae
)
2017-03-10 14:44:48 -08:00
Mariatta
ff6f371627
bpo-28739: Document that f-strings cannot be used as docstring (GH-592) (GH-600)
...
(cherry picked from commit d4e89287b3
)
2017-03-10 09:52:03 -08:00
Łukasz Langa
faaa80fb98
Ignore Include/pydtrace_probes.h ( #596 )
...
This is a generated file when --with-dtrace is passed. This entry is present in
.hgignore.
2017-03-10 14:30:05 +01:00
Zachary Ware
d9b0b8f63c
Add Appveyor (GH-324 backport) (GH-491)
2017-03-10 01:06:43 -06:00
Serhiy Storchaka
80dfbe30b7
[3.6] bpo-29773: Add more cases for testing string to float conversion errors. ( #586 )
...
(cherry picked from commit 9e6ac83aca
)
2017-03-09 21:01:49 +02:00
Victor Stinner
68d2980940
bpo-29619: Convert st_ino using unsigned integer ( #557 ) ( #584 )
...
bpo-29619: os.stat() and os.DirEntry.inodeo() now convert inode
(st_ino) using unsigned integers.
(cherry picked from commit 0f6d73343d
)
(Misc/NEWS conflict handled manually.)
2017-03-09 18:43:39 +01:00
orenmn
26d013e00f
[3.6] bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements ( #579 )
2017-03-09 16:06:47 +02:00
Serhiy Storchaka
9cef253ae3
[3.6] bpo-29768: Fixed compile-time check for expat version. ( #576 )
...
(cherry picked from commit 22e707fa04
)
2017-03-09 10:51:44 +02:00
n.d. parker
51b646a55a
Fix the only non-C90 comment to be C90 compatible. ( #568 )
2017-03-09 00:27:46 +02:00
Mariatta
7253aded71
bpo-29176: Fix name of the _curses.window class ( #52 ) ( #532 )
...
Set name to "_curses.window" instead of "_curses.curses window" (with
a space!?).
(cherry picked from commit 61e2bc74df
)
2017-03-08 17:19:57 +01:00
Serhiy Storchaka
eb65edd102
[3.6] bpo-28231: The zipfile module now accepts path-like objects for external paths. ( #561 )
...
(cherry picked from commit 8606e9524a
)
2017-03-08 15:45:43 +02:00
Serhiy Storchaka
666165fddf
[3.6] bpo-28230: Document the pathlib support in tarfile and add tests. ( #559 )
2017-03-08 12:29:33 +02:00
Benjamin Peterson
6a4b04cd33
Revert "bpo-29571: Use correct locale encoding in test_re ( #149 )" ( #554 ) ( #555 )
...
This reverts commit ace5c0fdd9
.
2017-03-07 23:56:59 -08:00
Xiang Zhang
78ad039bcf
bpo-26915: Test identity first in index() and count() of collections.abc.Sequence (GH-553)
2017-03-08 11:43:35 +08:00
Mariatta
23b26c4e20
Fixes bpo-29680: Older gdb does not have gdb.error. (GH-363) (GH-534)
...
This change is required to make python-dbg.py compatible with GDB versions before 7.3.
(cherry picked from commit 661ca8843f
)
2017-03-07 02:44:11 -08:00
INADA Naoki
33d70d1721
PCbuild: Add -q option to svn export (GH-537)
...
Without this option, AppVeyor log is too unreadable.
(cherry picked from commit 8886d5f392
)
2017-03-07 17:18:12 +09:00
Xiang Zhang
284a2ba140
bpo-28728: clarify possible test failure due to ISP (GH-412) (GH-531)
2017-03-07 11:53:29 +08:00
Mariatta
130c4ec5fb
bpo-29557: Remove ambiguous line in binhex docs (GH-90) (GH-475)
...
"appears to not work in all cases" does not inspire confidence in this
module. I can find no context for what bug this was referencing so it
should be removed.
(cherry picked from commit 6de2b7817f
)
2017-03-06 09:31:16 -08:00
Mariatta
e9effe6bb6
fix minor bug in pymalloc. (GH-335) (GH-476)
...
(cherry picked from commit f669ffff60
)
2017-03-06 09:15:41 -08:00
Xiang Zhang
df6d7b406f
[3.6] bpo-29714: Fix a regression that bytes format may fail when containing zero bytes inside. (GH-504)
2017-03-06 18:17:10 +08:00
INADA Naoki
4e1a065c20
bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-500)
...
(cherry picked from commit 2225ddaa9e
)
2017-03-06 17:24:28 +09:00
Steve Dower
e544b40faa
Fixes the upload script to purge the CDN correctly and display success output. ( #466 ) ( #497 )
2017-03-05 19:58:06 -08:00
Ivan Levkivskyi
b414e349eb
bpo-29638: Fix spurious refleaks after typing is imported ( #469 ) ( #483 )
2017-03-05 21:18:43 +02:00
Petr Motejlek
3405792b02
bpo-29615: backport to 3.6 ( #478 )
2017-03-05 18:14:06 +02:00
Ned Deily
8192402e8a
Merge 3.6.1rc1 releasing branch into 3.6
2017-03-05 05:57:22 -05:00
Ned Deily
38136e2a58
Bump to v3.6.1rc1+.
2017-03-05 05:33:38 -05:00
Mariatta
9619ec9947
distutils docs: Fix a typo (GH-470) (GH-471)
...
(cherry picked from commit 2a7bddaab7
)
2017-03-04 16:43:57 -08:00
Mariatta
43571dde7b
Correct spelling "instanciate" (GH-465) (GH-467)
...
(cherry picked from commit 6abaed0dda
)
2017-03-04 15:40:48 -08:00
Ned Deily
e0fbe5feee
Update docs and patchlevel for 3.6.1rc1.
2017-03-04 12:25:04 -05:00
Ned Deily
cefca3d7b5
Update pydoc topics for 3.6.0rc1
2017-03-04 12:18:43 -05:00
Ned Deily
5976b9a88b
Refresh Python/importlib.h and Python/importlib_external.h ( #464 )
2017-03-04 07:04:41 -05:00
Ned Deily
1d391f926b
[3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS ( #463 )
...
Skip some tests of select.poll when running on macOS due to unresolved
issues with the underlying system poll function on some macOS versions.
(cherry picked from commit de04644627
)
2017-03-04 06:19:05 -05:00
Ned Deily
343d48379c
bpo-29572: Update macOS installer build to OpenSSL 1.0.2k ( #457 ) ( #459 )
...
(cherry picked from commit cfcd76777e
)
2017-03-04 03:04:48 -05:00
Ned Deily
5ddddb166d
bpo-29550: Temporarily skip "make touch" in Mac installer build. ( #456 ) ( #458 )
...
(cherry picked from commit 7cd9b22e98
)
2017-03-04 02:55:09 -05:00
Ned Deily
95c50e5aed
[3.6] bpo-27593: Get SCM build info from git instead of hg. ( #446 ) ( #454 )
...
* bpo-27593: Get SCM build info from git instead of hg. (#446 )
sys.version and the platform module python_build(),
python_branch(), and python_revision() functions now use
git information rather than hg when building from a repo.
Based on original patches by Brett Cannon and Steve Dower.
(cherry picked from commit 5c4b0d063a
)
2017-03-04 01:05:06 -05:00
Steve Dower
793f822068
Fixes git command ( #451 ) ( #452 )
2017-03-03 21:57:47 -08:00
Steve Dower
d3e1e9df72
bpo-27593: Updates Windows build to use information from git ( #262 ) ( #450 )
...
* bpo-27593: Updates Windows build to use information from git
2017-03-03 21:32:17 -08:00
Brett Cannon
226af23e85
bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (GH-440)
...
(cherry picked from commit 0705f66eb3
)
2017-03-03 14:47:06 -08:00
Zachary Ware
03f7cb0604
bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-442)
2017-03-03 16:07:25 -06:00
Mariatta
1936ba93c9
bpo-29709: Improve Boolean Operations documentation ( #433 ) ( #437 )
...
(cherry picked from commit 8eb531d9db
)
2017-03-03 13:24:13 -08:00
Brett Cannon
9d07aceeda
bpo-29455: Mention coverage.py in trace module documentation (GH-435)
...
(cherry picked from commit 5dfccb06dc
)
2017-03-03 12:58:17 -08:00
Berker Peksag
21ce65aa67
[3.6] bpo-29623: Make PathLike objects work with ConfigParser.read() ( #242 ) ( #432 )
...
(cherry picked from commit 85b8d01c91
)
Conflicts:
Lib/test/test_configparser.py
2017-03-03 20:48:37 +03:00
Berker Peksag
c7ff163abf
Add Python version since deprecation in base64 methods. ( #33 ) ( #429 )
...
Allow developers to not have to either test on N Python versions or
looked through multiple versions of the docs to know whether they can
easily update.
(cherry picked from commit c643a967dd
)
2017-03-03 18:07:18 +03:00