summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch urllib_import_weirdnessurllib_import_weirdnessBenjamin Peterson2014-01-040-0/+0
* Revert adding .idea to .hgignoreAlexander Lukanin2013-12-221-1/+0
* moves import bug fixedalexanderlukanin132013-11-073-2/+30
* import mapping for xmlrpclib (fixes #43)Benjamin Peterson2013-10-143-0/+5
* Merged in peterjc/six/peterjc/fixing-typo-in-docs-tkinterscolledtext--1381094...Benjamin Peterson2013-10-061-1/+1
|\
| * Fixing typo in docs, tkinter.scolledtext --> tkinter.scrolledtext [with r]peterjc2013-10-061-1/+1
|/
* mapping for _thread module (fixes #39)Benjamin Peterson2013-10-063-0/+5
* add mapping for gdbm (fixes #40)Benjamin Peterson2013-10-063-0/+5
* remove broken link to Zope five (fixes #37)Benjamin Peterson2013-09-291-2/+2
* update intersphinx linksBenjamin Peterson2013-09-151-2/+2
* 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
* 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