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-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
*
bpo-29110: Fix file object leak in `aifc.open` when given invalid AIFF file. ...
Anthony Zhang
2017-02-22
1
-1/+9
*
bpo-29602: fix signed zero handling in complex constructor. (#203)
Mark Dickinson
2017-02-20
1
-0/+23
*
bpo-29532: Altering a kwarg dictionary passed to functools.partial() (#190)
Serhiy Storchaka
2017-02-20
1
-0/+9
*
bpo-22807: Expose platform UUID generation safety information. (#138)
Barry Warsaw
2017-02-18
1
-0/+40
*
bpo-29571: Use correct locale encoding in test_re (#149)
Nick Coghlan
2017-02-18
1
-1/+1
*
update test_socket AEAD test for kernel 4.9 and up (#133)
matejcik
2017-02-16
1
-8/+7
*
bpo-29576: add explicit deprecation for importlib.abc.find_loader() and find_...
Matthias Bussonnier
2017-02-16
1
-0/+6
*
bpo-29546: Set 'path' on ImportError for ``from ... import ...`` (GH-91)
Matthias Bussonnier
2017-02-15
1
-0/+19
*
Fixed #29534 - _decimal difference with _pydecimal (#65)
Andrew Nester
2017-02-14
1
-0/+10
*
bpo-28556: Various updates to typing (#28)
Ivan Levkivskyi
2017-02-13
2
-25/+226
*
Merge 3.6
Victor Stinner
2017-02-10
1
-2/+3
|
\
|
*
Fix test_datetime on Windows
Victor Stinner
2017-02-10
1
-2/+3
*
|
Merge 3.6
Victor Stinner
2017-02-10
1
-3/+7
|
\
\
|
|
/
|
*
Fix test_datetime on system with 32-bit time_t
Victor Stinner
2017-02-10
1
-3/+7
*
|
Merge 3.6
Victor Stinner
2017-02-10
1
-0/+36
|
\
\
|
|
/
|
*
Fix datetime.fromtimestamp(): check bounds
Victor Stinner
2017-02-10
1
-0/+36
*
|
Issue #29507: Update test_exceptions
Victor Stinner
2017-02-09
1
-9/+2
*
|
support: temp_dir() and change_cwd() uses repr() in error message
Victor Stinner
2017-02-08
2
-5/+5
*
|
Fix regrtest -j0 -R output
Victor Stinner
2017-02-08
1
-1/+1
*
|
Update test_support for my temp_dir/change_cwd changes
Victor Stinner
2017-02-08
2
-6/+19
[next]