summaryrefslogtreecommitdiffstats
path: root/Include
Commit message (Expand)AuthorAgeFilesLines
...
* | | Issue #25318: Move _PyBytesWriter to bytesobject.cVictor Stinner2015-10-081-0/+52
* | | Issue #25318: Add _PyBytesWriter APIVictor Stinner2015-10-081-1/+1
* | | Issue #24483: C implementation of functools.lru_cache() now calculates key'sSerhiy Storchaka2015-10-021-0/+4
|\ \ \ | |/ /
| * | Issue #24483: C implementation of functools.lru_cache() now calculates key'sSerhiy Storchaka2015-10-021-0/+4
* | | Issue #24870: Add _PyUnicodeWriter_PrepareKind() macroVictor Stinner2015-09-211-0/+17
* | | Issue #24965: Implement PEP 498 "Literal String Interpolation". Documentation...Eric V. Smith2015-09-191-3/+20
* | | Merge 3.5Victor Stinner2015-09-182-16/+7
|\ \ \ | |/ /
| * | 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-091-2/+2
| * | | Merge heads.Larry Hastings2015-09-071-1/+2
| |\ \ \ | | |/ / | |/| |
| * | | Version bump for Python 3.5.0rc3.v3.5.0rc3Larry Hastings2015-09-071-2/+2
* | | | Issue #25155: Add _PyTime_AsTimevalTime_t() functionVictor Stinner2015-09-181-0/+12
* | | | Make _PyTime_RoundHalfEven() private againVictor Stinner2015-09-091-5/+0
* | | | Issue #23517: fromtimestamp() and utcfromtimestamp() methods ofVictor Stinner2015-09-081-4/+5
* | | | Issue #23517: datetime.timedelta constructor now rounds microseconds to nearestVictor Stinner2015-09-021-0/+4
* | | | Issue #23517: Add "half up" rounding mode to the _PyTime APIVictor Stinner2015-09-011-1/+4
* | | | Merge 3.5Yury Selivanov2015-08-261-1/+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-251-2/+2
| * | #21167: Fix definition of NAN when ICC used without -fp-model strict.R David Murray2015-08-151-1/+23
* | | Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict.R David Murray2015-08-131-1/+23
|\ \ \
| * \ \ Merge: #21167: Fix definition of NAN when ICC used without -fp-model strict.R David Murray2015-08-131-1/+23
| |\ \ \ | | |/ / | |/| / | | |/
| | * #21167: Fix definition of NAN when ICC used without -fp-model strict.R David Murray2015-08-131-1/+23
| * | Post-release bump for Python 3.5.0rc1.Larry Hastings2015-08-111-1/+1
| * | Release bump for Python 3.5.0rc1.Larry Hastings2015-08-091-3/+3
| * | Post-release updates for Python 3.5.0b4.Larry Hastings2015-07-261-1/+1
| * | Version bump for Python 3.5.0b4.v3.5.0b4Larry Hastings2015-07-251-2/+2
| * | Post-release fixes for Python 3.5.0b3.Larry Hastings2015-07-051-1/+1
| * | Version bump for Python 3.5.0b3 release.v3.5.0b3Larry Hastings2015-07-051-2/+2
* | | Clarify comments on setentry invariants.Raymond Hettinger2015-08-011-5/+6
* | | Make the unicode equality test an external function rather than in-lining it.Raymond Hettinger2015-07-041-0/+4
* | | Merge 3.5 (Issue #19235)Yury Selivanov2015-07-032-3/+4
|\ \ \ | |/ /
| * | Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.Yury Selivanov2015-07-032-3/+4
* | | Issue #24400: Merge 3.5Yury Selivanov2015-06-222-26/+34
|\ \ \ | |/ /
| * | Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-222-26/+34
* | | Added the const qualifier for char* argument of Py_EnterRecursiveCall().Serhiy Storchaka2015-06-211-1/+1
|\ \ \ | |/ /
| * | Added the const qualifier for char* argument of Py_EnterRecursiveCall().Serhiy Storchaka2015-06-211-1/+1
| |\ \ | | |/
| | * Added the const qualifier for char* argument of Py_EnterRecursiveCall().Serhiy Storchaka2015-06-211-1/+1
* | | Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.Serhiy Storchaka2015-06-211-1/+1
|\ \ \ | |/ /
| * | Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.Serhiy Storchaka2015-06-211-1/+1
| |\ \ | | |/
| | * Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.Serhiy Storchaka2015-06-211-1/+1
* | | Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapperYury Selivanov2015-06-031-1/+0
|\ \ \ | |/ /
| * | Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapperYury Selivanov2015-06-031-1/+0