summaryrefslogtreecommitdiff
path: root/documentation/index.rst
Commit message (Expand)AuthorAgeFilesLines
* PyPi -> PyPI (#220)Mariatta2017-12-051-1/+1
* Add parse_http_list and parse_keqv_list to moved urllib.request (#203)Jason R. Coombs2017-09-161-0/+2
* remove moves.getstatusoutputBenjamin Peterson2017-08-271-2/+0
* Fix typo: intepreter -> interpreter (#206)delirious-lettuce2017-08-021-1/+1
* just use builtin next()Benjamin Peterson2017-06-281-1/+3
* Correct from "an" to "a". (#196)Shlomi Fish2017-05-041-1/+1
* Add unquote_to_bytes to moved urllib.parse. Fixes #171. (#172)Jason R. Coombs2017-03-011-1/+1
* Add moves for getoutput and getstatusoutput.Lucas Wiman2017-02-281-135/+139
* https for pypi urlBenjamin Peterson2017-01-021-1/+1
* bitbucket -> githubBenjamin Peterson2017-01-021-1/+1
* A small typing mistake on documentation/index.rstLilian Besson (Naereen)2016-11-261-2/+2
* Document adding splitvalue to urllib_parseAnthony Sottile2016-07-271-0/+1
* Drop duplicate b() in note about it and Python >= 2.6Ville Skyttä2016-06-121-1/+1
* Documentation spelling fixesVille Skyttä2016-06-081-2/+2
* Merged in asottile/six (pull request #75)Benjamin Peterson2016-04-191-2/+4
|\
| * Reorder six.moves.email_* (documentation)Anthony Sottile2016-04-181-4/+4
| * s/mode/modAnthony Sottile2016-04-181-1/+1
| * Document email_mime_imageAnthony Sottile2016-04-171-0/+2
* | Rename class name to be consistent with the other examples.Brigitta Sipocz2016-04-131-1/+1
|/
* Clarify wording of u'' vs u() for Python 3Alex Willmer2015-08-211-1/+1
* documentation updates for issue #108Benjamin Peterson2015-03-201-0/+4
* doc tweaksBenjamin Peterson2015-03-201-3/+3
* Introduces a wrapper to create unbound methods.Bart van Merrienboer2015-01-211-0/+7
* Issue #112: six.moves.reload_module now uses importlib module on Python 3.4+.Berker Peksag2015-01-211-1/+3
* support the flush parameter of print_ (fixes #106)Benjamin Peterson2015-01-021-2/+3
* use decorator directive for add_metaclass and wrapsBenjamin Peterson2015-01-021-2/+2
* document python_2_unicode_compatibleBenjamin Peterson2015-01-021-0/+8
* add spaceBenjamin Peterson2015-01-021-0/+2
* note that the unittest asertion methods are only available on 2.7 and laterBenjamin Peterson2015-01-021-2/+2
* note that assertCountEqual is newishBenjamin Peterson2015-01-021-2/+3
* remove currentmodule directive that is no longer neededBenjamin Peterson2015-01-021-2/+0
* move unittest assertions section upBenjamin Peterson2015-01-021-33/+33
* Merged in timograham/six (pull request #57)Benjamin Peterson2015-01-021-0/+33
|\
| * Added unittest aliases.Tim Graham2014-11-251-0/+33
* | color commentaryBenjamin Peterson2014-12-161-1/+1
|/
* add raise_from (fixes #102)Benjamin Peterson2014-10-291-0/+7
* indicate properly that next = advance_iteratorBenjamin Peterson2014-10-121-1/+1
* link to python docs for dict view methodsBenjamin Peterson2014-10-121-3/+3
* Remove references to kwargs for view*Brett Cannon2014-10-101-6/+6
* Address PR commentsBrett Cannon2014-10-051-3/+3
* Introduce viewkeys(), viewvalues(), and viewitems().Brett Cannon2014-10-031-0/+21
* add move for pipes.quote -> shlex.quote (fixes #90)Benjamin Peterson2014-09-111-0/+2
* moves mapping for intern (fixes #59)Benjamin Peterson2014-09-111-0/+2
* add a bunch of urlparse uses_* movesBenjamin Peterson2014-09-111-0/+5
* accept assigned and updated parameters for wraps() (fixes #85)Benjamin Peterson2014-08-021-1/+1
* Add email_mime_nonmultipart as MovedModuleFelix Yan2014-07-151-0/+2
* say that the reraise frame is attached to any tb (fixes #79)Benjamin Peterson2014-07-131-1/+4
* remove sentence that is no longer trueBenjamin Peterson2014-07-121-3/+1
* add splittag mapping (fixes #81)Benjamin Peterson2014-07-051-0/+1
* add splituser mapping (fixes #80)Benjamin Peterson2014-07-051-0/+1