aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-09-03Regenerate Sphinx documentationpreformat-sample-responses-in-docstringsTeddy Wing
Update Sphinx documentation following these changes to the docstrings and `index.rst`: b8551cfe4f254c547401af69aa7ae944647f2c86 d7fadda6d35082a8bbaf98cd666073158c128697 68c4c2c4e5e36d4514ca1b3e483870fd12152466 Generated using `sphinx-build` v1.3.1.
2015-09-03docs(pubnub.py): Correct Sphinx warningsTeddy Wing
Modify the docstrings to quiet the Sphinx warnings in this file. Additionally, preformat sample responses to put them into code blocks, making them easier to read.
2015-09-03docs(index.rst): Remove obsolete `:members:`Teddy Wing
Fix Sphinx warnings about obsolete methods in `pubnub.Pubnub`: WARNING: missing attribute set_origin in object pubnub.Pubnub WARNING: missing attribute channel_groups_add_channel in object pubnub.Pubnub
2015-09-03docs(index.rst): Use `pubnub` module instead of `Pubnub`Teddy Wing
Use the lowercase version of the module name after it was changed in f9cffc2bb1acbef7595bc523095c21fef1530dc4 to allow Sphinx to correctly find the `pubnub` module and properly generate the docs.
2015-06-26Update CHANGELOGHEADmasterdevendram
2015-06-25Merge branch 'develop'Devendra
2015-06-19readme updateDevendra
2015-06-19history include_tokenDevendra
2015-06-19adding include_token testDevendra
2015-06-19history fixDevendra
2015-06-19added history testDevendra
2015-06-19fixing bad argumentsDevendra
2015-06-19changing importpam_demoDevendra
2015-06-19merging developDevendra
2015-06-19version bumpDevendra
2015-06-19removing junk fileDevendra
2015-06-18fix for history in encryption modeDevendra
2015-06-16changing Pubnub to pubnub in filesDevendra
2015-06-16editing setup.pyDevendra
2015-06-16changed Pubnub module to pubnubDevendra
2015-06-16remove subscribe_syncDevendra
2015-06-15removing pyflakes warningsDevendra
2015-06-12removing pam_demo example from developDevendra
2015-06-12Merge branch 'pam_demo' into developDevendra
2015-06-08Working example of secure PAM key exchange with client and server actors.gcohen
2015-06-08Working example of secure PAM key exchange with client and server actors.gcohen
2015-06-09fixing typoDevendra
2015-06-09adding channel param for error callbackDevendra
2015-06-06fix for issue where error callback not invoked for presenceDevendra
2015-06-06fixed issue of error callback not getting invoked for presenceDevendra
2015-06-05Added verbose comments, and added a scenarion to depict the client trying to ↵gcohen
subscribe on a restricted presence channel.
2015-06-05pam demoDevendra
2015-06-05state quoteDevendra
2015-06-05fix for grantDevendra
2015-06-05adding state support in subscribe and here nowDevendra
2015-06-05fixing issue where grant dint work on python 3Devendra
2015-06-02Update README.mddevendram
changing examples to use keyword parameters
2015-05-14adding include_token option to historyDevendra
2015-04-24merging osx 10.9 fix from Jay to developDevendra
2015-03-24Removed 'List Namespaces'crimsonred
2015-02-18version bumpDevendra
2015-02-18commit printDevendra
2015-01-13Update CHANGELOG3.7.0Geremy Cohen
2015-01-14bump version to 3.7.0Devendra
2014-12-31modiying comments for docsDevendra
2014-12-31updating docsDevendra
2014-12-30version changeDevendra
2014-12-30changes for channel groupcgDevendra
2014-12-27adding channel group unsubscribe, presenceDevendra
2014-12-27Merge branch 'develop' into cgDevendra