|
| 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 | + |
1 | 39 | Version 1.3.0
|
2 | 40 | =============
|
3 | 41 | - ci: test Python 3.5 on Travis CI
|
|
0 commit comments