summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Sync asyncio code from default branch.Yury Selivanov2015-05-132-55/+67
* | | | Issue 24179: Support 'async for' for asyncio.StreamReader.Yury Selivanov2015-05-133-0/+36
* | | | Issue #24064: Help property() support GCRaymond Hettinger2015-05-131-1/+9
* | | | Issue 24178: support 'async with' for asyncio locks.Yury Selivanov2015-05-133-55/+124
* | | | Issue #20172: Update clinicizations to current clinic.Zachary Ware2015-05-138-238/+243
* | | | remove extra spaceBenjamin Peterson2015-05-131-2/+2
* | | | remove % from title, since it makes latex barfBenjamin Peterson2015-05-131-2/+2
* | | | Issue #23488: Random generator objects now consume 2x less memory on 64-bit.Serhiy Storchaka2015-05-132-70/+70
* | | | Issue #22064: Improve the misleading message from 2to3 when skipping optional...Berker Peksag2015-05-131-1/+1
|\ \ \ \ | |/ / /
| * | | Issue #22064: Improve the misleading message from 2to3 when skipping optional...Berker Peksag2015-05-131-1/+1
* | | | mergeRaymond Hettinger2015-05-131-3/+3
|\ \ \ \ | |/ / /
| * | | Issue #19934: Document *None* as an acceptable input to Counter.most_common(...Raymond Hettinger2015-05-131-3/+3
* | | | Issue #23695: Explain the zip() example for clustering a data series into n...Raymond Hettinger2015-05-131-1/+3
* | | | Issue #1322: platform.dist() and platform.linux_distribution() functions are ...Berker Peksag2015-05-135-8/+47
* | | | Issue #24064: Add __doc__ to the example in collections.rst.Berker Peksag2015-05-131-3/+3
* | | | Minor stylistic and consistency cleanup.Raymond Hettinger2015-05-131-19/+19
* | | | Issue #23290: Optimize set_merge() for cases where the target is empty.Raymond Hettinger2015-05-132-10/+43
* | | | Issue #24064: Property() docstrings are now writeable.Raymond Hettinger2015-05-137-2/+63
* | | | Issue #20172: Convert the _winapi module to Argument Clinic.Zachary Ware2015-05-132-396/+1292
* | | | Issue #20172: Convert the msvcrt module to Argument Clinic.Zachary Ware2015-05-132-279/+932
* | | | Issue #20172: Convert the winreg module to Argument Clinic.Zachary Ware2015-05-132-669/+1800
* | | | Issue #20172: Convert the winsound module to Argument Clinic.Zachary Ware2015-05-132-56/+176
* | | | Clean up test_coroutines a bit.Zachary Ware2015-05-131-12/+3
* | | | Issue 24017: fix for "async with" refcountingNick Coghlan2015-05-132-1/+119
* | | | Issue #23911: Fix ctypes test on Windows.Zachary Ware2015-05-131-2/+2
* | | | Issue #23731: Fix tracemalloc test on Windows.Zachary Ware2015-05-131-2/+3
* | | | Issue #23193: Skip numeric_owner tests on platforms where they don't make senseZachary Ware2015-05-131-0/+2
* | | | Extend test coverage to include heapifying large heapsRaymond Hettinger2015-05-131-1/+1
* | | | More timings suggest that 2500 is closer to the break-even point.Raymond Hettinger2015-05-131-1/+1
* | | | Reduce the overhead in functools.total_ordering by localizing NotImplemented.Raymond Hettinger2015-05-131-12/+12
* | | | merge 3.4Benjamin Peterson2015-05-121-2/+2
|\ \ \ \ | |/ / /
| * | | use imperativeBenjamin Peterson2015-05-121-2/+2
* | | | Converted os._getfullpathname() and os._isdir() to Argument Clinic.Serhiy Storchaka2015-05-122-60/+112
* | | | Added forgotten new files for issues #22681 and #22682.Serhiy Storchaka2015-05-122-0/+615
* | | | versionaddedBenjamin Peterson2015-05-121-0/+2
* | | | Issue #22486: Added the math.gcd() function. The fractions.gcd() function no...Serhiy Storchaka2015-05-129-13/+342
* | | | Issue #22681: Added support for the koi8_t encoding.Serhiy Storchaka2015-05-127-4/+16
* | | | Issue #22682: Added support for the kz1048 encoding.Serhiy Storchaka2015-05-128-3/+19
* | | | Issue #15027: The UTF-32 encoder is now 3x to 7x faster.Serhiy Storchaka2015-05-124-61/+133
* | | | Issue #24017: Unset asyncio event loop after test.Yury Selivanov2015-05-121-1/+3
* | | | asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is ru...Yury Selivanov2015-05-121-35/+45
|\ \ \ \ | |/ / /
| * | | asyncio: Make sure sys.set_coroutine_wrapper is called *only* when loop is ru...Yury Selivanov2015-05-121-35/+45
* | | | use our normal bracing styleBenjamin Peterson2015-05-121-1/+2
* | | | Issue #24017: Plug ref leak.Yury Selivanov2015-05-121-2/+0
* | | | Issue #23983: Update the pty module example.Berker Peksag2015-05-121-37/+29
|\ \ \ \ | |/ / /
| * | | Issue #23983: Update the pty module example.Berker Peksag2015-05-121-37/+29
* | | | Issue #23796: Null merge.Berker Peksag2015-05-120-0/+0
|\ \ \ \ | |/ / /
| * | | Issue #23796: peak and read1 methods of BufferedReader now raise ValueErrorBerker Peksag2015-05-123-0/+16
* | | | Issue #23796: peak and read1 methods of BufferedReader now raise ValueErrorBerker Peksag2015-05-123-0/+16
* | | | Fixed compilation on Windows for issue #20173.Serhiy Storchaka2015-05-121-1/+1