Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix usage of the versionchanged directive. | Berker Peksag | 2014-08-11 | 1 | -1/+1 |
| | | | | Patch by Akira Li. | ||||
* | (Merge 3.4) Issue #22112, asyncio doc: replace loop.create_task(coro) with | Victor Stinner | 2014-08-10 | 3 | -16/+19 |
|\ | | | | | | | | | | | asyncio.async(coro), mention that asyncio.async() can be used to scheduler a coroutine, and make it clear that create_task() is only available in Python 3.4.2 and later. | ||||
| * | Issue #22112, asyncio doc: replace loop.create_task(coro) with | Victor Stinner | 2014-08-10 | 3 | -16/+19 |
| | | | | | | | | | | | | asyncio.async(coro), mention that asyncio.async() can be used to scheduler a coroutine, and make it clear that create_task() is only available in Python 3.4.2 and later. | ||||
* | | (Merge 3.4) Close #22175: Improve test_faulthandler readability with dedent. | Victor Stinner | 2014-08-10 | 1 | -178/+180 |
|\ \ | |/ | | | | | Patch written by Xavier de Gaye. | ||||
| * | Close #22175: Improve test_faulthandler readability with dedent. | Victor Stinner | 2014-08-10 | 1 | -174/+176 |
| | | | | | | | | Patch written by Xavier de Gaye. | ||||
* | | merge | Raymond Hettinger | 2014-08-10 | 2 | -7/+14 |
|\ \ | |/ | |||||
| * | Issue #22174: Clean-up grammar and ambiguities in property() docs. | Raymond Hettinger | 2014-08-10 | 2 | -7/+14 |
| | | |||||
* | | merge | Raymond Hettinger | 2014-08-10 | 1 | -9/+0 |
|\ \ | |/ | |||||
| * | Issue #22180: Remove weak example | Raymond Hettinger | 2014-08-10 | 1 | -9/+0 |
| | | |||||
* | | merge 3.4 (#21121) | Benjamin Peterson | 2014-08-10 | 5 | -3/+20 |
|\ \ | |/ | |||||
| * | add -Werror=declaration-after-statement only to stdlib extension modules ↵ | Benjamin Peterson | 2014-08-10 | 5 | -3/+20 |
| | | | | | | | | | | | | (closes #21121) Patch from Stefan Krah. | ||||
* | | - Merge 3.4 | doko@ubuntu.com | 2014-08-09 | 2 | -3/+26 |
|\ \ | |/ | |||||
| * | - Issue #22176: Fix build failure on ARM with ↵ | doko@ubuntu.com | 2014-08-09 | 2 | -3/+26 |
| | | | | | | | | -Werror=declaration-after-statement | ||||
* | | merge 3.4. | doko@ubuntu.com | 2014-08-09 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | - Issue #22176: Add src/x86/win32.S for x86 libffi builds. | doko@ubuntu.com | 2014-08-09 | 2 | -2/+2 |
| | | |||||
* | | - Issue #22176: Update the ctypes module's libffi to v3.1. This release | doko@ubuntu.com | 2014-08-09 | 136 | -13698/+28240 |
|\ \ | |/ | | | | | | | adds support for the Linux AArch64 and POWERPC ELF ABIv2 little endian architectures. | ||||
| * | - Issue #22176: Update the ctypes module's libffi to v3.1. This release | doko@ubuntu.com | 2014-08-09 | 136 | -13698/+28243 |
| | | | | | | | | | | adds support for the Linux AArch64 and POWERPC ELF ABIv2 little endian architectures. | ||||
* | | Issue #22161: Conformed arguments type checks in ctype to actually supported | Serhiy Storchaka | 2014-08-09 | 6 | -28/+30 |
|\ \ | |/ | | | | | types. Corrected error messages about bytes arguments. | ||||
| * | Issue #22161: Conformed arguments type checks in ctype to actually supported | Serhiy Storchaka | 2014-08-09 | 6 | -28/+30 |
| | | | | | | | | types. Corrected error messages about bytes arguments. | ||||
* | | Merge #21777 from 3.4 | Nick Coghlan | 2014-08-09 | 2 | -77/+773 |
|\ \ | |/ | |||||
| * | Issue #21777: separate docs for binary sequence methods | Nick Coghlan | 2014-08-09 | 2 | -77/+776 |
| | | |||||
* | | Merge with 3.4 | Terry Jan Reedy | 2014-08-09 | 2 | -1/+10 |
|\ \ | |/ | |||||
| * | Issue #14105: Stop removing breakpoints from Idle editors. | Terry Jan Reedy | 2014-08-09 | 2 | -1/+10 |
| | | | | | | | | Move BREAK tag configuration to PyShellEditorWindow. | ||||
* | | Closes #22060: Merge with 3.4 | Zachary Ware | 2014-08-08 | 9 | -302/+74 |
|\ \ | |/ | |||||
| * | Issue #22060: Clean up/simplify test_ctypes, use test discovery | Zachary Ware | 2014-08-08 | 9 | -302/+74 |
| | | |||||
* | | #22170: merge with 3.4. | Ezio Melotti | 2014-08-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | #22170: avoid printing newlines twice in tutorial example. | Ezio Melotti | 2014-08-08 | 1 | -1/+1 |
| | | |||||
* | | Issue #20056: Fixed deprecation warning about bytes path in test_shutil on | Serhiy Storchaka | 2014-08-07 | 1 | -1/+4 |
|\ \ | |/ | | | | | Windows. Path by Vajrasky Kok. | ||||
| * | Issue #20056: Fixed deprecation warning about bytes path in test_shutil on | Serhiy Storchaka | 2014-08-07 | 1 | -1/+4 |
| | | | | | | | | Windows. Path by Vajrasky Kok. | ||||
* | | Null merge with 3.4 | Zachary Ware | 2014-08-07 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. | Zachary Ware | 2014-08-07 | 3 | -7/+7 |
| | | |||||
* | | add matrix multiplication operator to correct lists (closes #22142) | Benjamin Peterson | 2014-08-07 | 1 | -2/+2 |
| | | |||||
* | | Issue #22160: Update OpenSSL to 1.0.1i for the Windows build. | Zachary Ware | 2014-08-07 | 3 | -4/+4 |
| | | |||||
* | | Update prepare_ssl.py script to generate the .asm files. | Zachary Ware | 2014-08-07 | 1 | -8/+31 |
| | | |||||
* | | #22092: merge with 3.4. | Ezio Melotti | 2014-08-07 | 7 | -5/+8 |
|\ \ | |/ | |||||
| * | #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok. | Ezio Melotti | 2014-08-07 | 7 | -5/+8 |
| | | |||||
* | | Issue #22116: C functions and methods (of the 'builtin_function_or_method' ↵ | Antoine Pitrou | 2014-08-06 | 7 | -2/+39 |
| | | | | | | | | type) can now be weakref'ed. Patch by Wei Wu. | ||||
* | | Issue #5411: Fixed version number. | Serhiy Storchaka | 2014-08-06 | 1 | -1/+1 |
| | | |||||
* | | Issue #5411: Added support for the "xztar" format in the shutil module. | Serhiy Storchaka | 2014-08-06 | 4 | -5/+40 |
| | | |||||
* | | Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular | Serhiy Storchaka | 2014-08-06 | 2 | -11/+21 |
|\ \ | |/ | | | | | | | when unpickling pickled sqlite3.Row). sqlite3.Row is now initialized in the __new__() method. | ||||
| * | Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular | Serhiy Storchaka | 2014-08-06 | 2 | -11/+21 |
| | | | | | | | | | | when unpickling pickled sqlite3.Row). sqlite3.Row is now initialized in the __new__() method. | ||||
* | | Move misplaced Misc/NEWS entries to correct locations. | Serhiy Storchaka | 2014-08-06 | 1 | -23/+22 |
| | | | | | | | | Eliminate deprecated the "Extension Modules" section. | ||||
* | | Closes #22146: Merge with 3.4 | Zachary Ware | 2014-08-05 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #22146: Fix typo in __build_class__ error message | Zachary Ware | 2014-08-05 | 1 | -1/+1 |
| | | |||||
* | | Closes #22136: Fix MSVC compiler warnings introduced by #22085 | Zachary Ware | 2014-08-05 | 1 | -7/+7 |
| | | |||||
* | | Issue #21972: Make it clear that the PEP 401 future import works, | Martin v. Löwis | 2014-08-05 | 1 | -1/+1 |
| | | | | | | | | despite the PEP being rejected. | ||||
* | | - Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimic | Barry Warsaw | 2014-08-05 | 5 | -9/+78 |
| | | | | | | | | | | | | | | | | | | | | | | `mkdir -p` and `os.makedirs()` functionality. When true, ignore FileExistsErrors. Patch by Berker Peksag. (With minor cleanups, additional tests, doc tweaks, etc. by Barry) Also: * Remove some unused imports in test_pathlib.py reported by pyflakes. | ||||
* | | Issue #22127: fix typo. | Martin v. Löwis | 2014-08-05 | 1 | -1/+1 |
| | | |||||
* | | Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for ↵ | Martin v. Löwis | 2014-08-05 | 1 | -1/+1 |
| | | | | | | | | numeric IPs). | ||||
* | | Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for ↵ | Martin v. Löwis | 2014-08-05 | 2 | -10/+78 |
| | | | | | | | | numeric IPs). |