Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#501) | Serhiy Storchaka | 2017-03-12 | 2 | -5/+5 |
| | | | FreeBSD is the only platforms with unsigned FD_SETSIZE. | ||||
* | bpo-15695: Add PyAPI_FUNC() to _PyDict_SizeOf() declaration. (#639) | Serhiy Storchaka | 2017-03-12 | 1 | -1/+1 |
| | |||||
* | bpo-26121: Revert to using the own implementations of lgamma and gamma on ↵ | Serhiy Storchaka | 2017-03-12 | 2 | -33/+1 |
| | | | | all platforms. (#637) | ||||
* | bpo-8256: Fixed possible failing or crashing input() (#517) | Serhiy Storchaka | 2017-03-12 | 2 | -5/+19 |
| | | | | | if attributes "encoding" or "errors" of sys.stdin or sys.stdout are not set or are not strings. | ||||
* | bpo-26121: Use C library implementation for math functions erf() and erfc() ↵ | Serhiy Storchaka | 2017-03-12 | 1 | -0/+6 |
| | | | | on Windows. (#632) | ||||
* | bpo-29723: Add missing NEWS entry (#638) | Nick Coghlan | 2017-03-12 | 1 | -0/+8 |
| | |||||
* | bpo-28692: Deprecate using non-integer value for selecting a plural form in ↵ | Serhiy Storchaka | 2017-03-12 | 4 | -3/+17 |
| | | | | gettext. (#507) | ||||
* | bpo-20185: Convert the resource moduel to Argument Clinic. (#545) | Serhiy Storchaka | 2017-03-12 | 2 | -36/+239 |
| | | | Based on patch by Vajrasky Kok. | ||||
* | bpo-29723: Consistently configure sys.path[0] (#575) | Nick Coghlan | 2017-03-12 | 2 | -28/+111 |
| | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | bpo-29798: Handle git worktree in `make patchcheck` (#629) | Nick Coghlan | 2017-03-12 | 1 | -1/+4 |
| | | | | In git worktree directories, `.git` is a configuration file rather than a subdirectory | ||||
* | bpo-15695: Implemented StgDict.__sizeof__(). (#509) | Serhiy Storchaka | 2017-03-12 | 1 | -1/+21 |
| | |||||
* | bpo-24037: Add Argument Clinic converter `bool(accept={int})`. (#485) | Serhiy Storchaka | 2017-03-12 | 17 | -73/+81 |
| | |||||
* | bpo-20185: Convert the marshal module to Argument Clinic. (#541) | Serhiy Storchaka | 2017-03-12 | 2 | -67/+229 |
| | | | Based on patch by Vajrasky Kok. | ||||
* | bpo-29746: Update marshal docs to Python 3. (#547) | Serhiy Storchaka | 2017-03-12 | 4 | -29/+31 |
| | |||||
* | bpo-29763: Use support.unlink instead of os.unlink (GH-624) | Zachary Ware | 2017-03-12 | 1 | -4/+4 |
| | | | support.unlink waits for the files to be removed before returning | ||||
* | bpo-29656: Handle PR branches in 'make patchcheck' (#302) | Nick Coghlan | 2017-03-12 | 1 | -6/+52 |
| | |||||
* | bpo-26121: Use C library implementation for math functions: (#515) | Serhiy Storchaka | 2017-03-11 | 3 | -1/+53 |
| | | | | | | | * bpo-26121: Use C library implementation for math functions: tgamma(), lgamma(), erf() and erfc(). * Don't use tgamma() and lgamma() from libc on OS X. | ||||
* | Only trigger AppVeyor on code or config changes (GH-611) | Zachary Ware | 2017-03-11 | 1 | -0/+17 |
| | |||||
* | tempfile.rst: Fix some typos (GH-610) | Jelle Zijlstra | 2017-03-11 | 1 | -2/+2 |
| | |||||
* | bpo-20185: Convert float object implementation to Argument Clinic. (#543) | Serhiy Storchaka | 2017-03-11 | 3 | -157/+499 |
| | | | Based on patch by Vajrasky Kok. | ||||
* | bpo-20185: Convert list object implementation to Argument Clinic. (#542) | Serhiy Storchaka | 2017-03-11 | 3 | -154/+527 |
| | |||||
* | bpo-29770: remove outdated PYO related info (GH-590) | Xiang Zhang | 2017-03-11 | 10 | -31/+25 |
| | |||||
* | bpo-29784: Fix the reference to shutil.copy in the docs (GH-602) | Mariatta | 2017-03-11 | 1 | -2/+2 |
| | |||||
* | bpo-28810: Document changes to CALL_FUNCTION opcodes (GH-250) | Ivan Levkivskyi | 2017-03-10 | 1 | -31/+40 |
| | |||||
* | bpo-29741: Clean up C implementations of BytesIO and StringIO. (#606) | orenmn | 2017-03-10 | 4 | -120/+68 |
| | | | Some BytesIO methods now accept not just int subclasses but other int-like types. | ||||
* | bpo-28810: Document BUILD_TUPLE_UNPACK_WITH_CALL bytecode added in 3.6 (GH-239) | Ivan Levkivskyi | 2017-03-10 | 1 | -4/+15 |
| | |||||
* | bpo-28739: Document that f-strings cannot be used as docstring (GH-592) | Mariatta | 2017-03-10 | 1 | -0/+11 |
| | |||||
* | Ignore Include/pydtrace_probes.h (#597) | Łukasz Langa | 2017-03-10 | 1 | -0/+1 |
| | | | | This is a generated file when --with-dtrace is passed. This entry is present in .hgignore. | ||||
* | bpo-29773: Add more cases for testing string to float conversion errors. (#580) | Serhiy Storchaka | 2017-03-09 | 1 | -8/+20 |
| | |||||
* | bpo-29619: Convert st_ino using unsigned integer (#557) | Victor Stinner | 2017-03-09 | 4 | -9/+15 |
| | | | | bpo-29619: os.stat() and os.DirEntry.inodeo() now convert inode (st_ino) using unsigned integers. | ||||
* | bpo-29774: Improve error reporting for corrupted extra field in ZIP file. (#583) | Serhiy Storchaka | 2017-03-09 | 1 | -1/+3 |
| | |||||
* | bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#570) | orenmn | 2017-03-09 | 3 | -61/+89 |
| | |||||
* | bpo-29768: Fixed compile-time check for expat version. (#574) | Serhiy Storchaka | 2017-03-09 | 1 | -1/+1 |
| | |||||
* | bpo-29749: Update int() docstring (GH-565) | svelankar | 2017-03-09 | 1 | -1/+1 |
| | | | The docstring did not properly represent the fact that the argument to int() was positional-only. | ||||
* | Use Py_RETURN_FALSE/Py_RETURN_TRUE rather than ↵ | Serhiy Storchaka | 2017-03-08 | 2 | -26/+26 |
| | | | | PyBool_FromLong(0)/PyBool_FromLong(1). (#567) | ||||
* | Fix the only non-C90 comment to be C90 compatible. (#566) | n.d. parker | 2017-03-08 | 1 | -1/+1 |
| | |||||
* | Exit Travis when only Misc/* is changed. (#564) | Serhiy Storchaka | 2017-03-08 | 1 | -2/+2 |
| | | | No need to wait passing tests after resolving Misc/NEWS conflicts. | ||||
* | bpo-29645: Speed up importing the webbrowser module. (#484) | Serhiy Storchaka | 2017-03-08 | 3 | -79/+120 |
| | |||||
* | bpo-28231: The zipfile module now accepts path-like objects for external ↵ | Serhiy Storchaka | 2017-03-08 | 4 | -21/+143 |
| | | | | paths. (#511) | ||||
* | bpo-28331: fix impl-detail label is removed when content is translated. (GH-195) | INADA Naoki | 2017-03-08 | 2 | -2/+18 |
| | |||||
* | bpo-28230: Document the pathlib support in tarfile and add tests. (#512) | Serhiy Storchaka | 2017-03-08 | 2 | -4/+100 |
| | |||||
* | Revert "bpo-29571: Use correct locale encoding in test_re (#149)" (#554) | Benjamin Peterson | 2017-03-08 | 2 | -10/+1 |
| | | | This reverts commit ace5c0fdd9b962e6e886c29dbcea72c53f051dc4. | ||||
* | allow the first call to wcsxfrm to return ERANGE (#536) | Benjamin Peterson | 2017-03-08 | 1 | -1/+1 |
| | | | If the output buffer provided to wcsxfrm is too small, errno is set to ERANGE. We should not error out in that case. | ||||
* | make the glibc alias table take precedence over the X11 one (#422) | Benjamin Peterson | 2017-03-08 | 4 | -43/+112 |
| | | | bpo-20087 | ||||
* | bpo-29568: Disable any characters between two percents for escaped percent ↵ | Serhiy Storchaka | 2017-03-08 | 4 | -58/+57 |
| | | | | "%%" in the format string for classic string formatting. (GH-513) | ||||
* | bpo-24329: allow __qualname__ and __classcell__ in __slots__ (GH-495) | Xiang Zhang | 2017-03-08 | 2 | -5/+51 |
| | |||||
* | 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. |