summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix usage of the versionchanged directive.Berker Peksag2014-08-111-1/+1
| | | | Patch by Akira Li.
* (Merge 3.4) Issue #22112, asyncio doc: replace loop.create_task(coro) withVictor Stinner2014-08-103-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) withVictor Stinner2014-08-103-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 Stinner2014-08-101-178/+180
|\ \ | |/ | | | | Patch written by Xavier de Gaye.
| * Close #22175: Improve test_faulthandler readability with dedent.Victor Stinner2014-08-101-174/+176
| | | | | | | | Patch written by Xavier de Gaye.
* | mergeRaymond Hettinger2014-08-102-7/+14
|\ \ | |/
| * Issue #22174: Clean-up grammar and ambiguities in property() docs.Raymond Hettinger2014-08-102-7/+14
| |
* | mergeRaymond Hettinger2014-08-101-9/+0
|\ \ | |/
| * Issue #22180: Remove weak exampleRaymond Hettinger2014-08-101-9/+0
| |
* | merge 3.4 (#21121)Benjamin Peterson2014-08-105-3/+20
|\ \ | |/
| * add -Werror=declaration-after-statement only to stdlib extension modules ↵Benjamin Peterson2014-08-105-3/+20
| | | | | | | | | | | | (closes #21121) Patch from Stefan Krah.
* | - Merge 3.4doko@ubuntu.com2014-08-092-3/+26
|\ \ | |/
| * - Issue #22176: Fix build failure on ARM with ↵doko@ubuntu.com2014-08-092-3/+26
| | | | | | | | -Werror=declaration-after-statement
* | merge 3.4.doko@ubuntu.com2014-08-092-2/+2
|\ \ | |/
| * - Issue #22176: Add src/x86/win32.S for x86 libffi builds.doko@ubuntu.com2014-08-092-2/+2
| |
* | - Issue #22176: Update the ctypes module's libffi to v3.1. This releasedoko@ubuntu.com2014-08-09136-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 releasedoko@ubuntu.com2014-08-09136-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 supportedSerhiy Storchaka2014-08-096-28/+30
|\ \ | |/ | | | | types. Corrected error messages about bytes arguments.
| * Issue #22161: Conformed arguments type checks in ctype to actually supportedSerhiy Storchaka2014-08-096-28/+30
| | | | | | | | types. Corrected error messages about bytes arguments.
* | Merge #21777 from 3.4Nick Coghlan2014-08-092-77/+773
|\ \ | |/
| * Issue #21777: separate docs for binary sequence methodsNick Coghlan2014-08-092-77/+776
| |
* | Merge with 3.4Terry Jan Reedy2014-08-092-1/+10
|\ \ | |/
| * Issue #14105: Stop removing breakpoints from Idle editors.Terry Jan Reedy2014-08-092-1/+10
| | | | | | | | Move BREAK tag configuration to PyShellEditorWindow.
* | Closes #22060: Merge with 3.4Zachary Ware2014-08-089-302/+74
|\ \ | |/
| * Issue #22060: Clean up/simplify test_ctypes, use test discoveryZachary Ware2014-08-089-302/+74
| |
* | #22170: merge with 3.4.Ezio Melotti2014-08-081-1/+1
|\ \ | |/
| * #22170: avoid printing newlines twice in tutorial example.Ezio Melotti2014-08-081-1/+1
| |
* | Issue #20056: Fixed deprecation warning about bytes path in test_shutil onSerhiy Storchaka2014-08-071-1/+4
|\ \ | |/ | | | | Windows. Path by Vajrasky Kok.
| * Issue #20056: Fixed deprecation warning about bytes path in test_shutil onSerhiy Storchaka2014-08-071-1/+4
| | | | | | | | Windows. Path by Vajrasky Kok.
* | Null merge with 3.4Zachary Ware2014-08-070-0/+0
|\ \ | |/
| * Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.Zachary Ware2014-08-073-7/+7
| |
* | add matrix multiplication operator to correct lists (closes #22142)Benjamin Peterson2014-08-071-2/+2
| |
* | Issue #22160: Update OpenSSL to 1.0.1i for the Windows build.Zachary Ware2014-08-073-4/+4
| |
* | Update prepare_ssl.py script to generate the .asm files.Zachary Ware2014-08-071-8/+31
| |
* | #22092: merge with 3.4.Ezio Melotti2014-08-077-5/+8
|\ \ | |/
| * #22092: use absolute imports in unittest tests. Patch by Vajrasky Kok.Ezio Melotti2014-08-077-5/+8
| |
* | Issue #22116: C functions and methods (of the 'builtin_function_or_method' ↵Antoine Pitrou2014-08-067-2/+39
| | | | | | | | type) can now be weakref'ed. Patch by Wei Wu.
* | Issue #5411: Fixed version number.Serhiy Storchaka2014-08-061-1/+1
| |
* | Issue #5411: Added support for the "xztar" format in the shutil module.Serhiy Storchaka2014-08-064-5/+40
| |
* | Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particularSerhiy Storchaka2014-08-062-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 particularSerhiy Storchaka2014-08-062-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 Storchaka2014-08-061-23/+22
| | | | | | | | Eliminate deprecated the "Extension Modules" section.
* | Closes #22146: Merge with 3.4Zachary Ware2014-08-051-1/+1
|\ \ | |/
| * Issue #22146: Fix typo in __build_class__ error messageZachary Ware2014-08-051-1/+1
| |
* | Closes #22136: Fix MSVC compiler warnings introduced by #22085Zachary Ware2014-08-051-7/+7
| |
* | Issue #21972: Make it clear that the PEP 401 future import works,Martin v. Löwis2014-08-051-1/+1
| | | | | | | | despite the PEP being rejected.
* | - Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimicBarry Warsaw2014-08-055-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öwis2014-08-051-1/+1
| |
* | Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for ↵Martin v. Löwis2014-08-051-1/+1
| | | | | | | | numeric IPs).
* | Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for ↵Martin v. Löwis2014-08-052-10/+78
| | | | | | | | numeric IPs).