Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc: updadate suspicious ignore rules | Georg Brandl | 2014-10-31 | 1 | -5/+7 |
| | |||||
* | merge with 3.4 | Georg Brandl | 2014-10-31 | 0 | -0/+0 |
|\ | |||||
| * | unittest.mock docs: fix use of default role | Georg Brandl | 2014-10-31 | 2 | -360/+360 |
| | | |||||
* | | unittest.mock docs: fix use of default role | Georg Brandl | 2014-10-31 | 2 | -402/+403 |
| | | |||||
* | | Fixed compile error in issue #22410. The _locale module is optional. | Serhiy Storchaka | 2014-10-30 | 1 | -1/+6 |
|\ \ | |/ | |||||
| * | Fixed compile error in issue #22410. The _locale module is optional. | Serhiy Storchaka | 2014-10-30 | 1 | -1/+6 |
| | | |||||
* | | Null merge | Serhiy Storchaka | 2014-10-30 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Merge heads | Serhiy Storchaka | 2014-10-30 | 3 | -9/+22 |
| |\ | |||||
* | \ | Issue #22410: Module level functions in the re module now cache compiled | Serhiy Storchaka | 2014-10-30 | 3 | -2/+49 |
|\ \ \ | |/ / | | | | | | | locale-dependent regular expressions taking into account the locale. | ||||
| * | | Issue #22410: Module level functions in the re module now cache compiled | Serhiy Storchaka | 2014-10-30 | 3 | -2/+49 |
| | | | | | | | | | | | | locale-dependent regular expressions taking into account the locale. | ||||
* | | | Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now ↵ | Antoine Pitrou | 2014-10-30 | 3 | -9/+22 |
|\ \ \ | | |/ | |/| | | | | return False when the underlying stat call raises NotADirectoryError. | ||||
| * | | Issue #22759: Query methods on pathlib.Path() (exists(), is_dir(), etc.) now ↵ | Antoine Pitrou | 2014-10-30 | 3 | -9/+22 |
| |/ | | | | | | | return False when the underlying stat call raises NotADirectoryError. | ||||
* | | merge with 3.4 | Georg Brandl | 2014-10-30 | 1 | -28/+33 |
|\ \ | |/ | |||||
| * | Sphinx extension: move imports to the module top | Georg Brandl | 2014-10-30 | 1 | -28/+33 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-30 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | pyporting howto: fix link target | Georg Brandl | 2014-10-30 | 1 | -4/+4 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | distutils example: fix invalid rst in description string | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | rstlint: make the "html leaked markup" regex a bit less sensitive | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | minor markup fix: no inline markup is allowed in a module synopsis | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-30 | 1 | -4/+0 |
|\ \ | |/ | |||||
| * | rstlint: we do not use svn anymore | Georg Brandl | 2014-10-30 | 1 | -4/+0 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-30 | 1 | -5/+6 |
|\ \ | |/ | |||||
| * | rstlint: add more directives we use | Georg Brandl | 2014-10-30 | 1 | -5/+6 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Doc/contents: avoid false positive in rstlint | Georg Brandl | 2014-10-30 | 1 | -1/+1 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-30 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | rstlint: recognize "deprecated-removed" directive | Georg Brandl | 2014-10-30 | 1 | -2/+3 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-30 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Doc: fix default role usage (except in unittest mock docs) | Georg Brandl | 2014-10-30 | 12 | -23/+23 |
| | | |||||
* | | Doc: fix default role usage (except in unittest mock docs) | Georg Brandl | 2014-10-30 | 14 | -25/+25 |
| | | |||||
* | | Issue #8876: distutils now falls back to copying files when hard linking ↵ | Antoine Pitrou | 2014-10-30 | 3 | -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 Pitrou | 2014-10-30 | 3 | -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 if | Victor Stinner | 2014-10-30 | 1 | -0/+1 |
|\ \ | |/ | | | | | PyFile_GetLine() failed. Patch written by Xavier de Gaye. | ||||
| * | Issue #22762: Fix _Py_DisplaySourceLine(), clear the exception if | Victor Stinner | 2014-10-30 | 1 | -0/+1 |
| | | | | | | | | PyFile_GetLine() failed. Patch written by Xavier de Gaye. | ||||
* | | Issue #22217: Implemented reprs of classes in the zipfile module. | Serhiy Storchaka | 2014-10-29 | 3 | -0/+83 |
| | | |||||
* | | Close #7559: ImportError when loading a test now shown as ImportError. | Robert Collins | 2014-10-29 | 4 | -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 Collins | 2014-10-29 | 1 | -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 Ware | 2014-10-29 | 1 | -8/+5 |
| | | |||||
* | | Closes #22173: Merge with 3.4 | Zachary Ware | 2014-10-29 | 7 | -38/+19 |
|\ \ | |/ | |||||
| * | Issue #22173: Update lib2to3 tests to use unittest test discovery. | Zachary Ware | 2014-10-29 | 7 | -38/+19 |
| | | |||||
* | | Issue #11957: Explicit parameter name when calling re.split() and re.sub() | Victor Stinner | 2014-10-29 | 2 | -8/+8 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-29 | 32 | -45/+52 |
|\ \ | |/ | |||||
| * | Fixing broken links in doc, part 4: some more breaks and redirects | Georg Brandl | 2014-10-29 | 31 | -45/+42 |
| | | |||||
| * | linkcheck: ignore issue URLs and PEP URLs (the latter until the PEPs are on ↵ | Georg Brandl | 2014-10-29 | 1 | -0/+10 |
| | | | | | | | | www.python.org again). | ||||
* | | merge with 3.4 | Georg Brandl | 2014-10-29 | 41 | -164/+145 |
|\ \ | |/ | |||||
| * | Fixing broken links in doc, part 3: the rest | Georg Brandl | 2014-10-29 | 26 | -80/+75 |
| | | |||||
| * | Fixing broken links in doc, part 2: howto/ | Georg Brandl | 2014-10-29 | 6 | -51/+44 |
| | |