summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add myself for HTML-related modules (#9325)Ezio Melotti2018-09-151-0/+5
* bpo-33649: Fix asyncio-dev (GH-9324)Yury Selivanov2018-09-146-339/+166
* Simplify PyInit_timezone. (GH-9323)Benjamin Peterson2018-09-141-68/+15
* bpo-33486: regen autotools files using autoupdate+autoreconf (GH-6853)Eitan Adler2018-09-141-4/+4
* bpo-34685: Skip posix_spawn scheduler tests on BSD (GH-9316)Pablo Galindo2018-09-141-6/+10
* bpo-33649: Add high-level APIs cheat-sheet (GH-9319)Yury Selivanov2018-09-149-6/+229
* bpo-33649: Refresh asyncio docs landing page (GH-9322)Yury Selivanov2018-09-143-28/+34
* Grammar fix (GH-9318)Grant2018-09-141-1/+1
* bpo-34651: Only allow the main interpreter to fork. (gh-9279)Eric Snow2018-09-146-14/+64
* bpo-33649: Refresh Tasks and Futures pages (#9314)Yury Selivanov2018-09-145-595/+759
* closes bpo-28955: Clarified comparisons between NaN and number in reference d...Tony Flury2018-09-141-6/+5
* bpo-34672: Don't pass NULL to gmtime_r. (GH-9312)Benjamin Peterson2018-09-141-1/+2
* Fix "Python" casing in a few places (GH-9001)Andrés Delfino2018-09-1412-16/+16
* bpo-33649 Polish asyncio docs on queues, protocols, and subproccesses (#9306)Carol Willing2018-09-142-26/+25
* bpo-34672: Try to pass the C library's own timezone strings back to it. (GH-9...Benjamin Peterson2018-09-142-4/+38
* Don't run AC_STRUCT_TIMEZONE twice. (GH-9305)Benjamin Peterson2018-09-142-76/+0
* bpo-34363: dataclasses.asdict() and .astuple() now handle fields which are na...Eric V. Smith2018-09-143-2/+118
* Fix compiler warning with a type cast (GH-9300)Raymond Hettinger2018-09-141-1/+1
* Fix-up parenthesis, organization, and NULL check (GH-9297)Raymond Hettinger2018-09-141-6/+11
* Note that distinct argument patterns can be cached separately (GH-9298)Raymond Hettinger2018-09-141-0/+5
* bpo-33073: Adding as_integer_ratio to ints. (GH-8750)Lisa Roach2018-09-148-2/+108
* Change the xkcd link in comment over https. (GH-5452)2018-09-141-1/+1
* bpo-6721: Hold logging locks across fork() (GH-4071)Gregory P. Smith2018-09-143-0/+119
* bpo-34674: Assume unistd.h exists on Unix. (GH-9290)Benjamin Peterson2018-09-145-41/+3
* bpo-34552: Clarify built-in types comparisons (GH-9035)Windson yang2018-09-142-10/+10
* Remove wording that could be deemed to be perjorative (GH-9287)Raymond Hettinger2018-09-144-6/+6
* bpo-33649: Polish asyncio subprocess and sync docs (GH-9285)Carol Willing2018-09-142-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-131-18/+17
* bpo-34200: Fix non-determinism of test_pkg (GH-9248)Gregory P. Smith2018-09-132-8/+12
* bpo-34652: Remove lchmod from the big func checking block. (GH-9247)Benjamin Peterson2018-09-132-3/+9
* closes bpo-34641: Further restrict the LHS of keyword argument function call ...Benjamin Peterson2018-09-134-14/+50
* edit async policy doc - second pass (GH-9235)Carol Willing2018-09-131-6/+6
* bpo-33649: Edit asyncio eventloop doc - second pass (GH-9233)Carol Willing2018-09-131-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-125-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-121-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