summaryrefslogtreecommitdiff
path: root/test_six.py
Commit message (Expand)AuthorAgeFilesLines
* Switch dist to focal. (#356)Benjamin Peterson2021-05-051-1/+12
* Add assertNotRegex. (#289)Jonathan Vanasco2020-01-081-0/+11
* Drop support for EOL Python 2.6 and 3.2. (#314)Hugo van Kemenade2020-01-071-47/+6
* Fix wraps handing of missing attrs. (#251)immerrr again2020-01-061-4/+23
* 10 years of six!Benjamin Peterson2020-01-061-1/+1
* Remove unused inner function. (#310)Thomas Grainger2019-11-141-8/+0
* py.test -> pytestBenjamin Peterson2019-11-041-46/+46
* Add support for PEP 560. (#305)Ivan Levkivskyi2019-11-041-0/+48
* Increment copyright year.Benjamin Peterson2019-06-181-1/+1
* Make add_metaclass copy __qualname__ from the original class. (#260)E. M. Bray2018-10-031-0/+20
* add ensure_binary/str/text helper functions (#204)Jingxin Zhu2018-01-251-0/+58
* bump copyright yearBenjamin Peterson2018-01-211-1/+1
* add test for metaclass subclassesBenjamin Peterson2017-09-171-0/+8
* Define __prepare__() in with_metaclass() (#178)Jordan Moldow2017-09-171-0/+28
* remove moves.getstatusoutputBenjamin Peterson2017-08-271-7/+0
* Add moves for getoutput and getstatusoutput.Lucas Wiman2017-02-281-0/+13
* update copyright yearBenjamin Peterson2017-01-021-1/+1
* add 2016 to copyright yearsBenjamin Peterson2016-01-311-1/+1
* add License goop to all python files (fixes #137)Benjamin Peterson2015-10-201-0/+20
* improve performance of int2byte on python 3 (fixes #122)Benjamin Peterson2015-03-211-1/+1
* Merged in bartvm/six/create_unbound_method (pull request #64)Benjamin Peterson2015-03-201-0/+14
|\
| * Added testsBart van Merrienboer2015-01-211-0/+14
* | Specify skipif condition as stringsderekhiggins2015-03-191-1/+1
* | fix tests on Python 3.1 (fixes #113)Benjamin Peterson2015-01-221-1/+1
|/
* support the flush parameter of print_ (fixes #106)Benjamin Peterson2015-01-021-0/+11
* assertRegex and assertRaisesRegex are 2.7+ only, tooBenjamin Peterson2015-01-021-0/+2
* Merged in graingert/six (pull request #48)Benjamin Peterson2015-01-021-0/+21
|\
| * add tests for python_2_unicode_comapatibleThomas Grainger2014-09-161-0/+21
* | Merged in timograham/six (pull request #57)Benjamin Peterson2015-01-021-0/+37
|\ \
| * | Added unittest aliases.Tim Graham2014-11-251-0/+37
* | | add test for issue #105Benjamin Peterson2014-12-091-0/+12
|/ /
* | add raise_from (fixes #102)Benjamin Peterson2014-10-291-0/+21
* | It's skipIf, not skipifBrett Cannon2014-10-101-2/+2
* | Drop kwargs tests for view*Brett Cannon2014-10-101-15/+2
* | Address PR commentsBrett Cannon2014-10-051-14/+16
* | Introduce viewkeys(), viewvalues(), and viewitems().Brett Cannon2014-10-031-0/+29
|/
* fix add_metaclass when there is a __weakref__ or __dict__ slot (closes #88)Benjamin Peterson2014-08-171-0/+4
* instantiate the exception if the value is None (fixes #86)Benjamin Peterson2014-08-021-0/+8
* Merged in harlowja/six (pull request #32)Benjamin Peterson2014-04-301-0/+18
|\
| * Add a test for wrapsJoshua Harlow2014-04-281-0/+18
* | Test to ensure that with_metaclass() does not insert any intermediary basesBen Davis2014-04-261-0/+1
|/
* Stop referencing deleted private attrs in test_dictionary_iterators.Erik Rose2014-03-191-3/+12
* raise an AttributeError for six.moves.X when X is a module not available in t...Benjamin Peterson2014-03-131-1/+2
* correct version check (fixes #52)Benjamin Peterson2014-01-051-1/+1
* fix test on Python 3Benjamin Peterson2014-01-041-2/+2
* consolidate and rename testsBenjamin Peterson2014-01-041-4/+1
* Merge upstream default into issue_19Marc Abramowitz2014-01-041-12/+66
|\
| * Merged in alexanderlukanin13/six/urllib_import_weirdness (pull request #22)Benjamin Peterson2014-01-041-0/+20
| |\
| | * moves import bug fixedalexanderlukanin132013-11-071-0/+20
| * | add mapping for ttk (fixes #49)Benjamin Peterson2014-01-041-2/+5