Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bpo-26915: Test identity first in membership operation in index() and ↵ | Xiang Zhang | 2017-03-08 | 3 | -6/+19 | |
| | | | | | | count() methods of collections.abc.Sequence (GH-503) | |||||
* | bpo-28682: Added support for bytes paths in os.fwalk(). (#489) | Serhiy Storchaka | 2017-03-07 | 5 | -15/+37 | |
| | ||||||
* | PCbuild: Add -q option to svn export (GH-535) | INADA Naoki | 2017-03-07 | 1 | -1/+1 | |
| | | | Without this option, AppVeyor log is too unreadable. | |||||
* | bpo-29676: fix lsprof can't profile C method call. (GH523) | INADA Naoki | 2017-03-07 | 1 | -1/+14 | |
| | | | | | | | | | | When LOAD_METHOD is used for calling C mehtod, PyMethodDescrObject was passed to profilefunc from 5566bbb. But lsprof traces only PyCFunctionObject. Additionally, there can be some third party extension which assumes passed arg is PyCFunctionObject without calling PyCFunction_Check(). So make PyCFunctionObject from PyMethodDescrObject when tstate->c_profilefunc is set. | |||||
* | bpo-28728: clarify possible test failure due to ISP (GH-412) | Xiang Zhang | 2017-03-07 | 1 | -5/+15 | |
| | ||||||
* | Exclude myself from mention-bot (#529) | Victor Stinner | 2017-03-07 | 1 | -1/+1 | |
| | | | | | | I made changes in almost all CPython files last 5 years, so mention-bot asks me to review basically all pull requests. I simply don't have the bandwidth to review everything, sorry! I prefer to select myself which PR I want to follow. | |||||
* | bpo-29737: Optimize concatenating with empty tuple. (#524) | Serhiy Storchaka | 2017-03-06 | 1 | -0/+8 | |
| | ||||||
* | bpo-15954: Check return code of wcsxfrm(). (#508) | Serhiy Storchaka | 2017-03-06 | 1 | -4/+12 | |
| | ||||||
* | bpo-29695: Fixed tests after removing keyword args support in some basic ↵ | Serhiy Storchaka | 2017-03-06 | 1 | -8/+14 | |
| | | | | type constructors. (GH-520) | |||||
* | Ignore What's New for MentionBot (GH-521) | Matthias Bussonnier | 2017-03-06 | 1 | -1/+2 | |
| | ||||||
* | The mention-bot is too exuberant for my taste. (#522) | Stefan Krah | 2017-03-06 | 1 | -1/+1 | |
| | ||||||
* | bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() ↵ | Serhiy Storchaka | 2017-03-06 | 12 | -61/+31 | |
| | | | | and tuple(). (#518) | |||||
* | bpo-29714: Fix a regression that bytes format may fail when containing zero ↵ | Xiang Zhang | 2017-03-06 | 3 | -2/+15 | |
| | | | | bytes inside. (GH-499) | |||||
* | remove 3 redundant casts in Objects/longobject.c (#445) | orenmn | 2017-03-06 | 1 | -3/+3 | |
| | ||||||
* | bpo-29719: Remove Date and Release field in whatsnew/3.6 (GH-494) | INADA Naoki | 2017-03-06 | 1 | -2/+0 | |
| | ||||||
* | Fixes the upload script to purge the CDN correctly and display success ↵ | Steve Dower | 2017-03-06 | 1 | -0/+2 | |
| | | | | output. (#466) | |||||
* | bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486) | Serhiy Storchaka | 2017-03-05 | 12 | -2/+65 | |
| | | | | int(), bool(), float(), list() and tuple(). Specify the value as a positional argument instead. | |||||
* | Add Appveyor (GH-324) | Zachary Ware | 2017-03-05 | 2 | -0/+10 | |
| | ||||||
* | bpo-29638: Fix spurious refleaks after typing is imported (#469) | Ivan Levkivskyi | 2017-03-05 | 1 | -3/+8 | |
| | ||||||
* | Change assertRaises to assertRaisesRegex in test_xmlrpc (#481) | Dillon Brock | 2017-03-05 | 1 | -3/+3 | |
| | ||||||
* | Docs: Add note regarding "reversed" flag in heapq.merge (#300) | Adam Niederer | 2017-03-05 | 1 | -1/+3 | |
| | | | | | | | The docs for `heapq.merge` are a little misleading. Iterables passed into heapq.merge with the reversed flag enabled must be sorted from largest to smallest to achieve the desired sorting effect, but the previous paragraph states that they should be sorted from smallest to largest. | |||||
* | distutils docs: Fix a typo (GH-470) | Mariatta | 2017-03-05 | 1 | -1/+1 | |
| | | | instanciated -> instantiated | |||||
* | remove merge=union attribute for Misc/NEWS (GH-460) | INADA Naoki | 2017-03-04 | 1 | -2/+0 | |
| | | | | | | Github doesn't support it (ref. isaacs/github#487). So it can't ease conflict on Github. Additionally, it can make trouble when cherry-pick. (ref. GH-212) | |||||
* | Correct spelling "instanciate" (#465) | J. W | 2017-03-04 | 1 | -2/+2 | |
| | ||||||
* | bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462) | Ned Deily | 2017-03-04 | 3 | -0/+9 | |
| | | | | | | | * bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS Skip some tests of select.poll when running on macOS due to unresolved issues with the underlying system poll function on some macOS versions. | |||||
* | bpo-29572: Update macOS installer build to OpenSSL 1.0.2k (#457) | Ned Deily | 2017-03-04 | 2 | -4/+4 | |
| | ||||||
* | bpo-29550: Temporarily skip "make touch" in Mac installer build. (#456) | Ned Deily | 2017-03-04 | 1 | -6/+7 | |
| | ||||||
* | Fixes git command (#451) | Steve Dower | 2017-03-04 | 1 | -1/+1 | |
| | ||||||
* | bpo-27593: Updates Windows build to use information from git (#262) | Steve Dower | 2017-03-04 | 3 | -18/+18 | |
| | | | | * bpo-27593: Updates Windows build to use information from git | |||||
* | bpo-27593: Get SCM build info from git instead of hg. (#446) | Ned Deily | 2017-03-04 | 9 | -78/+84 | |
| | | | | | | | 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. | |||||
* | bpo-29572: Update Windows build to OpenSSL 1.0.2k (GH-439) | Zachary Ware | 2017-03-03 | 4 | -3/+5 | |
| | ||||||
* | bpo-26213: Document _UNPACK bytecodes and BUILD_MAP changes (#238) | Ivan Levkivskyi | 2017-03-03 | 1 | -2/+53 | |
| | ||||||
* | bpo-29709: Improve Boolean Operations documentation (#433) | Mariatta | 2017-03-03 | 1 | -2/+2 | |
| | | | Change False into false, and True into true. | |||||
* | bpo-29455: Mention coverage.py in trace module documentation (#261) | Marco Buttu | 2017-03-03 | 1 | -0/+6 | |
| | ||||||
* | bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) | David Ellis | 2017-03-03 | 4 | -8/+31 | |
| | ||||||
* | Fixed a typo in the comment in Include/pyport.h (#425) | Joseph Shen | 2017-03-03 | 1 | -1/+1 | |
| | | | #ifdef HAVE_DECLSPEC_DLL / #endif mismatch | |||||
* | Fix config file syntax (hopefully). | Stefan Krah | 2017-03-03 | 1 | -2/+1 | |
| | ||||||
* | Find my own reviewers for PRs. | Stefan Krah | 2017-03-03 | 1 | -1/+2 | |
| | ||||||
* | bpo-9303: Migrate sqlite3 module to _v2 API to enhance performance (#359) | Aviv Palivoda | 2017-03-03 | 6 | -9/+30 | |
| | ||||||
* | bpo-29693: Fix for DeprecationWarning in test_import (#421) | Anish Shah | 2017-03-03 | 1 | -2/+2 | |
| | | | Patch by Anish Shah. | |||||
* | asyncio: Optimize _get_running_loop() to call getpid() only when there's a loop | Yury Selivanov | 2017-03-03 | 1 | -2/+3 | |
| | ||||||
* | bpo-28963: Fix out of bound iteration in ↵ | Yury Selivanov | 2017-03-03 | 3 | -1/+33 | |
| | | | | asyncio.Future.remove_done_callback/C (#408) | |||||
* | asyncio: Fix trailing whitespace/code style | Yury Selivanov | 2017-03-03 | 2 | -6/+8 | |
| | ||||||
* | bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405) | Seth M. Larson | 2017-03-03 | 3 | -2/+40 | |
| | ||||||
* | bpo-28893: Set __cause__ for errors in async iteration protocol (#407) | Yury Selivanov | 2017-03-03 | 3 | -3/+44 | |
| | ||||||
* | bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406) | Yury Selivanov | 2017-03-03 | 4 | -9/+29 | |
| | ||||||
* | bpo-29703: asyncio: Fix creating new event loops in child processes. (#404) | Yury Selivanov | 2017-03-03 | 4 | -2/+36 | |
| | ||||||
* | Don't require the Python org to mention someone (GH-393) | Donald Stufft | 2017-03-02 | 1 | -2/+1 | |
| | | | | Previously we configured the mention-bot to only mention people who are members of the Python organization. However, this doesn't currently work if members don't have their membership public. Instead we will configure mention-bot to poke anyone, even non-members. | |||||
* | bpo-28129: fix ctypes crashes (#386) | orenmn | 2017-03-02 | 7 | -9/+87 | |
| | | | | | | | | | | | | * init commit, with initial tests for from_param and fields __set__ and __get__, and some additions to from_buffer and from_buffer_copy * added the rest of tests and patches. probably only a first draft. * removed trailing spaces * replace ctype with ctypes in error messages * change back from ctypes instance to ctype instance | |||||
* | bpo-29697: Don't use OpenSSL <1.0.2 fallback on 1.1+ (GH-395) | Donald Stufft | 2017-03-02 | 1 | -2/+2 | |
| |