summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* 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-201-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-031-1/+1
* Version bump for 3.5.3rc1.v3.5.3rc1Larry Hastings2017-01-021-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-051-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
* Issues #25909, #28211: Restored correct documentation of PyMapping_Items,Serhiy Storchaka2016-09-261-7/+7
* remove trailing whitespaceBenjamin Peterson2016-09-202-19/+19
* Issue #28139: Fix messed up indentationMartin Panter2016-09-171-1/+1
* Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-072-2/+2
* Issue #27782: Fix m_methods handling in multiphase initNick Coghlan2016-08-211-1/+1
* Minor spelling fixesMartin Panter2016-08-201-2/+2
* Issue #10910: Update FreedBSD version checks for the ctype UTF-8 workaround.Ned Deily2016-08-151-1/+3
* Issue #10910: Avoid C++ compilation errors on FreeBSD and OS X.Ned Deily2016-08-151-0/+7
* Fix spelling and grammar in documentation and code commentsMartin Panter2016-08-041-1/+1
* Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
* Post-release fixups for Python 3.5.2.Larry Hastings2016-06-271-1/+1
* Version number bump for 3.5.2 final.v3.5.2Larry Hastings2016-06-251-3/+3
* Post-release fixups for Python 3.5.2rc1.Larry Hastings2016-06-131-1/+1
* Release bump for 3.5.2rc1.Larry Hastings2016-06-121-4/+4
* Issue #27243: Fix __aiter__ protocolYury Selivanov2016-06-091-0/+3
* fix indentation of commentBenjamin Peterson2016-06-041-7/+7
* Issue #27171: Fix typos in documentation, comments, and test function namesMartin Panter2016-06-021-1/+1
* Corrections for a/an in code comments and documentationMartin Panter2016-05-081-1/+1
* Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads().Serhiy Storchaka2016-05-011-2/+2
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-172-2/+2
* Issue #15984: Correct PyUnicode_FromObject() and _FromEncodedObject() docsMartin Panter2016-04-151-16/+8
* Correct “an” → “a” with “Unicode”, “user”, “UTF”, etcMartin Panter2016-04-152-5/+5
* Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka2016-04-101-2/+12
* Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-061-2/+2
* Fix typos in documentation and commentsMartin Panter2016-04-051-1/+1
* Use Py_uintptr_t for atomic pointersVictor Stinner2016-01-221-3/+3
* pystate.h: fix _PyThreadState_UncheckedGet()Victor Stinner2016-03-241-2/+0
* coroutines: Error when awaiting on coroutine that's being awaitedYury Selivanov2016-03-021-0/+1
* Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similarMartin Panter2016-02-101-1/+1
* code_richcompare() now uses the constants typesVictor Stinner2016-01-221-1/+10
* issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys andSenthil Kumaran2016-01-211-7/+7
* Add _PyThreadState_UncheckedGet()Victor Stinner2016-01-201-0/+10