Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if | Serhiy Storchaka | 2017-01-25 | 50 | -6915/+9509 |
|\ | |||||
| * | Issue #29337: Fixed possible BytesWarning when compare the code objects. | Serhiy Storchaka | 2017-01-24 | 1 | -3/+3 |
| |\ | |||||
| * \ | Merge doc fixes from 3.5 | Martin Panter | 2017-01-14 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | Issue #28969: Fixed race condition in C implementation of functools.lru_cache. | Serhiy Storchaka | 2017-01-12 | 50 | -6915/+9509 |
| |\ \ \ | |||||
| | * \ \ | Issue #29145: Merge 3.5. | Xiang Zhang | 2017-01-10 | 1 | -6/+8 |
| | |\ \ \ | |||||
| | * | | | | Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception. | INADA Naoki | 2017-01-06 | 2 | -17/+25 |
| | * | | | | Merge 3.5. | Stefan Krah | 2016-12-30 | 1 | -1/+1 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Issue #28427: old keys should not remove new values from | Antoine Pitrou | 2016-12-27 | 1 | -17/+74 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Issue #29044: Merge 3.5. | Xiang Zhang | 2016-12-22 | 50 | -6903/+9465 |
| | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ | Issue #29000: Fixed bytes formatting of octals with zero padding in alternate | Serhiy Storchaka | 2016-12-17 | 50 | -6895/+9466 |
| | | |\ \ \ \ \ \ | |||||
| | | | * | | | | | | Issue #26919: On Android, operating system data is now always encoded/decoded | Xavier de Gaye | 2016-12-15 | 1 | -3/+3 |
| | | | * | | | | | | Fix a memory leak in split-table dictionaries | Victor Stinner | 2016-12-15 | 1 | -5/+22 |
| | | | * | | | | | | Merge from 3.6. | Serhiy Storchaka | 2016-12-14 | 1 | -28/+1 |
| | | | |\ \ \ \ \ \ | |||||
| | | | * | | | | | | | Fix typos in comment and documentation | Martin Panter | 2016-12-10 | 1 | -1/+1 |
| | | | * | | | | | | | Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict. | INADA Naoki | 2016-12-07 | 1 | -5/+19 |
| | | | * | | | | | | | Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. | Serhiy Storchaka | 2016-12-07 | 50 | -6884/+9424 |
| | | | |\ \ \ \ \ \ \ | |||||
| | | | | * \ \ \ \ \ \ | Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. | Serhiy Storchaka | 2016-12-06 | 1 | -2/+16 |
| | | | | |\ \ \ \ \ \ \ | |||||
| | | | | * | | | | | | | | Issue #23722: improve __classcell__ compatibility | Nick Coghlan | 2016-12-05 | 1 | -2/+9 |
| | | | | * | | | | | | | | Issue #28797: Modifying the class __dict__ inside the __set_name__ method of | Serhiy Storchaka | 2016-11-29 | 1 | -3/+11 |
| | | | | * | | | | | | | | Fix _PyGen_yf() | Victor Stinner | 2016-11-24 | 1 | -0/+9 |
| | | | | * | | | | | | | | Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString(). | Serhiy Storchaka | 2016-11-21 | 1 | -10/+4 |
| | | | | * | | | | | | | | Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize | Serhiy Storchaka | 2016-11-20 | 6 | -13/+13 |
| | | | | * | | | | | | | | 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 |
| | | | | * | | | | | | | | 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 #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. | Serhiy Storchaka | 2016-11-16 | 50 | -6857/+9369 |
| | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | * \ \ \ \ \ \ \ \ | Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT... | Serhiy Storchaka | 2016-11-16 | 4 | -7/+42 |
| | | | | | |\ \ \ \ \ \ \ \ \ | |||||
| | | | | | * \ \ \ \ \ \ \ \ \ | Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X | Serhiy Storchaka | 2016-11-12 | 1 | -1/+1 |
| | | | | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | * \ \ \ \ \ \ \ \ \ \ | Merge 3.5 (issue #27942) | Yury Selivanov | 2016-11-09 | 50 | -6857/+9369 |
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | * | | | | | | | | | | | Issue #28003: Make WrappedVal, ASend and AThrow GC types | Yury Selivanov | 2016-11-08 | 1 | -14/+48 |
| | | | | | | * | | | | | | | | | | | Merge 3.5 | Yury Selivanov | 2016-11-08 | 50 | -6857/+9335 |
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | * | | | | | | | | | | | Closes #27781: Removes special cases for the experimental aspect of PEP 529 | Steve Dower | 2016-11-06 | 1 | -10/+1 |
| | | | | | | | * | | | | | | | | | | | merge 3.5 | Benjamin Peterson | 2016-11-06 | 50 | -6858/+9345 |
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | * \ \ \ \ \ \ \ \ \ \ | Issue #23996: Added _PyGen_SetStopIterationValue for safe raising | Serhiy Storchaka | 2016-11-06 | 1 | -21/+51 |
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | * | | | | | | | | | | | | Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as | Serhiy Storchaka | 2016-11-06 | 1 | -26/+22 |
| | | | | | | | | * | | | | | | | | | | | | Issue #28583: PyDict_SetDefault didn't combine split table when needed. | INADA Naoki | 2016-11-02 | 1 | -15/+45 |
| | | | | | | | | * | | | | | | | | | | | | Issue 28128: Print out better error/warning messages for invalid string escap... | Eric V. Smith | 2016-10-31 | 2 | -10/+65 |
| | | | | | | | | * | | | | | | | | | | | | Backed out changeset 6b88dfc7b25d | Serhiy Storchaka | 2016-10-31 | 1 | -63/+60 |
| | | | | | | | | * | | | | | | | | | | | | Issue #28385: An error message when non-empty format spec is passed to | Serhiy Storchaka | 2016-10-30 | 1 | -19/+9 |
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | * | | | | | | | | | | | | | Issue #28561: Clean up UTF-8 encoder: remove dead code, update comments, etc. | Serhiy Storchaka | 2016-10-30 | 1 | -10/+4 |
| | | | | | | | | * | | | | | | | | | | | | | Merge from 3.5. | Serhiy Storchaka | 2016-10-30 | 1 | -7/+22 |
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | * | | | | | | | | | | | | | | Issue #28199: Microoptimized dict resizing. Based on patch by Naoki Inada. | Serhiy Storchaka | 2016-10-29 | 1 | -60/+63 |
| | | | | | | | | * | | | | | | | | | | | | | | Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*` | Yury Selivanov | 2016-10-28 | 1 | -2/+6 |
| | | | | | | | | * | | | | | | | | | | | | | | Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), | Serhiy Storchaka | 2016-10-27 | 1 | -0/+21 |
| | | | | | | | | * | | | | | | | | | | | | | | Issue #28509: dict.update() no longer allocate unnecessary large memory | INADA Naoki | 2016-10-27 | 1 | -2/+4 |
| | | | | | | | | * | | | | | | | | | | | | | | Issue #27275: Fixed implementation of pop() and popitem() methods in | Serhiy Storchaka | 2016-10-25 | 1 | -22/+7 |
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | * | | | | | | | | | | | | | | | Issue #28408: Fixed a leak and remove redundant code in _PyUnicodeWriter_Fini... | Serhiy Storchaka | 2016-10-25 | 1 | -18/+12 |
| | | | | | | | | * | | | | | | | | | | | | | | | Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b... | Serhiy Storchaka | 2016-10-25 | 50 | -6814/+9215 |
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | | | | | | | | | * | | | | | | | | | | | | | | | Issue #28214: Improved exception reporting for problematic __set_name__ | Serhiy Storchaka | 2016-10-21 | 1 | -1/+6 |