summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-28856: Let %b format for bytes support objects that follow the buffer pro...Xiang Zhang2017-03-143-3/+23
* 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) (GH-...Xiang Zhang2017-03-131-2/+2
* 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 coroutines...Yury Selivanov2017-03-123-2/+18
* [3.6] bpo-8256: Fixed possible failing or crashing input() (#641)Serhiy Storchaka2017-03-122-5/+19
* [3.6] bpo-29723: Consistently configure sys.path[0] (#636)Nick Coghlan2017-03-123-28/+119
* bpo-29798: Handle git worktree in `make patchcheck` (#629) (#633)Nick Coghlan2017-03-121-1/+4
* bpo-29746: Update marshal docs to Python 3. (#547) (#631)Serhiy Storchaka2017-03-124-29/+31
* bpo-29656: Handle PR branches in 'make patchcheck' (#302) (#626)Nick Coghlan2017-03-121-6/+52
* bpo-29763: Use support.unlink instead of os.unlink (GH-624) (GH-625)Zachary Ware2017-03-121-4/+4
* 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
* 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
* bpo-28810: Document changes to CALL_FUNCTION opcodes (GH-607)Brett Cannon2017-03-101-30/+39
* bpo-28810: Document BUILD_TUPLE_UNPACK_WITH_CALL bytecode (GH-605)Brett Cannon2017-03-101-4/+15
* bpo-28739: Document that f-strings cannot be used as docstring (GH-592) (GH-600)Mariatta2017-03-101-0/+11
* Ignore Include/pydtrace_probes.h (#596)Ɓukasz Langa2017-03-101-0/+1
* 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 error...Serhiy Storchaka2017-03-091-8/+20
* bpo-29619: Convert st_ino using unsigned integer (#557) (#584)Victor Stinner2017-03-093-8/+11
* [3.6] bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements ...orenmn2017-03-093-61/+89
* [3.6] bpo-29768: Fixed compile-time check for expat version. (#576)Serhiy Storchaka2017-03-091-1/+1
* 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
* [3.6] bpo-28231: The zipfile module now accepts path-like objects for extern...Serhiy Storchaka2017-03-084-21/+143
* [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
* bpo-26915: Test identity first in index() and count() of collections.abc.Sequ...Xiang Zhang2017-03-083-6/+19
* Fixes bpo-29680: Older gdb does not have gdb.error. (GH-363) (GH-534)Mariatta2017-03-071-1/+1
* PCbuild: Add -q option to svn export (GH-537)INADA Naoki2017-03-071-1/+1
* 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
* fix minor bug in pymalloc. (GH-335) (GH-476)Mariatta2017-03-061-1/+1
* [3.6] bpo-29714: Fix a regression that bytes format may fail when containing ...Xiang Zhang2017-03-063-2/+15
* bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-500)INADA Naoki2017-03-061-2/+0
* Fixes the upload script to purge the CDN correctly and display success output...Steve Dower2017-03-061-0/+2
* 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
* | Correct spelling "instanciate" (GH-465) (GH-467)Mariatta2017-03-041-2/+2
|/
* 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
* bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) (#459)Ned Deily2017-03-042-4/+4