index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-29773: Add more cases for testing string to float conversion errors. (#580)
Serhiy Storchaka
2017-03-09
1
-8/+20
*
bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#570)
orenmn
2017-03-09
1
-15/+24
*
bpo-29645: Speed up importing the webbrowser module. (#484)
Serhiy Storchaka
2017-03-08
1
-0/+25
*
bpo-28231: The zipfile module now accepts path-like objects for external path...
Serhiy Storchaka
2017-03-08
1
-15/+102
*
bpo-28230: Document the pathlib support in tarfile and add tests. (#512)
Serhiy Storchaka
2017-03-08
1
-0/+76
*
Revert "bpo-29571: Use correct locale encoding in test_re (#149)" (#554)
Benjamin Peterson
2017-03-08
1
-1/+1
*
make the glibc alias table take precedence over the X11 one (#422)
Benjamin Peterson
2017-03-08
1
-1/+4
*
bpo-29568: Disable any characters between two percents for escaped percent "%...
Serhiy Storchaka
2017-03-08
1
-41/+36
*
bpo-24329: allow __qualname__ and __classcell__ in __slots__ (GH-495)
Xiang Zhang
2017-03-08
1
-0/+40
*
bpo-26915: Test identity first in membership operation in index() and count()...
Xiang Zhang
2017-03-08
1
-4/+13
*
bpo-28682: Added support for bytes paths in os.fwalk(). (#489)
Serhiy Storchaka
2017-03-07
1
-12/+19
*
bpo-28728: clarify possible test failure due to ISP (GH-412)
Xiang Zhang
2017-03-07
1
-5/+15
*
bpo-29695: Fixed tests after removing keyword args support in some basic type...
Serhiy Storchaka
2017-03-06
1
-8/+14
*
bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an...
Serhiy Storchaka
2017-03-06
5
-14/+12
*
bpo-29714: Fix a regression that bytes format may fail when containing zero ...
Xiang Zhang
2017-03-06
1
-0/+10
*
bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)
Serhiy Storchaka
2017-03-05
5
-2/+26
*
bpo-29638: Fix spurious refleaks after typing is imported (#469)
Ivan Levkivskyi
2017-03-05
1
-3/+8
*
Change assertRaises to assertRaisesRegex in test_xmlrpc (#481)
Dillon Brock
2017-03-05
1
-3/+3
*
bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS. (#462)
Ned Deily
2017-03-04
2
-0/+5
*
bpo-27593: Get SCM build info from git instead of hg. (#446)
Ned Deily
2017-03-04
1
-6/+6
*
bpo-29623: Make PathLike objects work with ConfigParser.read() (#242)
David Ellis
2017-03-03
1
-0/+11
*
bpo-29693: Fix for DeprecationWarning in test_import (#421)
Anish Shah
2017-03-03
1
-2/+2
*
bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/...
Yury Selivanov
2017-03-03
1
-0/+29
*
asyncio: Fix trailing whitespace/code style
Yury Selivanov
2017-03-03
1
-4/+6
*
bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405)
Seth M. Larson
2017-03-03
1
-0/+22
*
bpo-28893: Set __cause__ for errors in async iteration protocol (#407)
Yury Selivanov
2017-03-03
1
-0/+38
*
bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406)
Yury Selivanov
2017-03-03
1
-0/+17
*
bpo-29703: asyncio: Fix creating new event loops in child processes. (#404)
Yury Selivanov
2017-03-03
1
-0/+22
*
Add Python version since deprecation in base64 methods. (#33)
Matthias Bussonnier
2017-03-02
1
-0/+8
*
require uuid_generate_time_safe for all tests of it (#390)
Benjamin Peterson
2017-03-02
1
-7/+8
*
correct check for _uuid_generate_time (#388)
Benjamin Peterson
2017-03-02
1
-1/+1
*
Revert "make the locale_flag fallback code work again (#375)" (#387)
Benjamin Peterson
2017-03-02
1
-2/+3
*
bpo-29615: SimpleXMLRPCDispatcher no longer chains KeyError (#260)
Petr Motejlek
2017-03-01
1
-1/+89
*
make the locale_flag fallback code work again (#375)
Benjamin Peterson
2017-03-01
1
-3/+2
*
use select instead of _opcode for import test (#372)
Benjamin Peterson
2017-03-01
1
-5/+5
*
weaken test_from_import_missing_attr_has_name_and_path regular expression (#371)
Benjamin Peterson
2017-03-01
1
-1/+1
*
bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used ...
Xiang Zhang
2017-02-28
1
-6/+7
*
bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-236)
Xiang Zhang
2017-02-27
1
-0/+3
*
bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathL...
Sayan Chowdhury
2017-02-26
1
-0/+10
*
bpo-29110: add test for Aifc_write. (GH-293)
INADA Naoki
2017-02-26
1
-1/+9
*
bpo-26128: Added __init__to subprocess.STARTUPINFO (#171)
Subhendu Ghosh
2017-02-25
1
-0/+16
*
bpo-16285: Update urllib quoting to RFC 3986 (#173)
Ratnadeep Debnath
2017-02-25
1
-2/+2
*
bpo-24241: Add dedicated webbrowser.register test case (#288)
Nick Coghlan
2017-02-25
1
-0/+53
*
bpo-28556: Fix regression that sneaked into recent typing updates (GH-270)
Ivan Levkivskyi
2017-02-24
1
-0/+8
*
bpo-29637: clean docstring only if not None (GH-267)
Matthias Bussonnier
2017-02-24
1
-0/+1
*
Update to typing: treat subscripted generics as proxies (#265)
Ivan Levkivskyi
2017-02-24
1
-0/+27
*
bpo-29622: Make AST constructor to accept less than enough number of position...
INADA Naoki
2017-02-23
1
-4/+0
*
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting ...
Martijn Pieters
2017-02-23
1
-0/+9
*
bpo-29463: Add docstring field to some AST nodes. (#46)
INADA Naoki
2017-02-22
2
-74/+88
*
bpo-29546: Improve from-import error message with location (#103)
Matthias Bussonnier
2017-02-22
1
-1/+13
[next]