summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-33736: Improve the documentation of asyncio stream APIs (GH-7326)Elvis Pranskevichus2018-06-084-35/+75
* bpo-33798: Update csv document about dict order (GH-7490)Andrés Delfino2018-06-081-3/+1
* bpo-33802: Do not interpolate in ConfigParser while reading defaults (GH-7524)Łukasz Langa2018-06-082-2/+53
* bpo-11874: fix assertion failure in argparse metavar handling (GH-1826)wim glenn2018-06-083-10/+40
* bpo-33694: Fix typo in helper function name (GH-7522)Victor Stinner2018-06-084-9/+9
* bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521)Victor Stinner2018-06-082-7/+44
* bpo-33799: Remove non-ordered dicts comments from FAQAndrés Delfino2018-06-082-10/+1
* Update idlelib/NEWS.txt to 2018 Jun 8 am. (GH-7517)Terry Jan Reedy2018-06-081-0/+27
* bpo-33768: IDLE: Clicking on code context line moves it to top of editor (GH-...Cheryl Sabella2018-06-083-0/+50
* bpo-33197: Add description property for _ParameterKind. (GH-7206)Dong-hee Na2018-06-083-6/+25
* bpo-33791: Update README for macOS users (GH-7471)atg70002018-06-081-0/+5
* bpo-33792: Add selector and proactor windows policies (GH-7487)Yury Selivanov2018-06-084-3/+45
* bpo-33786: Fix asynchronous generators to handle GeneratorExit in athrow() (G...Yury Selivanov2018-06-085-9/+87
* bpo-33803: Fix a crash in hamt.c (#7504)Yury Selivanov2018-06-082-0/+4
* bpo-33615: Skip test__xxsubinterpreters (GH-7503)Victor Stinner2018-06-081-0/+2
* bpo-33642 and bpo-33679: Revise and condense blurbs (GH-7500)Terry Jan Reedy2018-06-072-21/+5
* bpo-33694: Fix race condition in asyncio proactor (GH-7498)Victor Stinner2018-06-076-151/+86
* bpo-33609: small wording fixes to dict ordering docsNeil Schemenauer2018-06-071-5/+5
* bpo-33796: Ignore ClassVar for dataclasses.replace(). (GH-7488)Eric V. Smith2018-06-072-86/+125
* update 3.7 whatsnew entry about Unicode version (GH-7480)Benjamin Peterson2018-06-071-2/+2
* bpo-17909: Document that json.load can accept a binary IO (GH-7366)Anthony Sottile2018-06-071-3/+7
* bpo-29235: Update document for Profiler's context manager (GH-7331)Scott Sanderson2018-06-073-8/+7
* bpo-30436: Add missing space in importlib.util.find_spec() error message (GH-...Zackery Spytz2018-06-071-1/+1
* bpo-33274: Compliance with DOM L1: return removed attribute (#7465)arikrupnik2018-06-073-1/+5
* update to Unicode 11.0.0 (closes bpo-33778) (GH-7439)Benjamin Peterson2018-06-079-26084/+28267
* bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-7462)Victor Stinner2018-06-061-1/+5
* bpo-33789, test_asyncio: Hide PendingDeprecationWarning (GH-7461)Victor Stinner2018-06-061-1/+2
* bpo-33789: test_asyncio: Fix ResourceWarning (GH-7460)Victor Stinner2018-06-062-2/+12
* bpo-28240: timeit: Update repeat() doc (GH-7419)Victor Stinner2018-06-062-6/+12
* bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421)Victor Stinner2018-06-062-8/+21
* bpo-33781: audioop: enhance rounding double as int (GH-7447)Victor Stinner2018-06-061-11/+17
* test.support.SaveSignals: fix typo (GH-7448)Victor Stinner2018-06-061-1/+1
* bpo-31044, test_posix: Reenable makedev() tests on FreeBSD (#7449)Victor Stinner2018-06-061-5/+0
* remove hg support from patchcheck (GH-7440)Benjamin Peterson2018-06-061-21/+3
* bpo-33504: Migrate configparser from OrderedDict to dict. (#6819)John Reese2018-06-055-43/+15
* Improve the subprocess restore_signals=True test. (GH-7414)Gregory P. Smith2018-06-051-6/+22
* bpo-12486: Document tokenize.generate_tokens() as public API (#6957)Thomas Kluyver2018-06-054-6/+35
* bpo-33751: Fix test_file. (GH-7378)Serhiy Storchaka2018-06-051-84/+78
* bpo-33755: Fix importlib.resources isolation tests (#7412)Barry Warsaw2018-06-052-1/+9
* bpo-33165: Added stacklevel parameter to logging APIs. (GH-7424)Vinay Sajip2018-06-054-19/+77
* bpo-31215: Add version changed notes for OpenSSL 1.1.0 compatibility (GH-7346)Mayank Singhal2018-06-051-0/+3
* bpo-33752: Fix a file leak in test_dbm. (GH-7376)Serhiy Storchaka2018-06-051-4/+2
* bpo-33769: start_tls: Fix error message; cancel callbacks on error (GH-7403)Yury Selivanov2018-06-053-3/+8
* bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381)Zackery Spytz2018-06-053-20/+12
* bpo-32392: Document env keyword argument of subprocess.run() (GH-7289)Tobias Kunze2018-06-051-1/+6
* bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395)INADA Naoki2018-06-053-10/+64
* bpo-33753: Refactor creating temporary files in test_fileinput. (GH-7377)Serhiy Storchaka2018-06-051-148/+101
* bpo-33609: Document dict insertion order guarantee as of 3.7 (GH-7093)INADA Naoki2018-06-041-0/+23
* bpo-33720: Reduces maximum marshal recursion depth on release builds. (GH-7401)Steve Dower2018-06-043-2/+12
* bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367)Cheryl Sabella2018-06-043-52/+57