Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
refs/tags/v3.6.1
/
Lib
/
test
tag
208f61cc7a5dbc9879ae6e5c2f95891e270f09ef
tagger
Ned Deily <nad@python.org>
Tue Mar 21 06:46:28 2017
object
69c0db5050f623e8895b72dfe970392b1f9a0e2e
Tag v3.6.1
75345c5
[3.6] bpo-29723: Consistently configure sys.path[0] (#636)
by Nick Coghlan
· 8 years ago
1d391f9
[3.6] bpo-28087: Skip test_asyncore and test_eintr poll failures on macOS (#463)
by Ned Deily
· 8 years ago
95c50e5
[3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454)
by Ned Deily
· 8 years ago
21ce65a
[3.6] bpo-29623: Make PathLike objects work with ConfigParser.read() (#242) (#432)
by Berker Peksag
· 8 years ago
c7ff163
Add Python version since deprecation in base64 methods. (#33) (#429)
by Berker Peksag
· 8 years ago
d8b72e4
bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/C (#408)
by Yury Selivanov
· 8 years ago
604faba
bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405)
by Seth M. Larson
· 8 years ago
13802a3
bpo-29271: Fix Task.current_task and Task.all_tasks to accept None. (#406)
by Yury Selivanov
· 8 years ago
dea5101
bpo-28893: Set __cause__ for errors in async iteration protocol (#407)
by Yury Selivanov
· 8 years ago
01e5230
bpo-29703: asyncio: Fix creating new event loops in child processes. (#404) (#410)
by Yury Selivanov
· 8 years ago
53039ad
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#95)
by Martijn Pieters
· 8 years ago
4b6c417
bpo-29376: Fix assertion error in threading._DummyThread.is_alive() (GH-330)
by Xiang Zhang
· 8 years ago
c9131b6
[3.6] bpo-29110: Fix file object leak in `aifc.open` (#310)
by INADA Naoki
· 8 years ago
6b81003
bpo-28624: Add a test that checks that cwd parameter of Popen() accepts PathLike objects (#157) (#323)
by Berker Peksag
· 8 years ago
bea9d2f
[3.6] bpo-28556: Update to typing: treat subscripted generics as proxies (GH-265) (GH-268)
by Mariatta
· 8 years ago
e48fd93
bpo-29532: Altering a kwarg dictionary passed to functools.partial() no longer affects a partial object after creation. (#209)
by Serhiy Storchaka
· 8 years ago
d9b3cdd
bpo-29602: fix signed zero handling in complex constructor. (#203) (#206)
by Mark Dickinson
· 8 years ago
0683d68
[3.6] bpo-29571: Use correct locale encoding in test_re (#149) (#153)
by Nick Coghlan
· 8 years ago
0230e64
bpo-28556: Various updates to typing (#28) (#77)
by Mariatta
· 9 years ago
2a35c93
Fix test_datetime on Windows
by Victor Stinner
· 9 years ago
6f37e36
Fix test_datetime on system with 32-bit time_t
by Victor Stinner
· 9 years ago
b67f096
Fix datetime.fromtimestamp(): check bounds
by Victor Stinner
· 9 years ago
2dfa6cb
Issue #28164: Improves test on Windows 7
by Steve Dower
· 9 years ago
0c8ee60
Updates test_winconsoleio to better show the source of its issues.
by Steve Dower
· 9 years ago
5f9193a
Issue #29326: Ignores blank lines in ._pth files (Patch by Alexey Izbyshev)
by Steve Dower
· 9 years ago
722e3e2
Issue #28164: Correctly handle special console filenames (patch by Eryk Sun)
by Steve Dower
· 9 years ago
eacee98
Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun)
by Steve Dower
· 9 years ago
1add96f
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
by Steve Dower
· 9 years ago
d3c4853
Issue #29416: Prevent infinite loop in pathlib.Path.mkdir
by Steve Dower
· 9 years ago
86e4237
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
by Serhiy Storchaka
· 9 years ago
7e10dbb
Issue #29444: Fixed out-of-bounds buffer access in the group() method of
by Serhiy Storchaka
· 9 years ago
993f535
Fixes #24875: Merged fix from 3.5.
by Vinay Sajip
· 9 years ago
db6322c
Fixes #24875: pip can now be installed in a venv with --system-site-packages.
by Vinay Sajip
· 9 years ago
64e9127
Merge 3.5
by Victor Stinner
· 9 years ago
a5917d1
Issue #29300: test_struct tests unpack_from() with keywords
by Victor Stinner
· 9 years ago
28cf663
closes issue29167: fix race condition in (Int)Flag
by Ethan Furman
· 9 years ago
4102d25
Issue #29337: Fixed possible BytesWarning when compare the code objects.
by Serhiy Storchaka
· 9 years ago
713640c
Issue #29337: Fixed possible BytesWarning when compare the code objects.
by Serhiy Storchaka
· 9 years ago
9cf20a6
Issues #29273: Merge test___all__ from 3.5
by Martin Panter
· 9 years ago
b1b985d
Issue #29273: Remove unneeded workaround to restore locale
by Martin Panter
· 9 years ago
9358a6e
Skip the test requiring ctypes if ctypes is unavailable.
by Gregory P. Smith
· 9 years ago
1fa08bc
Skip the test requiring ctypes if ctypes is unavailable.
by Gregory P. Smith
· 9 years ago
21a9b1d
typo fix, extra '.' on MacOS :)
by Gregory P. Smith
· 9 years ago
21d333b
typo fix, extra '.' :)
by Gregory P. Smith
· 9 years ago
744cd63
Issue #28556: Allow defining methods in NamedTuple class syntax (#362) (3.5->3.6)
by Guido van Rossum
· 9 years ago
95919c0
Issue #28556: Allow defining methods in NamedTuple class syntax (#362)
by Guido van Rossum
· 9 years ago
0c5f47f
Issue #28556: various style fixes for typing.py (3.5->3.6)
by Guido van Rossum
· 9 years ago
d7adfe1
Issue #28556: various style fixes for typing.py
by Guido van Rossum
· 9 years ago
78034c8
Issue #29335: Fix subprocess.Popen.wait() when the child process has
by Gregory P. Smith
· 9 years ago
50e16e3
Issue #29335: Fix subprocess.Popen.wait() when the child process has
by Gregory P. Smith
· 9 years ago
b168118
Issue #29290: Merge 3.5.
by Xiang Zhang
· 9 years ago
7fe28ad
Issue #29290: argparse help messages won't wrap at non-breaking spaces.
by Xiang Zhang
· 9 years ago
398ef5c
Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().
by Serhiy Storchaka
· 9 years ago
38a49be
Issue #29198: add AsyncGenerator (Jelle Zijlstra) (3.5->3.6)
by Guido van Rossum
· 9 years ago
e9ed560
Issue #29198: add AsyncGenerator (Jelle Zijlstra)
by Guido van Rossum
· 9 years ago
49f08a2
Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra (3.5->3.6)
by Guido van Rossum
· 9 years ago
3c268be
Issue #28556: allow default values in class form of NamedTuple -- Jelle Zijlstra
by Guido van Rossum
· 9 years ago
043a8bc
Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349, #350) (3.5->3.6)
by Guido van Rossum
· 9 years ago
83ec302
Issue #28556: merge 5 more typing changes from upstream (#340, #344, #348, #349, #350)
by Guido van Rossum
· 9 years ago
e12c313
merge
by Raymond Hettinger
· 9 years ago
8049052
Issue #29011: Fix an important omission by adding Deque to the typing module.
by Raymond Hettinger
· 9 years ago
61eda72
Fixed #29132: Updated shlex to work better with punctuation chars in POSIX mode.
by Vinay Sajip
· 9 years ago
758c7d0
Merge tests from 3.5
by Martin Panter
· 9 years ago
42e1ea9
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
by Serhiy Storchaka
· 9 years ago
6779652
Issue #28969: Fixed race condition in C implementation of functools.lru_cache.
by Serhiy Storchaka
· 9 years ago
b71c095
Issues #1621, #29145: Test for str.join() overflow
by Martin Panter
· 9 years ago
52e2907
Issue #22980: Skip a sysconfig test if _ctypes is not available.
by Martin Panter
· 9 years ago
12c4aba
Merge 3.5
by Victor Stinner
· 9 years ago
9b8dcc6
Fix script_helper.run_python_until_end(): copy SYSTEMROOT
by Victor Stinner
· 9 years ago
de38328
Issue #25591: Fix test_imaplib if ssl miss
by Victor Stinner
· 9 years ago
a861d48
Issue #292Merged fixes from 3.5.
by Vinay Sajip
· 9 years ago
924aaae
Issue #29220: Improved fix and test.
by Vinay Sajip
· 9 years ago
1e6499c
Fixes #29177: Improved resilience of logging tests which use socket servers.
by Vinay Sajip
· 9 years ago
c44d58a
Issue #29142: Merge 3.5.
by Xiang Zhang
· 9 years ago
959ff7f
Issue #29142: Fix suffixes in no_proxy handling in urllib.
by Xiang Zhang
· 9 years ago
4ee3914
Issue #29203: functools.lru_cache() now respects PEP 468
by Raymond Hettinger
· 9 years ago
ec53b07
Add OrderedDict test for PEP 468 (guaranteed ordered of kwargs)
by Raymond Hettinger
· 9 years ago
625fb64
Issue #28815: Merge test tweak from 3.5
by Martin Panter
· 9 years ago
8cbd46f
Issue #28815: Use new exception subclasses
by Martin Panter
· 9 years ago
94d1bfa
test_curses - substitute self.skip() with self.skipTest()
by Xavier de Gaye
· 9 years ago
645bc80
test_curses - substitute self.skip() with self.skipTest()
by Xavier de Gaye
· 9 years ago
a634e23
Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception.
by INADA Naoki
· 9 years ago
4fd9cc1
Issue #29156: Remove superfluous pow test.
by Serhiy Storchaka
· 9 years ago
1d54b11
Issue #29156: Remove superfluous pow test.
by Serhiy Storchaka
· 9 years ago
01debac
Issue #15812: Merge from 3.5
by Berker Peksag
· 9 years ago
ff0e3b7
Issue #15812: inspect.getframeinfo() now correctly shows the first line of a context
by Berker Peksag
· 9 years ago
9db22dd
Issue #26267: Merge from 3.5
by Berker Peksag
· 9 years ago
6b5e4a8
Issue #26267: Improve uuid.UUID documentation
by Berker Peksag
· 9 years ago
e9ee207
Issue #29061: secrets.randbelow() would hang with a negative input
by Raymond Hettinger
· 9 years ago
6c57708
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
by Serhiy Storchaka
· 9 years ago
bdf9e0e
Issue #13051: Fixed recursion errors in large or resized curses.textpad.Textbox.
by Serhiy Storchaka
· 9 years ago
686c1f6
Issue #9770: curses.ascii predicates now work correctly with negative integers.
by Serhiy Storchaka
· 9 years ago
283de2b
Issue #9770: curses.ascii predicates now work correctly with negative integers.
by Serhiy Storchaka
· 9 years ago
b7fc5e4
Issue #29073: Added a test for bytearray formatting with null byte.
by Serhiy Storchaka
· 9 years ago
c9ad8b7
Issue #29073: bytearray formatting no longer truncates on first null byte.
by Serhiy Storchaka
· 9 years ago
d741ed4
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 9 years ago
e10ca3a
Issue #28427: old keys should not remove new values from
by Antoine Pitrou
· 9 years ago
a7613aa
Merge: #25591: improve imap tests.
by R David Murray
· 9 years ago
b079c07
#25591: improve imap tests.
by R David Murray
· 9 years ago
da31ba9
Issue #28815: Merge test_socket fix from 3.5
by Martin Panter
· 9 years ago
Next »