summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge 3.4 (#21121)Benjamin Peterson2014-08-105-3/+20
|\
| * add -Werror=declaration-after-statement only to stdlib extension modules (clo...Benjamin Peterson2014-08-105-3/+20
* | - Merge 3.4doko@ubuntu.com2014-08-092-3/+26
|\ \ | |/
| * - Issue #22176: Fix build failure on ARM with -Werror=declaration-after-stat...doko@ubuntu.com2014-08-092-3/+26
* | 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
|\ \ | |/
| * - Issue #22176: Update the ctypes module's libffi to v3.1. This releasedoko@ubuntu.com2014-08-09136-13698/+28243
* | Issue #22161: Conformed arguments type checks in ctype to actually supportedSerhiy Storchaka2014-08-096-28/+30
|\ \ | |/
| * Issue #22161: Conformed arguments type checks in ctype to actually supportedSerhiy Storchaka2014-08-096-28/+30
* | 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
* | 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
|\ \ | |/
| * Issue #20056: Fixed deprecation warning about bytes path in test_shutil onSerhiy Storchaka2014-08-071-1/+4
* | 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' ty...Antoine Pitrou2014-08-067-2/+39
* | 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
|\ \ | |/
| * Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particularSerhiy Storchaka2014-08-062-11/+21
* | Move misplaced Misc/NEWS entries to correct locations.Serhiy Storchaka2014-08-061-23/+22
* | 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
* | - Issue #21539: Add a *exists_ok* argument to `Pathlib.mkdir()` to mimicBarry Warsaw2014-08-055-9/+78
* | Issue #22127: fix typo.Martin v. Löwis2014-08-051-1/+1
* | Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for numeri...Martin v. Löwis2014-08-051-1/+1
* | Issue #22127: Bypass IDNA for pure-ASCII host names (in particular for numeri...Martin v. Löwis2014-08-052-10/+78
* | Issue #22120: For functions using an unsigned integer return converter,Larry Hastings2014-08-054-9/+17
* | Closes #22130: Merged documentation update from 3.4.Vinay Sajip2014-08-051-1/+1
|\ \ | |/
| * Issue #22130: Corrected fileConfig() documentation.Vinay Sajip2014-08-051-1/+1
* | More fixes for the unhappy AMD FreeBSD 9 buildbot. Fingers crossed.Larry Hastings2014-08-051-2/+2
* | Fix for AMD FreeBSD 9 buildbot (hopefully), broken by my last checkin.Larry Hastings2014-08-051-1/+0
* | #21928: merge with 3.4.Ezio Melotti2014-08-051-3/+4
|\ \ | |/
| * #21928: clarify functools.wraps docs.Ezio Melotti2014-08-051-3/+4
* | Issue #20170: Convert posixmodule to use Argument Clinic.Larry Hastings2014-08-052-2929/+8300
* | #11955: merge with 3.4.Ezio Melotti2014-08-041-2/+2
|\ \ | |/