summaryrefslogtreecommitdiff
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* Remove references to kwargs for view*viewBrett Cannon2014-10-101-6/+6
|
* Address PR commentsBrett Cannon2014-10-051-3/+3
|
* Introduce viewkeys(), viewvalues(), and viewitems().Brett Cannon2014-10-031-0/+21
| | | | Closes issue #92
* intersphinx now with https urlsBenjamin Peterson2014-09-111-2/+2
|
* add move for pipes.quote -> shlex.quote (fixes #90)Benjamin Peterson2014-09-111-0/+2
|
* moves mapping for intern (fixes #59)Benjamin Peterson2014-09-111-0/+2
|
* add a bunch of urlparse uses_* movesBenjamin Peterson2014-09-111-0/+5
|
* accept assigned and updated parameters for wraps() (fixes #85)Benjamin Peterson2014-08-021-1/+1
|
* Add email_mime_nonmultipart as MovedModuleFelix Yan2014-07-151-0/+2
|
* 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-051-0/+1
|
* add splituser mapping (fixes #80)Benjamin Peterson2014-07-051-0/+1
|
* document wrapsBenjamin Peterson2014-04-301-0/+7
|
* doc changes for pull request #34Benjamin Peterson2014-04-191-0/+2
|
* Add moves for UserDict and UserListPeter Ruibal2014-04-161-0/+4
| | | | See https://docs.python.org/2/library/userdict.html#module-UserDict for details
* just pretend attributes of unimportable lazy modules don't existBenjamin Peterson2014-03-131-5/+5
| | | | Suggested by Diana Clarke.
* 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
|