summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Remove references to kwargs for view*viewBrett Cannon2014-10-101-6/+6
| | |
| * | 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-053-33/+25
| | |
| * | Introduce viewkeys(), viewvalues(), and viewitems().Brett Cannon2014-10-034-0/+73
|/ / | | | | | | Closes issue #92
* | add Alexander ArtemenkoBenjamin Peterson2014-09-131-0/+1
| |
* | Merged in ↵Benjamin Peterson2014-09-130-0/+0
|\ \ | | | | | | | | | | | | | | | svetlyak40wt/six/svetlyak40wt/wrapped-some-tokens-with-backquotes-to-r-1410503493688 (pull request #49) Wrapped some tokens with backquotes to render them nicely in Markdown.
* | | Wrapped some tokens with backquotes to render them nicely in Markdown.svetlyak40wt/wrapped-some-tokens-with-backquotes-to-r-1410503493688Alexander Artemenko2014-09-121-13/+13
|/ /
* | intersphinx now with https urlsBenjamin Peterson2014-09-111-2/+2
|/
* Added tag 1.8.0 for changeset fa79f187d6f2Benjamin Peterson2014-09-110-0/+0
|
* six 1.8.01.8.0Benjamin Peterson2014-09-112-3/+3
|
* add move for pipes.quote -> shlex.quote (fixes #90)Benjamin Peterson2014-09-113-0/+5
|
* moves mapping for intern (fixes #59)Benjamin Peterson2014-09-113-0/+5
|
* add a bunch of urlparse uses_* movesBenjamin Peterson2014-09-113-0/+12
|
* fix add_metaclass when there is a __weakref__ or __dict__ slot (closes #88)Benjamin Peterson2014-08-173-2/+9
|
* use absolute imports (fixes #89)Benjamin Peterson2014-08-162-0/+4
|
* accept assigned and updated parameters for wraps() (fixes #85)Benjamin Peterson2014-08-023-2/+5
|
* instantiate the exception if the value is None (fixes #86)Benjamin Peterson2014-08-023-0/+13
|
* changelog for pr #45Benjamin Peterson2014-07-151-0/+2
|
* Add email_mime_nonmultipart as MovedModuleFelix Yan2014-07-152-0/+3
|
* 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-053-0/+4
|
* add splituser mapping (fixes #80)Benjamin Peterson2014-07-053-0/+4
|
* dev version headerBenjamin Peterson2014-07-051-0/+3
|
* Added tag 1.7.3 for changeset 31d908854478Benjamin Peterson2014-06-290-0/+0
|
* six 1.7.31.7.3Benjamin Peterson2014-06-292-3/+3
|
* simplify with_metaclass implementationBenjamin Peterson2014-06-291-11/+4
|
* account for __spec__ possibly being None (fixes #77)Benjamin Peterson2014-06-292-3/+3
|
* xmlrpc_server should map to SimpleXMLRPCServer on Python 2 (fixes #74)Benjamin Peterson2014-06-132-1/+4
|
* dev version headerBenjamin Peterson2014-06-131-0/+3
|
* Added tag 1.7.2 for changeset cb0ed571b64aBenjamin Peterson2014-06-080-0/+0
|
* six 1.7.21.7.2Benjamin Peterson2014-06-081-1/+1
|
* fix importing when sys.meta_path is empty (fixes #72)Benjamin Peterson2014-06-082-10/+16
|
* Added tag 1.7.1 for changeset 307b88b684ecBenjamin Peterson2014-06-080-0/+0
|
* six 1.7.11.7.1Benjamin Peterson2014-06-081-1/+1
|
* remove other instances of the six meta path importer if six is reloaded ↵Benjamin Peterson2014-06-082-2/+21
| | | | (fixes #71)
* Added tag 1.7.0 for changeset 35f6d89f826fBenjamin Peterson2014-06-070-0/+0
|
* six 1.7.01.7.0Benjamin Peterson2014-06-072-3/+3
|
* changelog for pr #30Benjamin Peterson2014-06-071-0/+2
|
* add Anselm KruisBenjamin Peterson2014-06-071-0/+1
|
* Merge heads.Anselm Kruis2014-05-271-35/+98
|\
| * Fix issue #63: Use the PEP302 meta path hook to import six.moves.Anselm Kruis2014-03-141-35/+98
| | | | | | | | | | Now six imports the synthetic package six.moves and its submodules on demand. This avoids problems with code, that scans the content of sys.modules.
* | Merged in msabramo/six/tox_posargs (pull request #37)Benjamin Peterson2014-05-091-1/+1
|\ \ | | | | | | | | | tox.ini: Add {posargs} to py.test command
| * | tox.ini: Add {posargs} to py.test commandMarc Abramowitz2014-05-081-1/+1
| | | | | | | | | | | | | | | | | | so that user can call tox with options and pass them to py.test -- e.g.: tox -e py26,py27,py33 -- -v --tb=short --showlocals -k test_map
* | | Merged in msabramo/six/tox_remove_py24_2 (pull request #42)Benjamin Peterson2014-05-090-0/+0
|\ \ \ | | | | | | | | | | | | tox.ini: Remove py24
* | | | tox.ini: Remove py24Marc Abramowitz2014-05-091-1/+1
|/ / / | | | | | | | | | It's no longer supported because setup.py uses a context manager
* | | Merged in msabramo/six/tox_py34 (pull request #40)Benjamin Peterson2014-05-090-0/+0
|\ \ \ | |/ / | | | | | | tox.ini: Add py34
* | | tox.ini: Add py34Marc Abramowitz2014-05-081-1/+1
|/ /
* | document wrapsBenjamin Peterson2014-04-301-0/+7
| |