summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix exception causes all over the codebaseRam Rachum2020-06-1428-105/+114
|
* Merge pull request #7820 from cool-RR/2020-06-11-raise-fromTakeshi KOMIYA2020-06-131-4/+5
|\ | | | | Fix exception causes in code.py
| * Fix exception causes in code.pyRam Rachum2020-06-121-4/+5
| |
* | Update CHANGES for PR #7822Takeshi KOMIYA2020-06-121-0/+2
| |
* | Bump versionTakeshi KOMIYA2020-06-122-3/+24
| |
* | Merge pull request #7822 from Jellby/fix_numfigTakeshi KOMIYA2020-06-121-5/+15
|\ \ | |/ |/| Fix #7715: Issue \@addtoreset after loading hyperref
| * Issue \@addtoreset at begin document, after hyperrefJellby2020-06-121-5/+15
|/
* Update CHANGES for PR #7811Takeshi KOMIYA2020-06-111-0/+2
|
* Bump versionTakeshi KOMIYA2020-06-082-3/+24
|
* Bump to 3.1.0 finalv3.1.0Takeshi KOMIYA2020-06-082-25/+4
|
* Merge pull request #7797 from tk0miya/7791_TypeError_for_singledispatchfunctionTakeshi KOMIYA2020-06-082-2/+18
|\ | | | | Fix #7791: autodoc: TypeError is raised on documenting singledispatch function
| * Fix #7791: autodoc: TypeError is raised on documenting singledispatch functionTakeshi KOMIYA2020-06-072-2/+18
| |
* | Update CHANGES for PR #7657Takeshi KOMIYA2020-06-081-0/+1
| |
* | Merge pull request #7657 from mgeier/css-marginsTakeshi KOMIYA2020-06-081-19/+48
|\ \ | | | | | | basic theme: CSS margin overhaul
| * | basic CSS: Add hlist marginMatthias Geier2020-05-121-0/+4
| | |
| * | basic CSS: move code block margin to outer <div>Matthias Geier2020-05-121-6/+6
| | |
| * | basic CSS: ul/ol marginsMatthias Geier2020-05-121-2/+18
| | |
| * | basic CSS: remove margin-bottom in last element of <dl>Matthias Geier2020-05-121-0/+5
| | |
| * | basic CSS: Remove margin-bottom from last child in sidebar/topic/admonitionMatthias Geier2020-05-121-4/+8
| | |
| * | basic CSS: consistent 7px padding on topic and sidebarMatthias Geier2020-05-121-2/+2
| | |
| * | basic CSS: remove first/last-child margin not only for <p>Matthias Geier2020-05-121-7/+7
| | |
* | | Merge pull request #7788 from tk0miya/7722_support_typevarTakeshi KOMIYA2020-06-074-1/+100
|\ \ \ | | | | | | | | autodoc: Support TypeVar (refs: #7722)
| * | | autodoc: Support TypeVar (refs: #7722)Takeshi KOMIYA2020-06-064-1/+100
| | |/ | |/|
* | | Merge pull request #7794 from tk0miya/7792_setuptools_verbosityTakeshi KOMIYA2020-06-072-1/+3
|\ \ \ | | | | | | | | Close #7792: setuptools: Support ``--verbosity`` option
| * | | Close #7792: setuptools: Support ``--verbosity`` optionTakeshi KOMIYA2020-06-062-1/+3
| |/ /
* | | Merge pull request #7778 from tk0miya/7723_pdflatex_URL_having_singlequoteTakeshi KOMIYA2020-06-072-1/+3
|\ \ \ | | | | | | | | Fix #7723: LaTeX: pdflatex crashed when URL contains a single quote
| * | | Fix #7723: LaTeX: pdflatex crashed when URL contains a single quoteTakeshi KOMIYA2020-06-042-1/+3
| | | |
* | | | Merge pull request #7793 from tk0miya/fix_typoTakeshi KOMIYA2020-06-061-1/+1
|\ \ \ \ | |_|/ / |/| | | Fix typo
| * | | Fix typoTakeshi KOMIYA2020-06-061-1/+1
|/ / /
* | | Update CHANGES for PR #7760Takeshi KOMIYA2020-06-061-0/+2
| | |
* | | Merge pull request #7760 from Cielquan/feature/coverage_print_missing_as_warningTakeshi KOMIYA2020-06-063-4/+82
|\ \ \ | | | | | | | | coverage ext - config to log missing coverage
| * | | documented coverage_show_missing_items confvalChristian Riedel2020-06-051-1/+8
| | | |
| * | | added test for show_missing_items True in quiet modeCielquan2020-06-051-0/+12
| | | |
| * | | added test for show_missing_items TrueCielquan2020-05-311-0/+17
| | | |
| * | | fixed color imports in coverage.pyCielquan2020-05-311-3/+1
| | | |
| * | | reduced colors on info levelCielquan2020-05-311-9/+7
| | | |
| * | | fixed line lengthCielquan2020-05-311-6/+10
| | | |
| * | | merged new config options into coverage_show_missing_itemsCielquan2020-05-311-6/+5
| | | |
| * | | added config to log missing c/py coverageCielquan2020-05-311-3/+46
| | | |
* | | | Update CHANGES for PR #7721Takeshi KOMIYA2020-06-051-0/+2
| | | |
* | | | Merge pull request #7721 from mgeier/classic-code-color2Takeshi KOMIYA2020-06-051-2/+2
|\ \ \ \ | | | | | | | | | | classic theme: default codetextcolor/codebgcolor doesn't override Pygments
| * | | | classic theme: default codetextcolor/codebgcolor doesn't override PygmentsMatthias Geier2020-05-241-2/+2
| | | | | | | | | | | | | | | | | | | | Closes #7720.
* | | | | Update CHANGES for PR #7717Takeshi KOMIYA2020-06-051-1/+2
| | | | |
* | | | | Merge pull request #7717 from mgeier/linenos-paddingTakeshi KOMIYA2020-06-051-1/+1
|\ \ \ \ \ | | | | | | | | | | | | basic CSS: avoid unnecessary padding to the left of line numbers
| * | | | | basic CSS: avoid unnecessary padding to the left of line numbersMatthias Geier2020-05-241-1/+1
| |/ / / /
* | | | | Update CHANGES for PR #7718Takeshi KOMIYA2020-06-051-0/+2
| | | | |
* | | | | Merge pull request #7718 from mgeier/respect-pygments-backgroundTakeshi KOMIYA2020-06-057-17/+1
|\ \ \ \ \ | | | | | | | | | | | | CSS: Respect Pygments background color
| * | | | | CSS: Respect Pygments background colorMatthias Geier2020-05-247-17/+1
| |/ / / / | | | | | | | | | | | | | | | ... except "classic" and "scrolls" themes.
* | | | | Merge pull request #7716 from tk0miya/3610_support_overloadTakeshi KOMIYA2020-06-059-16/+365
|\ \ \ \ \ | | | | | | | | | | | | Close #3610: autodoc: Support overloaded functions
| * | | | | Support overloaded constructors (__call__, __init__ and __new__)Takeshi KOMIYA2020-06-023-9/+107
| | | | | |