summaryrefslogtreecommitdiff
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Version bump and copyright update for 3.5.10rc1.v3.5.10rc1Larry Hastings2020-08-191-4/+4
* Post-release update for 3.5.9 final.Larry Hastings2019-11-011-1/+1
* Version bump for 3.5.9 final.v3.5.9Larry Hastings2019-11-011-2/+2
* Post release updates for 3.5.8 final.Larry Hastings2019-10-281-1/+1
* Version bump for 3.5.8 final.v3.5.8Larry Hastings2019-10-281-3/+3
* Post-release update for 3.5.8rc2.Larry Hastings2019-10-121-1/+1
* Version bump for 3.5.8rc2.v3.5.8rc2Larry Hastings2019-10-121-2/+2
* Version bump for 3.5.8rc1.Larry Hastings2019-09-091-4/+4
* Post-release version bump for 3.5.7.Larry Hastings2019-03-191-1/+1
* Version bump for 3.5.7 final.v3.5.7Larry Hastings2019-03-171-3/+3
* Post-release verison bump for 3.5.7rc1.Larry Hastings2019-03-041-1/+1
* Version bump & copyright year update for 3.5.7rc1.v3.5.7rc1Larry Hastings2019-03-031-4/+4
* [3.5] bpo-34623: Use XML_SetHashSalt in _elementtree (#9933)stratakis2019-02-251-1/+3
* Post-release version bump for 3.5.6.Larry Hastings2018-08-021-1/+1
* Version bump for 3.5.6 final.v3.5.6Larry Hastings2018-08-021-3/+3
* Post-release version bump for 3.5.6rc1.Larry Hastings2018-07-191-1/+1
* Version bump for 3.5.6rc1.v3.5.6rc1Larry Hastings2018-07-191-4/+4
* Post-release bump for Python 3.5.5.Larry Hastings2018-02-041-1/+1
* Version bump for 3.5.5.v3.5.5Larry Hastings2018-02-041-3/+3
* Post-release version bump for 3.5.5rc1.Larry Hastings2018-02-041-1/+1
* Whoops, missed checking in version bump.v3.5.5rc1Larry Hastings2018-01-231-4/+4
* Post-release version bump for 3.5.4 final.Larry Hastings2017-08-081-1/+1
* Version bump for 3.5.4 final.v3.5.4Larry Hastings2017-08-071-3/+3
* Post-release version bump for 3.5.4rc1.Larry Hastings2017-07-251-1/+1
* Version bump & copyright year fixes for 3.5.4rc1.v3.5.4rc1Larry Hastings2017-07-231-4/+4
* [3.5] bpo-13617: Reject embedded null characters in wchar* strings. (GH-2302)...Serhiy Storchaka2017-06-281-3/+7
* [3.5] bpo-30708: Add private C API function _PyUnicode_AsWideCharString(). (G...Serhiy Storchaka2017-06-271-0/+6
* [3.5] bpo-29943: Do not replace the function PySlice_GetIndicesEx() with a ma...Serhiy Storchaka2017-04-161-0/+2
* bpo-29941: Assert fixes (#886) (#956)T. Wouters2017-04-011-0/+4
* bpo-29935: Fixed error messages in the index() method of tuple, list and dequ...Serhiy Storchaka2017-03-301-0/+1
* bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) (#715)Serhiy Storchaka2017-03-191-27/+18
* [3.5] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454) (#455)Ned Deily2017-03-041-2/+2
* Issue #27867: Silenced may-be-used-uninitialized warnings afterSerhiy Storchaka2017-02-041-2/+3
* Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro ifSerhiy Storchaka2017-01-251-2/+14
* Issue #29083: Fixed the declaration of some public API functions.Serhiy Storchaka2017-01-241-5/+5
* Fix incorrect patchlevel information for 3.5.3+.Larry Hastings2017-01-191-2/+2
* Merge 3.5.3 release head with main 3.5 branch.Larry Hastings2017-01-172-2/+3
|\
| * Issue #28969: Fixed race condition in C implementation of functools.lru_cache.Serhiy Storchaka2017-01-121-0/+1
* | Post-release updates for 3.5.3.Larry Hastings2017-01-171-1/+1
* | Version bump for Python 3.5.3.v3.5.3Larry Hastings2017-01-161-3/+3
|/
* Post-release fixups for Python 3.5.3rc1.Larry Hastings2017-01-021-1/+1
* Version bump for 3.5.3rc1.v3.5.3rc1Larry Hastings2017-01-011-4/+4
* Issue #28427: old keys should not remove new values fromAntoine Pitrou2016-12-271-0/+2
* Issue #29009: Remove outdated doc of PyUnicode_RichCompare.Xiang Zhang2016-12-191-4/+0
* Fixed misplaced comment.Serhiy Storchaka2016-12-061-6/+6
* Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.Serhiy Storchaka2016-12-061-1/+1
* Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.Serhiy Storchaka2016-11-161-0/+19
* Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...Serhiy Storchaka2016-11-161-0/+11
* Issue #23996: Added _PyGen_SetStopIterationValue for safe raisingSerhiy Storchaka2016-11-061-0/+1
* Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4().Serhiy Storchaka2016-10-021-1/+1