summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | finish sentenceBenjamin Peterson2013-09-151-1/+1
* | escape backslash (fixes #36)Benjamin Peterson2013-09-151-1/+1
* | fix grammarBenjamin Peterson2013-09-081-1/+1
* | use builtin print function when possibleBenjamin Peterson2013-09-082-12/+7
* | print_: encode unicode with file encoding and errors on Python 2 (fixes #35)Benjamin Peterson2013-09-083-0/+35
| * Put six.moves modules in sys.modules so that they're importable (fixesMarc Abramowitz2013-09-072-1/+5
|/
* mention urlparse.ParseResult (fixes #33)Benjamin Peterson2013-09-051-0/+1
* urllib paragraph doesn't need to be a noteBenjamin Peterson2013-09-021-8/+5
* Revise paragraph about urllib moves in documentation/index.rstMarc Abramowitz2013-09-021-2/+3
* Added tag 1.4.1 for changeset 42c74399ac7aBenjamin Peterson2013-09-020-0/+0
* six 1.4.11.4.1Benjamin Peterson2013-09-021-1/+1
* make name of the moves fake module betterBenjamin Peterson2013-09-021-1/+1
* always use six's fully qualified module name when dumping things in sys.modul...Benjamin Peterson2013-09-022-14/+19
* Added tag 1.4.0 for changeset d5425164c2d9Benjamin Peterson2013-09-010-0/+0
* rename section headers, so they fit in the TOC bar1.4.0Benjamin Peterson2013-09-011-8/+8
* version 1.4.0Benjamin Peterson2013-09-012-3/+3
* skip tests for things not in 2.4/2.5Benjamin Peterson2013-09-011-0/+8
* move mappings for urllib libraries (pull request #5)Marc Abramowitz2013-09-014-0/+298
* add UserString mapping (fixes #31)Benjamin Peterson2013-08-293-93/+98
* move to alphabetical orderBenjamin Peterson2013-08-291-1/+1
* add file to acknowledge contributorsBenjamin Peterson2013-08-211-0/+14
* MyMeta -> MetaBenjamin Peterson2013-08-211-2/+2
* use pass instead of ...Benjamin Peterson2013-08-211-3/+3
* rephrase add_metaclass paragraphBenjamin Peterson2013-08-211-3/+4
* truncate add_metaclass docstring; narrative docs will be in the main document...Benjamin Peterson2013-08-211-28/+1
* mention add_metaclass in with_metaclass docsBenjamin Peterson2013-08-211-0/+3
* fix class decorator emulation exampleBenjamin Peterson2013-08-212-2/+2
* rewrite sentence a bitBenjamin Peterson2013-08-211-2/+2
* changelog entry for add_metaclassBenjamin Peterson2013-08-211-0/+3
* resultant -> resultingBenjamin Peterson2013-08-211-1/+1
* reformat commentBenjamin Peterson2013-08-211-1/+1
* use py.test.raisesBenjamin Peterson2013-08-211-6/+1
* use == instead of is for comparing stringsBenjamin Peterson2013-08-211-1/+1
* Merged in jaraco/six (pull request #12)Benjamin Peterson2013-08-214-91/+114
|\
| * 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