summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpo-32923: Unittest doc: replace `whilst` with `while` (GH-5833)Miss Islington (bot)2018-02-231-1/+1
* [3.6] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5826)Anselm Kruis2018-02-233-1/+35
* bpo-32087: Doc: Make "deprecated-removed" directive translatable (GH-4473)Miss Islington (bot)2018-02-232-5/+8
* bpo-32457: Improves handling of denormalized executable path when launching P...Steve Dower2018-02-223-1/+47
* bpo-30449: Improve __slots__ documentation (GH-1819)Miss Islington (bot)2018-02-221-14/+15
* bpo-32905: IDLE - remove unused code in pyparse module (GH-5807)Miss Islington (bot)2018-02-223-50/+8
* bpo-32874: IDLE: add tests for pyparse (GH-5755)Miss Islington (bot)2018-02-223-66/+619
* bpo-32889: update valgrind suppressions (GH-5779)Miss Islington (bot)2018-02-212-5/+7
* bpo-32008: don't use PROTOCOL_TLSv1 in example (GH-5789)Miss Islington (bot)2018-02-211-2/+2
* bpo-28886: doc: Move deprecated abc decorators to separate section (GH-176)Miss Islington (bot)2018-02-211-22/+17
* closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708)Miss Islington (bot)2018-02-212-1/+3
* bpo-32540: Update venv documentation (GH-5736)Miss Islington (bot)2018-02-211-4/+3
* bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chun...Miss Islington (bot)2018-02-204-0/+12
* bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Len...Miss Islington (bot)2018-02-201-3/+2
* bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5766)Miss Islington (bot)2018-02-203-0/+32
* bpo-30121: Fix test_subprocess for Windows Debug builds (GH-5758)Miss Islington (bot)2018-02-191-1/+1
* bpo-32682: Improve libz version parsing in test_zilb (GH-5347)Miss Islington (bot)2018-02-191-4/+9
* Improve error message for "setup.py upload" without dist files (GH-21060)Miss Islington (bot)2018-02-192-1/+5
* bpo-31972: Improve docstrings for pathlib classes (GH-5310)Miss Islington (bot)2018-02-192-1/+30
* [3.6] Clean up Travis config (GH-5727)Zachary Ware2018-02-181-41/+44
* bpo-32869: Fix incorrect dst buffer size for MultiByteToWideChar (GH-5739)Miss Islington (bot)2018-02-181-1/+2
* [3.6] Improves the ability to build in CI (GH-5730)Steve Dower2018-02-185-13/+21
* [3.6] bpo-30638: Add clinic to `make regen-all` (GH-5671)Zachary Ware2018-02-182-9/+9
* bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)Miss Islington (bot)2018-02-173-1/+12
* DOC: fix documentation for copyright and credits (GH-5706)Miss Islington (bot)2018-02-171-3/+7
* bpo-32860: Fix a missing asterisk in the documentation for glob.iglob() (GH-5...Miss Islington (bot)2018-02-171-1/+1
* Update comment in posixmodule.c (GH-5681)Miss Islington (bot)2018-02-141-1/+1
* bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665) (GH-5683)Miss Islington (bot)2018-02-143-5/+34
* [3.6] remove mercurial dot files (GH-5558)Benjamin Peterson2018-02-142-240/+0
* Fix installation instructions for *nix (GH-5605)Miss Islington (bot)2018-02-141-2/+4
* bpo-27846: Delete incorrect note in base64 docs (GH-5666)Miss Islington (bot)2018-02-141-8/+0
* bpo-31787: Skip refleak check when _hashlib is not available (GH-5660)Miss Islington (bot)2018-02-131-0/+1
* bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995)INADA Naoki2018-02-1313-15/+103
* bpo-32827: Fix usage of _PyUnicodeWriter_Prepare() in decoding errors handler...Miss Islington (bot)2018-02-131-7/+3
* [3.6] bpo-32370: Use the correct encoding for ipconfig output in the uuid mod...Serhiy Storchaka2018-02-132-4/+8
* bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)Miss Islington (bot)2018-02-123-4/+7
* bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5...Miss Islington (bot)2018-02-122-25/+32
* bpo-29248: Fix os.readlink() on Windows (GH-5577)Miss Islington (bot)2018-02-123-3/+21
* bpo-32720: Fixed the replacement field grammar documentation. (GH-5544) (GH-5...Miss Islington (bot)2018-02-121-2/+2
* Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5570)Miss Islington (bot)2018-02-121-1/+1
* Fix AppVeyor doc short-circuit (GH-5634)Miss Islington (bot)2018-02-111-1/+4
* [3.6] Add short-circuit for doc changes to AppVeyor (GH-5628)Zachary Ware2018-02-111-5/+21
* bpo-32800: Update link to w3c doc for xml default namespaces (GH-5609) GH-5612)Miss Islington (bot)2018-02-112-1/+2
* [3.6] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5603)Serhiy Storchaka2018-02-094-1/+14
* [3.6] Make formatting of some return codes conforming to the general style. (...Serhiy Storchaka2018-02-095-16/+16
* bpo-32802: Fix Travis build (GH-5589) (GH-5591)Miss Islington (bot)2018-02-081-1/+1
* bpo-6135: Fix subprocess.check_output doc to mention changes in 3.6 (GH-5564)...Miss Islington (bot)2018-02-071-0/+3
* bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) (GH-5...Miss Islington (bot)2018-02-064-7/+26
* bpo-30928: IDLE - update NEWS.txt [GH-5539] (GH-5545)Terry Jan Reedy2018-02-051-3/+6
* [3.6] bpo-8722: Document __getattr__ behavior with AttributeError in property...Miss Islington (bot)2018-02-052-4/+8