/tests/auto/qgroupbox/

ss-git/'>index : cpython.git
https://github.com/python/cpython.git
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050)Victor Stinner2019-11-057-52/+94
* bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997)Victor Stinner2019-11-047-135/+200
* bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046)Victor Stinner2019-11-049-38/+101
* bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (#17043)Alexandru Ardelean2019-11-042-1/+2
* bpo-37759: Show output from var_access_benchmark (GH-17040)Raymond Hettinger2019-11-041-3/+52
* bpo-38388: Document pickle protocol version 5 (GH-16639)Dima Tisnek2019-11-031-1/+5
* Convert argument to snake_case (GH-16990)Борис Верховский2019-11-021-2/+2
* Years overdue, explain why unreachable objects are moved. (GH-17030)Tim Peters2019-11-021-1/+38
* bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679)Ram Rachum2019-11-022-2/+11
* Slightly improve plistlib test coverage. (GH-17025)Jon Janzen2019-11-012-6/+22
* bpo-38159: Clarify documentation of PyState_AddModule (GH-16101)Petr Viktorin2019-11-011-0/+11
* Update the URL for the requests package (GH-17006)Simon Legner2019-10-312-2/+2
* Add docstring for shlex.split (GH-16740)MaT1g3R2019-10-311-0/+1
* bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16...Anthony Sottile2019-10-316-1/+247
* bpo-38586: setting logging.Handler .name property in fileConfig (GH-16918)Lucas Cimon2019-10-313-0/+26
* bpo-16575: Add checks for unions passed by value to functions. (GH-16799)Vinay Sajip2019-10-315-0/+178
* closes bpo-38648: Remove double tp_free slot in Python-ast.c. (GH-17002)Max Bernstein2019-10-312-2/+0
* bpo-38600: NULL -> ``NULL``. (GH-17001)Serhiy Storchaka2019-10-30