Vincent Jacques
a2f9690705
Merge branch 'develop' into topic/ExperimentOnDocumentation
...
Conflicts:
github/Github.py
github/GithubObject.py
2012-11-22 21:21:15 +01:00
Zearin
4c6a70c24a
Add encoding comment to source files
...
This is a minor thing. It’s a convention, not a rule (obviously)—but it’s also a best practice.
Many text editors look for this kind of comment as the first line—or second line, if there is a shebang (the `#!/usr/bin/env python`, or whatever else)—and make use of this to determine the file’s encoding.
2012-11-01 11:43:56 -04:00
Vincent Jacques
531c3f2d32
Improve comformance to pep8 (+dos2unix)
...
PyGithub is now a public projects with several public contibutors,
I have to abandon my very personal coding conventions.
2012-09-17 20:37:22 +02:00
Vincent Jacques
9d6e22ce16
Add __repr__ to _NotSetType
...
We don't want "<github.GithubObject._NotSetType instance at 0x00000000037B1A48>"
in our generated documentation.
2012-09-13 23:02:55 +02:00
Vincent Jacques
040d7b1b00
Add a temporary script to create docstrings (help for issue #82 )
2012-09-13 22:41:08 +02:00
Vincent Jacques
609b7b87cf
dos2unix, chmod +x
2012-08-04 07:58:30 +02:00
Vincent Jacques
0218adc564
Finaly remove GitAuthor.timezone
...
See https://github.com/jacquev6/PyGithub/issues/54#issuecomment-6972414
2012-07-13 21:11:17 +02:00
Vincent Jacques
4e85f4178a
Add tests about issue #54 , according to comments by @bilderbuchi
2012-07-10 18:09:35 +02:00
Vincent Jacques
f6a3490e7b
GitAuthor.date is now a datetime (Issue #54 )
2012-07-09 18:16:44 +02:00
Vincent Jacques
41c2b94f95
Add a copyright and license notice (issue #16 )
2012-06-03 19:56:33 +01:00
Vincent Jacques
d261b4ba46
Factorize checking of status
2012-06-03 11:33:37 +02:00
Vincent Jacques
dbad46e856
Test more exceptions
2012-06-02 13:26:09 +01:00
Vincent Jacques
9820c58477
Move generated code to 'github' instead of 'src/github'
2012-06-02 13:06:28 +01:00
Vincent Jacques
85eef75635
Move classes around
2012-03-14 22:56:08 +01:00
Vincent Jacques
fc33a6de4f
Fix bug: _baseUrl is now a method
...
This handles modification of attributes creating the base url
2012-03-12 22:28:06 +01:00
Vincent Jacques
a6d6f05e75
Improve documentation generation
2012-02-26 15:41:34 +00:00
Vincent Jacques
37a62f4c6f
Improve documentation generation
2012-02-26 14:32:29 +00:00
Vincent Jacques
f71bf13461
Improve documentation generation
2012-02-26 13:29:39 +00:00
Vincent Jacques
0719ff429f
Improve documentation generation
2012-02-26 12:44:06 +00:00
Vincent Jacques
3ff2ba631d
Experiment with auto-documentation
2012-02-26 11:21:02 +00:00
Vincent Jacques
77ed2308a8
Repository.get_languages
2012-02-25 13:00:26 +00:00
Vincent Jacques
df8525e339
SeveralElementsAddable and SeveralElementsRemovable
2012-02-25 10:03:29 +00:00
Vincent Jacques
4f28a86638
Rename
2012-02-25 09:15:30 +00:00
Vincent Jacques
b9b1defb8b
Reorganize
2012-02-25 09:15:10 +00:00
Vincent Jacques
d0ca908486
Refactor
2012-02-25 08:56:00 +00:00
Vincent Jacques
220a3ff9ab
Reorganize
2012-02-25 08:23:45 +00:00
Vincent Jacques
459f3f71bb
Rename
2012-02-25 08:18:21 +00:00
Vincent Jacques
c5135ff2fc
Reorganize
2012-02-25 08:16:39 +00:00
Vincent Jacques
5e1fd2e946
Remove useless ObjectGetter
...
It was replaced by ListOfObjects with ElementGetable some time ago
2012-02-25 08:03:16 +00:00
Vincent Jacques
f1a7b0dc09
Naming
2012-02-25 07:39:53 +00:00
Vincent Jacques
842ba875d3
Refactor attribute definition
2012-02-25 07:39:46 +00:00
Vincent Jacques
a03a904692
Issue.xxx_labels
2012-02-24 15:46:21 +00:00
Vincent Jacques
ce2135c961
Repository issues
2012-02-24 14:57:26 +00:00
Vincent Jacques
12adcf7b37
ListOfObjects -> ListAttribute
2012-02-22 20:30:46 +00:00
Vincent Jacques
39c1f27f32
Remove ListOfReferences
2012-02-22 20:29:16 +00:00
Vincent Jacques
48d84d7d23
Refactor unit-tests
2012-02-22 20:19:10 +00:00
Vincent Jacques
f2bc0ea942
Remove default ListGetable capacity from lists
2012-02-22 19:41:01 +00:00
Vincent Jacques
df2c351cc4
Lists with ElementGetable capacity
2012-02-22 17:22:53 +01:00
Vincent Jacques
884503f29f
Refactor
2012-02-22 13:19:13 +01:00
Vincent Jacques
a791925568
Refactor
2012-02-22 13:16:47 +01:00
Vincent Jacques
b7065ddedd
Refactor
2012-02-22 13:14:16 +01:00
Vincent Jacques
b27529abb9
Refactor
2012-02-22 07:57:29 +01:00
Vincent Jacques
0d52a449cc
Refactor
2012-02-22 07:51:49 +01:00
Vincent Jacques
78ee49d927
Todos
2012-02-21 21:53:54 +00:00
Vincent Jacques
e46f09a3ab
Improve arguments checking for create_xxx and edit
2012-02-21 20:44:08 +00:00
Vincent Jacques
12e7ee9e28
Implement Owner.get_repo as an ObjectGetter
2012-02-20 17:31:24 +01:00
Vincent Jacques
18a2ef50b3
ObjectGetter
2012-02-20 08:07:00 +01:00
Vincent Jacques
e525860b6b
Fix default value
2012-02-19 10:55:25 +01:00
Vincent Jacques
6998094ffc
Small refactoring
2012-02-19 10:28:41 +01:00
Vincent Jacques
c700599040
Add type parameter to get_repos
2012-02-19 10:17:25 +01:00