summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * remove some spacesBenjamin Peterson2013-08-211-2/+0
| * add note about zip_longest and filterfalse additionBenjamin Peterson2013-08-211-0/+4
| * Merged in jaraco/six (pull request #13)Benjamin Peterson2013-08-213-0/+10
| |\
| | * Add six.move for filterfalseJason R. Coombs2013-06-203-0/+10
| * | Merged in bmispelon/six (pull request #11)Benjamin Peterson2013-08-213-89/+100
| |\ \ | | |/
| | * Add itertools.zip_longest to six.moves.Baptiste Mispelon2013-05-033-89/+100
* | | Added tests to ensure proper retention of __doc__ and __module__.Jason R. Coombs2013-08-211-1/+3
* | | Added documentation for dd_metaclass.Jason R. Coombs2013-08-211-0/+30
* | | Added test and support for classes with __slots__.Jason R. Coombs2013-08-212-0/+17
* | | Combine the two tests into one and add a comment giving some indication as to...Jason R. Coombs2013-08-211-1/+1
* | | A better name was definitely needed. 'add_metaclass' instead of 'patch_with_m...Jason R. Coombs2013-08-212-10/+10
* | | Reference the __dict__ directlyJason R. Coombs2013-08-211-1/+1
* | | Remove decorator syntax, restoring Python 2.4 compatibility in tests.Jason R. Coombs2013-08-211-5/+5
* | | Use X not in YJason R. Coombs2013-08-211-1/+1
* | | Prefer double-quoted stringsJason R. Coombs2013-08-211-7/+7
* | | Expand patch_with_metaclass testsJason R. Coombs2013-07-111-5/+8
* | | Fix failing tests by removing __dict__ and __weakref__ (if present)Jason R. Coombs2013-07-111-0/+2
* | | Capture failure in an instance of the X test classJason R. Coombs2013-07-111-0/+2
* | | Expanded tests on patch_with_metaclassJason R. Coombs2013-07-111-0/+16
* | | Add tests for patch_with_metaclassJason R. Coombs2013-07-112-1/+27
* | | Add 'patch_with_metaclass' which provides a more complete interface for suppo...Jason R. Coombs2013-06-201-0/+33
|/ /
* | commaBenjamin Peterson2013-06-021-1/+1
* | add unichr (fixes #25)Benjamin Peterson2013-06-024-0/+16
* | add byte2int (fixes #26)Benjamin Peterson2013-06-024-0/+17
* | add six.PY2Benjamin Peterson2013-06-023-1/+8
* | fix indentation of a noteBenjamin Peterson2013-06-021-1/+1
* | examples of containersBenjamin Peterson2013-06-021-5/+6
* | mention how you can copy itBenjamin Peterson2013-06-021-1/+3
* | unconditionally delete helper classBenjamin Peterson2013-05-191-1/+1
|/
* reflow headerBenjamin Peterson2013-04-191-11/+12
* use correct roleBenjamin Peterson2013-04-191-1/+1
* add iterbytes and indexbytesBenjamin Peterson2013-04-194-0/+31
* add create_bound_methodBenjamin Peterson2013-04-194-0/+26
* allow multiple base classes to be given to with_metaclass (fixes #23)Benjamin Peterson2013-04-194-5/+14
* add six.moves.range alias (fixes #24)Benjamin Peterson2013-04-193-0/+9
* update doc url to pythonhosted.orgBenjamin Peterson2013-03-181-1/+1
* Added tag 1.3.0 for changeset 2f26b0b44e7eBenjamin Peterson2013-03-180-0/+0
* bump version to 1.3.01.3.0Benjamin Peterson2013-03-182-3/+3
* point out six can be copiedBenjamin Peterson2013-03-181-1/+2
* say what attribute you're actually gettingBenjamin Peterson2013-03-181-4/+11
* update copyright yearsBenjamin Peterson2013-03-162-2/+2
* helper methods for accessing function's closure and globals (fixes #21)Benjamin Peterson2013-03-164-0/+34
* in dict iters, pass keyword args to underlying methodBenjamin Peterson2013-03-114-19/+34
* add six.iterlistsBenjamin Peterson2013-03-114-2/+27
* gracefully handle systems without tkinter (fixes #20)Benjamin Peterson2013-03-042-1/+10
* define callable to builtin callable when it's available on the latest py3 ver...Benjamin Peterson2013-01-132-3/+10
* merge headsBenjamin Peterson2013-01-093-0/+31
|\
| * Add license header (pull request #6)Benjamin Peterson2012-11-301-3/+14
| |\
| | * add some email module mappings (pull request #4)Benjamin Peterson2012-11-291-3/+14
| | |\
| * | | Add license info top of six.py, making it easier for projects thatMarc Abramowitz2012-11-291-0/+19
| |/ /