Andrew Resch
|
596d98cac4
|
Clean-up python code (#3075)
lint and enforce python code formatting
|
2018-06-12 11:43:13 +02:00 |
Arvid Norberg
|
07ff024e30
|
fix conversions of resume_data field of save_resume_data_alert. make write_resume_data_buf return a byte-array. use write_resume_data_buf() in client.py instead of, the deprecated, resume_data
|
2018-04-29 16:33:09 +02:00 |
Arvid Norberg
|
fc56ec194a
|
merge RC_1_1 into master
|
2018-04-29 15:07:26 +02:00 |
Arvid Norberg
|
747fcb633a
|
fix typo in client.py. introduce parse_magnet_uri_dict to python binding (returning a dict) in preparation for next major version that will release an add_torrent_params object
|
2018-04-28 19:05:23 +02:00 |
Eugene Shalygin
|
927647acc5
|
Add options to specify network interfaces to client.py
|
2018-04-28 15:55:28 +02:00 |
arvidn
|
686e3ed27b
|
merged RC_1_1
|
2017-09-12 00:22:55 +02:00 |
arvidn
|
ccbd6cbcfe
|
remove rss_reader.py, since rss has been reprecated. fix python binding for torrent_handle, to be hashable. update client_test.py to not use deprecated APIs and follow best (libtorrent) practice
|
2017-09-11 22:28:57 +02:00 |
arvidn
|
4947602a2f
|
make add_torrent_params::flags_t an enum class and move it out into its own header
|
2017-07-17 01:05:31 -07:00 |
arvidn
|
645d658214
|
merged RC_1_1 into master
|
2017-04-13 07:42:32 -07:00 |
arvidn
|
0445ae4917
|
remove use of deprecated peer_info queued state in client.py
|
2017-04-13 04:48:33 -07:00 |
Arvid Norberg
|
7285813449
|
fix merge issue in python endpoint converter (#1625)
fix merge issue in python endpoint converter
|
2017-01-25 23:42:26 -05:00 |
Falcosc
|
32e0028e32
|
Fix python client (#1512)
extend python test to include examples. add piece index and block index python bindings
|
2017-01-24 08:50:36 -05:00 |
Calum Lind
|
d32ed4b9de
|
Fixup python code in bindings to pass PEP8 codestyle
* Passes Flake8 default settings.
* Tabs replace spaces
* Ensure print_function available for python2
|
2017-01-21 00:21:54 -05:00 |
arvidn
|
e8693465a5
|
remove more references to compact storage allocation
|
2016-03-20 19:14:46 -04:00 |
Arvid Norberg
|
790ef041bf
|
merged changes from RC_1_0
|
2014-12-07 07:22:39 +00:00 |
Arvid Norberg
|
3f61ee0ff3
|
merged changes from RC_1_0
|
2014-11-19 09:23:08 +00:00 |
Arvid Norberg
|
e94335ec7f
|
merged python example fix from RC_0_16
|
2014-02-19 08:50:59 +00:00 |
Arvid Norberg
|
dfe541ecec
|
merged python fix from RC_0_16
|
2013-03-29 02:46:12 +00:00 |
Arvid Norberg
|
7974e50bb8
|
merged python fix from RC_0_16
|
2012-10-13 16:50:07 +00:00 |
Arvid Norberg
|
f326525e8e
|
merged python fixes from RC_0_16
|
2012-09-29 05:10:34 +00:00 |
Arvid Norberg
|
15ecec3ae5
|
merged python GIL fix from RC_0_16
|
2012-09-19 06:13:04 +00:00 |
Arvid Norberg
|
bcfba9e485
|
merged python 3 support from RC_0_16
|
2012-07-16 01:12:39 +00:00 |
Arvid Norberg
|
1c13f828dd
|
python binding fixes
|
2011-03-07 08:24:02 +00:00 |
Arvid Norberg
|
8846fe4b93
|
one more python type converter
|
2010-12-15 08:30:04 +00:00 |
Arvid Norberg
|
3c262bcd52
|
added new announce_entry members to python bindings. Also excluded deprecated functions from the python bindings when built without them
|
2009-12-21 22:02:34 +00:00 |
Arvid Norberg
|
340476f45b
|
fixed client.py example
|
2008-11-21 17:54:04 +00:00 |
Arvid Norberg
|
723aba6c24
|
solved issue with pausing checking torrents. Introduced a new state, checkin_resume_data, which a torrent is in while waiting for the disk io thread to verify the resume data, but before it has been determined wheter it should be queued for checking or not
|
2008-11-19 00:46:48 +00:00 |
Andrew Resch
|
ff41246c42
|
update client.py
|
2008-10-02 06:49:52 +00:00 |
Arvid Norberg
|
59767d0e61
|
python bindings and examples fixes
|
2008-08-18 12:29:01 +00:00 |
Arvid Norberg
|
6ff2d8accf
|
udpated docs and fixed python binding issues
|
2007-06-11 03:28:07 +00:00 |
Arvid Norberg
|
05714ab5aa
|
fixes get_download_queue in python binding
|
2007-04-19 17:56:12 +00:00 |
Arvid Norberg
|
6186e3fce7
|
attempt to fix #12
|
2007-04-19 01:26:23 +00:00 |
Arvid Norberg
|
fa85e3848f
|
the client test for the python bindings are now attempting to use extensions, it doesn't seem to work properly yet though
|
2007-04-09 00:48:26 +00:00 |
Daniel Wallin
|
ae2b0afafb
|
Fixed float -> int conversion of parameters.
|
2007-01-11 17:33:43 +00:00 |
Daniel Wallin
|
8cf5c01ba0
|
Added console driver for *nix.
|
2007-01-10 19:58:54 +00:00 |
Daniel Wallin
|
aa3ce54455
|
Python binding initial checkin.
|
2007-01-10 16:11:43 +00:00 |