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
*
Merge 3.5 (pystate.h)
Victor Stinner
2016-03-25
1
-2/+0
|
\
|
*
pystate.h: fix _PyThreadState_UncheckedGet()
Victor Stinner
2016-03-24
1
-2/+0
*
|
Issue #23848: Expose _Py_DumpHexadecimal()
Victor Stinner
2016-03-23
1
-1/+14
*
|
Issue #26588:
Victor Stinner
2016-03-23
1
-1/+1
*
|
Issue #26588: remove debug traces from _tracemalloc.
Victor Stinner
2016-03-22
1
-2/+0
*
|
Issue #26588: fix compilation on Windows
Victor Stinner
2016-03-22
1
-0/+2
*
|
Add C functions _PyTraceMalloc_Track()
Victor Stinner
2016-03-22
1
-0/+34
*
|
fix indentation in Py_DECREF()
Victor Stinner
2016-03-19
1
-1/+1
*
|
On ResourceWarning, log traceback where the object was allocated
Victor Stinner
2016-03-19
1
-0/+7
*
|
faulthandler now works in non-Python threads
Victor Stinner
2016-03-16
2
-8/+29
*
|
Enhance and rewrite traceback dump C functions
Victor Stinner
2016-03-15
1
-0/+18
*
|
Add more checks on the GIL
Victor Stinner
2016-03-14
1
-0/+4
*
|
Add PYTHONMALLOC env var
Victor Stinner
2016-03-14
1
-0/+9
*
|
Merge 3.5 (issue #25888)
Yury Selivanov
2016-03-02
1
-0/+1
|
\
\
|
|
/
|
*
coroutines: Error when awaiting on coroutine that's being awaited
Yury Selivanov
2016-03-02
1
-0/+1
*
|
Issue #26304: Merge doc wording from 3.5
Martin Panter
2016-02-10
1
-1/+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
*
|
Add ast.Constant
Victor Stinner
2016-01-25
2
-3/+11
*
|
Use Py_uintptr_t for atomic pointers
Victor Stinner
2016-01-22
1
-3/+3
*
|
code_richcompare() now uses the constants types
Victor Stinner
2016-01-22
1
-1/+10
*
|
merge from 3.5
Senthil Kumaran
2016-01-21
1
-7/+7
|
\
\
|
|
/
|
*
issue25909 - Correct the documentation of PyMapping_Items, PyMapping_Keys and
Senthil Kumaran
2016-01-21
1
-7/+7
*
|
co_lnotab supports negative line number delta
Victor Stinner
2016-01-20
1
-1/+1
*
|
Merge 3.5
Victor Stinner
2016-01-20
1
-0/+10
|
\
\
|
|
/
|
*
Add _PyThreadState_UncheckedGet()
Victor Stinner
2016-01-20
1
-0/+10
*
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
2
-7/+7
*
|
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
2
-3/+3
*
|
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-0/+26
|
\
\
|
|
/
|
*
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 #25914: Fixed and simplified OrderedDict.__sizeof__.
Serhiy Storchaka
2015-12-22
1
-1/+1
*
|
Issue #25701: Merge set and delete documentation from 3.5
Martin Panter
2015-12-08
1
-10/+10
|
\
\
|
|
/
|
*
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 #5319: New Py_FinalizeEx() API to exit with status 120 on failure
Martin Panter
2015-11-30
1
-0/+1
*
|
Issue #25558: Use compile-time asserts.
Serhiy Storchaka
2015-11-07
1
-0/+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 25483: Add an opcode to make f-string formatting more robust.
Eric V. Smith
2015-11-03
2
-0/+9
*
|
Issue #25523: Merge a-to-an corrections from 3.5.
Serhiy Storchaka
2015-11-02
1
-2/+2
|
\
\
|
|
/
|
*
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 corrections from 3.5
Martin Panter
2015-11-02
2
-3/+3
|
\
\
\
|
|
/
/
|
*
|
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
*
|
|
Add _PyBytesWriter_Resize() function
Victor Stinner
2015-10-14
1
-1/+18
[next]