Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whatsnew: unittest discover works on namespace packages (#17457). | 2014-03-01 | 2 | -9/+15 | |
| | | | | | | | | | | | | | | | I also added the docs that never got committed, editing the patch provided by Claudiu. I collapsed the now three versionchanged directives for discovery into one. I tried several different styles for this. The most obvious is a bulleted list, but currently the only way I could find to produce that is to have *something* appear on the versionchanged line after the colon, which combined with the blank space before the bulleted list just looks wrong. I also tried the current single-line-three-sentences version with bullet characters before each sentence, and I almost went with that as it made it clear that the three sentences are independent. But I decided to just go with the sentences for simplicity reasons. | ||||
* | whatsnew: give Serhiy credit for audioop 24-bit sample support. | 2014-02-28 | 1 | -1/+2 | |
| | |||||
* | whatsnew: compression libraries support 'x' mode. | 2014-02-27 | 1 | -0/+4 | |
| | |||||
* | whatsnew: tarfile stat constants removal. | 2014-02-27 | 1 | -0/+3 | |
| | |||||
* | whatsnew: return types of re functions. | 2014-02-27 | 1 | -0/+7 | |
| | |||||
* | merge 3.3 | 2014-03-01 | 1 | -1/+2 | |
|\ | |||||
| * | fix test on debug builds (closes #20731) | 2014-03-01 | 1 | -2/+3 | |
| | | |||||
* | | #16135: remove mentions of OS/2 from the documentation | 2014-03-01 | 5 | -17/+4 | |
| | | |||||
* | | merge 3.3 | 2014-03-01 | 0 | -0/+0 | |
|\| | |||||
| * | merge 3.2 | 2014-03-01 | 0 | -0/+0 | |
| |\ | |||||
| | * | Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts. | 2014-01-21 | 1 | -1/+1 | |
| | | | |||||
* | | | merge for issue #20778 | 2014-02-28 | 3 | -5/+29 | |
|\| | | |||||
| * | | Issue #20778: Fix modulefinder to work with bytecode-only modules. | 2014-02-28 | 3 | -1/+23 | |
| | | | | | | | | | | | | Bug filed and initial attempt at a patch by Bohuslav Kabrda. | ||||
* | | | Issue #20650: Tweak some awkward wording. | 2014-02-28 | 1 | -2/+2 | |
| | | | |||||
* | | | Reindent | 2014-02-28 | 1 | -1/+1 | |
| | | | |||||
* | | | Merge heads | 2014-02-28 | 5 | -2/+30 | |
|\ \ \ | |||||
| * | | | Merge with 3.3 | 2014-02-28 | 5 | -2/+30 | |
| |\| | | |||||
| | * | | Issue #20731: Properly position in source code files even if they | 2014-02-28 | 5 | -3/+29 | |
| | | | | | | | | | | | | | | | | are opened in text mode. Patch by Serhiy Storchaka. | ||||
* | | | | Close #20568: install unversioned pip command on Windows | 2014-02-28 | 2 | -1/+4 | |
| | | | | |||||
* | | | | Close #20757: return success for skipped pip uninstall | 2014-02-28 | 3 | -4/+14 | |
|/ / / | | | | | | | | | | | | | | | | | | | | | | The 3.4rc2 Windows uninstaller would fail if pip had been updated to a version that didn't match the version installed by ensurepip. This skip is no longer treated as an error, so an updated pip ends up being handled like any other pip installed package and is left alone by the CPython uninstaller. | ||||
* | | | Merge with 3.3 | 2014-02-27 | 6 | -3/+14 | |
|\| | | |||||
| * | | Issue #20567: Delete class attribute gui widgets in idle tests. | 2014-02-27 | 6 | -3/+14 | |
| | | | | | | | | | | | | Code patch by Serhiy Storchaka | ||||
* | | | Null merge | 2014-02-28 | 0 | -0/+0 | |
|\| | | |||||
| * | | Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes ↵ | 2014-02-27 | 3 | -1/+5 | |
| | | | | | | | | | | | | object. Initial patch by Peter Otten. | ||||
* | | | whatsnew: fix textwrap/shorten entry, and improve the related docs. | 2014-02-27 | 2 | -30/+27 | |
| | | | | | | | | | | | | | | | | | | | | | I had incorrectly added back the shorten method when I initially made the whatsnew entry, but the shorten function docs were not correct according to the code. I also improved the wording in general. | ||||
* | | | whatsnew: expand pbkdf2_hmac entry slightly. | 2014-02-26 | 1 | -2/+4 | |
| | | | |||||
* | | | whatsnew: reformat pdb entry to match style of most other module entries. | 2014-02-26 | 1 | -10/+8 | |
| | | | | | | | | | | | | That is: one paragraph per feature. | ||||
* | | | whatsnew: reword the contextlib.redirect_stdout entry for increased clarity. | 2014-02-26 | 1 | -5/+9 | |
| | | | |||||
* | | | whatsnew: attribute base64 memoryview change to Nick. | 2014-02-26 | 1 | -1/+2 | |
| | | | |||||
* | | | whatsnew: pprint's compact option. | 2014-02-26 | 1 | -3/+7 | |
| | | | |||||
* | | | Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes ↵ | 2014-02-27 | 3 | -1/+5 | |
| | | | | | | | | | | | | object. Initial patch by Peter Otten. | ||||
* | | | merge 3.3 (#20796) | 2014-02-27 | 1 | -0/+1 | |
|\| | | |||||
| * | | fix importlib test failure when bytecode writing is disabled (closes #20796) | 2014-02-27 | 1 | -0/+1 | |
| | | | | | | | | | | | | Patch by Berker Peksag. | ||||
* | | | Issue #20763: Fix importlib.machinery.PathFinder to support | 2014-02-26 | 3 | -2/+26 | |
| | | | | | | | | | | | | | | | | | | PathEntryFinder instances which only define find_module(). Reported by Yukihiro Nakadaira. | ||||
* | | | Added tests for issue #20501. | 2014-02-26 | 1 | -0/+38 | |
|\| | | |||||
| * | | Added tests for issue #20501. | 2014-02-26 | 1 | -0/+36 | |
| | | | |||||
* | | | Merge with 3.3 | 2014-02-26 | 3 | -8/+7 | |
|\| | | |||||
| * | | Fix several C-API doc typos caught by tomo cocoa on docs@. | 2014-02-26 | 3 | -9/+8 | |
| | | | | | | | | | | | | | | | The signature and description of PyException_SetCause now use "cause" rather than "ctx" to match the code. | ||||
* | | | asyncio/windows_events.py: use more revelant names to overlapped callbacks | 2014-02-26 | 2 | -12/+11 | |
| | | | | | | | | | | | | For example: "finish_recv", not just "finish". | ||||
* | | | Close #20759: Fix some typos in the mock docs. (Merge with 3.3) | 2014-02-26 | 2 | -3/+3 | |
|\| | | |||||
| * | | Issue #20759: Fix some typos in the mock docs. | 2014-02-26 | 2 | -3/+3 | |
| | | | |||||
* | | | asyncio: simplify test_events.py, don't use non local variables and don't call | 2014-02-26 | 1 | -186/+79 | |
| | | | | | | | | | | | | | | | | | | | | | assert methods in coroutines. It also simplify merges from Tulip to Trollius (Python 2 does not support non local variables). | ||||
* | | | asyncio: Fix pyflakes warnings: remove unused variables and imports | 2014-02-26 | 8 | -26/+12 | |
| | | | |||||
* | | | asyncio: Replace "unittest.mock" with "mock" in unit tests | 2014-02-26 | 12 | -368/+368 | |
| | | | | | | | | | | | | | | | Use "from unittest import mock". It should simplify my work to merge new tests in Trollius, because Trollius uses "mock" backport for Python 2. | ||||
* | | | null merge | 2014-02-25 | 0 | -0/+0 | |
|\| | | |||||
| * | | Mention issue 20621 fix in the NEWS file for 3.3.5rc1. | 2014-02-25 | 1 | -0/+4 | |
| | | | | | | | | | | | | This bug was of the major reasons for the release. | ||||
* | | | whatsnew: DynanicClassAttribute (#19030), Py_SetStandardStreamEncoding (#16129) | 2014-02-25 | 2 | -0/+38 | |
| | | | | | | | | | | | | | | | Adding missing docs for DynamicClassAttribute by copying the docstring. The doc entry could stand some expansion, which I will note on the issue. | ||||
* | | | Fix formatting in NEWS entry. | 2014-02-25 | 1 | -3/+2 | |
| | | | |||||
* | | | Issue #20765: Add missing documentation for PurePath.with_name() and ↵ | 2014-02-25 | 2 | -0/+36 | |
| | | | | | | | | | | | | PurePath.with_suffix(). | ||||
* | | | Null merge | 2014-02-25 | 0 | -0/+0 | |
|\| | |