summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* bpo-29912: Remove redundant tests in list_tests that are found in seq_tests (...Jim Fasarakis-Hilliard2017-03-272-63/+4
* bpo-29919: Remove unused imports found by pyflakes (#137)Victor Stinner2017-03-2735-49/+28
* bpo-20552: Use specific asserts in bytes tests (#790)Serhiy Storchaka2017-03-271-15/+15
* Minor test cleanup (GH-837)Zachary Ware2017-03-272-7/+0
* import sys before we use it on line 9 (#828)Jelle Zijlstra2017-03-271-1/+2
* Fix small exception typos in Lib (#818)Jim Fasarakis-Hilliard2017-03-262-3/+3
* bpo-29900: Simplify pathlib implementation. (#814)Serhiy Storchaka2017-03-251-29/+17
* bpo-29901: Improve support of path-like objects in zipapp. (#815)Serhiy Storchaka2017-03-251-7/+4
* bpo-29862: Fix grammar in importlib.reload() exception (GH-809)Mandeep Bhutani2017-03-251-1/+1
* bpo-29894: Deprecate returning an instance of complex subclass from __complex...Serhiy Storchaka2017-03-242-3/+5
* bpo-25803: Avoid incorrect errors raised by Path.mkdir(exist_ok=True) (#805)Serhiy Storchaka2017-03-242-17/+20
* bpo-29861: release references to multiprocessing Pool tasks (#743)Antoine Pitrou2017-03-242-1/+34
* bpo-19930: The mode argument of os.makedirs() no longer affects the file (#799)Serhiy Storchaka2017-03-242-1/+13
* bpo-6532: Make the thread id an unsigned integer. (#781)Serhiy Storchaka2017-03-235-8/+13
* fix function name in tabnanny documentation (GH-759)Jelle Zijlstra2017-03-221-1/+1
* bpo-20087: Revert "make the glibc alias table take precedence over the X11 on...Benjamin Peterson2017-03-202-109/+42
* bpo-28876: bool of large range raises OverflowError (#699)4kir42017-03-201-4/+13
* bpo-29845: Mark tests that use _testcapi as CPython-only (#711)Serhiy Storchaka2017-03-195-1/+8
* bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514)Serhiy Storchaka2017-03-192-1/+27
* bpo-29776: Use decorator syntax for properties. (#585)Serhiy Storchaka2017-03-1910-33/+52
* bpo-29836: Remove nturl2path from test_sundry and amend the module docstring ...Jim Fasarakis-Hilliard2017-03-172-3/+7
* bpo-29808: SysLogHandler: Do not fail if initial connect to syslog failed (#6...Коренберг Марк2017-03-171-1/+8
* bpo-16355: Clarify when inspect.getcomments() returns None (#428)Marco Buttu2017-03-171-0/+5
* bpo-29581: Make ABCMeta.__new__ pass **kwargs to type.__new__ (#527)Nate2017-03-152-2/+14
* 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