summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / | | | | | | locale-dependent regular expressions taking into account the locale.
| * | Issue #22410: Module level functions in the re module now cache compiledSerhiy Storchaka2014-10-303-2/+49
| | | | | | | | | | | | locale-dependent regular expressions taking into account the locale.
* | | Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now ↵Antoine Pitrou2014-10-303-9/+22
|\ \ \ | | |/ | |/| | | | return False when the underlying stat call raises NotADirectoryError.
| * | Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now ↵Antoine Pitrou2014-10-303-9/+22
| |/ | | | | | | return False when the underlying stat call raises NotADirectoryError.
* | 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 ↵Antoine Pitrou2014-10-303-15/+56
|\ \ | |/ | | | | | | | | doesn't work. This allows use with special filesystems such as VirtualBox shared folders.
| * Issue #8876: distutils now falls back to copying files when hard linking ↵Antoine Pitrou2014-10-303-14/+56
| | | | | | | | | | | | doesn't work. This allows use with special filesystems such as VirtualBox shared folders.
* | (Merge 3.4) Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception ifVictor Stinner2014-10-301-0/+1
|\ \ | |/ | | | | PyFile_GetLine() failed. Patch written by Xavier de Gaye.
| * Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception ifVictor Stinner2014-10-301-0/+1
| | | | | | | | PyFile_GetLine() failed. Patch written by Xavier de Gaye.
* | 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
| | | | | | | | | | | | | | Previously the ImportError was only shown if the top level containing package failed to import, with other ImportErrors showing up as AttributeError - hiding the real cause. As part of this, `TestLoader.loadTestsFromNames` now captures errors to self.errors.
* | Close #22756: Improve the test output for some assertEqual tests.Robert Collins2014-10-291-5/+3
| | | | | | | | | | | | These tests were undebuggable as written, and there's no testing fallacy involved in using the method we're testing to test the output of that method, so switch to that.
* | Merge two Tests sections of the current NEWS.Zachary Ware2014-10-291-8/+5
| |
* | Closes #22173: Merge with 3.4Zachary Ware2014-10-297-38/+19
|\ \ | |/
| * Issue #22173: Update lib2to3 tests to use unittest test discovery.Zachary Ware2014-10-297-38/+19
| |
* | Issue #11957: Explicit parameter name when calling re.split() and re.sub()Victor Stinner2014-10-292-8/+8
| |
* | merge with 3.4Georg Brandl2014-10-2932-45/+52
|\ \ | |/
| * Fixing broken links in doc, part 4: some more breaks and redirectsGeorg Brandl2014-10-2931-45/+42
| |
| * linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on ↵Georg Brandl2014-10-291-0/+10
| | | | | | | | www.python.org again).
* | merge with 3.4Georg Brandl2014-10-2941-164/+145
|\ \ | |/
| * Fixing broken links in doc, part 3: the restGeorg Brandl2014-10-2926-80/+75
| |
| * Fixing broken links in doc, part 2: howto/Georg Brandl2014-10-296-51/+44
| |