Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #25523: Merge a-to-an corrections from 3.5. | Serhiy Storchaka | 2015-11-02 | 17 | -20/+20 |
|\ | |||||
| * | Issue #25523: Further a-to-an corrections new in 3.5. | Serhiy Storchaka | 2015-11-02 | 1 | -1/+1 |
| | | |||||
| * | Issue #25523: Merge a-to-an corrections from 3.4. | Serhiy Storchaka | 2015-11-02 | 16 | -19/+19 |
| |\ | |||||
| | * | Issue #25523: Further a-to-an corrections. | Serhiy Storchaka | 2015-11-02 | 16 | -19/+19 |
| | | | |||||
* | | | Issue #24379: Revert the operator.subscript patch (dccc4e63aef5) pending ↵ | Raymond Hettinger | 2015-11-02 | 2 | -23/+0 |
| | | | | | | | | | | | | resolution of the related refcnt leak. | ||||
* | | | Issue #25523: Merge a-to-an corrections from 3.5 | Martin Panter | 2015-11-02 | 38 | -52/+52 |
|\ \ \ | |/ / | |||||
| * | | Issue #25523: Further a-to-an corrections new in 3.5 | Martin Panter | 2015-11-02 | 3 | -4/+4 |
| | | | |||||
| * | | Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 | Martin Panter | 2015-11-02 | 35 | -48/+48 |
| |\ \ | | |/ | |||||
| | * | Issue #25523: Correct "a" article to "an" article | Martin Panter | 2015-11-02 | 35 | -48/+48 |
| | | | | | | | | | | | | | | | | | | This changes the main documentation, doc strings, source code comments, and a couple error messages in the test suite. In some cases the word was removed or edited some other way to fix the grammar. | ||||
* | | | Fix typo noticed by Alec Nunn | Berker Peksag | 2015-10-31 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix typo noticed by Alec Nunn | Berker Peksag | 2015-10-31 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 3.5 | Yury Selivanov | 2015-10-31 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | whatsnew/3.5: NumPy 1.10 has been released | Yury Selivanov | 2015-10-31 | 1 | -1/+1 |
| | | | |||||
* | | | Merge 3.5 | Yury Selivanov | 2015-10-31 | 1 | -0/+6 |
|\ \ \ | |/ / | |||||
| * | | docs/inspect: Document __annotations__ | Yury Selivanov | 2015-10-31 | 1 | -0/+6 |
| | | | |||||
* | | | Merge typo fixes from 3.5 | Martin Panter | 2015-10-31 | 4 | -7/+7 |
|\ \ \ | |/ / | |||||
| * | | Fix more typos in whatsnew/3.5.rst | Martin Panter | 2015-10-31 | 1 | -4/+4 |
| | | | |||||
| * | | Merge spelling fixes from 3.4 into 3.5 | Martin Panter | 2015-10-31 | 3 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Fix some spelling errors in documentation and code comments | Martin Panter | 2015-10-31 | 3 | -3/+3 |
| | | | |||||
* | | | Merge with 3.5 | Terry Jan Reedy | 2015-10-30 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.4 | Terry Jan Reedy | 2015-10-30 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Issue #25519: Mark difflib.ndiff as a functions where not already. | Terry Jan Reedy | 2015-10-30 | 1 | -2/+2 |
| | | | |||||
* | | | Merge with 3.5 | Terry Jan Reedy | 2015-10-28 | 1 | -4/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge with 3.4 | Terry Jan Reedy | 2015-10-28 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Issue #25432: Explain isinstance behaviour when type is a tuple. | Terry Jan Reedy | 2015-10-28 | 1 | -4/+4 |
| | | | |||||
* | | | Issue #23391: Merge OSError doc from 3.5 | Martin Panter | 2015-10-26 | 1 | -21/+48 |
|\ \ \ | |/ / | |||||
| * | | Issue #23391: Merge OSError doc from 3.4 into 3.5 | Martin Panter | 2015-10-26 | 1 | -21/+48 |
| |\ \ | | |/ | |||||
| | * | Issue #23391: Restore OSError constructor argument documentation | Martin Panter | 2015-10-26 | 1 | -21/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This restores details lost in revision 097f4fda61a4 (since Python 3.3, related to the new OSError subclasses). Further additions: * Markup for attributes and constructor signature * Explain "winerror" and "filename2" * Extend test to check for filename2 defaulting to None * Clarify that the constructor can return a subclass I have intentionally left out any details of allowing more than five arguments, or how the "args" attribute is set for four or more arguments. These details seem to be dependent on the Python version and platform. | ||||
* | | | Merge 3.4 (Issue #25461) | Victor Stinner | 2015-10-23 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge 3.4 (Issue #25461) | Victor Stinner | 2015-10-23 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Issue #25461: Rephrase os.walk() doc | Victor Stinner | 2015-10-23 | 1 | -3/+3 |
| | | | | | | | | | | | | Patch written by Bernt Røskar Brenna. | ||||
* | | | Remove double 'error'. | Terry Jan Reedy | 2015-10-20 | 1 | -1/+1 |
| | | | |||||
* | | | Silence a "unused rule" warning | Berker Peksag | 2015-10-20 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | This one should make Docs 3.5 and Docs 3.x green again. | ||||
| * | | Silence a "unused rule" warning | Berker Peksag | 2015-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | | This one should make Docs 3.5 and Docs 3.x green again. | ||||
* | | | rstlint: Fix "default role used" warning | Berker Peksag | 2015-10-20 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | This should make buildbots green. | ||||
| * | | rstlint: Fix "default role used" warning | Berker Peksag | 2015-10-20 | 1 | -1/+1 |
| |\ \ | | |/ | | | | | | | This should make buildbots green. | ||||
| | * | rstlint: Fix "default role used" warning | Berker Peksag | 2015-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | | This should make buildbots green. | ||||
* | | | Issue #24885: Update note in docs about stream convenience functions. (Merge ↵ | Guido van Rossum | 2015-10-19 | 1 | -4/+7 |
|\ \ \ | |/ / | | | | | | | 3.5->3.6) | ||||
| * | | Issue #24885: Update note in docs about stream convenience functions. (Merge ↵ | Guido van Rossum | 2015-10-19 | 1 | -4/+7 |
| |\ \ | | |/ | | | | | | | 3.4->3.5) | ||||
| | * | Issue #24885: Update note in docs about stream convenience functions. | Guido van Rossum | 2015-10-19 | 1 | -4/+7 |
| | | | |||||
* | | | Fix another typo noticed by SilentGhost | Berker Peksag | 2015-10-18 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix another typo noticed by SilentGhost | Berker Peksag | 2015-10-18 | 1 | -1/+1 |
| | | | |||||
* | | | Issue #25434: Fix typo in whatsnew/3.5rst | Berker Peksag | 2015-10-18 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | | | | Patch by Louis Sautier. | ||||
| * | | Issue #25434: Fix typo in whatsnew/3.5rst | Berker Peksag | 2015-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | | Patch by Louis Sautier. | ||||
* | | | Merged cookbook update from 3.5. | Vinay Sajip | 2015-10-17 | 1 | -0/+66 |
|\ \ \ | |/ / | |||||
| * | | Merged cookbook update from 3.4. | Vinay Sajip | 2015-10-17 | 1 | -0/+66 |
| |\ \ | | |/ | |||||
| | * | Added entry to logging cookbook. | Vinay Sajip | 2015-10-17 | 1 | -0/+66 |
| | | | |||||
* | | | Issue #25154: Deprecate the pyvenv script. | Brett Cannon | 2015-10-16 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | This was done so as to move users to `python3 -m venv` which prevents confusion over which Python interpreter will be used in the virtual environment when more than one is installed. | ||||
* | | | Upgrade the imp module's deprecation to DeprecationWarning. | Brett Cannon | 2015-10-16 | 1 | -0/+3 |
| | | | |||||
* | | | Merge for issue #25407 | Brett Cannon | 2015-10-16 | 1 | -3/+2 |
|\ \ \ | |/ / |