summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* [3.6] bpo-30028: make test.support.temp_cwd() fork-safe (GH-1066) (GH-5826)Anselm Kruis2018-02-232-1/+34
* bpo-32457: Improves handling of denormalized executable path when launching P...Steve Dower2018-02-221-0/+12
* bpo-32905: IDLE - remove unused code in pyparse module (GH-5807)Miss Islington (bot)2018-02-222-50/+7
* bpo-32874: IDLE: add tests for pyparse (GH-5755)Miss Islington (bot)2018-02-222-66/+618
* bpo-31848: Fix broken error handling in Aifc_read.initfp() when the SSND chun...Miss Islington (bot)2018-02-202-0/+9
* bpo-32409: Ensures activate.bat can handle Unicode contents (GH-5766)Miss Islington (bot)2018-02-202-0/+31
* 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-191-1/+2
* bpo-31972: Improve docstrings for pathlib classes (GH-5310)Miss Islington (bot)2018-02-191-1/+29
* [3.6] Improves the ability to build in CI (GH-5730)Steve Dower2018-02-182-7/+13
* bpo-32852: Fix trace changing sys.argv to tuple. (GH-5692)Miss Islington (bot)2018-02-172-1/+11
* bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665) (GH-5683)Miss Islington (bot)2018-02-142-5/+32
* 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-136-0/+74
* [3.6] bpo-32370: Use the correct encoding for ipconfig output in the uuid mod...Serhiy Storchaka2018-02-131-4/+6
* bpo-32837: IDLE - require encoding argument for textview.view_file. (GH-5646)Miss Islington (bot)2018-02-122-4/+5
* bpo-32826: Add "encoding=utf-8" to open() in idle_test/test_help_about. (GH-5...Miss Islington (bot)2018-02-121-25/+27
* bpo-29248: Fix os.readlink() on Windows (GH-5577)Miss Islington (bot)2018-02-121-0/+15
* [3.6] bpo-30157: Fix csv.Sniffer.sniff() regex pattern. (GH-5601) (GH-5603)Serhiy Storchaka2018-02-092-1/+11
* bpo-30928: IDLE - update NEWS.txt [GH-5539] (GH-5545)Terry Jan Reedy2018-02-051-3/+6
* bpo-32765: Update configdialog General tab create page docstring (GH-5529) (G...Miss Islington (bot)2018-02-051-0/+16
* [3.6] bpo-32746: Fix multiple typos (GH-5144) (GH-5522)Terry Jan Reedy2018-02-048-13/+13
* [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-034-5/+35
* [3.6] bpo-32734: Fix asyncio.Lock multiple acquire safety issue (GH-5466) (#5...Bar Harel2018-02-022-10/+72
* bpo-31106: Fix handling of erros in posix_fallocate() and posix_fadvise() (GH...Miss Islington (bot)2018-02-011-0/+19
* bpo-32137: The repr of deeply nested dict now raises a RecursionError (GH-457...Miss Islington (bot)2018-02-013-3/+19
* bpo-32727: smtplib's SMTP.send_message behaves differently with from_addr and...Miss Islington (bot)2018-01-312-1/+19
* [3.6] bpo-32583: Fix possible crashing in builtin Unicode decoders (GH-5325) ...Xiang Zhang2018-01-311-0/+52
* [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-301-1/+1
* [3.6] replace dynamic import with 'exec' with importlib.import_module (GH-543...Benjamin Peterson2018-01-301-3/+4
* bpo-27931: Fix email address header parsing error (GH-5329) (GH-5431)Miss Islington (bot)2018-01-292-1/+24
* bpo-20891: Remove test_capi.test_bpo20891() (#5425)Victor Stinner2018-01-291-13/+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
* [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-292-6/+61
* [3.6] bpo-32228: Reset raw_pos after unwinding the raw stream (GH-4858) (#5389)Antoine Pitrou2018-01-281-0/+17
* bpo-32685: Improve suggestion for print statement (GH-5380)Miss Islington (bot)2018-01-281-0/+17
* [3.6] bpo-32664: Add missing "|" connector in Exceptions doc (GH-1173) (GH-5372)Miss Islington (bot)2018-01-281-1/+1
* [3.6] bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-526...Bo Bayles2018-01-272-2/+26
* bpo-32667: Fix tests when $PATH contains a file (GH-5322) (#5323)Miss Islington (bot)2018-01-252-9/+8
* [3.6] bpo-32502: Discard 64-bit (and other invalid) hardware addresses (GH-52...Bo Bayles2018-01-242-4/+35
* bpo-32618: Fix test_mutatingdecodehandler not testing test.mutating (GH-5269)...Miss Islington (bot)2018-01-231-3/+2
* [3.6] bpo-32028: Fix suggestions for indented print statements (GH-5249)Miss Islington (bot)2018-01-201-0/+9
* [3.6] bpo-32588 Move _distutils_findvs into its own module (GH-5227) (#5228)Steve Dower2018-01-182-7/+6
* Use assertCountEqual instead of assertEqual. (GH-5223) (#5225)Miss Islington (bot)2018-01-171-3/+3