This repository was archived by the owner on Dec 16, 2024. It is now read-only.
File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ Version 1.2.0
2
+ =============
3
+ - build: fix decoding std{out,err} with the right encoding
4
+ - build: fix linking problem on Windows
5
+ - fs: return entity types in pyuv.fs.scandir
6
+ - fs: remove `flags` argument from scandir
7
+ - test: fix fs tests
8
+ - core: raised libuv revision to tag 1.7.3
9
+ - tcp, udp: add ability to create sockets early
10
+ - tcp, udp: add 'family' property
11
+ - docs: update scandir documentation
12
+ - doc: fix fs functions parameter order
13
+ - doc: update documentation for TCP and UDP handles
14
+ - build: add dev-requirements.txt file
15
+ - build: add AppVeyor integration
16
+ - build: fix building when PYTHON env variable is incorrect
17
+ - test: fix test pipe name
18
+ - test: skip some TCP and UDP tests on Windows
19
+ - test: add tests for fd duplication using socket.fromfd
20
+ - udp: add support for '<broadcast>' address, a la Python
21
+ - common: simplify parsing special address
22
+ - ci: test on Travis on all branches
23
+ - doc: updated README
24
+
1
25
Version 1.1.0
2
26
=============
3
27
- test: speed-up TravisCI build process
You can’t perform that action at this time.
0 commit comments