summaryrefslogtreecommitdiff
path: root/documentation
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix py3 linkBenjamin Peterson2014-01-181-1/+1
* add mapping for xmlrpc.server (fixes #55)Benjamin Peterson2014-01-181-0/+2
* update doc copyright yearsBenjamin Peterson2014-01-091-1/+1
* fix rolesBenjamin Peterson2014-01-081-7/+7
* document problems with module proxiesBenjamin Peterson2014-01-081-0/+22
* documentation/index.rst: Fix typo: "tkiner" -> "tkinter"Marc Abramowitz2014-01-041-1/+1
* fix roleBenjamin Peterson2014-01-041-1/+1
* add mapping for ttk (fixes #49)Benjamin Peterson2014-01-041-1/+3
* remove support for Python 2.4, since py.test doesn't support it anymoreBenjamin Peterson2013-12-201-7/+6
* documentation: proxy_bypassalexanderlukanin132013-11-271-0/+1
* import mapping for xmlrpclib (fixes #43)Benjamin Peterson2013-10-141-0/+2
* Fixing typo in docs, tkinter.scolledtext --> tkinter.scrolledtext [with r]peterjc2013-10-061-1/+1
* mapping for _thread module (fixes #39)Benjamin Peterson2013-10-061-0/+2
* add mapping for gdbm (fixes #40)Benjamin Peterson2013-10-061-0/+2
* remove broken link to Zope five (fixes #37)Benjamin Peterson2013-09-291-2/+2
* update intersphinx linksBenjamin Peterson2013-09-151-2/+2
* finish sentenceBenjamin Peterson2013-09-151-1/+1
* escape backslash (fixes #36)Benjamin Peterson2013-09-151-1/+1
* mention urlparse.ParseResult (fixes #33)Benjamin Peterson2013-09-051-0/+1
* urllib paragraph doesn't need to be a noteBenjamin Peterson2013-09-021-8/+5
* Revise paragraph about urllib moves in documentation/index.rstMarc Abramowitz2013-09-021-2/+3
* rename section headers, so they fit in the TOC bar1.4.0Benjamin Peterson2013-09-011-8/+8
* move mappings for urllib libraries (pull request #5)Marc Abramowitz2013-09-011-0/+119
* add UserString mapping (fixes #31)Benjamin Peterson2013-08-291-93/+95
* MyMeta -> MetaBenjamin Peterson2013-08-211-2/+2
* use pass instead of ...Benjamin Peterson2013-08-211-3/+3
* rephrase add_metaclass paragraphBenjamin Peterson2013-08-211-3/+4
* mention add_metaclass in with_metaclass docsBenjamin Peterson2013-08-211-0/+3
* fix class decorator emulation exampleBenjamin Peterson2013-08-211-1/+1
* rewrite sentence a bitBenjamin Peterson2013-08-211-2/+2
* resultant -> resultingBenjamin Peterson2013-08-211-1/+1
* Merged in jaraco/six (pull request #12)Benjamin Peterson2013-08-211-89/+93
|\
| * Merged in jaraco/six (pull request #13)Benjamin Peterson2013-08-211-0/+2
| |\
| | * Add six.move for filterfalseJason R. Coombs2013-06-201-0/+2
| * | Merged in bmispelon/six (pull request #11)Benjamin Peterson2013-08-211-89/+91
| |\ \ | | |/
| | * Add itertools.zip_longest to six.moves.Baptiste Mispelon2013-05-031-89/+91
* | | Added documentation for dd_metaclass.Jason R. Coombs2013-08-211-0/+30
|/ /
* | add unichr (fixes #25)Benjamin Peterson2013-06-021-0/+6
* | add byte2int (fixes #26)Benjamin Peterson2013-06-021-0/+6
* | add six.PY2Benjamin Peterson2013-06-021-0/+4
* | fix indentation of a noteBenjamin Peterson2013-06-021-1/+1
* | examples of containersBenjamin Peterson2013-06-021-5/+6
|/
* use correct roleBenjamin Peterson2013-04-191-1/+1
* add iterbytes and indexbytesBenjamin Peterson2013-04-191-0/+12
* add create_bound_methodBenjamin Peterson2013-04-191-0/+8
* allow multiple base classes to be given to with_metaclass (fixes #23)Benjamin Peterson2013-04-191-3/+3
* add six.moves.range alias (fixes #24)Benjamin Peterson2013-04-191-0/+2