summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Minor readability improvement for argument handling in itertools.repeat() (G...Raymond Hettinger2019-11-101-5/+5
* bpo-38635: Simplify decoding the ZIP64 extra field and make it tolerant to ex...Serhiy Storchaka2019-11-091-37/+16
* Clarify amount of dots between package and subpackage (GH-17092)Shu2019-11-081-1/+1
* bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052)Victor Stinner2019-11-086-50/+94
* bpo-22367: Add tests for fcntl.lockf(). (GH-17010)Dong-hee Na2019-11-071-1/+28
* bpo-38613: Optimize set operations of dict keys. (GH-16961)Inada Naoki2019-11-072-21/+36
* bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080)Victor Stinner2019-11-075-7/+12
* update a deprecated assert in logging tests (GH-17079)l0rb2019-11-071-1/+1
* bpo-36876: Moved Parser/listnode.c statics to interpreter state. (GH-16328)Vinay Sajip2019-11-072-10/+23
* bpo-38382: Document the early-out behavior for a zero (GH-17037)Raymond Hettinger2019-11-071-1/+6
* bpo-38716: stop rotating handlers from setting inherited namer and rotator to...l0rb2019-11-063-2/+23
* closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071)Benjamin Peterson2019-11-067-6/+40
* bpo-38692: Add os.pidfd_open. (GH-17063)Benjamin Peterson2019-11-066-1/+94
* bpo-38696: Fix usage example of HTTPStatus (GH-17066)Ammar Askar2019-11-051-1/+1
* bpo-37645: add new function _PyObject_FunctionStr() (GH-14890)Jeroen Demeyer2019-11-0511-94/+171
* bpo-35381 Remove all static state from posixmodule (GH-15892)Eddie Elizondo2019-11-054-226/+305
* Update interpreter.rst (GH-17059)Jules Lasne (jlasne)2019-11-051-1/+1
* _json.c: use Py_UNUSED() macro (GH-17053)Victor Stinner2019-11-051-10/+4
* closes bpo-37633: Reëxport some function compatibility wrappers for macros i...Benjamin Peterson2019-11-052-16/+17
* Fix a typo in wave module docstring (GH-17009)Michael Haas2019-11-051-1/+1
* 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-3027-68/+68
* bpo-38631: Avoid Py_FatalError() in readline (GH-16998)Victor Stinner2019-10-301-6/+11
* bpo-38614: Increase asyncio test_communicate() timeout (GH-16995)Victor Stinner2019-10-302-1/+3
* bpo-38640: Allow break and continue in always false while loops (GH-16992)Pablo Galindo2019-10-303-0/+29
* bpo-38614: Add timeout constants to test.support (GH-16964)Victor Stinner2019-10-306-26/+145
* bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981)Serhiy Storchaka2019-10-305-9/+18
* bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)Serhiy Storchaka2019-10-3055-728/+728
* bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (G...Daniel Hillier2019-10-293-0/+236
* bpo-38336: Remove the __set__ method restriction on data descriptors for attr...Géry Ogam2019-10-291-1/+1
* Permutations Python code equivalent in comment was invalid for Python 3 (GH-1...Sergey2019-10-291-3/+6
* bpo-38626: Add comment explaining why __lt__ is used. (GH-16978)Raymond Hettinger2019-10-291-0/+2
* Fix asyncio.wait() 3.8 whatsnew entry (GH-16975)Kyle Stanley2019-10-291-1/+2
* Remove code commented for more than 10 years (GH-16965)Victor Stinner2019-10-282-115/+0