summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bpo-34673: Tweaks to make ceval more editable.benjamin-eval-loop-editBenjamin Peterson2018-09-131-136/+136
* Remove wording that could be deemed to be perjorative (GH-9287)Raymond Hettinger2018-09-134-6/+6
* bpo-33649: Polish asyncio subprocess and sync docs (GH-9285)Carol Willing2018-09-132-13/+12
* bpo-34666: Implement stream.awrite() and stream.aclose() (GH-9274)Andrew Svetlov2018-09-134-22/+79
* Fix test_asyncio for AIX - do not call transport.get_extra_info('sockname') (...Michael Felt2018-09-132-4/+8
* polish exceptions and platforms (GH-9272)Carol Willing2018-09-132-6/+8
* bpo-31132: Remove prlimit permission test. (GH-9280)Benjamin Peterson2018-09-131-3/+0
* closes bpo-34664: Only check file permission bits of newly created directorie...Benjamin Peterson2018-09-131-2/+2
* bpo-34247: add porting note to 3.7 What's New (GH-9223)Ned Deily2018-09-131-0/+10
* bpo-34661: Fix test skipping call. (GH-9266)Benjamin Peterson2018-09-131-1/+1
* closes bpo-34661: Fix test_shutil if unzip doesn't support -t. (GH-9262)Benjamin Peterson2018-09-132-0/+3
* bpo-34653: Removed unused function PyParser_SimpleParseStringFilename. (GH-9260)Eric V. Smith2018-09-132-6/+1
* bpo-34658: Fix rare subprocess prexec_fn fork error. (GH-9255)Gregory P. Smith2018-09-132-7/+16
* Polish doc as part of asyncio doc improvement (GH-9185)Carol Willing2018-09-121-18/+17
* bpo-34200: Fix non-determinism of test_pkg (GH-9248)Gregory P. Smith2018-09-122-8/+12
* bpo-34652: Remove lchmod from the big func checking block. (GH-9247)Benjamin Peterson2018-09-122-3/+9
* closes bpo-34641: Further restrict the LHS of keyword argument function call ...Benjamin Peterson2018-09-124-14/+50
* edit async policy doc - second pass (GH-9235)Carol Willing2018-09-121-6/+6
* bpo-33649: Edit asyncio eventloop doc - second pass (GH-9233)Carol Willing2018-09-121-62/+68
* closes bpo-34654: Tolerate + at the beginning of large years. (GH-9238)Benjamin Peterson2018-09-121-3/+3
* closes bpo-34652: Always disable lchmod on Linux. (GH-9234)Benjamin Peterson2018-09-123-0/+19
* bpo-32933: Implement __iter__ method on mock_open() (GH-5974)Tony Flury2018-09-135-3/+37
* closes bpo-34650: Check if sched_getscheduler returns ENOSYS before declaring...Benjamin Peterson2018-09-121-3/+15
* bpo-34649: Add missing NULL checks to _encoded_const() (GH-9225)Alexey Izbyshev2018-09-131-3/+3
* bpo-34630: Skip logging SSL certificate errors by asyncio code (GH-9169)Andrew Svetlov2018-09-122-0/+5
* closes bpo-34004: Skip lock interruption tests on musl. (GH-9224)Benjamin Peterson2018-09-122-1/+10
* bpo-31577: Fix a crash in os.utime() in case of a bad ns argument. (GH-3752)Oren Milman2018-09-123-0/+24
* closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)Benjamin Peterson2018-09-1213-31/+33
* bpo-34536: raise error for invalid _missing_ results (GH-9147)Ethan Furman2018-09-123-1/+54
* bpo-34638: Store a weak reference to stream reader to break strong references...Andrew Svetlov2018-09-124-10/+160
* bpo-33649: Fix doc to reflect changes in 47cd10d (or bpo-23347) (GH-9219)Bumsik Kim2018-09-121-2/+1
* bpo-34637: Make the *start* argument for *sum()* visible as a keyword argumen...Raymond Hettinger2018-09-125-8/+16
* bpo-34282: Fix Enum._convert shadowing members named _convert (GH-8568)orlnub1232018-09-127-53/+99
* bpo-33437: add __new__ vs __init__ example (GH-9145)Ethan Furman2018-09-122-0/+32
* closes bpo-34640: Remove the TANH_PRESERVES_ZERO_SIGN configure check. (GH-9206)Benjamin Peterson2018-09-125-81/+0
* Simplified implementation of _sre.ascii_iscased(). (GH-9097)Sergey Fedoseev2018-09-121-6/+1
* closes bpo-25041: Document AF_PACKET socket address format. (GH-4092)Cheryl Sabella2018-09-113-13/+39
* Delete old expat comment. (GH-9197)Benjamin Peterson2018-09-111-8/+0
* bpo-33649: Cleanup asyncio/streams and asyncio/synchronization docs (GH-9192)Yury Selivanov2018-09-113-286/+263
* bpo-34605: Replace "pliant children" with "helpers" (GH-9195)Victor Stinner2018-09-111-1/+1
* Remove configure check LOG1P_DROPS_ZERO_SIGN. (GH-9193)Benjamin Peterson2018-09-114-86/+2
* bpo-1621: Avoid signed integer overflow in set_table_resize(). (GH-9059)Sergey Fedoseev2018-09-112-8/+5
* closes bpo-31903: Release the GIL when calling into SystemConfiguration (GH-4...Max BĂ©langer2018-09-112-0/+8
* bpo-34636: Use fast path for more chars in SRE category macros. (GH-9170)Sergey Fedoseev2018-09-112-3/+5
* Make sure the line comes from the same node as the col offset. (GH-9189)Benjamin Peterson2018-09-111-3/+3
* Revert "bpo-34595: Add %T format to PyUnicode_FromFormatV() (GH-9080)" (GH-9187)Victor Stinner2018-09-124-66/+53
* Initialize a variable to make the compiler happy. (GH-9153)Benjamin Peterson2018-09-111-1/+1
* bpo-20180: convert most of itertoolsmodule.c to use Argument Clinic (GH-9164)Tal Einat2018-09-112-219/+694
* closes bpo-31902: Fix the col_offset attribute for ast.Async* nodes to point ...guoci2018-09-113-22/+28
* bpo-34365: Update date object documentation (GH-8814)Danish Prakash2018-09-111-4/+3