summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-33564: Add async to IDLE's code context block openers. (GH-6960)Terry Jan Reedy2018-05-182-1/+2
* bpo-33559: Attribute changed repr of exceptions (GH-6954)Miro Hrončok2018-05-171-0/+1
* Fix Windows build of Python for latest WinSDK. (GH-6874)Carl Meyer2018-05-172-2/+3
* bpo-33559: Document changed repr of exceptions (GH-6943)Miro Hrončok2018-05-171-0/+3
* asyncio/docs: Mark asyncio.run() as provisional in 3.7. (#6946)Yury Selivanov2018-05-171-0/+2
* Only upload docs for CI build and not pull requests (GH-6945)Steve Dower2018-05-171-0/+1
* Provide a little better debug output (#6940)Barry Warsaw2018-05-171-1/+1
* bpo-33537: Add an __all__ to importlib.resources (#6920)Barry Warsaw2018-05-171-8/+20
* bpo-19950: Clarify unittest TestCase instance use. (GH-6875)Gregory P. Smith2018-05-171-9/+15
* bpo-32604: Implement force-closing channels. (gh-6937)Eric Snow2018-05-172-25/+232
* Update Python Folder.icns icon file to match new macOS look (GH-1780)Thomas Jones2018-05-171-0/+0
* bpo-33549: Remove shim and deprecation warning to access DocumentLS.async. (G...Matthias Bussonnier2018-05-172-32/+0
* bpo-33518: Add PEP entry to documentation glossary (GH-6860)Andrés Delfino2018-05-171-0/+15
* bpo-13631: Fix the order of initialization for readline libedit on macOS. (GH...Zvezdan Petkovic2018-05-175-8/+23
* bpo-33475: Fix and improve converting annotations to strings. (GH-6774)Serhiy Storchaka2018-05-175-603/+358
* Replace _PyGC_REFS macros with higher level macros (GH-6852)INADA Naoki2018-05-172-7/+4
* bpo-33522: Enable CI builds on Visual Studio Team Services (#6865)Steve Dower2018-05-1622-25/+603
* bpo-32216: Update dataclasses documentation (#6913)Barry Warsaw2018-05-161-75/+79
* bpo-32604: Improve subinterpreter tests. (#6914)Eric Snow2018-05-163-275/+1249
* Remove an unneeded call into OpenSSL (GH-6887)Alex Gaynor2018-05-161-1/+0
* Fix ClassVar as string fails when getting type hints (GH-6824)Nina Zakharenko2018-05-163-6/+38
* bpo-28167: Remove platform.linux_distribution (GH-6871)Petr Viktorin2018-05-165-290/+13
* bpo-24318: Rewrite the README PGO section. (#6863)Gregory P. Smith2018-05-161-19/+20
* bpo-33536: Validate make_dataclass() field names. (GH-6906)Eric V. Smith2018-05-163-108/+182
* bpo-21475: Support the Sitemap extension in robotparser (GH-6883)Christopher Beacham2018-05-165-0/+47
* Minor tweaks to dataclasses docs. (GH-6903)Eric V. Smith2018-05-161-3/+3
* bpo-33534: Remove unneeded test. (GH-6897)Eric V. Smith2018-05-161-6/+5
* Reflow dataclasses comments (GH-6893)Eric V. Smith2018-05-161-170/+176
* bpo-32216: Add documentation for dataclasses (GH-6886)Eric V. Smith2018-05-162-0/+589
* bpo-32384: Skip test when _testcapi isn't available (GH-4940)Isaiah Peng2018-05-161-1/+7
* closes bpo-33512: use standard for detecting long double (GH-6847)Eitan Adler2018-05-164-37/+33
* bpo-33453: Handle string type annotations in dataclasses. (GH-6768)Eric V. Smith2018-05-167-20/+399
* bpo-33454: Fix arguments parsing in _xxsubinterpreters.channel_close(). (GH-6...Serhiy Storchaka2018-05-151-7/+3
* bpo-30928: Update idlelib/NEWS.txt to 2018-05-14. (#6873)Terry Jan Reedy2018-05-151-0/+21
* bpo-32257: Add ssl.OP_NO_RENEGOTIATION (GH-5904)Christian Heimes2018-05-153-0/+15
* bpo-33503: Fix the broken pypi link in the source and the documentation (GH-6...Stéphane Wirtel2018-05-1524-44/+45
* bpo-33509: Fix _warnings for module_globals=None (#6833)Victor Stinner2018-05-153-1/+29
* bpo-33465: Use an unlikely to be built-in C extension in a test (#6797)Barry Warsaw2018-05-151-5/+6
* bpo-29706: Test that IDLE colors async/await as keywords. (GH-6846)Terry Jan Reedy2018-05-151-3/+2
* bpo-28167: bump platform.linux_distribution removal to 3.8 (GH-6669)Matthias Bussonnier2018-05-154-7/+12
* bpo-33517: dataclasses: Add the field type to Field repr (GH-6858)Eric V. Smith2018-05-151-4/+10
* run autoreconf (GH-6850)Benjamin Peterson2018-05-152-466/+5
* bpo-33483: more correctly handle finding the C compiler (GH-6780)Eitan Adler2018-05-152-38/+2
* Remove accidentally checked in files. (GH-6835)Eric V. Smith2018-05-154-78/+0
* bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)Segev Finer2018-05-143-8/+16
* bpo-33497: Add NEWS and ACKS entries. (GH-6838)Ned Deily2018-05-142-0/+3
* Add AsyncContextManager to typing module documentation. (GH-6822)Travis DePrato2018-05-142-0/+7
* bpo-33497: Add errors param to cgi.parse_multipart and make an encoding in Fi...Amber Brown2018-05-143-7/+27
* bpo-33502: dataclass._Dataclassparams repr: use repr of each member. (GH-6812)Eric V. Smith2018-05-145-6/+84
* Fixed an unused variable warning introduced in GH-6800 (GH-6816)Alex Gaynor2018-05-141-1/+0