summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bpo-28856: Let %b format for bytes support objects that follow the buffer ↵Xiang Zhang2017-03-143-3/+23
| | | | protocol (GH-664)
* ftplib.FTP.retrbinary callback gets a bytes, not a str (GH-652) (GH-657)Xiang Zhang2017-03-131-1/+1
|
* fix the name of argument to ftplib.FTP.set_pasv and fix wording (GH-653) ↵Xiang Zhang2017-03-131-2/+2
| | | | (GH-654)
* bpo-29742: asyncio get_extra_info() throws exception (#525) (#645)Yury Selivanov2017-03-123-1/+18
|
* Fix wrapping into StopIteration of return values in generators and ↵Yury Selivanov2017-03-123-2/+18
| | | | coroutines (#644) (#647)
* [3.6] bpo-8256: Fixed possible failing or crashing input() (#641)Serhiy Storchaka2017-03-122-5/+19
| | | | if attributes "encoding" or "errors" of sys.stdin or sys.stdout are not set or are not strings.
* [3.6] bpo-29723: Consistently configure sys.path[0] (#636)Nick Coghlan2017-03-123-28/+119
| | | | | | | | | | | | | | | | | | | | | | | | Directory and zipfile execution previously added the parent directory of the directory or zipfile as sys.path[0] and then subsequently overwrote it with the directory or zipfile itself. This caused problems in isolated mode, as it overwrote the "stdlib as a zip archive" entry in sys.path, as the parent directory was never added. The attempted fix to that issue in bpo-29319 created the opposite problem in *non*-isolated mode, by potentially leaving the parent directory on sys.path instead of overwriting it. This change fixes the root cause of the problem by removing the whole "add-and-overwrite" dance for sys.path[0], and instead simply never adds the parent directory to sys.path in the first place. (cherry picked from commit d2977a3ae2cc6802921b1e3b6e9d13fcfbda872d)
* bpo-29798: Handle git worktree in `make patchcheck` (#629) (#633)Nick Coghlan2017-03-121-1/+4
| | | | | In git worktree directories, `.git` is a configuration file rather than a subdirectory (cherry picked from commit 6a6d090612dd7deaac2bc0399fad743e5e2db606)
* bpo-29746: Update marshal docs to Python 3. (#547) (#631)Serhiy Storchaka2017-03-124-29/+31
| | | (cherry picked from commit c611a5b1d4fab0123bf622f06c3bfa510221dc32)
* bpo-29656: Handle PR branches in 'make patchcheck' (#302) (#626)Nick Coghlan2017-03-121-6/+52
| | | (cherry picked from commit 482f7a274fa52b7ba34ff308cd9acdcac9f41ba5)
* bpo-29763: Use support.unlink instead of os.unlink (GH-624) (GH-625)Zachary Ware2017-03-121-4/+4
| | | support.unlink waits for the files to be removed before returning
* fix subprocess on Windows (GH-391 backport) (GH-623)Zachary Ware2017-03-111-1/+1
|
* Only trigger AppVeyor on code or config changes (GH-611 backport) (GH-620)Zachary Ware2017-03-111-0/+17
|
* tempfile.rst: Fix some typos (GH-610) (GH-618)Mariatta2017-03-111-2/+2
| | | (cherry picked from commit d3b8f98696b905367da3975f73b482bac380b51c)
* bpo-29770: remove outdated PYO related info (GH-590) (GH-612)Xiang Zhang2017-03-1110-31/+25
|
* bpo-29784: Fix the reference to shutil.copy in the docs (GH-602) (GH-608)Mariatta2017-03-111-2/+2
| | | (cherry picked from commit 70ee0cd5c2a3dba82cb8e0c0742c012f9134c040)
* bpo-28810: Document changes to CALL_FUNCTION opcodes (GH-607)Brett Cannon2017-03-101-30/+39
| | | (cherry picked from commit 4b2a2a425a906c8e4eb8daee14ab1793e225f726)
* bpo-28810: Document BUILD_TUPLE_UNPACK_WITH_CALL bytecode (GH-605)Brett Cannon2017-03-101-4/+15
| | | (cherry picked from commit 7e52c3e7aefb4cdaa0662fc01ff68a5e976b77ca)
* bpo-28739: Document that f-strings cannot be used as docstring (GH-592) (GH-600)Mariatta2017-03-101-0/+11
| | | (cherry picked from commit d4e89287b397c7382c12d3f3d9fd901fd8243b3c)
* Ignore Include/pydtrace_probes.h (#596)Łukasz Langa2017-03-101-0/+1
| | | | This is a generated file when --with-dtrace is passed. This entry is present in .hgignore.
* Add Appveyor (GH-324 backport) (GH-491)Zachary Ware2017-03-102-0/+10
|
* [3.6] bpo-29773: Add more cases for testing string to float conversion ↵Serhiy Storchaka2017-03-091-8/+20
| | | | | | errors. (#586) (cherry picked from commit 9e6ac83acae31de2b072e665e177db9fcdf7c049)
* bpo-29619: Convert st_ino using unsigned integer (#557) (#584)Victor Stinner2017-03-093-8/+11
| | | | | | | bpo-29619: os.stat() and os.DirEntry.inodeo() now convert inode (st_ino) using unsigned integers. (cherry picked from commit 0f6d73343d342c106cda2219ebb8a6f0c4bd9b3c) (Misc/NEWS conflict handled manually.)
* [3.6] bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements ↵orenmn2017-03-093-61/+89
| | | | (#579)
* [3.6] bpo-29768: Fixed compile-time check for expat version. (#576)Serhiy Storchaka2017-03-091-1/+1
| | | | (cherry picked from commit 22e707fa04476710ba5cc7e2206e4ac66743931b)
* Fix the only non-C90 comment to be C90 compatible. (#568)n.d. parker2017-03-081-1/+1
|
* bpo-29176: Fix name of the _curses.window class (#52) (#532)Mariatta2017-03-081-1/+1
| | | | | Set name to "_curses.window" instead of "_curses.curses window" (with a space!?). (cherry picked from commit 61e2bc74dfab1ceee332d3f480dcf86c478c87c5)
* [3.6] bpo-28231: The zipfile module now accepts path-like objects for ↵Serhiy Storchaka2017-03-084-21/+143
| | | | | | external paths. (#561) (cherry picked from commit 8606e9524a7a4065042f7f228dc57eb74f88e4d3)
* [3.6] bpo-28230: Document the pathlib support in tarfile and add tests. (#559)Serhiy Storchaka2017-03-082-4/+100
|
* Revert "bpo-29571: Use correct locale encoding in test_re (#149)" (#554) (#555)Benjamin Peterson2017-03-082-1/+2
| | | This reverts commit ace5c0fdd9b962e6e886c29dbcea72c53f051dc4.
* bpo-26915: Test identity first in index() and count() of ↵Xiang Zhang2017-03-083-6/+19
| | | | collections.abc.Sequence (GH-553)
* Fixes bpo-29680: Older gdb does not have gdb.error. (GH-363) (GH-534)Mariatta2017-03-071-1/+1
| | | | This change is required to make python-dbg.py compatible with GDB versions before 7.3. (cherry picked from commit 661ca8843fed1183e38db06e52d59ac300bf1c2a)
* PCbuild: Add -q option to svn export (GH-537)INADA Naoki2017-03-071-1/+1
| | | | Without this option, AppVeyor log is too unreadable. (cherry picked from commit 8886d5f39286dffa7d9337857b151e7fb4af23fd)
* bpo-28728: clarify possible test failure due to ISP (GH-412) (GH-531)Xiang Zhang2017-03-071-5/+15
|
* bpo-29557: Remove ambiguous line in binhex docs (GH-90) (GH-475)Mariatta2017-03-061-2/+0
| | | | | | "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 6de2b7817fa9403e81dc38f13f3690f0bbf3d064)
* fix minor bug in pymalloc. (GH-335) (GH-476)Mariatta2017-03-061-1/+1
| | | (cherry picked from commit f669ffff6010a94f2d441200e0fd73e9dea2883e)
* [3.6] bpo-29714: Fix a regression that bytes format may fail when containing ↵Xiang Zhang2017-03-063-2/+15
| | | | | | zero bytes inside. (GH-504)
* bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-500)INADA Naoki2017-03-061-2/+0
| | | (cherry picked from commit 2225ddaa9e64c086b2b6997b0c9ac50921f7aa85)
* Fixes the upload script to purge the CDN correctly and display success ↵Steve Dower2017-03-061-0/+2
| | | | output. (#466) (#497)
* bpo-29638: Fix spurious refleaks after typing is imported (#469) (#483)Ivan Levkivskyi2017-03-051-3/+8
|
* bpo-29615: backport to 3.6 (#478)Petr Motejlek2017-03-053-20/+117
|
* Merge 3.6.1rc1 releasing branch into 3.6Ned Deily2017-03-053-205/+189
|\
| * Bump to v3.6.1rc1+.Ned Deily2017-03-052-1/+13
| |
| * Update docs and patchlevel for 3.6.1rc1.v3.6.1rc1Ned Deily2017-03-042-7/+7
| |
| * Update pydoc topics for 3.6.0rc1Ned Deily2017-03-041-199/+171
| |
* | distutils docs: Fix a typo (GH-470) (GH-471)Mariatta2017-03-051-1/+1
| | | | | | (cherry picked from commit 2a7bddaab7d6e1f7b243cdbb4fa6f6c8e266b18d)
* | Correct spelling "instanciate" (GH-465) (GH-467)Mariatta2017-03-041-2/+2
|/ | | (cherry picked from commit 6abaed0ddaa1dd9be727ede09f6cd801c467c2ec)
* Refresh Python/importlib.h and Python/importlib_external.h (#464)Ned Deily2017-03-042-2/+2
|
* [3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#463)Ned Deily2017-03-043-0/+9
| | | | | | | 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 de04644627f82d9dc48b3423def7ff5b4aa1926a)
* bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#459)Ned Deily2017-03-042-4/+4
| | | (cherry picked from commit cfcd76777e35c83d548d8736f5d7dc92fe56d806)