aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* whatsnew: unittest discover works on namespace packages (#17457).R David Murray2014-03-012-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.R David Murray2014-02-281-1/+2
|
* whatsnew: compression libraries support 'x' mode.R David Murray2014-02-271-0/+4
|
* whatsnew: tarfile stat constants removal.R David Murray2014-02-271-0/+3
|
* whatsnew: return types of re functions.R David Murray2014-02-271-0/+7
|
* merge 3.3Benjamin Peterson2014-03-011-1/+2
|\
| * fix test on debug builds (closes #20731)Benjamin Peterson2014-03-011-2/+3
| |
* | #16135: remove mentions of OS/2 from the documentationAndrew Kuchling2014-03-015-17/+4
| |
* | merge 3.3Benjamin Peterson2014-03-010-0/+0
|\|
| * merge 3.2Benjamin Peterson2014-03-010-0/+0
| |\
| | * Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts.Stefan Krah2014-01-211-1/+1
| | |
* | | merge for issue #20778Brett Cannon2014-02-283-5/+29
|\| |
| * | Issue #20778: Fix modulefinder to work with bytecode-only modules.Brett Cannon2014-02-283-1/+23
| | | | | | | | | | | | Bug filed and initial attempt at a patch by Bohuslav Kabrda.
* | | Issue #20650: Tweak some awkward wording.Brett Cannon2014-02-281-2/+2
| | |
* | | ReindentMartin v. Löwis2014-02-281-1/+1
| | |
* | | Merge headsMartin v. Löwis2014-02-285-2/+30
|\ \ \
| * | | Merge with 3.3Martin v. Löwis2014-02-285-2/+30
| |\| |
| | * | Issue #20731: Properly position in source code files even if theyMartin v. Löwis2014-02-285-3/+29
| | | | | | | | | | | | | | | | are opened in text mode. Patch by Serhiy Storchaka.
* | | | Close #20568: install unversioned pip command on WindowsNick Coghlan2014-02-282-1/+4
| | | |
* | | | Close #20757: return success for skipped pip uninstallNick Coghlan2014-02-283-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.3Terry Jan Reedy2014-02-276-3/+14
|\| |
| * | Issue #20567: Delete class attribute gui widgets in idle tests.Terry Jan Reedy2014-02-276-3/+14
| | | | | | | | | | | | Code patch by Serhiy Storchaka
* | | Null mergeAntoine Pitrou2014-02-280-0/+0
|\| |
| * | Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes ↵Antoine Pitrou2014-02-273-1/+5
| | | | | | | | | | | | object. Initial patch by Peter Otten.
* | | whatsnew: fix textwrap/shorten entry, and improve the related docs.R David Murray2014-02-272-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.R David Murray2014-02-261-2/+4
| | |
* | | whatsnew: reformat pdb entry to match style of most other module entries.R David Murray2014-02-261-10/+8
| | | | | | | | | | | | That is: one paragraph per feature.
* | | whatsnew: reword the contextlib.redirect_stdout entry for increased clarity.R David Murray2014-02-261-5/+9
| | |
* | | whatsnew: attribute base64 memoryview change to Nick.R David Murray2014-02-261-1/+2
| | |
* | | whatsnew: pprint's compact option.R David Murray2014-02-261-3/+7
| | |
* | | Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes ↵Antoine Pitrou2014-02-273-1/+5
| | | | | | | | | | | | object. Initial patch by Peter Otten.
* | | merge 3.3 (#20796)Benjamin Peterson2014-02-271-0/+1
|\| |
| * | fix importlib test failure when bytecode writing is disabled (closes #20796)Benjamin Peterson2014-02-271-0/+1
| | | | | | | | | | | | Patch by Berker Peksag.
* | | Issue #20763: Fix importlib.machinery.PathFinder to supportBrett Cannon2014-02-263-2/+26
| | | | | | | | | | | | | | | | | | PathEntryFinder instances which only define find_module(). Reported by Yukihiro Nakadaira.
* | | Added tests for issue #20501.Serhiy Storchaka2014-02-261-0/+38
|\| |
| * | Added tests for issue #20501.Serhiy Storchaka2014-02-261-0/+36
| | |
* | | Merge with 3.3Zachary Ware2014-02-263-8/+7
|\| |
| * | Fix several C-API doc typos caught by tomo cocoa on docs@.Zachary Ware2014-02-263-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 callbacksVictor Stinner2014-02-262-12/+11
| | | | | | | | | | | | For example: "finish_recv", not just "finish".
* | | Close #20759: Fix some typos in the mock docs. (Merge with 3.3)Zachary Ware2014-02-262-3/+3
|\| |
| * | Issue #20759: Fix some typos in the mock docs.Zachary Ware2014-02-262-3/+3
| | |
* | | asyncio: simplify test_events.py, don't use non local variables and don't callVictor Stinner2014-02-261-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 importsVictor Stinner2014-02-268-26/+12
| | |
* | | asyncio: Replace "unittest.mock" with "mock" in unit testsVictor Stinner2014-02-2612-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 mergeGregory P. Smith2014-02-250-0/+0
|\| |
| * | Mention issue 20621 fix in the NEWS file for 3.3.5rc1.Gregory P. Smith2014-02-251-0/+4
| | | | | | | | | | | | This bug was of the major reasons for the release.
* | | whatsnew: DynanicClassAttribute (#19030), Py_SetStandardStreamEncoding (#16129)R David Murray2014-02-252-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.R David Murray2014-02-251-3/+2
| | |
* | | Issue #20765: Add missing documentation for PurePath.with_name() and ↵Antoine Pitrou2014-02-252-0/+36
| | | | | | | | | | | | PurePath.with_suffix().
* | | Null mergeSerhiy Storchaka2014-02-250-0/+0
|\| |