Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Issue #27473: Fixed possible integer overflow in bytes and bytearray | Serhiy Storchaka | 2016-07-10 | 3 | -16/+14 | |
| |/ / / / | | | | | | | | | | | | | | | | concatenations. Patch by Xiang Zhang. | |||||
* | | | | | Merge: #20647: Update dictobject.c comments to account for randomized string ↵ | R David Murray | 2016-07-10 | 1 | -8/+5 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | hashes. | |||||
| * | | | | #20647: Update dictobject.c comments to account for randomized string hashes. | R David Murray | 2016-07-10 | 1 | -8/+5 | |
| | | | | | | | | | | | | | | | | | | | | Patch by Jaysinh Shukla. | |||||
* | | | | | Issue #27027: Added test.support.is_android that is True when this is an | Xavier de Gaye | 2016-07-10 | 2 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | Android build. | |||||
* | | | | | [merge from 3.5] - Issue #27466: Change time format returned by | Senthil Kumaran | 2016-07-10 | 3 | -1/+27 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | http.cookie.time2netscape, confirming the netscape cookie format. | |||||
| * | | | | Issue #27466: Change time format returned by http.cookie.time2netscape, | Senthil Kumaran | 2016-07-10 | 3 | -1/+27 | |
| | | | | | | | | | | | | | | | | | | | | confirming the netscape cookie format. | |||||
* | | | | | Issue #27474: Unified error messages in the __contains__ method of bytes and | Serhiy Storchaka | 2016-07-10 | 2 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | bytearray for integers in and out of the Py_ssize_t range. Patch by Xiang Zhang. | |||||
* | | | | | Issue #27442: Expose the Android API level in sysconfig.get_config_vars() | Xavier de Gaye | 2016-07-09 | 4 | -0/+51 | |
| | | | | | | | | | | | | | | | | | | | | as 'ANDROID_API_LEVEL'. | |||||
* | | | | | Update frozen importlib code | Brett Cannon | 2016-07-08 | 2 | -1440/+1440 | |
| | | | | | ||||||
* | | | | | Issue #26972: Fix some mistakes in importlib-related docstrings. | Brett Cannon | 2016-07-08 | 2 | -12/+12 | |
| | | | | | | | | | | | | | | | | | | | | Thanks to Oren Milman for the patch. | |||||
* | | | | | Issue #26896: Disambiguate uses of "importer" with "finder". | Brett Cannon | 2016-07-08 | 9 | -32/+32 | |
| | | | | | | | | | | | | | | | | | | | | Thanks to Oren Milman for the patch. | |||||
* | | | | | Issue #27285: Document the deprecation of the pyvenv script. | Brett Cannon | 2016-07-08 | 9 | -186/+227 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As part of the update, the documentation was updated to normalize around the term "virtual environment" instead of relying too heavily on "venv" for the same meaning and leading to inconsistent usage of either. Thanks to Steve Piercy for the patch. | |||||
* | | | | | Issue #22624: Python 3 requires clock() to build | Victor Stinner | 2016-07-08 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Whitespace | Terry Jan Reedy | 2016-07-08 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Issue #27380: IDLE: add query.HelpSource class and tests. | Terry Jan Reedy | 2016-07-08 | 6 | -368/+342 | |
| | | | | | | | | | | | | | | | | | | | | Remove modules that are combined in new module. | |||||
* | | | | | Automated merge with ssh://hg.python.org/cpython | Steven D'Aprano | 2016-07-07 | 1 | -0/+16 | |
|\ \ \ \ \ | ||||||
| * | | | | | Issue27139 patch by Julio C Cardoza. | Steven D'Aprano | 2016-07-07 | 1 | -0/+16 | |
| | | | | | | ||||||
* | | | | | | Issue #27434: Version of interpreter running a cross-build and source ↵ | Xavier de Gaye | 2016-07-07 | 3 | -2/+5 | |
|/ / / / / | | | | | | | | | | | | | | | | version must be the same. | |||||
* | | | | | - Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 71 | -1839/+1818 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | generated by Argument Clinic. Patch by Petr Viktorin. | |||||
| * | | | | Issue #27332: Fixed the type of the first argument of module-level functions | Serhiy Storchaka | 2016-07-07 | 71 | -1835/+1814 | |
| | | | | | | | | | | | | | | | | | | | | generated by Argument Clinic. Patch by Petr Viktorin. | |||||
* | | | | | merge 3.5 (#24557) | Benjamin Peterson | 2016-07-07 | 6 | -134/+147 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | assume egd unless OPENSSL_NO_EGD is defined—remove configure check (closes ↵ | Benjamin Peterson | 2016-07-07 | 6 | -135/+160 | |
| | | | | | | | | | | | | | | | | | | | | #24557) | |||||
* | | | | | merge 3.5 (#27248) | Benjamin Peterson | 2016-07-07 | 1 | -3/+9 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | Patch from Xiang Zhang. | |||||
| * | | | | fix refleaks in PyDict_SetItem error cases (closes #27248) | Benjamin Peterson | 2016-07-07 | 1 | -3/+9 | |
| | | | | | ||||||
* | | | | | merge 3.5 | Donald Stufft | 2016-07-06 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix a test with the new upload URL | Donald Stufft | 2016-07-06 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | merge 3.5 | Benjamin Peterson | 2016-07-06 | 0 | -0/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | merge 3.4 | Benjamin Peterson | 2016-07-06 | 0 | -0/+0 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | merge 3.3 | Benjamin Peterson | 2016-07-06 | 0 | -0/+0 | |
| | |\ \ \ | | | |/ / | ||||||
| | | * | | Switch to the new upload url for PyPI | Donald Stufft | 2016-07-06 | 3 | -4/+4 | |
| | | | | | ||||||
| | | * | | Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. | Serhiy Storchaka | 2015-12-02 | 3 | -0/+27 | |
| | | | | | ||||||
* | | | | | merge 3.5 | Benjamin Peterson | 2016-07-06 | 3 | -5/+5 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | merge 3.4 | Benjamin Peterson | 2016-07-06 | 3 | -5/+5 | |
| |\ \ \ \ | | |/ / / | ||||||
| | * | | | Switch to the new upload url for PyPI | Donald Stufft | 2016-07-06 | 3 | -5/+5 | |
| | | | | | ||||||
* | | | | | Issue #27460: Unified error messages in bytes constructor for integers | Serhiy Storchaka | 2016-07-06 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | in and out of the Py_ssize_t range. Patch by Xiang Zhang. | |||||
* | | | | | Issue #21708: Deprecated dbm.dumb behavior that differs from common dbm | Serhiy Storchaka | 2016-07-06 | 5 | -1/+57 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | behavior: creating a database in 'r' and 'w' modes and modifying a database in 'r' mode. | |||||
* | | | | | Issue #27452: make command line idle-test> python test_help.py work. | Terry Jan Reedy | 2016-07-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | __file__ is relative in this case. | |||||
* | | | | | Issue #27452: add line counter and crc to IDLE config test dump. | Terry Jan Reedy | 2016-07-06 | 1 | -9/+20 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #27452: add line counter and crc to IDLE configHandler test dump. | Terry Jan Reedy | 2016-07-06 | 1 | -10/+21 | |
| | | | | | ||||||
* | | | | | Merge from 3.5 | Berker Peksag | 2016-07-05 | 1 | -0/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Add versionadded to PyDict_SetDefault documentation | Berker Peksag | 2016-07-05 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | It was added for Python 3.4 in a0b750ea3397. | |||||
* | | | | | Issue 27437: Add query.ModuleName and use it for file => Load Module. | Terry Jan Reedy | 2016-07-03 | 5 | -77/+185 | |
| | | | | | | | | | | | | | | | | | | | | Users can now edit bad entries instead of starting over. | |||||
* | | | | | Issue #19527: Fixed tests with defined COUNT_ALLOCS. | Serhiy Storchaka | 2016-07-03 | 11 | -6/+29 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #19527: Fixed tests with defined COUNT_ALLOCS. | Serhiy Storchaka | 2016-07-03 | 10 | -6/+26 | |
| | | | | | ||||||
* | | | | | Issue #23034: The output of a special Python build with defined COUNT_ALLOCS, | Serhiy Storchaka | 2016-07-03 | 7 | -1/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SHOW_ALLOC_COUNT or SHOW_TRACK_COUNT macros is now off by default. It can be re-enabled using the "-X showalloccount" option. It now outputs to stderr instead of stdout. | |||||
* | | | | | Issue #27443: __length_hint__() of bytearray itearator no longer return | Serhiy Storchaka | 2016-07-03 | 3 | -1/+18 | |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | negative integer for resized bytearray. | |||||
| * | | | | Issue #27443: __length_hint__() of bytearray itearator no longer return | Serhiy Storchaka | 2016-07-03 | 3 | -1/+18 | |
| | | | | | | | | | | | | | | | | | | | | negative integer for resized bytearray. | |||||
* | | | | | Backed out changeset b0087e17cd5e (issue #26765) | Serhiy Storchaka | 2016-07-03 | 3 | -77/+138 | |
| | | | | | | | | | | | | | | | | | | | | For unknown reasons it perhaps caused a crash on 32-bit Windows (issue #). | |||||
* | | | | | Issue #26765: Fixed parsing Py_ssize_t arguments on 32-bit Windows. | Serhiy Storchaka | 2016-07-03 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | Issue #26765: Moved wrappers for bytes and bytearray methods to common header | Serhiy Storchaka | 2016-07-01 | 3 | -138/+77 | |
| | | | | | | | | | | | | | | | | | | | | file. |