summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix infinite loop in email folding logic (GH-12732)Paul Ganssle2019-07-164-6/+35
* bpo-37599: Remove a vague statement in documentation of Integer Objects (#14786)sgal2019-07-161-3/+1
* bpo-37352: Minor word-smithing for design.rst (GH #14730)Ilya Kamenshchikov2019-07-161-5/+5
* Replace backquote with command substitution in subprocess doc example (GH-13941)David Jones2019-07-162-7/+5
* bpo-37468: make install no longer install wininst-*.exe files (GH-14511)Victor Stinner2019-07-152-0/+5
* bpo-37284: Add note to sys.implementation doc (GH-14328)Giovanni Cappellotto2019-07-152-0/+5
* bpo-37500: Make sure dead code does not generate bytecode but also detect syn...Pablo Galindo2019-07-154-18/+174
* bpo-37593: Swap the positions of posonlyargs and args in the constructor of a...Pablo Galindo2019-07-148-164/+168
* bpo-37473: Don't import importlib ASAP in tests (GH-14661)Victor Stinner2019-07-143-15/+7
* bpo-34749: Improved performance of binascii.a2b_base64(). (GH-9444)Sergey Fedoseev2019-07-142-86/+58
* Clarify that plistlib's load and dump functions take a binary file object (GH...Collin Styles2019-07-141-3/+3
* bpo-37553: SendfileUsingSendTest tests timeout too short for Windows ARM32 (G...Paul Monson2019-07-141-1/+2
* Remove redundant docs of PyEval_EvalFrameEx (GH-14765)Hai Shi2019-07-141-6/+6
* bpo-37571: Remove extra space in ctypes docs (GH14764)Steve Dower2019-07-141-1/+1
* bpo-37571: Add 'b' to prevent the TypeError exception. (GH-14721)Michele Angrisano2019-07-141-3/+8
* bpo-36261: Improve example of the preamble field in email docs (GH-14751)Carl Bordum Hansen2019-07-141-1/+1
* bpo-26967: fix flag grouping with allow_abbrev=False (GH-14316)Zac Hatfield-Dodds2019-07-145-1/+28
* Fix inconsequential typo in math.remainder algorithm comments. (#14746)Mark Dickinson2019-07-131-1/+1
* bpo-30088: Document that existing dir structure isn't verified by mailbox.Mai...Sviatoslav Sydorenko2019-07-133-0/+5
* bpo-37358: Use vectorcall for functools.partial (GH-14284)Jeroen Demeyer2019-07-132-66/+99
* bpo-37548: Document range of atan, acos and asin (GH-14717)Giovanni Cappellotto2019-07-133-6/+13
* bpo-37579: Improve equality behavior for pure Python datetime and time (GH-14...Xtreak2019-07-133-2/+26
* bpo-28269: Replace strcasecmp with system function _stricmp. (GH-13095)Minmin Gong2019-07-132-19/+2
* bpo-37580: Fix typo in http.cookiejar documentation (GH-14731)Milan Oberkirch2019-07-131-1/+1
* Enable publish of Windows releases through Azure Pipelines (GH-14720)Steve Dower2019-07-136-17/+223
* Fix typo in re.escape documentation (GH-14722)Robert DiPietro2019-07-131-1/+1
* closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268)gescheit2019-07-136-98/+66
* bpo-37521: No longer treat insertion into sys.modules as optional in importli...Brett Cannon2019-07-122-9/+14
* bpo-19696: Move threaded_import_hangers (GH-14655)Kyle Stanley2019-07-122-3/+3
* closes bpo-37566: Remove _realsocket from socket.py. (GH-14711)Hai Shi2019-07-121-2/+0
* Remove redundant check from arraymodule b_getitem (GH-14676)Disconnect3d2019-07-111-3/+1
* bpo-37558: Shared memory tests are failing due to double slashes (GH-14703)Jakub KulĂ­k2019-07-112-1/+2
* closes bpo-37554: Remove `q:q` in os.rst documentation (GH-14692)Mariatta2019-07-111-1/+1
* bpo-29548: no longer use PyEval_Call* functions (GH-14683)Jeroen Demeyer2019-07-114-6/+14
* bpo-36390: simplify classifyws(), rename it and add unit tests (GH-14500)Tal Einat2019-07-112-23/+77
* bpo-34369: make kqueue.control() docs better reflect that timeout is position...Tal Einat2019-07-111-3/+4
* bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)Jeroen Demeyer2019-07-1123-93/+104
* Document default parameter of .seek() in the signature. (GH-14691)Benjamin Peterson2019-07-111-2/+2
* Fix compiler warning in new code. (#14690)Tim Peters2019-07-101-1/+1
* bpo-37537: Compute allocated blocks in _Py_GetAllocatedBlocks() (#14680)Neil Schemenauer2019-07-102-7/+25
* Rename memory.c to mpalloc.c for consistency with the header file. (#14687)Stefan Krah2019-07-105-4/+4
* Really remove vcstdint.h. (#14686)Stefan Krah2019-07-103-234/+1
* bpo-26806: IDLE should run without docstrings (#14657)Terry Jan Reedy2019-07-092-8/+19
* bpo-27679: Remove set_bitfields() from _ctypes_test (GH-14648)Hai Shi2019-07-091-24/+0
* bpo-37322: ssl test_pha_required_nocert() ignores expected SSLError (GH-14670)Victor Stinner2019-07-091-15/+18
* bpo-18374: fix tests to check the correct thing about line numbers (GH-14659)Carl Friedrich Bolz-Tereick2019-07-091-4/+4
* Revert "bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (G...Victor Stinner2019-07-091-1/+0
* bpo-37120: Fix _ssl get_num_tickets() (GH-14668)Victor Stinner2019-07-091-1/+1
* bpo-37526: Add support.catch_threading_exception() (GH-14664)Victor Stinner2019-07-093-0/+92
* bpo-37322: Fix test_ssl.test_pha_required_nocert() ResourceWarning (GH-14662)Victor Stinner2019-07-091-0/+1