Skip to content
Closed
Changes from 7 commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
a755bbb
Implement Happy Eyeballs in asyncio.
twisteroidambassador May 24, 2018
483000e
bpo-33629: Prevent coredump in test_importlib (GH-7090)
vstinner May 24, 2018
17d8830
bpo-32493: Fix uuid.uuid1() on FreeBSD. (GH-7099)
serhiy-storchaka May 24, 2018
6e413f4
Document typing.NoReturn (GH-7107)
ilevkivskyi May 25, 2018
4f0bc7f
test.regrtest: flush stdout when display progress (#7105)
vstinner May 25, 2018
19de8b3
bpo-33644: Fix signatures of tp_finalize handlers in testing code. (G…
serhiy-storchaka May 26, 2018
6e33f81
bpo-32769: A new take on annotations/type hinting glossary entries (G…
andresdelfino May 26, 2018
2298c0e
Fix typo spotted by Guido (GH-7131)
andresdelfino May 26, 2018
09f3221
bpo-33652: Improve pickle support in the typing module. (GH-7123)
serhiy-storchaka May 26, 2018
09c4a7d
bpo-33655: Also ignore test_posix_fallocate failures on BSD platforms…
ned-deily May 26, 2018
c651275
bpo-32380: Create functools.singledispatchmethod (#6306)
emmatyping May 26, 2018
97b523d
bpo-33652: Remove __getstate__ and __setstate__ methods in typing. (G…
serhiy-storchaka May 28, 2018
08c5aca
bpo-32374: Ignore Python-level exceptions in test_bad_traverse (GH-7145)
May 28, 2018
35230d0
bpo-33623: Fix possible SIGSGV when asyncio.Future is created in __de…
May 28, 2018
23f587e
bpo-31647: Fix write_eof() after close() for SelectorSocketTransport …
twisteroidambassador May 28, 2018
e549c4b
bpo-33505: Optimize asyncio.ensure_future by reordering if conditions…
May 28, 2018
dbf1022
bpo-33654: Support BufferedProtocol in set_protocol() and start_tls()…
May 28, 2018
c6c05d0
regrtest: repeat summary after re-run (GH-7159)
vstinner May 28, 2018
e97ba4c
bpo-33614: Ensures module definition files for the stable ABI on Wind…
zooba May 28, 2018
8267ea2
bpo-32458: Further tune start_tls tests (#7166)
May 28, 2018
989b9e0
bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH…
May 28, 2018
f9b364f
bro-33614: Override exit code in find_msbuild.bat (GH-7169)
zooba May 28, 2018
fdccfe0
bpo-33469: RuntimeError after closing loop that used run_in_executor …
May 28, 2018
416c1eb
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-…
May 28, 2018
7165754
bpo-32410: Avoid blocking on file IO in sendfile fallback code (GH-7172)
May 28, 2018
3d3e66c
bpo-33673: Install python-docs-theme even if Sphinx is already instal…
andresdelfino May 28, 2018
8c1ad0c
bpo-33670: Expose Sphinx errorlevel (GH-7156)
andresdelfino May 28, 2018
be00a55
bpo-33674: asyncio: Fix SSLProtocol race (GH-7175)
vstinner May 28, 2018
3e51a3d
bpo-32878: Adds documentation for st_ino on Windows (GH-5764)
zooba May 29, 2018
f295587
bpo-33674: Pause the transport as early as possible (#7192)
May 29, 2018
2179022
bpo-33654: Support protocol type switching in SSLTransport.set_protoc…
May 29, 2018
73cbe7a
bpo-32911: Revert bpo-29463. (GH-7121) (GH-7197)
serhiy-storchaka May 29, 2018
fc29450
Use module import instead of individual imports.
twisteroidambassador May 29, 2018
d792c43
Change TODO.
twisteroidambassador May 29, 2018
f9111d0
Rename helpers.py to staggered.py.
twisteroidambassador May 29, 2018
ded34e0
Add create_connection()'s new arguments in documentation.
twisteroidambassador May 29, 2018
b069c95
Add blurb.
twisteroidambassador May 29, 2018
9551f77
bpo-33353: test_asyncio use set_write_buffer_limits() (GH-7200)
vstinner May 29, 2018
a9cab43
bpo-33197: Update a error message of invalid inspect.Parameters. (GH-…
corona10 May 29, 2018
c4653c9
bpo-33622: Add checks for exceptions leaks in the garbage collector. …
serhiy-storchaka May 29, 2018
4fadf0c
Attempt to fix test_stdin_broken_pipe on Travis (#7210)
May 29, 2018
e55de2d
bpo-30935: update get_event_loop docs (GH-2731)
daxlab May 29, 2018
5d97b7b
bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-7208)
May 29, 2018
1cee216
bpo-31639: Change ThreadedHTTPServer to ThreadingHTTPServer class nam…
geryogam May 29, 2018
863b674
bpo-32684: Fix gather to propagate cancel of itself with return_excep…
May 29, 2018
e2b340a
bpo-32751: Wait for task cancellation in asyncio.wait_for() (GH-7216)
elprans May 29, 2018
f9aeca2
bpo-23859: Document that asyncio.wait() does not cancel its futures (…
elprans May 29, 2018
a34e424
Fix whatsnew entry about ThreadedHTTPServer. (GH-7220)
JulienPalard May 29, 2018
6f75bae
bpo-32684: Fix nits in tests (GH-7225)
May 29, 2018
dec947c
Fix typo introduced in GH-7217 (#7230)
elprans May 30, 2018
99279ad
Revert "bpo-22087: Fix Policy.get_event_loop() to detect fork (GH-720…
May 30, 2018
ad74d50
A better fix for asyncio test_stdin_broken_pipe (#7221)
May 30, 2018
bb9474f
Revert "A better fix for asyncio test_stdin_broken_pipe (GH-7221)" (G…
May 30, 2018
c5d3a92
Implement Happy Eyeballs in asyncio.
twisteroidambassador May 24, 2018
38c7caa
Use module import instead of individual imports.
twisteroidambassador May 29, 2018
70ec96d
Change TODO.
twisteroidambassador May 29, 2018
cef0a76
Rename helpers.py to staggered.py.
twisteroidambassador May 29, 2018
73a4a5a
Add create_connection()'s new arguments in documentation.
twisteroidambassador May 29, 2018
b3a6e1c
Add blurb.
twisteroidambassador May 29, 2018
632166d
Merge remote-tracking branch 'origin/happy-eyeballs' into happy-eyeballs
twisteroidambassador May 30, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.