summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Issue #25701: Document C API functions that both set and delete objectsMartin Panter2015-12-081-10/+10
| * Post-release fixups for Python 3.5.1.Larry Hastings2015-12-071-1/+1
| * Version bump for 3.5.1 final.v3.5.1Larry Hastings2015-12-061-3/+3
| * Post-release updates for Python 3.5.1rc1.Larry Hastings2015-11-231-1/+1
| * Version bump for Python 3.5.1rc1.v3.5.1rc1Larry Hastings2015-11-221-4/+4
| * Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node whenVictor Stinner2015-11-061-2/+3
* | Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failureMartin Panter2015-11-301-0/+1
* | Issue #25558: Use compile-time asserts.Serhiy Storchaka2015-11-071-0/+4