summaryrefslogtreecommitdiff
path: root/documentation
Commit message (Expand)AuthorAgeFilesLines
* update copyright yearBenjamin Peterson2017-01-021-1/+1
* A small typing mistake on documentation/index.rstlbesson/a-small-typing-mistake-on-documentationi-1480180767819Lilian 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 fixesspellingVille Skytt?2016-06-081-2/+2
* Merged in asottile/six (pull request #75)Benjamin Peterson2016-04-191-1/+1
|\
| * Rename class name to be consistent with the other examples.bsipocz/rename-class-name-to-be-consistent-with--1460515326655Brigitta Sipocz2016-04-131-1/+1
* | 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
|/
* add 2016 to copyright yearsBenjamin Peterson2016-01-311-1/+1
* Clarify wording of u'' vs u() for Python 3moreati/clarify-wording-of-u-vs-u-for-python-3-1440158751679Alex 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
* update copyright yearBenjamin Peterson2015-01-021-1/+1
* 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-1/+1
|\
| * color commentaryBenjamin Peterson2014-12-161-1/+1
* | Added unittest aliases.Tim Graham2014-11-251-0/+33
|/
* 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*viewBrett Cannon2014-10-101-6/+6
* Address PR commentsBrett Cannon2014-10-051-3/+3
* Introduce viewkeys(), viewvalues(), and viewitems().Brett Cannon2014-10-031-0/+21
* intersphinx now with https urlsBenjamin Peterson2014-09-111-2/+2
* 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
* document wrapsBenjamin Peterson2014-04-301-0/+7
* doc changes for pull request #34Benjamin Peterson2014-04-191-0/+2
* Add moves for UserDict and UserListPeter Ruibal2014-04-161-0/+4
* just pretend attributes of unimportable lazy modules don't existBenjamin Peterson2014-03-131-5/+5
* Add six.moves.urllib.parse.splitqueryMarc Abramowitz2014-02-211-0/+1
* Add SplitResult supportjulien2014-02-061-0/+1