summaryrefslogtreecommitdiff
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
* Post-release fixups for Python 3.5.2.Larry Hastings2016-06-261-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-121-1/+1
* Release bump for 3.5.2rc1.Larry Hastings2016-06-111-4/+4
* Issue #27243: Fix __aiter__ protocolYury Selivanov2016-06-091-0/+3
* fix indentation of commentBenjamin Peterson2016-06-031-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-251-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
* 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 #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-061-1/+1
* Version bump for 3.5.1 final.v3.5.1Larry Hastings2015-12-051-3/+3
* Post-release updates for Python 3.5.1rc1.Larry Hastings2015-11-221-1/+1
* Version bump for Python 3.5.1rc1.v3.5.1rc1Larry Hastings2015-11-211-4/+4
* Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node whenVictor Stinner2015-11-061-2/+3
* Issue #25523: Merge a-to-an corrections from 3.4.Serhiy Storchaka2015-11-0247-627/+1106
|\
| * Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5Martin Panter2015-11-0247-627/+1106
| |\
| | * sys.setrecursionlimit() now raises RecursionErrorVictor Stinner2015-10-131-3/+9
| | * Issue #24483: C implementation of functools.lru_cache() now calculates key'sSerhiy Storchaka2015-10-021-0/+4
| | * Issue #25150: Hide the private _Py_atomic_xxx symbols from the publicVictor Stinner2015-09-182-16/+7
| | * Issue #25155: Add _PyTime_AsTimevalTime_t() functionVictor Stinner2015-09-181-0/+12
| | * Merge release engineering work from Python 3.5.0.Larry Hastings2015-09-131-3/+3
| | |\
| | | * Post-release updates for Python 3.5.0.Larry Hastings2015-09-131-1/+1
| | | * Version bump for Python 3.5.0 final.Larry Hastings2015-09-121-3/+3
| | * | Merge Python 3.5.0rc4 back to hg.python.org.Larry Hastings2015-09-091-2/+2
| | |\ \ | | | |/
| | | * Post-release update for Python 3.5.0rc4.Larry Hastings2015-09-091-1/+1
| | | * Version bump for Python 3.5.0rc4.v3.5.0rc4Larry Hastings2015-09-081-2/+2
| | * | Merge heads.Larry Hastings2015-09-071-2/+2
| | |\ \ | | | |/
| | | * Version bump for Python 3.5.0rc3.v3.5.0rc3Larry Hastings2015-09-071-2/+2
| | * | docs: Better comment for tp_as_async slotYury Selivanov2015-08-261-1/+2
| | |/
| | * Post-release updates for Python 3.5.0rc2.Larry Hastings2015-08-251-1/+1
| | * Version bump for Python 3.5.0rc2.v3.5.0rc2Larry Hastings2015-08-241-2/+2
| | * #21167: Fix definition of NAN when ICC used without -fp-model strict.R David Murray2015-08-151-1/+23
| | * Post-release bump for Python 3.5.0rc1.Larry Hastings2015-08-101-1/+1
| | * Release bump for Python 3.5.0rc1.Larry Hastings2015-08-091-3/+3