| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict | INADA Naoki | 2016-11-21 | 1 | -5/+19 |
|
|
* | Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString(). | Serhiy Storchaka | 2016-11-21 | 1 | -10/+4 |
|\ |
|
| * | Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString(). | Serhiy Storchaka | 2016-11-21 | 1 | -10/+4 |
|
|
* | | Issue #28748: Private variable _Py_PackageContext is now of type "const char *" | Serhiy Storchaka | 2016-11-21 | 1 | -1/+1 |
|
|
* | | Issue #19569: Compiler warnings are now emitted if use most of deprecated | Serhiy Storchaka | 2016-11-20 | 6 | -72/+67 |
|
|
* | | Added the const qualifier to char* variables that refer to readonly internal | Serhiy Storchaka | 2016-11-20 | 7 | -15/+14 |
|
|
* | | Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize | Serhiy Storchaka | 2016-11-20 | 6 | -13/+13 |
|\ \
| |/ |
|
| * | Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize | Serhiy Storchaka | 2016-11-20 | 6 | -13/+13 |
|
|
* | | Merge 3.6 (issue #28721) | Yury Selivanov | 2016-11-16 | 1 | -3/+11 |
|\ \
| |/ |
|
| * | Issue #28721: Fix asynchronous generators aclose() and athrow() | Yury Selivanov | 2016-11-16 | 1 | -3/+11 |
|
|
* | | Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now | Serhiy Storchaka | 2016-11-16 | 1 | -0/+11 |
|\ \
| |/ |
|
| * | Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now | Serhiy Storchaka | 2016-11-16 | 1 | -0/+11 |
|
|
* | | Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). | Serhiy Storchaka | 2016-11-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). | Serhiy Storchaka | 2016-11-16 | 1 | -1/+1 |
| |\ |
|
| | * | Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). | Serhiy Storchaka | 2016-11-16 | 1 | -1/+1 |
|
|
* | | | Issue #21449: Removed private function _PyUnicode_CompareWithId. | Serhiy Storchaka | 2016-11-16 | 1 | -9/+0 |
|\ \ \
| |/ / |
|
| * | | Issue #21449: Removed private function _PyUnicode_CompareWithId. | Serhiy Storchaka | 2016-11-16 | 1 | -9/+0 |
|
|
* | | | Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. | Serhiy Storchaka | 2016-11-16 | 2 | -6/+44 |
|\ \ \
| |/ / |
|
| * | | Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. | Serhiy Storchaka | 2016-11-16 | 2 | -6/+44 |
| |\ \
| | |/ |
|
| | * | Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. | Serhiy Storchaka | 2016-11-16 | 2 | -6/+44 |
|
|
* | | | Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT... | Serhiy Storchaka | 2016-11-16 | 4 | -7/+42 |
|\ \ \
| |/ / |
|
| * | | Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT... | Serhiy Storchaka | 2016-11-16 | 4 | -7/+42 |
| |\ \
| | |/ |
|
| | * | Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT... | Serhiy Storchaka | 2016-11-16 | 4 | -7/+42 |
|
|
* | | | Issue #28618: Mark dict lookup functions as hot | Victor Stinner | 2016-11-15 | 1 | -4/+4 |
|
|
* | | | Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X | Serhiy Storchaka | 2016-11-12 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X | Serhiy Storchaka | 2016-11-12 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X | Serhiy Storchaka | 2016-11-12 | 1 | -1/+1 |
| | |\ |
|
| | | * | Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X | Serhiy Storchaka | 2016-11-12 | 1 | -1/+1 |
| | | |\ |
|
| | | | * | Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X | Serhiy Storchaka | 2016-11-12 | 1 | -1/+1 |
|
|
| | | | * | Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. | Serhiy Storchaka | 2015-12-02 | 1 | -0/+5 |
|
|
* | | | | | Issue #28618: Make hot functions using __attribute__((hot)) | Victor Stinner | 2016-11-11 | 1 | -2/+2 |
|
|
* | | | | | Use PyThreadState_GET() in performance critical code | Victor Stinner | 2016-11-11 | 1 | -1/+1 |
|
|
* | | | | | Merge 3.6 (issue #27942) | Yury Selivanov | 2016-11-09 | 1 | -0/+2 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Merge 3.5 (issue #27942) | Yury Selivanov | 2016-11-09 | 1 | -0/+2 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | ssue #27942: Fix memory leak in codeobject.c | Yury Selivanov | 2016-11-09 | 1 | -0/+2 |
|
|
* | | | | | Merge 3.6 (issue #28003) | Yury Selivanov | 2016-11-09 | 1 | -14/+48 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Issue #28003: Make WrappedVal, ASend and AThrow GC types | Yury Selivanov | 2016-11-09 | 1 | -14/+48 |
|
|
* | | | | | Merge 3.6 | Yury Selivanov | 2016-11-09 | 1 | -2/+2 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Merge 3.5 | Yury Selivanov | 2016-11-09 | 1 | -2/+2 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | genobject: Remove unnecessary tp_free slots from aiter_wrapper and coro_wrapper | Yury Selivanov | 2016-11-09 | 1 | -2/+2 |
|
|
* | | | | | Issue #28621: Sped up converting int to float by reusing faster bits counting | Serhiy Storchaka | 2016-11-08 | 1 | -32/+28 |
|
|
* | | | | | Closes #27781: Removes special cases for the experimental aspect of PEP 529 | Steve Dower | 2016-11-07 | 1 | -10/+1 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Closes #27781: Removes special cases for the experimental aspect of PEP 529 | Steve Dower | 2016-11-07 | 1 | -10/+1 |
|
|
* | | | | | merge 3.6 | Benjamin Peterson | 2016-11-06 | 1 | -0/+9 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | merge 3.5 | Benjamin Peterson | 2016-11-06 | 1 | -0/+9 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | make sure dict view types are initialized | Benjamin Peterson | 2016-11-06 | 1 | -0/+9 |
|
|
* | | | | | Issue #23996: Added _PyGen_SetStopIterationValue for safe raising | Serhiy Storchaka | 2016-11-06 | 1 | -21/+51 |
|\ \ \ \ \
| |/ / / / |
|
| * | | | | Issue #23996: Added _PyGen_SetStopIterationValue for safe raising | Serhiy Storchaka | 2016-11-06 | 1 | -21/+51 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Issue #23996: Added _PyGen_SetStopIterationValue for safe raising | Serhiy Storchaka | 2016-11-06 | 1 | -10/+50 |
|
|
* | | | | | Issue #28199: Microoptimized dict resizing. Based on patch by Naoki Inada. | Serhiy Storchaka | 2016-10-29 | 1 | -60/+63 |
|
|