[Python-modules-commits] [praw] branch upstream updated (72f5b9b -> dba9360)

Riley Baird orthogonal-guest at moszumanska.debian.org
Sun Nov 29 09:36:39 UTC 2015


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

orthogonal-guest pushed a change to branch upstream
in repository praw.

      from  72f5b9b   Imported Upstream version 3.2.1
       new  dba9360   Imported Upstream version 3.3.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.rst                                        |  36 +++++++
 PKG-INFO                                           |   9 +-
 README.rst                                         |   2 +-
 docs/conf.py                                       |   6 +-
 docs/pages/comment_parsing.rst                     |  14 +++
 docs/pages/configuration_files.rst                 |  32 ++++++-
 docs/pages/contributor_guidelines.rst              |   2 +-
 docs/pages/faq.rst                                 |   8 +-
 docs/pages/getting_started.rst                     |   7 +-
 docs/pages/oauth.rst                               |   6 ++
 docs/pages/useful_scripts.rst                      |  18 +++-
 praw.egg-info/PKG-INFO                             |   9 +-
 praw.egg-info/SOURCES.txt                          |   6 ++
 praw/__init__.py                                   | 105 +++++++++++++++------
 praw/errors.py                                     |  50 +++++++---
 praw/helpers.py                                    |  14 +--
 praw/internal.py                                   |  13 ++-
 praw/objects.py                                    |  86 ++++++++++++++---
 praw/praw.ini                                      |   1 +
 setup.py                                           |   5 +-
 tests/cassettes/test_friends_oauth.json            |   1 +
 tests/cassettes/test_get_edited_oauth.json         |   1 +
 tests/cassettes/test_hide_oauth.json               |   1 +
 .../test_set_access_credentials_with_list.json     |   1 +
 .../test_set_access_credentials_with_string.json   |   1 +
 tests/helper.py                                    |   9 +-
 tests/test_comments.py                             |   2 +
 tests/test_config.py                               |  42 +++++++++
 tests/test_oauth2_reddit.py                        |  65 +++++++++++++
 tests/test_redditor.py                             |  34 ++++++-
 tests/test_submission.py                           |  93 ++++++++++--------
 tests/test_subreddit.py                            |  13 ++-
 32 files changed, 544 insertions(+), 148 deletions(-)
 create mode 100644 tests/cassettes/test_friends_oauth.json
 create mode 100644 tests/cassettes/test_get_edited_oauth.json
 create mode 100644 tests/cassettes/test_hide_oauth.json
 create mode 100644 tests/cassettes/test_set_access_credentials_with_list.json
 create mode 100644 tests/cassettes/test_set_access_credentials_with_string.json
 create mode 100644 tests/test_config.py

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



More information about the Python-modules-commits mailing list