summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15...revert-15895-named_tuple_conceptRaymond Hettinger2019-09-118-40/+37
* closes bpo-38124: Fix bounds check in PyState_AddModule. (GH-16007)Benjamin Peterson2019-09-122-8/+8
* bpo-36876: Add a tool that identifies unsupported global C variables. (#15877)Eric Snow2019-09-1151-19/+9467
* bpo-36270: Doc: add link to traceback object reference (GH-13119)Björn Meier2019-09-111-1/+1
* Correct typo in min version test (GH-16000)Christian Heimes2019-09-111-1/+1
* bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992)Hai Shi2019-09-111-2/+2
* bpo-34001: Fix test_ssl with LibreSSL (GH-13783)Christian Heimes2019-09-112-1/+4
* Doc: recursive glob ** follows symlinks to directories (GH-12918)Marc2019-09-111-2/+3
* bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957)Dino Viehland2019-09-113-1501/+2650
* bpo-28724: Add methods send_fds and recv_fds to the socket module (GH-12889)Joannah Nanjekye2019-09-115-1/+105
* bpo-38117: Test with OpenSSL 1.1.1d (GH-15983)Christian Heimes2019-09-115-10/+10
* bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988)Hai Shi2019-09-111-0/+7
* bpo-32592: Set Windows 8 as the minimum required version for API support (GH-...Steve Dower2019-09-113-5/+4
* bpo-36528: Remove duplicate re tests. (GH-2689)Xtreak2019-09-111-106/+0
* bpo-35923: Update the BuiltinImporter to use loader._ORIGIN instead of a hard...Dong-hee Na2019-09-113-756/+761
* Doc: Fix missing negation. (GH-14640)Julien Palard2019-09-111-2/+2
* bpo-38113: Update Python/ast.c to PEP-384 (GH-15975)Dino Viehland2019-09-111-4/+3
* Improve clarity of try-return-finally-return (GH-15677)toonarmycaptain2019-09-112-9/+23
* bpo-34331: Fix incorrectly pluralized abstract class error message. (GH-8670)Daniel Andrade2019-09-113-1/+27
* bpo-38114: Do not include pip.ini in Nuget package (GH-15964)Steve Dower2019-09-113-5/+9
* bpo-33166: Change os.cpu_count to return active (real) processors (GH-15949)Steve Dower2019-09-112-17/+5
* bpo-38110: Use fdwalk for os.closerange() when available. (GH-15224)Jakub Kulík2019-09-115-2/+32
* bpo-36182: Update pathlib.Path.write_text() docs (GH-12161)Lysandros Nikolaou2019-09-111-0/+3
* bpo-36260: Add pitfalls to zipfile module documentation (#13378)JunWei Song2019-09-112-0/+41
* bpo-37885: venv: Don't produce unbound variable warning on deactivate (GH-15330)Daniel Abrahamsson2019-09-113-1/+22
* Improve the io module documentation (GH-15099)Géry Ogam2019-09-111-55/+61
* bpo-36634: Fixes activate.bat when existing values contain double quotes (GH-...Steve Dower2019-09-112-25/+15
* bpo-35224: Additional documentation for Assignment Expressions (GH-15935)Emily Morehouse2019-09-114-60/+9
* bpo-37972: unittest.mock._Call now passes on __getitem__ to the __getattr__ c...blhsing2019-09-113-0/+31
* Doc: Indicate locations of parse_qs, parse_qsl, escape (GH-14828)Simon Willison2019-09-111-1/+2
* Update ftplib.all_errors documentation to match code (#15026)Andrew Scheller2019-09-111-1/+1
* bpo-38096: Clean up the "struct sequence" / "named tuple" docs (GH-15895)Raymond Hettinger2019-09-118-37/+40
* bpo-37651: Document CancelledError is now a subclass of BaseException (GH-15950)Xtreak2019-09-111-19/+2
* bpo-33187: Document ElementInclude (XInclude) support in ElementTree (GH-8861)Anjali Bansal2019-09-112-0/+92
* bpo-23460: Fix documentation for decimal string :g formatting (GH-11850)Brennan D Baraban2019-09-112-3/+5
* bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (...Joannah Nanjekye2019-09-112-16/+35
* bpo-36919: make test_source_encoding.test_issue2301 implementation-independen...Pavel Koneski2019-09-112-1/+3
* closes bpo-37252: Fix devpoll tests. (GH-14017)Jakub Kulík2019-09-112-3/+5
* bpo-37305: add MIME type for Web App Manifest (#14199)Filip Š2019-09-112-0/+3
* bpo-31163: Added return values to pathlib.Path instance's rename and replace ...hui shang2019-09-114-11/+30
* bpo-33944: note about the intended use of code in .pth files (GH-10131)native-api2019-09-112-0/+14
* Turn off AppVeyor CI (GH-15929)Zachary Ware2019-09-111-38/+0
* bpo-33459: Fix "tuple displays" term in Expressions.rst (GH-6760)Andre Delfino2019-09-111-4/+4
* bpo-34519: Add additional aliases for HP Roman 8 (GH-8956)Michael Osipov2019-09-112-0/+3
* bpo-38107: Replace direct future and task contructor calls with factories in ...Andrew Svetlov2019-09-1113-159/+156
* bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-1...Géry Ogam2019-09-114-24/+80
* Doc: Use walrus operator in example. (GH-15934)Julien Palard2019-09-111-4/+1
* bpo-35943: Prevent PyImport_GetModule() from returning a partially-initialize...Joannah Nanjekye2019-09-112-23/+48
* Doc: Fix typo in fastsearch comments (GH-14608)Valentin Haenel2019-09-111-2/+2
* bpo-37326: Include libffi license when available (GH-15921)Steve Dower2019-09-111-2/+3