summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* bpo-33664: Scroll IDLE editor text by lines (GH-7351)Cheryl Sabella2018-06-042-2/+32
* bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321)Yury Selivanov2018-06-048-72/+258
* bpo-31849: Fix warning in pyhash.c (GH-6799)A. Jesse Jiryu Davis2018-06-042-2/+3
* bpo-27902: Add compatibility note to Profile docs (GH-7295)Tobias Kunze2018-06-041-5/+6
* bpo-33640, uuid.UUID doc: document endian of bytes parameter (GH-7263)Farhaan Bukhsh2018-06-041-6/+7
* Regenerate configure after changing configure.ac in GH-6987. (GH-7344)Serhiy Storchaka2018-06-041-2/+2
* bpo-33509: Fix test_warnings for python3 -Werror (GH-7365)Victor Stinner2018-06-041-0/+2
* travis: Fix macOS build (GH-7250)INADA Naoki2018-06-041-1/+1
* bpo-33759: Fix test.test_xmlrpc.ServerProxyTestCase. (GH-7362)Serhiy Storchaka2018-06-041-1/+3
* bpo-33760: Fix file leaks in test_io. (GH-7361)Serhiy Storchaka2018-06-041-0/+4
* bpo-33764: Appveyor fixes (GH-7364)Zachary Ware2018-06-041-4/+5
* bpo-33761: Fix a file leak in test_iterparse in test_xml_etree. (GH-7358)Serhiy Storchaka2018-06-031-3/+5
* bpo-33750: Reset thread-local context precision in test_round(). (#7355)Stefan Krah2018-06-031-11/+11
* bpo-27485: Change urlparse tests to use private methods. (GH-7070)Cheryl Sabella2018-06-031-12/+12
* bpo-33744: Fix test_uu. (GH-7350)Serhiy Storchaka2018-06-031-78/+26
* bpo-23495: Correct the documentation for writerows() of csv Writer objects (G...Zackery Spytz2018-06-021-2/+3
* Fix typo in datamodel.rst (GH-6964)Zach Mitchell2018-06-021-1/+1
* Docs: fix some wrong words (GH-6987)Eitan Adler2018-06-022-3/+3
* bpo-33562: Check the global asyncio event loop policy isn't set after any tes...Brett Cannon2018-06-0226-2/+98
* bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199)Cheryl Sabella2018-06-026-35/+79
* bpo-33615: Re-enable a subinterpreter test. (gh-7251)Eric Snow2018-06-024-23/+42
* bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106)Cheryl Sabella2018-06-016-29/+40
* bpo-33724: Use the right format code for int64_t in subinterpreters code. (gh...Eric Snow2018-06-011-32/+33
* bpo-29235: Make cProfile.Profile a context manager (GH-6808)Scott Sanderson2018-06-014-0/+52
* bpo-33532: Fix test_multiprocessing_forkserver.test_ignore() (GH-7319)Victor Stinner2018-06-011-2/+5
* bpo-33540: Fix socketserver.ThreadingMixIn if block_on_close=False (GH-7310)Victor Stinner2018-06-011-1/+1
* bpo-30654: Do not reset SIGINT handler to SIG_DFL in finisignal (GH-7146)pkerling2018-06-012-12/+4
* bpo-33400: Removed references to RFC3339 and ISO8601 from the logging documen...Vinay Sajip2018-06-012-12/+12
* bpo-32519: Removed misleading sentence from EnvBuilder documentation. (GH-7296)Vinay Sajip2018-06-011-2/+1
* bpo-33718: regrtest: enhance "running:" formatting (GH-7292)Victor Stinner2018-06-013-43/+51
* bpo-33692: pythoninfo detect libedit on Python 3.6 (GH-7293)Victor Stinner2018-06-011-0/+8
* bpo-33606: improve logging performance when logger is disabled (GH-7285)Timo Furrer2018-06-012-0/+15
* bpo-33718: regrtest keeps filters to re-run fails (GH-7291)Victor Stinner2018-05-311-17/+22
* bpo-33717: pythoninfo: add CC --version (#7290)Victor Stinner2018-05-311-0/+29
* bpo-33615: Temporarily disable a test that is triggering crashes on a few bui...Eric Snow2018-05-311-0/+2
* bpo-33706: Fix pymain_parse_cmdline_impl() (GH-7283)Victor Stinner2018-05-312-1/+3