summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Fix stderr bug in json.tool test (#346)Daniel Himmelstein2017-03-151-5/+4
* bpo-29800: Fix crashes in partial.__repr__ if the keys of partial.keywords ar...Michael Seifert2017-03-151-0/+26
* Add ELLIPSIS and RARROW. Add tests (#666)Jim Fasarakis-Hilliard2017-03-142-1/+24
* bpo-29592: site: skip abs_paths() when it's redundant (GH-167)INADA Naoki2017-03-141-1/+6
* bpo-28856: Let %b format for bytes support objects that follow the buffer pro...Xiang Zhang2017-03-141-2/+6
* Fix wrapping into StopIteration of return values in generators and coroutines...Yury Selivanov2017-03-121-0/+15
* bpo-29742: asyncio get_extra_info() throws exception (#525)Nikolay Kim2017-03-122-1/+15
* bpo-28692: Deprecate using non-integer value for selecting a plural form in g...Serhiy Storchaka2017-03-122-3/+10
* bpo-29723: Consistently configure sys.path[0] (#575)Nick Coghlan2017-03-121-0/+67
* bpo-29763: Use support.unlink instead of os.unlink (GH-624)Zachary Ware2017-03-121-4/+4
* bpo-20185: Convert list object implementation to Argument Clinic. (#542)Serhiy Storchaka2017-03-111-4/+4
* bpo-29773: Add more cases for testing string to float conversion errors. (#580)Serhiy Storchaka2017-03-091-8/+20
* bpo-29774: Improve error reporting for corrupted extra field in ZIP file. (#583)Serhiy Storchaka2017-03-091-1/+3
* bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#570)orenmn2017-03-091-15/+24
* bpo-29645: Speed up importing the webbrowser module. (#484)Serhiy Storchaka2017-03-082-79/+117
* bpo-28231: The zipfile module now accepts path-like objects for external path...Serhiy Storchaka2017-03-082-19/+118
* bpo-28230: Document the pathlib support in tarfile and add tests. (#512)Serhiy Storchaka2017-03-081-0/+76
* Revert "bpo-29571: Use correct locale encoding in test_re (#149)" (#554)Benjamin Peterson2017-03-081-1/+1
* make the glibc alias table take precedence over the X11 one (#422)Benjamin Peterson2017-03-082-42/+109
* bpo-29568: Disable any characters between two percents for escaped percent "%...Serhiy Storchaka2017-03-081-41/+36
* bpo-24329: allow __qualname__ and __classcell__ in __slots__ (GH-495)Xiang Zhang2017-03-081-0/+40
* bpo-26915: Test identity first in membership operation in index() and count()...Xiang Zhang2017-03-082-6/+16
* bpo-28682: Added support for bytes paths in os.fwalk(). (#489)Serhiy Storchaka2017-03-072-15/+26
* bpo-28728: clarify possible test failure due to ISP (GH-412)Xiang Zhang2017-03-071-5/+15
* bpo-29695: Fixed tests after removing keyword args support in some basic type...Serhiy Storchaka2017-03-061-8/+14
* bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an...Serhiy Storchaka2017-03-065-14/+12
* bpo-29714: Fix a regression that bytes format may fail when containing zero ...Xiang Zhang2017-03-061-0/+10
* bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)Serhiy Storchaka2017-03-055-2/+26
* bpo-29638: Fix spurious refleaks after typing is imported (#469)Ivan Levkivskyi2017-03-051-3/+8
* Change assertRaises to assertRaisesRegex in test_xmlrpc (#481)Dillon Brock2017-03-051-3/+3
* bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462)Ned Deily2017-03-042-0/+5
* bpo-27593: Get SCM build info from git instead of hg. (#446)Ned Deily2017-03-042-7/+9
* bpo-29623: Make PathLike objects work with ConfigParser.read() (#242)David Ellis2017-03-032-1/+15
* bpo-29693: Fix for DeprecationWarning in test_import (#421)Anish Shah2017-03-031-2/+2
* asyncio: Optimize _get_running_loop() to call getpid() only when there's a loopYury Selivanov2017-03-031-2/+3
* bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/...Yury Selivanov2017-03-031-0/+29
* asyncio: Fix trailing whitespace/code styleYury Selivanov2017-03-032-6/+8
* bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405)Seth M. Larson2017-03-032-2/+37
* bpo-28893: Set __cause__ for errors in async iteration protocol (#407)Yury Selivanov2017-03-031-0/+38
* bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406)Yury Selivanov2017-03-031-0/+17
* bpo-29703: asyncio: Fix creating new event loops in child processes. (#404)Yury Selivanov2017-03-033-2/+33
* bpo-28129: fix ctypes crashes (#386)orenmn2017-03-025-0/+53
* Add Python version since deprecation in base64 methods. (#33)Matthias Bussonnier2017-03-022-2/+12
* fix subprocess on Windows (#391)Benjamin Peterson2017-03-021-1/+1
* require uuid_generate_time_safe for all tests of it (#390)Benjamin Peterson2017-03-021-7/+8
* allow path-like objects to be cwd on windows (#389)Benjamin Peterson2017-03-021-1/+1
* correct check for _uuid_generate_time (#388)Benjamin Peterson2017-03-021-1/+1
* Revert "make the locale_flag fallback code work again (#375)" (#387)Benjamin Peterson2017-03-021-2/+3
* bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260)Petr Motejlek2017-03-012-20/+113
* make the locale_flag fallback code work again (#375)Benjamin Peterson2017-03-011-3/+2