summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-33642 and bpo-33679: Revise and condense blurbs (GH-7500)Miss Islington (bot)2018-06-072-21/+5
* [3.6] bpo-32392: Document env keyword argument of subprocess.run() (GH-7289)Berker Peksag2018-06-071-1/+6
* [3.6] bpo-32676, test_asyncio: Fix warning in test_error_in_call_soon() (GH-7...Victor Stinner2018-06-072-2/+6
* bpo-17909: Document that json.load can accept a binary IO (GH-7366)Miss Islington (bot)2018-06-071-3/+7
* bpo-33773: Fix test.support.fd_count() on Linux/FreBSD (GH-7421)Miss Islington (bot)2018-06-062-8/+21
* bpo-33781: audioop: enhance rounding double as int (GH-7447) (GH-7451)Miss Islington (bot)2018-06-061-11/+17
* remove hg support from patchcheck (GH-7440)Miss Islington (bot)2018-06-061-21/+3
* bpo-5755: Move -Wstrict-prototypes to CFLAGS_NODIST (GH-7395)INADA Naoki2018-06-063-10/+64
* bpo-33751: Fix test_file. (GH-7378)Miss Islington (bot)2018-06-051-84/+78
* [3.6] bpo-33753: Refactor creating temporary files in test_fileinput. (GH-737...Serhiy Storchaka2018-06-051-126/+88
* bpo-33752: Fix a file leak in test_dbm. (GH-7376)Miss Islington (bot)2018-06-051-4/+2
* bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381)Miss Islington (bot)2018-06-053-20/+12
* Enable the verbose build for extension modules with GNU make (GH-6659)Miss Islington (bot)2018-06-042-1/+7
* bpo-27902: Add compatibility note to Profile docs (GH-7295)Miss Islington (bot)2018-06-041-5/+6
* bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358)Miss Islington (bot)2018-06-041-3/+5
* bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263)Miss Islington (bot)2018-06-041-6/+7
* bpo-31849: Fix warning in pyhash.c (GH-6799)Miss Islington (bot)2018-06-042-2/+3
* bpo-33763: IDLE: Replace label widget with text widget in code context (GH-7367)Miss Islington (bot)2018-06-043-52/+57
* bpo-33664: Scroll IDLE editor text by lines (GH-7351)Miss Islington (bot)2018-06-042-2/+32
* bpo-33764: Appveyor fixes (GH-7364) (GH-7379)Ned Deily2018-06-041-3/+4
* [3.6] bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362) (GH-7375)Serhiy Storchaka2018-06-041-7/+3
* bpo-33760: Fix file leaks in test_io. (GH-7361) (GH-7372)Miss Islington (bot)2018-06-041-0/+4
* bpo-33750: Reset thread-local context precision in test_round(). (GH-7355) (#...Miss Islington (bot)2018-06-031-11/+11
* bpo-33744: Fix test_uu. (GH-7350) (GH-7353)Miss Islington (bot)2018-06-031-78/+26
* bpo-23495: Correct the documentation for writerows() of csv Writer objects (G...Miss Islington (bot)2018-06-021-2/+3
* Fix typo in datamodel.rst (GH-6964)Miss Islington (bot)2018-06-021-1/+1
* bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199)Miss Islington (bot)2018-06-026-35/+79
* bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106)Miss Islington (bot)2018-06-026-29/+40
* bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-729...Miss Islington (bot)2018-06-011-2/+1
* bpo-33400: Removed references to RFC3339 and ISO8601 from the logging documen...Miss Islington (bot)2018-06-012-12/+12
* bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7322)Victor Stinner2018-06-011-31/+33
* bpo-33718: Update regrtest from master (GH-7325)Victor Stinner2018-06-0110-71/+98
* bpo-31238: pydoc ServerThread.stop() now joins itself (GH-3151) (GH-7324)Victor Stinner2018-06-012-0/+7
* bpo-33540, socketserver: Add _block_on_close for tests (GH-7317)Victor Stinner2018-06-013-31/+57
* [3.6] bpo-31234: Add test.support.wait_threads_exit() (GH-3578) (GH-7315)Victor Stinner2018-06-016-102/+163
* bpo-31479: Always reset the signal alarm in tests (GH-3588) (GH-7312)Victor Stinner2018-06-016-40/+56
* test.bisect: Update from master, fix typos (#7311)Victor Stinner2018-06-011-3/+3
* bpo-31009: Move fd_count() to test.support (#7308)Victor Stinner2018-06-013-39/+60
* bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146) (GH...Miss Islington (bot)2018-06-012-12/+4
* bpo-33692: Update pythoninfo from master (GH-7301)Victor Stinner2018-06-011-0/+29
* [3.6] bpo-32591: fix abort in _PyErr_WarnUnawaitedCoroutine during shutdown (...T. Wouters2018-05-311-0/+7
* [3.6] bpo-33641: Convert RFC references into links. (GH-7103) (GH-7276)Serhiy Storchaka2018-05-3122-59/+55
* bpo-33677: Fix signatures of tp_clear handlers for AST and deque. (GH-7196) (...Miss Islington (bot)2018-05-313-5/+8
* bpo-33532: Fix multiprocessing test_ignore() (GH-7262) (#7266)Victor Stinner2018-05-311-2/+3
* 3.6 what's new: fix a reference to PEP 528 (GH-7113) (#7257)Miss Islington (bot)2018-05-301-1/+1
* bpo-33696: Install python-docs-theme even if SPHINXBUILD is defined (GH-7242)Miss Islington (bot)2018-05-301-9/+7
* regrtest: repeat summary after re-run (GH-7159) (GH-7245)Victor Stinner2018-05-301-6/+19
* bpo-33692: pythoninfo detect libedit on Python 3.6 (GH-7244)Victor Stinner2018-05-301-0/+8
* Improve ensurepip's --help (GH-4686) (GH-7239)Miss Islington (bot)2018-05-301-3/+3
* bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (G...Yury Selivanov2018-05-294-2/+43