index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use Py_uintptr_t for atomic pointers
Victor Stinner
2016-01-22
1
-3/+3
*
pystate.h: fix _PyThreadState_UncheckedGet()
Victor Stinner
2016-03-24
1
-2/+0
*
coroutines: Error when awaiting on coroutine that's being awaited
Yury Selivanov
2016-03-02
1
-0/+1
*
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter
2016-02-10
1
-1/+1
*
code_richcompare() now uses the constants types
Victor Stinner
2016-01-22
1
-1/+10
*
issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and
Senthil Kumaran
2016-01-21
1
-7/+7
*
Add _PyThreadState_UncheckedGet()
Victor Stinner
2016-01-20
1
-0/+10
*
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-0/+26
*
Issue #25914: Fixed and simplified OrderedDict.__sizeof__.
Serhiy Storchaka
2015-12-22
1
-1/+1
*
Issue #25701: Document C API functions that both set and delete objects
Martin Panter
2015-12-08
1
-10/+10
*
Post-release fixups for Python 3.5.1.
Larry Hastings
2015-12-07
1
-1/+1
*
Version bump for 3.5.1 final.
v3.5.1
Larry Hastings
2015-12-06
1
-3/+3
*
Post-release updates for Python 3.5.1rc1.
Larry Hastings
2015-11-23
1
-1/+1
*
Version bump for Python 3.5.1rc1.
v3.5.1rc1
Larry Hastings
2015-11-22
1
-4/+4
*
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
Victor Stinner
2015-11-06
1
-2/+3
*
Issue #25523: Merge a-to-an corrections from 3.4.
Serhiy Storchaka
2015-11-02
1
-2/+2
|
\
|
*
Issue #25523: Further a-to-an corrections.
Serhiy Storchaka
2015-11-02
1
-2/+2
*
|
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
2
-3/+3
|
\
\
|
|
/
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
2
-3/+3
|
*
#21167: Fix definition of NAN when ICC used without -fp-model strict.
R David Murray
2015-08-13
1
-1/+23
*
|
sys.setrecursionlimit() now raises RecursionError
Victor Stinner
2015-10-12
1
-3/+9
*
|
Issue #24483: C implementation of functools.lru_cache() now calculates key's
Serhiy Storchaka
2015-10-02
1
-0/+4
*
|
Issue #25150: Hide the private _Py_atomic_xxx symbols from the public
Victor Stinner
2015-09-18
2
-16/+7
*
|
Issue #25155: Add _PyTime_AsTimevalTime_t() function
Victor Stinner
2015-09-18
1
-0/+12
*
|
Merge release engineering work from Python 3.5.0.
Larry Hastings
2015-09-13
1
-3/+3
|
\
\
|
*
|
Post-release updates for Python 3.5.0.
Larry Hastings
2015-09-13
1
-1/+1
|
*
|
Version bump for Python 3.5.0 final.
Larry Hastings
2015-09-12
1
-3/+3
*
|
|
Merge Python 3.5.0rc4 back to hg.python.org.
Larry Hastings
2015-09-09
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Post-release update for Python 3.5.0rc4.
Larry Hastings
2015-09-09
1
-1/+1
|
*
|
Version bump for Python 3.5.0rc4.
v3.5.0rc4
Larry Hastings
2015-09-09
1
-2/+2
*
|
|
Merge heads.
Larry Hastings
2015-09-07
1
-1/+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
docs: Better comment for tp_as_async slot
Yury Selivanov
2015-08-26
1
-1/+2
*
|
|
Version bump for Python 3.5.0rc3.
v3.5.0rc3
Larry Hastings
2015-09-07
1
-2/+2
|
/
/
*
|
Post-release updates for Python 3.5.0rc2.
Larry Hastings
2015-08-25
1
-1/+1
*
|
Version bump for Python 3.5.0rc2.
v3.5.0rc2
Larry Hastings
2015-08-25
1
-2/+2
*
|
#21167: Fix definition of NAN when ICC used without -fp-model strict.
R David Murray
2015-08-15
1
-1/+23
*
|
Post-release bump for Python 3.5.0rc1.
Larry Hastings
2015-08-11
1
-1/+1
*
|
Release bump for Python 3.5.0rc1.
Larry Hastings
2015-08-09
1
-3/+3
*
|
Post-release updates for Python 3.5.0b4.
Larry Hastings
2015-07-26
1
-1/+1
*
|
Version bump for Python 3.5.0b4.
v3.5.0b4
Larry Hastings
2015-07-25
1
-2/+2
*
|
Post-release fixes for Python 3.5.0b3.
Larry Hastings
2015-07-05
1
-1/+1
*
|
Version bump for Python 3.5.0b3 release.
v3.5.0b3
Larry Hastings
2015-07-05
1
-2/+2
*
|
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
2015-07-03
2
-3/+4
*
|
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
2
-26/+34
*
|
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
Serhiy Storchaka
2015-06-21
1
-1/+1
|
\
\
|
|
/
|
*
Added the const qualifier for char* argument of Py_EnterRecursiveCall().
Serhiy Storchaka
2015-06-21
1
-1/+1
*
|
Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
Serhiy Storchaka
2015-06-21
1
-1/+1
|
\
\
|
|
/
|
*
Issue #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
Serhiy Storchaka
2015-06-21
1
-1/+1
*
|
Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper
Yury Selivanov
2015-06-03
1
-1/+0
*
|
Issue 24365: Conditionalize PEP 489 additions to the stable ABI
Yury Selivanov
2015-06-02
3
-9/+27
[next]