Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | document wraps | Benjamin Peterson | 2014-04-30 | 1 | -0/+7 |
* | doc changes for pull request #34 | Benjamin Peterson | 2014-04-19 | 1 | -0/+2 |
* | Add moves for UserDict and UserList | Peter Ruibal | 2014-04-16 | 1 | -0/+4 |
* | just pretend attributes of unimportable lazy modules don't exist | Benjamin Peterson | 2014-03-13 | 1 | -5/+5 |
* | Add six.moves.urllib.parse.splitquery | Marc Abramowitz | 2014-02-21 | 1 | -0/+1 |
* | Add SplitResult support | julien | 2014-02-06 | 1 | -0/+1 |
* | fix py3 link | Benjamin Peterson | 2014-01-18 | 1 | -1/+1 |
* | add mapping for xmlrpc.server (fixes #55) | Benjamin Peterson | 2014-01-18 | 1 | -0/+2 |
* | fix roles | Benjamin Peterson | 2014-01-08 | 1 | -7/+7 |
* | document problems with module proxies | Benjamin Peterson | 2014-01-08 | 1 | -0/+22 |
* | documentation/index.rst: Fix typo: "tkiner" -> "tkinter" | Marc Abramowitz | 2014-01-04 | 1 | -1/+1 |
* | fix role | Benjamin Peterson | 2014-01-04 | 1 | -1/+1 |
* | add mapping for ttk (fixes #49) | Benjamin Peterson | 2014-01-04 | 1 | -1/+3 |
* | remove support for Python 2.4, since py.test doesn't support it anymore | Benjamin Peterson | 2013-12-20 | 1 | -7/+6 |
* | documentation: proxy_bypass | alexanderlukanin13 | 2013-11-27 | 1 | -0/+1 |
* | import mapping for xmlrpclib (fixes #43) | Benjamin Peterson | 2013-10-14 | 1 | -0/+2 |
* | Fixing typo in docs, tkinter.scolledtext --> tkinter.scrolledtext [with r] | peterjc | 2013-10-06 | 1 | -1/+1 |
* | mapping for _thread module (fixes #39) | Benjamin Peterson | 2013-10-06 | 1 | -0/+2 |
* | add mapping for gdbm (fixes #40) | Benjamin Peterson | 2013-10-06 | 1 | -0/+2 |
* | remove broken link to Zope five (fixes #37) | Benjamin Peterson | 2013-09-29 | 1 | -2/+2 |
* | finish sentence | Benjamin Peterson | 2013-09-15 | 1 | -1/+1 |
* | escape backslash (fixes #36) | Benjamin Peterson | 2013-09-15 | 1 | -1/+1 |
* | mention urlparse.ParseResult (fixes #33) | Benjamin Peterson | 2013-09-05 | 1 | -0/+1 |
* | urllib paragraph doesn't need to be a note | Benjamin Peterson | 2013-09-02 | 1 | -8/+5 |
* | Revise paragraph about urllib moves in documentation/index.rst | Marc Abramowitz | 2013-09-02 | 1 | -2/+3 |
* | rename section headers, so they fit in the TOC bar1.4.0 | Benjamin Peterson | 2013-09-01 | 1 | -8/+8 |
* | move mappings for urllib libraries (pull request #5) | Marc Abramowitz | 2013-09-01 | 1 | -0/+119 |
* | add UserString mapping (fixes #31) | Benjamin Peterson | 2013-08-29 | 1 | -93/+95 |
* | MyMeta -> Meta | Benjamin Peterson | 2013-08-21 | 1 | -2/+2 |
* | use pass instead of ... | Benjamin Peterson | 2013-08-21 | 1 | -3/+3 |
* | rephrase add_metaclass paragraph | Benjamin Peterson | 2013-08-21 | 1 | -3/+4 |
* | mention add_metaclass in with_metaclass docs | Benjamin Peterson | 2013-08-21 | 1 | -0/+3 |
* | fix class decorator emulation example | Benjamin Peterson | 2013-08-21 | 1 | -1/+1 |
* | rewrite sentence a bit | Benjamin Peterson | 2013-08-21 | 1 | -2/+2 |
* | resultant -> resulting | Benjamin Peterson | 2013-08-21 | 1 | -1/+1 |
* | Merged in jaraco/six (pull request #12) | Benjamin Peterson | 2013-08-21 | 1 | -89/+93 |
|\ | |||||
| * | Merged in jaraco/six (pull request #13) | Benjamin Peterson | 2013-08-21 | 1 | -0/+2 |
| |\ | |||||
| | * | Add six.move for filterfalse | Jason R. Coombs | 2013-06-20 | 1 | -0/+2 |
| * | | Merged in bmispelon/six (pull request #11) | Benjamin Peterson | 2013-08-21 | 1 | -89/+91 |
| |\ \ | | |/ | |||||
| | * | Add itertools.zip_longest to six.moves. | Baptiste Mispelon | 2013-05-03 | 1 | -89/+91 |
* | | | Added documentation for dd_metaclass. | Jason R. Coombs | 2013-08-21 | 1 | -0/+30 |
|/ / | |||||
* | | add unichr (fixes #25) | Benjamin Peterson | 2013-06-02 | 1 | -0/+6 |
* | | add byte2int (fixes #26) | Benjamin Peterson | 2013-06-02 | 1 | -0/+6 |
* | | add six.PY2 | Benjamin Peterson | 2013-06-02 | 1 | -0/+4 |
* | | fix indentation of a note | Benjamin Peterson | 2013-06-02 | 1 | -1/+1 |
* | | examples of containers | Benjamin Peterson | 2013-06-02 | 1 | -5/+6 |
|/ | |||||
* | use correct role | Benjamin Peterson | 2013-04-19 | 1 | -1/+1 |
* | add iterbytes and indexbytes | Benjamin Peterson | 2013-04-19 | 1 | -0/+12 |
* | add create_bound_method | Benjamin Peterson | 2013-04-19 | 1 | -0/+8 |
* | allow multiple base classes to be given to with_metaclass (fixes #23) | Benjamin Peterson | 2013-04-19 | 1 | -3/+3 |