summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge with 3.4Georg Brandl2014-10-3124-117/+140
|\
| * #22613: remaining corrections in extending/reference docs (thanks Jacques Duc...Georg Brandl2014-10-318-54/+44
| * #22613: minor other fixes in library docs (thanks Jacques Ducasse)Georg Brandl2014-10-319-30/+35
| * #22613: document Cmd.cmdqueue (thanks Jacques Ducasse)Georg Brandl2014-10-311-1/+8
| * #22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse)Georg Brandl2014-10-311-14/+14
| * #22613: elaborate on arguments of shutil archival functions (thanks Jacques D...Georg Brandl2014-10-311-3/+13
| * #22613: explain what "buffer" is in the struct documentation (thanks Jacques ...Georg Brandl2014-10-311-1/+9
| * #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse)Georg Brandl2014-10-313-14/+17
* | merge with 3.4Georg Brandl2014-10-311-2/+2
|\ \ | |/
| * minor grammar fixes (from docs@python.org)Georg Brandl2014-10-311-2/+2
* | Doc: updadate suspicious ignore rulesGeorg Brandl2014-10-311-5/+7
* | merge with 3.4Georg Brandl2014-10-310-0/+0
|\ \ | |/
| * unittest.mock docs: fix use of default roleGeorg Brandl2014-10-312-360/+360
* | unittest.mock docs: fix use of default roleGeorg Brandl2014-10-312-402/+403
* | Fixed compile error in issue #22410. The _locale module is optional.Serhiy Storchaka2014-10-301-1/+6
|\ \ | |/
| * Fixed compile error in issue #22410. The _locale module is optional.Serhiy Storchaka2014-10-301-1/+6
* | Null mergeSerhiy Storchaka2014-10-300-0/+0
|\ \ | |/
| * Merge headsSerhiy Storchaka2014-10-303-9/+22
| |\
* | \ Issue #22410: Module level functions in the re module now cache compiledSerhiy Storchaka2014-10-303-2/+49
|\ \ \ | |/ /
| * | Issue #22410: Module level functions in the re module now cache compiledSerhiy Storchaka2014-10-303-2/+49
* | | Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now ...Antoine Pitrou2014-10-303-9/+22
|\ \ \ | | |/ | |/|
| * | Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now ...Antoine Pitrou2014-10-303-9/+22
| |/
* | merge with 3.4Georg Brandl2014-10-301-28/+33
|\ \ | |/
| * Sphinx extension: move imports to the module topGeorg Brandl2014-10-301-28/+33
* | merge with 3.4Georg Brandl2014-10-301-4/+4
|\ \ | |/
| * pyporting howto: fix link targetGeorg Brandl2014-10-301-4/+4
* | merge with 3.4Georg Brandl2014-10-301-1/+1
|\ \ | |/
| * distutils example: fix invalid rst in description stringGeorg Brandl2014-10-301-1/+1
* | merge with 3.4Georg Brandl2014-10-301-1/+1
|\ \ | |/
| * rstlint: make the "html leaked markup" regex a bit less sensitiveGeorg Brandl2014-10-301-1/+1
* | merge with 3.4Georg Brandl2014-10-301-1/+1
|\ \ | |/
| * minor markup fix: no inline markup is allowed in a module synopsisGeorg Brandl2014-10-301-1/+1
* | merge with 3.4Georg Brandl2014-10-301-4/+0
|\ \ | |/
| * rstlint: we do not use svn anymoreGeorg Brandl2014-10-301-4/+0
* | merge with 3.4Georg Brandl2014-10-301-5/+6
|\ \ | |/
| * rstlint: add more directives we useGeorg Brandl2014-10-301-5/+6
* | merge with 3.4Georg Brandl2014-10-301-1/+1
|\ \ | |/
| * Doc/contents: avoid false positive in rstlintGeorg Brandl2014-10-301-1/+1
* | merge with 3.4Georg Brandl2014-10-301-2/+3
|\ \ | |/
| * rstlint: recognize "deprecated-removed" directiveGeorg Brandl2014-10-301-2/+3
* | merge with 3.4Georg Brandl2014-10-300-0/+0
|\ \ | |/
| * Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-3012-23/+23
* | Doc: fix default role usage (except in unittest mock docs)Georg Brandl2014-10-3014-25/+25
* | Issue #8876: distutils now falls back to copying files when hard linking does...Antoine Pitrou2014-10-303-15/+56
|\ \ | |/
| * Issue #8876: distutils now falls back to copying files when hard linking does...Antoine Pitrou2014-10-303-14/+56
* | (Merge 3.4) Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception ifVictor Stinner2014-10-301-0/+1
|\ \ | |/
| * Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception ifVictor Stinner2014-10-301-0/+1
* | Issue #22217: Implemented reprs of classes in the zipfile module.Serhiy Storchaka2014-10-293-0/+83
* | Close #7559: ImportError when loading a test now shown as ImportError.Robert Collins2014-10-294-105/+191
* | Close #22756: Improve the test output for some assertEqual tests.Robert Collins2014-10-291-5/+3