[Python-modules-commits] [python-twitter] 01/04: Import python-twitter_3.3.orig.tar.gz

Koichi Akabe vbkaisetsu-guest at moszumanska.debian.org
Sat Oct 21 02:13:45 UTC 2017


This is an automated email from the git hooks/post-receive script.

vbkaisetsu-guest pushed a commit to branch master
in repository python-twitter.

commit 84e92272de85ca275ab31e27fa5068489873187e
Author: Koichi Akabe <vbkaisetsu at gmail.com>
Date:   Mon Oct 16 00:21:55 2017 +0900

    Import python-twitter_3.3.orig.tar.gz
---
 .gitignore                                         |   54 +
 AUTHORS.rst                                        |   37 +
 CHANGES                                            |   73 +-
 COPYING                                            |    2 +-
 ChangeLog                                          | 1015 ----
 GAE.rst                                            |   55 +
 MANIFEST.in                                        |    6 +-
 Makefile                                           |   67 +
 NOTICE                                             |   10 -
 README.md                                          |  212 -
 README.rst                                         |  243 +
 circle.yml                                         |   12 +
 coveragerc                                         |    2 +
 doc/changelog.rst                                  |  113 +
 doc/changes_to_tweet_counting.rst                  |   79 +
 doc/conf.py                                        |   45 +-
 doc/contributing.rst                               |   37 +
 doc/getting_started.rst                            |   51 +
 doc/index.rst                                      |   74 +-
 doc/installation.rst                               |   51 +
 doc/migration_v30.rst                              |  153 +
 doc/models.rst                                     |   15 +
 doc/modules.rst                                    |   10 +
 doc/python-twitter-app-creation-part1.png          |  Bin 0 -> 264928 bytes
 doc/python-twitter-app-creation-part2.png          |  Bin 0 -> 156712 bytes
 doc/python-twitter-app-creation-part3.png          |  Bin 0 -> 168112 bytes
 doc/rate_limits.rst                                |   83 +
 doc/searching.rst                                  |   19 +
 doc/twitter.html                                   | 5028 +++++++++++--------
 doc/twitter.rst                                    |   38 +
 doc/with_django.rst                                |    4 +
 examples/shorten_url.py                            |  142 +-
 examples/streaming/track_users.py                  |   77 +
 examples/tweet.py                                  |  156 +-
 examples/twitter-to-xhtml.py                       |  108 +-
 examples/view_friends.py                           |   46 +
 get_access_token.py                                |   85 +-
 pytest.ini                                         |   14 +
 python-twitter.spec                                |   50 -
 requirements.docs.txt                              |    5 +
 requirements.testing.txt                           |   18 +
 requirements.txt                                   |   11 +-
 setup.cfg                                          |   15 +
 setup.py                                           |  110 +-
 test.py                                            |    5 +
 testdata/168NQ.jpg                                 |  Bin 0 -> 44772 bytes
 testdata/3.2/extended_tweet_in_compat_mode.json    |    1 +
 testdata/3.2/extended_tweet_in_extended_mode.json  |    1 +
 testdata/corgi.gif                                 |  Bin 0 -> 3168800 bytes
 testdata/direct_message-destroy.json               |   10 +-
 testdata/direct_messages-new.json                  |   10 +-
 testdata/direct_messages.json                      |   12 +-
 testdata/featured.json                             |  303 +-
 testdata/followers.json                            |  955 +++-
 testdata/friends.json                              |  590 ++-
 testdata/friends_timeline-kesuke.json              |  303 +-
 testdata/friendship-create.json                    |   16 +-
 testdata/friendship-destroy.json                   |   16 +-
 testdata/get_blocks_0.json                         |    1 +
 testdata/get_blocks_1.json                         |    1 +
 testdata/get_blocks_ids_0.json                     |    1 +
 testdata/get_blocks_ids_1.json                     |    1 +
 testdata/get_direct_messages.json                  |    1 +
 testdata/get_favorites.json                        |    1 +
 testdata/get_follower_ids.json                     |    1 +
 testdata/get_follower_ids_0.json                   |    1 +
 testdata/get_follower_ids_1.json                   |    1 +
 testdata/get_follower_ids_paged.json               |    1 +
 testdata/get_follower_ids_stringify.json           |    1 +
 testdata/get_followers_0.json                      |    1 +
 testdata/get_followers_1.json                      |    1 +
 testdata/get_friend_ids_0.json                     |    1 +
 testdata/get_friend_ids_1.json                     |    1 +
 testdata/get_friends.json                          |    1 +
 testdata/get_friends_0.json                        |    1 +
 testdata/get_friends_1.json                        |    1 +
 testdata/get_friends_2.json                        |    1 +
 testdata/get_friends_3.json                        |    1 +
 testdata/get_friends_4.json                        |    1 +
 testdata/get_friends_ids.json                      |    1 +
 testdata/get_friends_paged.json                    |    1 +
 testdata/get_friends_paged_additional_params.json  |    1 +
 testdata/get_friends_paged_uid.json                |    1 +
 testdata/get_friendships_lookup_muting.json        |    1 +
 .../get_friendships_lookup_muting_blocking.json    |    1 +
 testdata/get_friendships_lookup_none.json          |    1 +
 testdata/get_get_memberships.json                  |    1 +
 testdata/get_get_memberships_himawari8bot.json     |    1 +
 testdata/get_get_subscriptions.json                |    1 +
 testdata/get_get_subscriptions_uid.json            |    1 +
 testdata/get_help_configuration.json               |    1 +
 testdata/get_home_timeline.json                    |    1 +
 testdata/get_list_members.json                     |    1 +
 testdata/get_list_members_0.json                   |    1 +
 testdata/get_list_members_1.json                   |    1 +
 testdata/get_list_members_extra_params.json        |    1 +
 testdata/get_list_timeline.json                    |    1 +
 testdata/get_list_timeline_count.json              |    1 +
 testdata/get_list_timeline_count_rts_ent.json      |    1 +
 testdata/get_list_timeline_id.json                 |    1 +
 testdata/get_list_timeline_max_since.json          |    1 +
 testdata/get_lists.json                            |    1 +
 testdata/get_lists_list.json                       |    1 +
 testdata/get_lists_list_screen_name.json           |    1 +
 testdata/get_lists_list_user_id.json               |    1 +
 testdata/get_memberships.json                      |    1 +
 testdata/get_mentions.json                         |    1 +
 testdata/get_mutes_users_ids.json                  |    1 +
 testdata/get_mutes_users_ids_loop_0.json           |    1 +
 testdata/get_mutes_users_ids_loop_1.json           |    1 +
 testdata/get_mutes_users_list.json                 |    1 +
 testdata/get_mutes_users_list_loop_0.json          |    1 +
 testdata/get_mutes_users_list_loop_1.json          |    1 +
 testdata/get_replies.json                          |    1 +
 testdata/get_retweeters.json                       |    1 +
 testdata/get_retweets.json                         |    1 +
 testdata/get_retweets_count.json                   |    1 +
 testdata/get_retweets_of_me.json                   |    1 +
 testdata/get_search.json                           |    1 +
 testdata/get_search_geocode.json                   |    1 +
 testdata/get_search_raw.json                       |    1 +
 testdata/get_sent_direct_messages.json             |    1 +
 testdata/get_show_friendship.json                  |    1 +
 testdata/get_show_subscription.json                |    1 +
 testdata/get_show_subscription_extra_params.json   |    1 +
 testdata/get_show_subscription_not_subscriber.json |    1 +
 testdata/get_status.json                           |    1 +
 testdata/get_status_ext_alt.json                   |    1 +
 testdata/get_status_extra_params.json              |    1 +
 testdata/get_status_oembed.json                    |    1 +
 testdata/get_status_promoted_video_tweet.json      |    1 +
 testdata/get_trends_current.json                   |    1 +
 testdata/get_trends_current_unicode.json           |    1 +
 testdata/get_trends_woeid.json                     |    1 +
 testdata/get_trends_woeid_exclude.json             |    1 +
 testdata/get_user.json                             |    1 +
 testdata/get_user_retweets.json                    |    1 +
 testdata/get_user_suggestion.json                  |    1 +
 testdata/get_user_suggestion_categories.json       |    1 +
 testdata/get_user_timeline.json                    |    1 +
 testdata/get_user_timeline_count.json              |    1 +
 testdata/get_user_timeline_sincemax.json           |    1 +
 testdata/get_users_search.json                     |    1 +
 testdata/get_verify_credentials_include_email.json |    1 +
 testdata/lookup_friendship.json                    |    1 +
 testdata/models/models_category.json               |    1 +
 testdata/models/models_direct_message.json         |    1 +
 testdata/models/models_direct_message_short.json   |    1 +
 testdata/models/models_hashtag.json                |    1 +
 testdata/models/models_list.json                   |    1 +
 testdata/models/models_media.json                  |    1 +
 testdata/models/models_status.json                 |    1 +
 testdata/models/models_status_no_user.json         |    1 +
 testdata/models/models_trend.json                  |    1 +
 testdata/models/models_url.json                    |    1 +
 testdata/models/models_user.json                   |    1 +
 testdata/models/models_user_status.json            |    1 +
 testdata/models/status_quoted_tweet.json           |    1 +
 .../models/status_quoted_tweet_with_media.json     |    1 +
 testdata/post_blocks_create.json                   |    1 +
 testdata/post_blocks_destroy.json                  |    1 +
 testdata/post_create_favorite.json                 |    1 +
 testdata/post_create_list.json                     |    1 +
 testdata/post_create_lists_member.json             |    1 +
 testdata/post_create_lists_member_multiple.json    |    1 +
 testdata/post_create_subscription.json             |    1 +
 testdata/post_destroy_direct_message.json          |    1 +
 testdata/post_destroy_favorite.json                |    1 +
 testdata/post_destroy_list.json                    |    1 +
 testdata/post_destroy_lists_member.json            |    1 +
 testdata/post_destroy_lists_member_multiple.json   |    1 +
 testdata/post_destroy_status.json                  |    1 +
 testdata/post_destroy_subscription.json            |    1 +
 testdata/post_media.json                           |    1 +
 testdata/post_mutes_users_create.json              |    1 +
 testdata/post_mutes_users_create_skip_status.json  |    1 +
 testdata/post_mutes_users_destroy.json             |    1 +
 testdata/post_post_direct_message.json             |    1 +
 testdata/post_update.json                          |    1 +
 testdata/post_update_extra_params.json             |    1 +
 testdata/post_update_media_id.json                 |    1 +
 testdata/post_update_with_media.json               |    1 +
 testdata/post_upload_chunked_FINAL.json            |    1 +
 testdata/post_upload_chunked_INIT.json             |    1 +
 testdata/post_upload_media_simple.json             |    1 +
 testdata/public_timeline.json                      |  303 +-
 testdata/ratelimit.json                            |    1 +
 testdata/replies.json                              |  108 +-
 testdata/retweet.json                              |   16 +-
 testdata/retweets_of_me.json                       |   27 +-
 testdata/show-89512102.json                        |   16 +-
 testdata/show-dewitt.json                          |   25 +-
 testdata/status-destroy.json                       |   16 +-
 testdata/update.json                               |   16 +-
 testdata/update_latlong.json                       |   30 +-
 testdata/user_timeline-kesuke.json                 |   18 +-
 testdata/user_timeline.json                        |   17 +-
 testdata/users_lookup.json                         |    1 +
 testdata/verify_credentials.json                   |    1 +
 tests/test_api.py                                  |  327 ++
 tests/test_api_30.py                               | 1734 +++++++
 tests/test_error_handling.py                       |   38 +
 tests/test_filecache.py                            |   43 +
 tests/test_media.py                                |  119 +
 tests/test_models.py                               |  192 +
 tests/test_parse_tweet.py                          |   42 +
 tests/test_rate_limit.py                           |  233 +
 tests/test_status.py                               |   76 +
 tests/test_trend.py                                |   42 +
 tests/test_tweet_changes.py                        |   62 +
 tests/test_tweet_length.py                         |   77 +
 tests/test_twitter_utils.py                        |   76 +
 tests/test_unicode.py                              |  103 +
 tests/test_url_regex.py                            |  118 +
 tests/test_user.py                                 |   91 +
 tox.ini                                            |   29 +
 twitter.py                                         | 5156 --------------------
 twitter/__init__.py                                |   56 +
 twitter/_file_cache.py                             |  102 +
 twitter/api.py                                     | 5019 +++++++++++++++++++
 twitter/error.py                                   |   20 +
 twitter/models.py                                  |  511 ++
 twitter/parse_tweet.py                             |  100 +
 twitter/ratelimit.py                               |  191 +
 twitter/twitter_utils.py                           |  273 ++
 twitter_test.py                                    |  694 ---
 226 files changed, 17429 insertions(+), 9464 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..cba5cd9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,54 @@
+*.py[co]
+
+#small test code that contains my keys
+t.py
+
+# Packages
+*.egg
+*.egg-info
+dist
+build
+eggs
+parts
+bin
+include
+lib
+local
+var
+sdist
+develop-eggs
+.installed.cfg
+.eggs
+.cache
+.vscode
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.codecov-token
+.tox
+htmlcov
+.tox
+nosetests.xml
+htmlcov
+coverage.xml
+
+# PyCharm data
+.idea
+
+#Translations
+*.mo
+
+#Mr Developer
+.mr.developer.cfg
+
+#Environment
+env
+.python-version
+
+violations.flake8.txt
+
+# Built docs
+doc/_build/**
diff --git a/AUTHORS.rst b/AUTHORS.rst
new file mode 100644
index 0000000..1a05924
--- /dev/null
+++ b/AUTHORS.rst
@@ -0,0 +1,37 @@
+Originally two libraries by DeWitt Clinton and Mike Taylor which was then merged into python-twitter.
+
+Now it's a full-on open source project with many contributors over time:
+
+* Jodok Batlogg,
+* Kyle Bock,
+* Brad Choate,
+* Robert Clarke,
+* Jim Cortez,
+* Pierre-Jean Coudert,
+* Aish Raj Dahal,
+* Thomas Dyson,
+* Jim Easterbrook
+* Yoshinori Fukushima,
+* Hameedullah Khan,
+* Osama Khalid,
+* Omar Kilani,
+* Domen Kožar,
+* Robert Laquey,
+* Jason Lemoine,
+* Pradeep Nayak,
+* Ian Ozsvald,
+* Nicolas Perriault,
+* Glen Tregoning,
+* Lars Weiler,
+* Sebastian Wiesinger,
+* Jake Robinson,
+* Muthu Annamalai,
+* abloch,
+* cahlan,
+* dpslwk,
+* edleaf,
+* ecesena,
+* git-matrix,
+* sbywater,
+* thefinn93,
+* themylogin,
diff --git a/CHANGES b/CHANGES
index 7e323a2..e6e05f8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,70 @@
+2016-05-25
+  Going forward all changes will be tracked in docs/changelog.rst
+
+2015-12-28
+  Large number of changes related to making the code Python v3 compatible.
+  See the messy details at https://github.com/bear/python-twitter/pull/251
+
+  Pull Requests
+      #267 initialize Api.__auth fixes #119 by rbpasker
+      #266 Add full_text and page options in GetDirectMessages function by mistersalmon
+      #264 Updates Media object with new methods, adds id param, adds tests by jeremylow
+      #262 Update get_access_token.py by lababidi
+      #261 Adding Collections by ryankicks
+      #260 Added UpdateBackgroundImage method and added profile_link_color argument to UpdateProfile by BrandonBielicki
+      #259 Added GetFriendIDsPaged by RockHoward
+      #254 Adding api methods for suggestions and suggestions/:slug by trentstollery
+      #253 Added who parameter to api.GetSearch by wilsonand1
+      #250 adds UpdateFriendship (shared Add/Edit friendship) by jheld
+      #249 Fixed Non-ASCII printable representation in Trend by der-Daniel
+      #246 Add __repr__ for status by era
+      #245 Python-3 Fix: decode bytestreams for json load by ligthyear
+      #243 Remove references to outdated API functionality: GetUserByEmail by Vector919
+      #239 Correct GetListsList docstring by tedmiston
+
+  Probably a whole lot that I missed - ugh!
+
+2015-10-05
+  Added who to api.GetSearch
+
+2014-12-29
+  removed reference to simplejson
+
+2014-12-24
+  bump version to v2.3
+  bump version to v2.2
+  PEP8 standardization
+
+2014-07-10
+  bump version to v2.1
+
+2014-07-10
+  update copyright years
+  change setup.py to allow installing via wheel
+  renamed README.md to README.rst
+  added AUTHORS.rst
+
+2014-02-17
+  changed version to 1.3 and then to 1.3.1 because I forgot to include CHANGES
+  fix Issue 143 - GetStatusOembed() url parameter was being stomped on
+  fix debugHTTP in a brute force way but it works again
+  Add id_str to Status class
+  Added LookupFriendship() method for checking follow status
+    pull request from lucas
+  Fix bug of GetListMembers when specifying `owner_screen_name`
+    pull request from shichao-an
+
+2014-01-18
+  backfilling varioius lists endpoints
+  added a basic user stream call
+
+2014-01-17
+  changed to version 1.2
+  fixed python 3 issue in setup.py (print statements)
+  fixed error in CreateList(), changed count default for GetFollowers to 200 and added a GetFollowersPaged() method
+
+need to backfill commit log entries!
+
 2013-10-06
   changed version to 1.1
   The following changes have been made since the 1.0.1 release
@@ -16,7 +83,7 @@
 2013-06-07
   changed version to 1.0.1
   added README bit about Python version requirement
-  
+
 2013-06-04
   changed version to 1.0
   removed doc directory until we can update docs for v1.1 API
@@ -33,7 +100,7 @@
 
   removed GetPublicTimeline from the docs so as to stop confusing
   new folks since it was the first example given ... d'oh!
-  
+
 2013-02-10
   bumped version to 0.8.6
 
@@ -57,7 +124,7 @@
   to push to PyPI and other places
 
   all work now will be on getting the v1.1 API supported
-  
+
 2012-11-04
   https://github.com/bear/python-twitter/issues/4
   Api.UserLookUp() throws attribute error when corresponding screen_name is not found
diff --git a/COPYING b/COPYING
index 49f0e0c..dfaa26e 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-   Copyright 2007-2013 The Python-Twitter Developers
+   Copyright 2007-2014 The Python-Twitter Developers
 
    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index f3c9808..0000000
--- a/ChangeLog
+++ /dev/null
@@ -1,1015 +0,0 @@
-2013-12-26  Alexandre Passant  <alex at seevl.net>
-
-	* Bugfixing page in GetUsersSearch
-
-2013-12-05  Mike Taylor  <bear at bear.im>
-
-	* Merge pull request #122 from rmihael/master
-
-2013-12-05  Michael Korbakov  <rmihael at gmail.com>
-
-	* Lazy loading of /help/configuration.json
-
-2013-12-04  Mike Taylor  <bear at bear.im>
-
-	* Merge pull request #121 from kureta/patch-1
-
-2013-12-04  kureta  <skureta at gmail.com>
-
-	* Updated README.md
-
-2013-11-02  Mike Taylor  <bear at bear.im>
-
-	* Merge pull request #118 from larsweiler/master
-
-2013-11-03  Lars Weiler  <lars at konvergenzfehler.de>
-
-	* Tab/Space fix
-
-2013-11-03  Lars Weiler  <lars at konvergenzfehler.de>
-
-	* Introducing 'count' for Api.GetFriends(), so that the default of 20 can be overwritten with a maximum of 200; faster results and less rate limit hits.
-
-2013-11-03  Lars Weiler  <lars at konvergenzfehler.de>
-
-	* Introducing 'count' for Api.GetFollowers(), so that the default of 20 can be overwritten with a maximum of 200; faster results and less rate limit hits.
-
-2013-11-02  Mike Taylor  <bear at bear.im>
-
-	* Merge pull request #117 from iepathos/master
-
-2013-11-02  Glen Baker  <iepathos at gmail.com>
-
-	* Updated requirements.txt with simplejson, oauth2, and oauthlib
-
-2013-10-14  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #115 from pmakowski/patch-1
-
-2013-10-14  Philippe Makowski  <pmakowski at ibphoenix.fr>
-
-	* remove oauth2
-
-2013-10-06  Mike Taylor  <bear42 at gmail.com>
-
-	* bumping version to 1.1 for distribution, see CHANGES for details
-
-2013-09-23  Mike Taylor  <bear42 at gmail.com>
-
-	* remove errant print statement
-
-2013-09-23  Mike Taylor  <bear42 at gmail.com>
-
-	* apply patch from the email to the list that Arne Brodowski submitted - removes the Python 2.7 only dict comprehension item
-
-2013-09-19  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #114 from benctamas/master
-
-2013-09-19  benctamas  <mr.bence.tamas at gmail.com>
-
-	* fix GetListTimeline
-
-2013-09-10  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #113 from jarobins/master
-
-2013-09-10  Jake Robinson  <jarobins139 at gmail.com>
-
-	* Fixed Conflict
-
-2013-09-10  Jake Robinson  <jarobins139 at gmail.com>
-
-	* Update?
-
-2013-09-10  Jake Robinson  <jarobins139 at gmail.com>
-
-	* Code changes
-
-2013-09-10  Jake Robinson  <jarobins139 at gmail.com>
-
-	* Import PEP8 change
-
-2013-09-10  Jake Robinson  <jarobins139 at gmail.com>
-
-	* Update README.md
-
-2013-09-07  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #110 from jarobins/master
-
-2013-09-07  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #112 from brodul/timeout
-
-2013-09-05  Andraz Brodnik  <brodul at brodul.org>
-
-	* Add timeout argument to Api.
-
-2013-09-04  Jake Robinson  <jarobins139 at gmail.com>
-
-	* Removed OAuth2
-
-2013-09-03  Jake Robinson  <jarobins139 at gmail.com>
-
-	* Update to inform user
-
-2013-09-03  Jake Robinson  <jarobins139 at gmail.com>
-
-	* Merge pull request #7 from bear/master
-
-2013-09-03  Mike Taylor  <bear42 at gmail.com>
-
-	* added GetListMembers()
-
-2013-09-02  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Documentation Updates
-
-2013-09-01  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Remove OAuth2 import
-
-2013-09-01  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* code cleanup
-
-2013-08-31  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #108 from jarobins/master
-
-2013-08-31  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* fixed typo
-
-2013-08-31  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* List Class parameter update
-
-2013-08-30  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Typo Fix
-
-2013-08-30  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Updated User Class
-
-2013-08-30  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #107 from jarobins/master
-
-2013-08-30  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Status Class parameter cleanup
-
-2013-08-30  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #106 from jarobins/master
-
-2013-08-30  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Getting rid of OAuth2...
-
-2013-08-30  Jake Robinson  <jarobins139 at gmail.com>
-
-	* Merge pull request #6 from bear/master
-
-2013-08-30  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #105 from jarobins/docs
-
-2013-08-30  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Revert "Complete removal of OAuth2"
-
-2013-08-30  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* New sphinx documentation
-
-2013-08-30  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Complete removal of OAuth2
-
-2013-08-30  Mike Taylor  <bear42 at gmail.com>
-
-	* fixed problems with GetListTimeline() for Issue 103
-
-2013-08-29  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #102 from jarobins/safe
-
-2013-08-29  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Update to GetSteamSample
-
-2013-08-29  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Base code for Streaming support
-
-2013-08-29  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #101 from jarobins/safe
-
-2013-08-29  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Finished adding GetRetweeters #97
-
-2013-08-29  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #99 from moshekaplan/patch-1
-
-2013-08-29  Moshe Kaplan  <me at moshekaplan.com>
-
-	* Update twitter.html
-
-2013-08-26  Mike Taylor  <bear42 at gmail.com>
-
-	* added GetListsList() (calls /lists/list ) and GetListTimeline() (calls  /lists/statuses ) to the mix
-
-2013-08-25  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #96 from bear/wenyi
-
-2013-08-25  harrywy  <harrywy at gmail.com>
-
-	* merge and clean up
-
-2013-08-25  harrywy  <harrywy at gmail.com>
-
-	* Merge remote-tracking branch 'origin/master' into wenyi
-
-2013-08-24  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #95 from jarobins/working
-
-2013-08-24  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Revert "Update README.md"
-
-2013-08-24  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Revert "Complete Removal of oauth2"
-
-2013-08-24  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Revert "Removing old OAuth"
-
-2013-08-24  Jake Robinson  <jarobins139 at gmail.com>
-
-	* Merge pull request #5 from bear/master
-
-2013-08-24  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #93 from arcturusannamalai/master
-
-2013-08-24  Muthiah Annamalai  <muthuspost at gmail.com>
-
-	* cleanup code, for flags by @bear; then add a test case for ParseTweet
-
-2013-08-24  Mike Taylor  <bear42 at gmail.com>
-
-	* merge conflict resolved
-
-2013-08-24  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #92 from arcturusannamalai/master
-
-2013-08-24  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #90 from philsturgeon/patch-1
-
-2013-08-24  Muthiah Annamalai  <muthuspost at gmail.com>
-
-	* Add a ParseTweet object which can identify MT, RT, URLs and user handles
-
-2013-08-24  Jake Robinson  <jarobins139 at gmail.com>
-
-	* removed the commented _FetchUrl
-
-2013-08-24  Phil Sturgeon  <email at philsturgeon.co.uk>
-
-	* GetFavorites would try to use user_id for screen_name
-
-2013-08-24  Sebastian Wiesinger  <sebastian at karotte.org>
-
-	* Fix GetFollowerIDs error when total_count is None
-
-2013-08-24  harrywy  <harrywy at gmail.com>
-
-	* Merge branch 'master' of https://github.com/bear/python-twitter.git into wenyi
-
-2013-08-24  harrywy  <harrywy at gmail.com>
-
-	* merged latest and some updates: 1) add 'lang' filed to Status class 2) change MaximumHitFrequency to GetSleepTime to avoid rate limit 2) modify GetFollowers, GetFollowerIDs, GetFriends, GetFriendsIDs using GetSleepTime method
-
-2013-08-22  Jake Robinson  <jarobins139 at gmail.com>
-
-	* Update README.md
-
-2013-08-22  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* PostMedia function update
-
-2013-08-22  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Retweeters Base Function
-
-2013-08-22  Jake Robinson  <jarobins139 at gmail.com>
-
-	* Merge pull request #4 from bear/master
-
-2013-08-22  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* working prototype of post_with_media
-
-2013-08-21  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Complete Removal of oauth2
-
-2013-08-21  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Removing old OAuth
-
-2013-08-21  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Final request update commit
-
-2013-08-21  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* More requests updates
-
-2013-08-21  Jake Robinson  <jarobins139 at gmail.com>
-
-	* Update README.md
-
-2013-08-19  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Request Update
-
-2013-08-17  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Request changes and tidying up
-
-2013-08-17  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* More _RequestUrl updates
-
-2013-08-16  Jake Robinson  <jarobins139 at gmail.com>
-
-	* Adding the new dependencies
-
-2013-08-16  Jake Robinson  <jarobins139 at gmail.com>
-
-	* Merge pull request #1 from jarobins/master
-
-2013-08-16  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Updating to _RequestUrl #1
-
-2013-08-16  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Update function GetHelpConfiguration
-
-2013-08-16  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Delete unused files
-
-2013-08-16  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Initial to Request library
-
-2013-08-12  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #87 from jarobins/master
-
-2013-08-12  Jake Robinson  <jake.robinson at gtri.gatech.edu>
-
-	* Change Trend class __repr__
-
-2013-08-04  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #84 from Xsns/master
-
-2013-08-04  Mike Taylor  <bear42 at gmail.com>
-
-	* Add GetBlocks() to the API
-
-2013-07-27  HU Pili  <hpl1989 at gmail.com>
-
-	* get help/configuration.json and get short URL length
-
-2013-07-25  Sebastian Wiesinger  <sebastian at karotte.org>
-
-	* Remove trailing whitespace
-
-2013-07-09  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #83 from phdru/master
-
-2013-07-09  Oleg Broytman  <phd at phdru.name>
-
-	* Use module webbrowser to open the URL
-
-2013-07-09  Oleg Broytman  <phd at phdru.name>
-
-	* Fixed shebang lines
-
-2013-07-05  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #81 from LeeMendelowitz/oembed
-
-2013-07-05  Lee Mendelowitz  <LMendy at gmail.com>
-
-	* Added method GetStatusOembed to Api class
-
-2013-07-04  Sebastian Wiesinger  <sebastian at karotte.org>
-
-	* Merge pull request #80 from theopolisme/patch-1
-
-2013-07-04  theopolisme  <theopolismewiki at gmail.com>
-
-	* Remove GetPublicTimeline() from docstring
-
-2013-07-03  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #77 from daniilr/master
-
-2013-07-04  Даниил Рыжков  <daniil.re at gmail.com>
-
-	* Now script can be used as module, no need to edit script to set consumer_key and consumer_secret
-
-2013-07-04  Даниил Рыжков  <daniil.re at gmail.com>
-
-	* PEP8
-
-2013-07-04  Даниил Рыжков  <daniil.re at gmail.com>
-
-	* Sending oauth_callback=oob in order to obtain PIN
-
-2013-07-03  Sebastian Wiesinger  <sebastian at karotte.org>
-
-	* Merge branch 'issue_76' into upstream
-
-2013-07-03  Osama Khalid  <osamak at gnu.org>
-
-	* Fix include_rts
-
-2013-07-03  Osama Khalid  <osamak at gnu.org>
-
-	* Replace 'except:' with 'except ValueError:'
-
-2013-06-19  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #70 from Xsns/master
-
-2013-06-19  HU Pili  <hpl1989 at gmail.com>
-
-	* remove GetFriendsTimeline from doc
-
-2013-06-13  Sebastian Wiesinger  <sebastian at karotte.org>
-
-	* Update GetFollowerIDs with total_count to limit API calls
-
-2013-06-13  Sebastian Wiesinger  <sebastian at karotte.org>
-
-	* Fix function documentation for PostDirectMessage
-
-2013-06-12  Mike Taylor  <bear42 at gmail.com>
-
-	* Make exception handling compatible with Python 2.5
-
-2013-06-07  Mike Taylor  <bear42 at gmail.com>
-
-	* Update twitter.py
-
-2013-06-07  Mike Taylor  <bear42 at gmail.com>
-
-	* Update setup.py
-
-2013-06-07  Mike Taylor  <bear42 at gmail.com>
-
-	* Update CHANGES
-
-2013-06-07  Mike Taylor  <bear42 at gmail.com>
-
-	* Update README.md
-
-2013-06-07  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #66 from jim-easterbrook/master
-
-2013-06-07  Jim Easterbrook  <jim at jim-easterbrook.me.uk>
-
-	* Python 2.5 compatibility.
-
-2013-06-04  Mike Taylor  <bear42 at gmail.com>
-
-	* changed version to 1.0 removed doc directory until we can update docs for v1.1 API added to package MANIFEST.in the testdata directory
-
-2013-06-04  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge branch 'master' of github.com:bear/python-twitter
-
-2013-05-30  Mike Taylor  <bear42 at gmail.com>
-
-	* Merge pull request #63 from c0z3n/master
-
-2013-05-30  c0z3n  <gordon.p.clement at gmail.com>
-
-	* corrected a bit of missing markdown formatting
-
-2013-05-28  Mike Taylor  <bear42 at gmail.com>
-
-	* setting version to v1.0rc1 - realized I shouldn't push to PyPI a v1.0 just yet
-
-2013-05-28  Mike Taylor  <bear42 at gmail.com>
-
-	* prep setup.py for v1.0.0 packaging
-
-2013-05-28  Mike Taylor  <bear42 at gmail.com>
-
-	* fix errors in twitter_tests from the v1.1 api merge
-
-2013-05-28  Mike Taylor  <bear42 at gmail.com>
-
-	* updating copyright year and contributor's list
-
-2013-05-28  Mike Taylor  <bear42 at gmail.com>
-
-	* set version to v1.0.0 and update CHANGES
-
-2013-05-28  Mike Taylor  <bear42 at gmail.com>
-
-	* set version to v1.0.0
-
-2013-05-28  Mike Taylor  <bear42 at gmail.com>
... 27874 lines suppressed ...

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-twitter.git



More information about the Python-modules-commits mailing list