Skip to content
This repository was archived by the owner on Dec 16, 2024. It is now read-only.

Commit a758abc

Browse files
committed
core: updated changelog
1 parent 08b8f7a commit a758abc

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

ChangeLog

+38
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
Version 1.4.0
2+
=============
3+
- misc: sign tags
4+
- build: fix libuv cleanup if it was already clean
5+
- build: add scripts to build manylinux wheels using Docker
6+
- timers: emit warning if sub-millisecond accuracy is requested
7+
- udp: add .send_queue_size
8+
- core: avoid _Py_DEC_REFTOTAL when not defined
9+
- core: do not rely on tp_clear being non-NULL
10+
- core: work around cpyext tuple restrictions
11+
- test: account for pypy in traceback tests
12+
- test: close loop handles
13+
- test: convert weakref into handle lifetime test
14+
- test: encode stderr as utf-8 under python 2
15+
- test: delete handles and clean up in teardown
16+
- ci: add pypy to tox and travis
17+
- build: support building with MinGW-w64
18+
- misc: update classifiers in setup.py
19+
- misc: use single quotes in setup.py
20+
- doc: fix documentation on Idle handles
21+
- doc: fix note directive usage.
22+
- build: raised libuv revision to tag 1.12.0
23+
- build: fix unicode errors on Windows 10
24+
- ci: add Python 3.6
25+
- tests: fix TCP test (socket is already closed)
26+
- ci: turn off annoying Travis notifications
27+
- ci: run only on long-term branches
28+
- ci: use new PyPy version on Travis
29+
- deps: add libuv sources v1.12.0
30+
- build: use setuptools to build libuv
31+
- pipe: expose Pipe.ipc attribute
32+
- docs: update IPC docs
33+
- pipe: add abstract namespace support
34+
- misc: update classifiers
35+
- core: set version to 1.4.0
36+
- core: update libuv to version 1.13.1
37+
- build: only link with kvm on netbsd
38+
139
Version 1.3.0
240
=============
341
- ci: test Python 3.5 on Travis CI

0 commit comments

Comments
 (0)