summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* bpo-32765: Update configdialog General tab create page docstring (GH-5529) (G...Miss Islington (bot)2018-02-052-0/+17
* Fix typo -- missing "not" (GH-5528) (GH-5531)Miss Islington (bot)2018-02-041-1/+1
* bpo-32720: Fixed the definition for width and precision in format mini-langua...Miss Islington (bot)2018-02-041-2/+2
* [3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)Terry Jan Reedy2018-02-0417-24/+23
* Update Doc build for split off of 3.7 branchNed Deily2018-02-032-2/+4
* bpo-32739: Show default value for rotate() (GH-5485) (GH-5515)Miss Islington (bot)2018-02-031-4/+7
* [3.6] bpo-30928: prepare idlelib/NEWS.txt for 3.6.5 entries. (#5508)Terry Jan Reedy2018-02-031-3/+13
* [3.6] bpo-32303 - Consistency fixes for namespace loaders (GH-5481) (#5504)Barry Warsaw2018-02-039-1439/+1473
* [3.6] bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5...Bar Harel2018-02-024-10/+75
* [3.6] bpo-32614: Modify re examples to use a raw string to prevent wa… â€...Terry Jan Reedy2018-02-024-8/+26
* bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5489)Miss Islington (bot)2018-02-021-3/+3
* bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (GH...Miss Islington (bot)2018-02-012-10/+39
* [3.6] bpo-32565: Add missed versionadded directives for all new opcodes. (GH-...Serhiy Storchaka2018-02-011-0/+32
* bpo-32137: The repr of deeply nested dict now raises a RecursionError (GH-457...Miss Islington (bot)2018-02-017-9/+26
* bpo-32735: Fix typo in f-strings datetime format specifier example (GH-5464) ...Miss Islington (bot)2018-01-311-1/+1
* bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and...Miss Islington (bot)2018-01-313-1/+20
* [3.6] bpo-32583: Fix possible crashing in builtin Unicode decoders (GH-5325) ...Xiang Zhang2018-01-313-2/+74
* [3.6] compare with difflib not diff(1) (GH-5450) (GH-5453)Benjamin Peterson2018-01-301-13/+9
* [3.6] closes bpo-30117: fix lib2to3 ParserIdempotency test (GH-1242) (GH-5443)Benjamin Peterson2018-01-302-10/+15
* closes bpo-32721: do not fail test_hashlib if _md5 isn't available (GH-5441) ...Miss Islington (bot)2018-01-302-1/+2
* [3.6] replace dynamic import with 'exec' with importlib.import_module (GH-543...Benjamin Peterson2018-01-301-3/+4
* [3.6] Revert "bpo-32690: Preserve order of locals() (GH-5379) (#5390)"Nick Coghlan2018-01-302-4/+2
* bpo-32701: Clarify the quotetabs flag in quopri documentation (GH-5401) (GH-5...Miss Islington (bot)2018-01-301-3/+4
* bpo-27931: Fix email address header parsing error (GH-5329) (GH-5431)Miss Islington (bot)2018-01-293-1/+25
* Document the error return of PyLong_As* APIs. (GH-5396) (#5404)Miss Islington (bot)2018-01-291-0/+34
* bpo-20891: Remove test_capi.test_bpo20891() (#5425)Victor Stinner2018-01-292-61/+0
* Add a test for pdb until command in coroutine (GH-5427) (#5428)Miss Islington (bot)2018-01-291-0/+46
* bpo-32650: Add an asyncgen pdb test (GH-5406) (#5419)Miss Islington (bot)2018-01-291-0/+60
* Fix minor markup typo (GH-5407) (#5416)Miss Islington (bot)2018-01-291-1/+1
* [3.6] bpo-32650 Add support for async generators and more test for coroutines...Andrew Svetlov2018-01-292-7/+51
* bpo-32650: Add native coroutine support to bdb when stepping over line (GH-54...Miss Islington (bot)2018-01-293-6/+63
* bpo-32690: Preserve order of locals() (GH-5379) (#5390)Miss Islington (bot)2018-01-282-2/+4
* [3.6] bpo-32228: Reset raw_pos after unwinding the raw stream (GH-4858) (#5389)Antoine Pitrou2018-01-283-4/+28
* Fix PyTrace_RETURN documentation (GH-5384) (GH-5386)Miss Islington (bot)2018-01-281-1/+1