Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | * | | | | | | | | | | Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF | Serhiy Storchaka | 2016-04-10 | 1 | -4/+4 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * \ \ \ \ \ \ \ \ \ \ | Issue #22570: Renamed Py_SETREF to Py_XSETREF. | Serhiy Storchaka | 2016-04-06 | 1 | -301/+553 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * \ \ \ \ \ \ \ \ \ \ | Issue #26494: Fixed crash on iterating exhausting iterators. | Serhiy Storchaka | 2016-03-30 | 1 | -301/+553 | |
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | * \ \ \ \ \ \ \ \ \ \ | Merge 3.5 | Victor Stinner | 2016-03-01 | 1 | -9/+12 | |
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | * \ \ \ \ \ \ \ \ \ \ \ | Merge 3.5 | Victor Stinner | 2016-03-01 | 1 | -3/+4 | |
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge 3.5 | Victor Stinner | 2016-01-27 | 1 | -301/+553 | |
| | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ | Issue #20440: More use of Py_SETREF. | Serhiy Storchaka | 2015-12-27 | 1 | -1/+1 | |
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | * | | | | | | | | | | | | | | Issue #25923: Added more const qualifiers to signatures of static and private... | Serhiy Storchaka | 2015-12-25 | 1 | -3/+3 | |
| | | | | | | | * | | | | | | | | | | | | | | Issue #25923: Added the const qualifier to static constant arrays. | Serhiy Storchaka | 2015-12-25 | 1 | -6/+6 | |
| | | | | | | | * | | | | | | | | | | | | | | Issue #20440: Massive replacing unsafe attribute setting code with special | Serhiy Storchaka | 2015-12-24 | 1 | -292/+544 | |
| | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | * | | | | | | | | | | | | | | Issues #25890, #25891, #25892: Removed unused variables in Windows code. | Serhiy Storchaka | 2015-12-18 | 1 | -1/+0 | |
| | | | | | | | | * | | | | | | | | | | | | | | Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. | Serhiy Storchaka | 2015-12-03 | 1 | -0/+5 | |
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. | Serhiy Storchaka | 2015-12-03 | 1 | -0/+5 | |
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge 3.5 (#25630) | Benjamin Peterson | 2015-11-15 | 1 | -0/+1 | |
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | |/ / / / / / / / / / / / / / / | ||||||
| | | | | | | | | * | | | | | | | | | | | | | | | | Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on | Serhiy Storchaka | 2015-11-14 | 1 | -17/+16 | |
| | | | | | | | | * | | | | | | | | | | | | | | | | Issue #25523: Merge a-to-an corrections from 3.5. | Serhiy Storchaka | 2015-11-02 | 1 | -2/+2 | |
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | * | | | | | | | | | | | | | | | | | Issue #25353: Optimize unicode escape and raw unicode escape encoders to use | Victor Stinner | 2015-10-12 | 1 | -44/+69 | |
| | | | | | | | | * | | | | | | | | | | | | | | | | | Writer APIs: use empty string singletons | Victor Stinner | 2015-10-12 | 1 | -9/+18 | |
| | | | | | | | | * | | | | | | | | | | | | | | | | | Optimize error handlers of ASCII and Latin1 encoders when the replacement | Victor Stinner | 2015-10-09 | 1 | -32/+40 | |
| | | | | | | | | * | | | | | | | | | | | | | | | | | Add _PyBytesWriter_WriteBytes() to factorize the code | Victor Stinner | 2015-10-09 | 1 | -5/+3 | |
| | | | | | | | | * | | | | | | | | | | | | | | | | | _PyBytesWriter: simplify code to avoid "prealloc" parameters | Victor Stinner | 2015-10-09 | 1 | -30/+28 | |
| | | | | | | | | * | | | | | | | | | | | | | | | | | Issue #25318: Fix backslashreplace() | Victor Stinner | 2015-10-09 | 1 | -1/+1 | |
| | | | | | | | | * | | | | | | | | | | | | | | | | | Issue #25318: Avoid sprintf() in backslashreplace() | Victor Stinner | 2015-10-09 | 1 | -7/+18 | |
| | | | | | | | | * | | | | | | | | | | | | | | | | | Issue #25318: Move _PyBytesWriter to bytesobject.c | Victor Stinner | 2015-10-09 | 1 | -210/+0 | |
| | | | | | | | | * | | | | | | | | | | | | | | | | | Optimize backslashreplace error handler | Victor Stinner | 2015-10-09 | 1 | -49/+144 | |
| | | | | | | | | * | | | | | | | | | | | | | | | | | Issue #25318: Add _PyBytesWriter API | Victor Stinner | 2015-10-09 | 1 | -69/+247 | |
| | | | | | | | | * | | | | | | | | | | | | | | | | | Issue #25301: Fix compatibility with ISO C90 | Victor Stinner | 2015-10-05 | 1 | -1/+5 | |
| | | | | | | | | * | | | | | | | | | | | | | | | | | Issue #25301: The UTF-8 decoder is now up to 15 times as fast for error | Victor Stinner | 2015-10-05 | 1 | -9/+39 | |
| | | | | | | | | * | | | | | | | | | | | | | | | | | Fix _PyUnicodeWriter_PrepareKind() | Victor Stinner | 2015-10-03 | 1 | -7/+18 | |
| | | | | | | | | * | | | | | | | | | | | | | | | | | Issue #24848: Fixed bugs in UTF-7 decoding of misformed data: | Serhiy Storchaka | 2015-10-02 | 1 | -81/+178 | |
| | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | | * | | | | | | | | | | | | | | | | | Make _PyUnicode_TranslateCharmap() symbol private | Victor Stinner | 2015-10-01 | 1 | -1/+1 | |
| | | | | | | | | | * | | | | | | | | | | | | | | | | | Issue #25267: The UTF-8 encoder is now up to 75 times as fast for error | Victor Stinner | 2015-10-01 | 1 | -2/+5 | |
| | | | | | | | | | * | | | | | | | | | | | | | | | | | Optimize ascii/latin1+surrogateescape encoders | Victor Stinner | 2015-09-29 | 1 | -0/+16 | |
| | | | | | | | | | * | | | | | | | | | | | | | | | | | Issue #25227: Cleanup unicode_encode_ucs1() error handler | Victor Stinner | 2015-09-24 | 1 | -9/+13 | |
| | | | | | | | | | * | | | | | | | | | | | | | | | | | Issue #24870: revert unwanted change | Victor Stinner | 2015-09-22 | 1 | -43/+9 | |
| | | | | | | | | | * | | | | | | | | | | | | | | | | | Issue #25207, #14626: Fix my commit. | Victor Stinner | 2015-09-22 | 1 | -9/+43 | |
| | | | | | | | | | * | | | | | | | | | | | | | | | | | _PyUnicodeWriter_PrepareInternal(): make the assertion more strict | Victor Stinner | 2015-09-22 | 1 | -1/+2 | |
| | | | | | | | | | * | | | | | | | | | | | | | | | | | Issue #24870: Add _PyUnicodeWriter_PrepareKind() macro | Victor Stinner | 2015-09-22 | 1 | -9/+29 | |
| | | | | | | | | | * | | | | | | | | | | | | | | | | | Issue #24870: Reuse the new _Py_error_handler enum | Victor Stinner | 2015-09-22 | 1 | -87/+77 | |
| | | | | | | | | | * | | | | | | | | | | | | | | | | | Issue #24870: Optimize the ASCII decoder for error handlers: surrogateescape, | Victor Stinner | 2015-09-21 | 1 | -5/+61 | |
| | | | | | | | | | * | | | | | | | | | | | | | | | | | Closes #21279: Merge with 3.5 | Zachary Ware | 2015-08-06 | 1 | -5/+6 | |
| | | | | | | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | | | | | * | | | | | | | | | | | | | | | | | | Make the unicode equality test an external function rather than in-lining it. | Raymond Hettinger | 2015-07-04 | 1 | -0/+7 | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #29044: Fix a use-after-free in string '%c' formatter. | Xiang Zhang | 2016-12-22 | 1 | -3/+4 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. | Serhiy Storchaka | 2016-12-06 | 1 | -2/+16 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed an off-by-one error in _PyUnicode_EqualToASCIIString (issue #28701). | Serhiy Storchaka | 2016-11-16 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. | Serhiy Storchaka | 2016-11-16 | 1 | -0/+38 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT... | Serhiy Storchaka | 2016-11-16 | 1 | -0/+35 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X | Serhiy Storchaka | 2016-11-12 | 1 | -620/+570 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug b... | Serhiy Storchaka | 2016-10-25 | 1 | -620/+570 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | remove extra PyErr_Format arguments (closes #28454) | Benjamin Peterson | 2016-10-16 | 1 | -4/+4 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | |