summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Issue #26765: Moved common code and docstrings for bytes and bytearray methodsSerhiy Storchaka2016-05-041-0/+21
* Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads().Serhiy Storchaka2016-05-011-2/+2
|\
| * Fixed declarations of _Py_DumpTraceback() and _Py_DumpTracebackThreads().Serhiy Storchaka2016-05-011-2/+2
* | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-172-2/+2
|\ \ | |/
| * Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-172-2/+2
* | Issue #15984: Merge PyUnicode doc from 3.5Martin Panter2016-04-152-19/+11
|\ \ | |/
| * 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 #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
|\ \ | |/
| * Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-061-2/+2
* | Merge typo fixes from 3.5Martin Panter2016-04-051-1/+1
|\ \ | |/
| * Fix typos in documentation and commentsMartin Panter2016-04-051-1/+1
| * Use Py_uintptr_t for atomic pointersVictor Stinner2016-01-221-3/+3
* | Revert back to 3.6.0, buildbots do not want chocolate for 04-01Ned Deily2016-03-311-3/+3
* | Python 8: no pep8, no chocolate!Victor Stinner2016-03-311-3/+3
* | Merge 3.5 (pystate.h)Victor Stinner2016-03-251-2/+0
|\ \ | |/
| * pystate.h: fix _PyThreadState_UncheckedGet()Victor Stinner2016-03-241-2/+0
* | Issue #23848: Expose _Py_DumpHexadecimal()Victor Stinner2016-03-231-1/+14
* | Issue #26588:Victor Stinner2016-03-231-1/+1
* | Issue #26588: remove debug traces from _tracemalloc.Victor Stinner2016-03-221-2/+0
* | Issue #26588: fix compilation on WindowsVictor Stinner2016-03-221-0/+2
* | Add C functions _PyTraceMalloc_Track()Victor Stinner2016-03-221-0/+34
* | fix indentation in Py_DECREF()Victor Stinner2016-03-191-1/+1
* | On ResourceWarning, log traceback where the object was allocatedVictor Stinner2016-03-191-0/+7
* | faulthandler now works in non-Python threadsVictor Stinner2016-03-162-8/+29
* | Enhance and rewrite traceback dump C functionsVictor Stinner2016-03-151-0/+18
* | Add more checks on the GILVictor Stinner2016-03-141-0/+4
* | Add PYTHONMALLOC env varVictor Stinner2016-03-141-0/+9
* | Merge 3.5 (issue #25888)Yury Selivanov2016-03-021-0/+1
|\ \ | |/
| * coroutines: Error when awaiting on coroutine that's being awaitedYury Selivanov2016-03-021-0/+1
* | Issue #26304: Merge doc wording from 3.5Martin Panter2016-02-101-1/+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
* | Add ast.ConstantVictor Stinner2016-01-252-3/+11
* | Use Py_uintptr_t for atomic pointersVictor Stinner2016-01-221-3/+3
* | code_richcompare() now uses the constants typesVictor Stinner2016-01-221-1/+10
* | merge from 3.5Senthil Kumaran2016-01-211-7/+7
|\ \ | |/
| * issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys andSenthil Kumaran2016-01-211-7/+7
* | co_lnotab supports negative line number deltaVictor Stinner2016-01-201-1/+1
* | Merge 3.5Victor Stinner2016-01-201-0/+10
|\ \ | |/
| * Add _PyThreadState_UncheckedGet()Victor Stinner2016-01-201-0/+10
* | Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-252-7/+7
* | Issue #25923: Added the const qualifier to static constant arrays.Serhiy Storchaka2015-12-252-3/+3
* | Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-241-0/+26
|\ \ | |/
| * Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-241-0/+26
* | Issue #25914: Fixed and simplified OrderedDict.__sizeof__.Serhiy Storchaka2015-12-221-1/+1
|\ \ | |/
| * Issue #25914: Fixed and simplified OrderedDict.__sizeof__.Serhiy Storchaka2015-12-221-1/+1
* | Issue #25701: Merge set and delete documentation from 3.5Martin Panter2015-12-081-10/+10
|\ \ | |/