Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge with 3.4 | Georg Brandl | 2014-10-31 | 24 | -117/+140 |
|\ | |||||
| * | #22613: remaining corrections in extending/reference docs (thanks Jacques ↵ | Georg Brandl | 2014-10-31 | 8 | -54/+44 |
| | | | | | | | | Ducasse) | ||||
| * | #22613: minor other fixes in library docs (thanks Jacques Ducasse) | Georg Brandl | 2014-10-31 | 9 | -30/+35 |
| | | |||||
| * | #22613: document Cmd.cmdqueue (thanks Jacques Ducasse) | Georg Brandl | 2014-10-31 | 1 | -1/+8 |
| | | |||||
| * | #22613: fix heading levels in tracemalloc docs (thanks Jacques Ducasse) | Georg Brandl | 2014-10-31 | 1 | -14/+14 |
| | | |||||
| * | #22613: elaborate on arguments of shutil archival functions (thanks Jacques ↵ | Georg Brandl | 2014-10-31 | 1 | -3/+13 |
| | | | | | | | | Ducasse) | ||||
| * | #22613: explain what "buffer" is in the struct documentation (thanks Jacques ↵ | Georg Brandl | 2014-10-31 | 1 | -1/+9 |
| | | | | | | | | Ducasse) | ||||
| * | #22613: fix several factual errors in builtin docs (thanks Jacques Ducasse) | Georg Brandl | 2014-10-31 | 3 | -14/+17 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-31 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | minor grammar fixes (from docs@python.org) | Georg Brandl | 2014-10-31 | 1 | -2/+2 |
| | | |||||
* | | 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. |