Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | require a long long data type (closes #27961) | Benjamin Peterson | 2016-09-06 | 32 | -442/+156 |
| | |||||
* | Update OS X installer to use SQlite 3.14.1 and XZ 5.2.2. | Ned Deily | 2016-09-06 | 2 | -6/+9 |
| | |||||
* | Deprecate Tix | Zachary Ware | 2016-09-06 | 1 | -0/+4 |
| | | | | When building it breaks, we won't be fixing it. | ||||
* | merge 3.5 | Benjamin Peterson | 2016-09-06 | 1 | -0/+2 |
|\ | |||||
| * | Backed out changeset 8b6be1341770 | Benjamin Peterson | 2016-09-06 | 1 | -0/+2 |
| | | |||||
* | | [merge from 3.5] - Update pkgutil docs to reference appropriate finder and ↵ | Senthil Kumaran | 2016-09-06 | 2 | -11/+11 |
|\ \ | |/ | | | | | | | | | loader object documentation. Initial patch contributed by Jaysinh shukla. | ||||
| * | Update pkgutil docs to reference appropriate finder and loader object ↵ | Senthil Kumaran | 2016-09-06 | 2 | -18/+18 |
| | | | | | | | | | | | | documentation. Initial patch contributed by Jaysinh shukla. | ||||
* | | merge 3.5 | Benjamin Peterson | 2016-09-05 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | remove long double from ctypes value union | Benjamin Peterson | 2016-09-05 | 1 | -2/+0 |
| | | | | | | | | | | It is unused. It also forces a 16-byte alignment, which creates problems because Python's allocator only uses 8-byte alignment. | ||||
* | | Closes #20366: Build full text search support into SQLite on Windows | Zachary Ware | 2016-09-05 | 2 | -2/+4 |
| | | |||||
* | | Move NEWS entry to correct section. | Zachary Ware | 2016-09-05 | 1 | -2/+3 |
| | | |||||
* | | Issue #26470: Use short name rather than name for compression name to fix ↵ | Christian Heimes | 2016-09-05 | 1 | -6/+1 |
|\ \ | |/ | | | | | #27958. | ||||
| * | Issue #26470: Use short name rather than name for compression name to fix ↵ | Christian Heimes | 2016-09-05 | 1 | -6/+1 |
| | | | | | | | | #27958. | ||||
* | | Issue #27748: Merge with 3.5 | Zachary Ware | 2016-09-05 | 1 | -4/+1 |
|\ \ | |/ | |||||
| * | Issue #27748: Backed out changeset f845e24d794e | Zachary Ware | 2016-09-05 | 1 | -4/+1 |
| | | | | | | | | Apparently the test succeeds on XP. | ||||
* | | Issue 27744: AES-CBC and DRBG need Kernel 3.19+ | Christian Heimes | 2016-09-05 | 1 | -0/+2 |
| | | |||||
* | | Issue #27938: Add a fast-path for us-ascii encoding | Victor Stinner | 2016-09-05 | 1 | -56/+110 |
| | | | | | | | | | | | | | | | | | | | | Other changes: * Rewrite _Py_normalize_encoding() as a C implementation of encodings.normalize_encoding(). For example, " utf-8 " is now normalized to "utf_8". So the fast path is now used for more name variants of the same encoding. * Avoid strcpy() when encoding is NULL: call directly the UTF-8 codec | ||||
* | | os.access does not allow a fd | Benjamin Peterson | 2016-09-05 | 1 | -1/+1 |
| | | |||||
* | | merge 3.5 | Benjamin Peterson | 2016-09-05 | 3 | -6/+9 |
|\ \ | |/ | |||||
| * | do not pretend to support passing a fd to access() | Benjamin Peterson | 2016-09-05 | 3 | -6/+9 |
| | | |||||
* | | Issue 27744: Check for AF_ALG support in Kernel | Christian Heimes | 2016-09-05 | 1 | -1/+14 |
| | | |||||
* | | Implement the frame evaluation API aspect of PEP 523. | Brett Cannon | 2016-09-05 | 6 | -3/+47 |
| | | |||||
* | | Issue #25387: Check return value of winsound.MessageBeep | Zachary Ware | 2016-09-05 | 3 | -2/+15 |
| | | |||||
* | | Issue #27748: Merge with 3.5 | Zachary Ware | 2016-09-05 | 1 | -1/+4 |
|\ \ | |/ | |||||
| * | Issue #27748: strengthen test_alias_nofallback | Zachary Ware | 2016-09-05 | 1 | -1/+4 |
| | | | | | | | | This test should always raise RuntimeError. | ||||
* | | Issue #27355: Removed support for Windows CE. It was never finished, | Larry Hastings | 2016-09-05 | 27 | -1550/+29 |
| | | | | | | | | and Windows CE is no longer a relevant platform for Python. | ||||
* | | Issue #27744: correct comment and markup | Christian Heimes | 2016-09-05 | 2 | -2/+2 |
| | | |||||
* | | Issue #27866: Add SSLContext.get_ciphers() method to get a list of all ↵ | Christian Heimes | 2016-09-05 | 5 | -1/+211 |
| | | | | | | | | enabled ciphers. | ||||
* | | Issue #27744: Add AF_ALG (Linux Kernel crypto) to socket module. | Christian Heimes | 2016-09-05 | 7 | -72/+646 |
| | | |||||
* | | Issue #24254: Preserve class attribute definition order. | Eric Snow | 2016-09-05 | 18 | -189/+568 |
| | | |||||
* | | Issue #27756: Updates installer icons to be the console and launcher icon ↵ | Steve Dower | 2016-09-05 | 2 | -2/+5 |
| | | | | | | | | instead of the setup icon | ||||
* | | Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. | Christian Heimes | 2016-09-05 | 6 | -164/+399 |
|\ \ | |/ | |||||
| * | Issue #26470: Port ssl and hashlib module to OpenSSL 1.1.0. | Christian Heimes | 2016-09-05 | 6 | -164/+393 |
| | | |||||
* | | Closes #11620: Fix support for SND_MEMORY in winsound.PlaySound. | Zachary Ware | 2016-09-05 | 5 | -17/+64 |
| | | | | | | | | Based on a patch by Tim Lesher. | ||||
* | | Closes #27748: Merge with 3.5 | Zachary Ware | 2016-09-05 | 2 | -203/+62 |
|\ \ | |/ | |||||
| * | Issue #27748: Simplify test_winsound. | Zachary Ware | 2016-09-05 | 2 | -203/+62 |
| | | | | | | | | | | | | The tests no longer attempt to figure out if a soundcard or particular system sounds are available. Instead, it just tries everything and accepts RuntimeError as a flavor of success. | ||||
* | | Issue #27756: Adds new icons for Python files and processes on Windows. ↵ | Steve Dower | 2016-09-05 | 36 | -11/+84 |
| | | | | | | | | Designs by Cherry Wang. | ||||
* | | merge 3.5 (#27957) | Benjamin Peterson | 2016-09-05 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | remove ungrammarical apostrophe (closes #27957) | Benjamin Peterson | 2016-09-05 | 1 | -1/+1 |
| | | |||||
* | | Merge | Raymond Hettinger | 2016-09-05 | 1 | -0/+6 |
|\ \ | |/ | |||||
| * | Improve recipe by showing results of intermediate steps | Raymond Hettinger | 2016-09-05 | 1 | -0/+6 |
| | | |||||
* | | Fix get_externals.bat | Zachary Ware | 2016-09-05 | 1 | -1/+1 |
| | | |||||
* | | Issue #27883: Update sqlite to 3.14.1 on Windows | Zachary Ware | 2016-09-05 | 3 | -2/+4 |
| | | |||||
* | | remove memory indirections in dict_traverse (closes #27956) | Benjamin Peterson | 2016-09-05 | 1 | -9/+11 |
| | | |||||
* | | Issue #27830: Remove unused _PyStack_AsDict() | Victor Stinner | 2016-09-05 | 1 | -34/+0 |
| | | | | | | | | I forgot to remove this function, I made a mistake in my revert. | ||||
* | | fix skipping #27921 for windows | Benjamin Peterson | 2016-09-05 | 1 | -2/+1 |
| | | |||||
* | | Closes #27407: Merge with 3.5 | Zachary Ware | 2016-09-05 | 1 | -1/+6 |
|\ \ | |/ | |||||
| * | Issue #27407: Make PCbuild/prepare_ssl.py Python 2 compatible | Zachary Ware | 2016-09-05 | 1 | -1/+6 |
| | | |||||
* | | merge 3.5 (#27812) | Benjamin Peterson | 2016-09-05 | 2 | -1/+7 |
|\ \ | |/ | |||||
| * | clear out f_gen during generator finalization (closes #27812) | Benjamin Peterson | 2016-09-05 | 2 | -1/+7 |
| | | | | | | | | Patch from Armin Rigo. |