summaryrefslogtreecommitdiff
path: root/six.py
Commit message (Expand)AuthorAgeFilesLines
* Drop support for EOL Python 2.6 and 3.2. (#314)Hugo van Kemenade2020-01-071-10/+1
* Fix wraps handing of missing attrs. (#251)immerrr again2020-01-061-6/+25
* 10 years of six!Benjamin Peterson2020-01-061-1/+1
* Clarify python_2_unicode_compatible is for classes.Benjamin Peterson2019-11-051-1/+1
* Bump version to 1.13.0.1.13.0Benjamin Peterson2019-11-051-1/+1
* Add six.moves.collections_abc.Benjamin Peterson2019-11-041-0/+1
* Add ndbm move. (#299)Ben Bariteau2019-11-041-0/+1
* Add support for PEP 560. (#305)Ivan Levkivskyi2019-11-041-1/+9
* Increment copyright year.Benjamin Peterson2019-06-181-1/+1
* Remove six.io. (#285)Toshiki Kataoka2019-04-081-0/+1
* six 1.12.01.12.0Benjamin Peterson2018-12-091-1/+1
* Make add_metaclass copy __qualname__ from the original class. (#260)E. M. Bray2018-10-031-0/+2
* documentation tweaksBenjamin Peterson2018-01-251-3/+3
* add ensure_binary/str/text helper functions (#204)Jingxin Zhu2018-01-251-0/+59
* bump copyright yearBenjamin Peterson2018-01-211-1/+1
* six 1.11.01.11.0Benjamin Peterson2017-09-171-1/+1
* Define __prepare__() in with_metaclass() (#178)Jordan Moldow2017-09-171-0/+4
* Temporary metaclass should not inherit from "meta" (#191)jdemeyer2017-09-171-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-1/+0
* Add unquote_to_bytes to moved urllib.parse. Fixes #171. (#172)Jason R. Coombs2017-03-011-0/+1
* Add moves for getoutput and getstatusoutput.Lucas Wiman2017-02-281-0/+2
* update copyright yearBenjamin Peterson2017-01-021-1/+1
* Add splitvalue to urllib_parseAnthony Sottile2016-07-271-0/+1
* Merged in asottile/six (pull request #75)Benjamin Peterson2016-04-191-1/+2
|\
| * Reorder six.moves.email*Anthony Sottile2016-04-181-2/+2
| * Add six.moves.email_mime_imageAnthony Sottile2016-04-061-0/+1
* | set tracebacks to None rather than deletingBenjamin Peterson2016-04-161-4/+5
* | Merged in krisvale/six (pull request #72)Benjamin Peterson2016-04-161-10/+22
|\ \ | |/ |/|
| * Delete exception variables in frames that raise exceptions.Kristján Valur Jónsson2016-01-151-10/+22
* | add 2016 to copyright yearsBenjamin Peterson2016-01-311-1/+1
|/
* add License goop to all python files (fixes #137)Benjamin Peterson2015-10-201-2/+2
* bump version to 1.10.01.10.0Benjamin Peterson2015-10-061-1/+1
* improve performance of int2byte on python 3 (fixes #122)Benjamin Peterson2015-03-211-6/+3
* I don't think cygwin has winregBenjamin Peterson2015-03-201-2/+3
* Merged in mrossini/six (pull request #55)Benjamin Peterson2015-03-201-1/+5
|\
| * _winreg is added to the moves module under windows onlyMirko Rossini2014-10-211-1/+5
* | Merged in maxgrenderjones/six (pull request #60)Benjamin Peterson2015-03-201-0/+2
|\ \
| * | Fixes #108 (os.getcwd has been renamed in move from 2 to 3)Max Grender-Jones2015-01-031-0/+2
* | | Merged in bartvm/six/create_unbound_method (pull request #64)Benjamin Peterson2015-03-201-0/+6
|\ \ \
| * | | Introduces a wrapper to create unbound methods.Bart van Merrienboer2015-01-211-0/+6
* | | | remove redundant iter() (fixes #121)Benjamin Peterson2015-03-201-4/+4
* | | | unwrap some linesBenjamin Peterson2015-02-091-49/+10
* | | | merging...Rick van Hattem2015-02-091-5/+62
|\ \ \ \
| * | | | fix tests on Python 3.1 (fixes #113)Benjamin Peterson2015-01-221-2/+6
| |/ / /
| * | | Issue #112: six.moves.reload_module now uses importlib module on Python 3.4+.Berker Peksag2015-01-211-1/+2
| |/ /
| * | six 1.9.01.9.0Benjamin Peterson2015-01-021-1/+1
| * | update copyright yearBenjamin Peterson2015-01-021-1/+1
| * | fix raise_from on py3.2Benjamin Peterson2015-01-021-1/+7
| * | support the flush parameter of print_ (fixes #106)Benjamin Peterson2015-01-021-0/+8