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
/
Python
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
compiler now ignores constant statements
Victor Stinner
2016-02-08
1
-11/+30
*
|
Issue #26198: ValueError is now raised instead of TypeError on buffer
Serhiy Storchaka
2016-02-07
1
-2/+7
*
|
Issue #26198: Fixed error messages for some argument parsing errors.
Serhiy Storchaka
2016-02-07
1
-12/+20
|
\
\
|
|
/
|
*
Issue #26198: Fixed error messages for some argument parsing errors.
Serhiy Storchaka
2016-02-07
1
-12/+20
*
|
Switch to more idiomatic C code.
Eric V. Smith
2016-02-05
1
-3/+4
*
|
Fix issue 26287: While handling FORMAT_VALUE opcode, the top of stack was bei...
Eric V. Smith
2016-02-05
1
-2/+2
*
|
Issue #4806: Merge * unpacking fix from 3.5
Martin Panter
2016-01-31
1
-8/+10
|
\
\
|
|
/
|
*
Issue #4806: Avoid masking original TypeError in call with * unpacking
Martin Panter
2016-01-31
1
-8/+10
|
*
code_richcompare() now uses the constants types
Victor Stinner
2016-01-22
1
-48/+10
*
|
Issue #26146: enhance ast.Constant error message
Victor Stinner
2016-01-26
1
-1/+3
*
|
Issue #26146: remove useless code
Victor Stinner
2016-01-26
1
-7/+0
*
|
Fix a refleak in validate_constant()
Victor Stinner
2016-01-26
1
-0/+2
*
|
Add ast.Constant
Victor Stinner
2016-01-25
5
-14/+181
*
|
Issue #26146: marshal.loads() now uses the empty frozenset singleton
Victor Stinner
2016-01-23
1
-29/+40
*
|
Issue #18018: Raise an ImportError if a relative import is attempted
Brett Cannon
2016-01-23
1
-3/+8
*
|
Issue #25791: Warn when __package__ != __spec__.parent.
Brett Cannon
2016-01-22
2
-93/+121
*
|
Use Py_uintptr_t for atomic pointers
Victor Stinner
2016-01-22
2
-27/+28
*
|
code_richcompare() now uses the constants types
Victor Stinner
2016-01-22
1
-48/+10
*
|
co_lnotab supports negative line number delta
Victor Stinner
2016-01-20
3
-135/+152
*
|
Merge 3.5
Victor Stinner
2016-01-20
3
-21/+22
|
\
\
|
|
/
|
*
Add _PyThreadState_UncheckedGet()
Victor Stinner
2016-01-20
3
-21/+22
*
|
Fix indentation of continuation lines.
Georg Brandl
2016-01-18
1
-1/+1
*
|
Fix two instances of wrong indentation.
Georg Brandl
2016-01-18
1
-2/+2
*
|
Issue #25791: Raise an ImportWarning when __spec__ or __package__ are
Brett Cannon
2016-01-15
2
-294/+329
*
|
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka
2016-01-05
3
-14/+5
*
|
merge 3.5
Benjamin Peterson
2016-01-01
1
-1/+1
|
\
\
|
|
/
|
*
merge 3.4
Benjamin Peterson
2016-01-01
1
-1/+1
|
|
\
|
|
*
merge 3.3
Benjamin Peterson
2016-01-01
1
-1/+1
|
|
|
\
|
|
|
*
2016 will be another year of writing copyrighted code
Benjamin Peterson
2016-01-01
1
-1/+1
*
|
|
|
merge 3.5 (#25973)
Benjamin Peterson
2015-12-29
1
-8/+16
|
\
\
\
\
|
|
/
/
/
|
*
|
|
make recording and reporting errors and nonlocal and global directives more r...
Benjamin Peterson
2015-12-29
1
-8/+16
*
|
|
|
Issue #25802: Deprecate load_module() on importlib.machinery.SourceFileLoader...
Brett Cannon
2015-12-29
1
-1516/+1517
*
|
|
|
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka
2015-12-27
2
-15/+8
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-8/+5
*
|
|
|
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-3/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #20440: Applied yet one patch for using Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-3/+1
*
|
|
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
10
-60/+62
*
|
|
|
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
9
-21/+24
*
|
|
|
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
3
-8/+4
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
3
-8/+4
*
|
|
|
Issue #25899: Converted non-ASCII characters in docstrings and manpage
Serhiy Storchaka
2015-12-18
1
-2/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #25899: Converted non-ASCII characters in docstrings and manpage
Serhiy Storchaka
2015-12-18
1
-2/+2
*
|
|
|
Merge typo fixes from 3.5
Martin Panter
2015-12-17
1
-2/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Fix a couple of typos in code comments
Martin Panter
2015-12-17
1
-2/+2
*
|
|
|
Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure
Martin Panter
2015-11-30
3
-17/+41
*
|
|
|
Issue #25557: Refactor _PyDict_LoadGlobal()
Victor Stinner
2015-11-20
1
-2/+9
*
|
|
|
Merge 3.5 (pytime)
Victor Stinner
2015-11-10
1
-3/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
pytime.c: rename pygettimeofday_new() to pygettimeofday()
Victor Stinner
2015-11-10
1
-3/+3
|
*
|
|
Issue #25555: Fix parser and AST: fill lineno and col_offset of "arg" node when
Victor Stinner
2015-11-06
2
-8/+32
*
|
|
|
Issue #25558: Use compile-time asserts.
Serhiy Storchaka
2015-11-07
2
-14/+13
[prev]
[next]