Commit Graph

  • 4c852c3b9d Support listing watched repositories of given username. master Kenneth Reitz 2010-08-15 06:38:48 -04:00
  • ec62e41850 Added Scott Torborg to AUTHORS Ask Solem 2010-06-17 13:42:44 +02:00
  • 5f8c18be79 Add issue comments viewing to examples. Scott Torborg 2010-06-12 13:34:25 -07:00
  • 126e853f6e Support listing comments on an issue. Scott Torborg 2010-06-12 13:30:56 -07:00
  • 6f1668334f Use rST header levels consistently in the README. Evan Broder 2010-05-23 22:56:57 -04:00
  • ae32298a9d Added Asheesh Laroia to AUTHORS Ask Solem 2010-05-18 15:09:28 +02:00
  • 12e14ed218 Merge branch 'paulproteus/master' Ask Solem 2010-05-18 15:08:20 +02:00
  • 63aca91aca Added Evan Broder to AUTHORS Ask Solem 2010-05-18 15:06:13 +02:00
  • 4142dca818 Merge branch 'ebroder/anonymous-connections' Ask Solem 2010-05-18 15:03:52 +02:00
  • df7ef96bde Merge branch 'codysoyland/master' Ask Solem 2010-05-18 15:01:30 +02:00
  • 04e9e985a1 Document unauthenticated connections in the README. Evan Broder 2010-05-17 11:54:51 -04:00
  • 62cd09468a Default the username and api_token to None for unauthenticated access. Evan Broder 2010-05-17 11:52:25 -04:00
  • 3897683dea Connect to the Github API anonymously if username and api_token are None. Evan Broder 2010-05-17 11:51:48 -04:00
  • 3c671146a7 Fix same unicode-in-keywords bug elsewhere, cleanup for previous fix. Fernando Perez 2010-05-13 01:12:27 -07:00
  • f4f93bfe6a Merge branch 'master' of git://github.com/ask/python-github2 into issue-comments Fernando Perez 2010-05-09 22:54:14 -07:00
  • 5fe8078fee fix bug where unicode strings were used for kwargs Fernando Perez 2010-05-09 22:54:06 -07:00
  • abd24860b9 Added Fernando Perez to AUTHORS Ask Solem 2010-05-07 17:30:18 +02:00
  • d08e1bc2da Add the ability to comment on issues. Fernando Perez 2010-05-07 01:29:12 -07:00
  • d08a923874 Add missing license information (originally specified in README). Correct install instructions. Cody Soyland 2010-04-27 09:44:39 -05:00
  • 03afc58f59 Bumped version to 0.1.2 Ask Solem 2010-04-27 16:31:29 +02:00
  • aee2d8b425 Added Cody Soyland to AUTHORS Ask Solem 2010-04-27 16:31:03 +02:00
  • dd58c5c0d6 Add MANIFEST.in so sdist produces working build. Cody Soyland 2010-04-27 09:21:47 -05:00
  • b598395d36 Added Rick Harris to AUTHORS Ask Solem 2010-04-27 11:47:47 +02:00
  • 396b18f3f1 Import parse_qs from cgi (2.5 compat) Rick Harris 2010-04-26 22:35:29 -05:00
  • 343fa6a938 Changed package name to github2 Ask Solem 2010-04-19 11:23:56 +02:00
  • 59dd46c084 Managed to commit debugging output from friend-or-follow.py Ask Solem 2010-03-16 13:18:13 +01:00
  • 66ef352d2e New example examples/friend-or-follow.py: Like friendorfollow.com but for Github. Ask Solem 2010-03-16 13:15:53 +01:00
  • 6b9a7b6553 For Python2.5 compatibility, fall back to cgi.parse_qs if urlparse.parse_qs is missing. Asheesh Laroia 2010-01-08 17:50:54 -05:00
  • cd1f63ea37 Added Maximillian Dornseif to AUTHORS Ask Solem 2010-01-04 11:19:12 +01:00
  • 47df31bac8 github_manage_collaborators is now automatically installed by setup.py Maximillian Dornseif 2010-01-01 10:37:33 +01:00
  • 3dd8d9e854 * raise a somewhat more helpfull exception when github.com returns an error * added docstrings on some functions which made me stumble Maximillian Dornseif 2010-01-01 10:36:04 +01:00
  • b44bcf82d6 github_manage_collaborators allows you to change access for all repositories of an github.com account. Maximillian Dornseif 2009-12-31 23:34:38 +01:00
  • b8463cc8df Author: Maximillian Dornseif <m.dornseif@hudora.de> Date: Thu Dec 31 18:42:07 2009 +0100 Maximillian Dornseif 2009-12-31 19:02:02 +01:00
  • af679985b2 Added Mark Paschal to AUTHORS Ask Solem 2009-12-20 18:20:22 +01:00
  • 1c60eff4f3 Added Donald von Stufft to AUTHORS Ask Solem 2009-12-20 18:20:05 +01:00
  • 3bd699f278 fixed a mistake in setup.py dstufft 2009-12-20 04:47:15 +00:00
  • c4bbd94376 Carry an explicit method so we can still POST even when there are no extra data (such as for repos.remove_collaborator) Mark Paschal 2009-11-23 18:20:56 -08:00
  • ee2b7b26c8 Merge branch 'justquick/master' Ask Solem 2009-11-13 12:33:01 +01:00
  • 5e55ecb19f Make this thing work. Closes #2. Closes #3 Ask Solem 2009-11-13 12:31:46 +01:00
  • 218befe66b README now w/ rst extension, github will make this look purdy Justin Quick 2009-11-13 00:21:02 -05:00
  • f6abaa5dba Fix typo authored_data -> authored_date Ask Solem 2009-04-21 14:46:20 +02:00
  • f1667a2720 Fix typo messsage -> message Ask Solem 2009-04-21 14:45:49 +02:00
  • 1069b99afc Fetching data fixed by issuing GET requests instead + date for commits properly parsed. Ask Solem 2009-04-21 14:45:16 +02:00
  • a96ccd4531 Remove debugging prints. Ask Solem 2009-04-21 13:36:52 +02:00
  • a6aab83e4e Better date parsing (still not good enough, have to find out how to parse the timezone, anyone?) Ask Solem 2009-04-21 13:36:27 +02:00
  • 433206f5c2 Authentication now works correctly. (changing data etc.) Ask Solem 2009-04-21 13:36:06 +02:00
  • 22d2631d23 Change to new datatype style. Ask Solem 2009-04-19 15:24:03 +02:00
  • bc2461ea9a Playing around. Ask Solem 2009-04-19 02:40:48 +02:00
  • 8478db043b Added automatic convertion of dates to datetime.datetime Ask Solem 2009-04-19 01:42:59 +02:00
  • 4af0ca091e Bumped version to 0.1.1 Ask Solem 2009-04-18 23:03:57 +02:00
  • 373e5ea0db Fixed __doc__ for github2 Ask Solem 2009-04-18 23:03:31 +02:00
  • 6abfca216e Renamed README.rst -> README Ask Solem 2009-04-18 23:02:51 +02:00
  • 1af3619f0b Fix syntax errors in README.rst Ask Solem 2009-04-18 23:02:19 +02:00
  • 5ff010ff87 Added AUTHORS file. Ask Solem 2009-04-18 22:59:17 +02:00
  • 3ccb1cd824 Added setup.py Ask Solem 2009-04-18 22:58:48 +02:00
  • 73600ae377 Added temporary README Ask Solem 2009-04-18 22:57:26 +02:00
  • dab63a5db6 Added delete repository Ask Solem 2009-04-18 22:57:10 +02:00
  • 1dfa90c88d Added support for network data (http://develop.github.com/p/network.html) Ask Solem 2009-04-18 22:18:41 +02:00
  • fbc49f1b23 Added support for getting blob/tree metadata (as described in http://develop.github.com/p/object.html) Ask Solem 2009-04-18 22:05:30 +02:00
  • 7b88d36926 Added support for Commits (http://develop.github.com/p/commits.html) Ask Solem 2009-04-18 21:55:51 +02:00
  • fdc17200cf Some refactoring. Ask Solem 2009-04-18 21:43:07 +02:00
  • d9e22a0010 Added support for repositories (http://develop.github.com/p/repo.html) Ask Solem 2009-04-18 19:33:20 +02:00
  • a62e478951 Initial commit Ask Solem 2009-04-18 17:29:55 +02:00