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
*
[3.6] bpo-27593: Get SCM build info from git instead of hg. (#446) (#454)
Ned Deily
2017-03-04
1
-3/+3
*
bpo-28893: Set __cause__ for errors in async iteration protocol (#407)
Yury Selivanov
2017-03-03
1
-3/+3
*
bpo-29684: Fix minor regression of PyEval_CallObjectWithKeywords. (GH-378)
INADA Naoki
2017-03-01
1
-6/+7
*
bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#348)
Berker Peksag
2017-02-27
1
-1/+4
*
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting ...
Martijn Pieters
2017-02-27
1
-3/+9
*
bpo-29607: Fix stack_effect computation for CALL_FUNCTION_EX (GH-219)
INADA Naoki
2017-02-21
1
-1/+1
*
Issue #26729: Fixed __text_signature__ for sorted().
Serhiy Storchaka
2017-01-23
1
-1/+1
|
\
|
*
Issue #26729: Fixed __text_signature__ for sorted().
Serhiy Storchaka
2017-01-23
1
-1/+1
|
*
Issue #29157: Prefer getrandom() over getentropy()
Victor Stinner
2017-01-09
1
-200/+294
*
|
Issue #29327: Fixed a crash when pass the iterable keyword argument to sorted().
Serhiy Storchaka
2017-01-20
1
-1/+2
*
|
Issue #29157: Prefer getrandom() over getentropy()
Victor Stinner
2017-01-06
1
-87/+187
*
|
merge 3.5 (#29057)
Benjamin Peterson
2017-01-02
1
-1/+1
|
\
\
|
|
/
|
*
only include sys/random.h if it seems like it might have something useful (#2...
Benjamin Peterson
2017-01-02
1
-1/+1
*
|
merge 3.5
Benjamin Peterson
2017-01-02
1
-1/+1
|
\
\
|
|
/
|
*
merge 3.4
Benjamin Peterson
2017-01-02
1
-1/+1
|
|
\
|
|
*
merge 3.3
Benjamin Peterson
2017-01-02
1
-1/+1
|
|
|
\
|
|
|
*
ring in 2017 for Python
Benjamin Peterson
2017-01-02
1
-1/+1
*
|
|
|
merge 3.5 (#28932)
Benjamin Peterson
2016-12-20
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
add a specific configure check for sys/random.h (closes #28932)
Benjamin Peterson
2016-12-20
1
-1/+1
*
|
|
|
Issue #25677: Merge SyntaxError caret positioning from 3.5
Martin Panter
2016-12-19
2
-5/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #25677: Correct syntax error caret for indented blocks.
Martin Panter
2016-12-11
2
-5/+2
*
|
|
|
Issue #26919: On Android, operating system data is now always encoded/decoded
Xavier de Gaye
2016-12-15
1
-5/+5
*
|
|
|
Issue #28896: Disable WindowsRegistryFinder by default.
Steve Dower
2016-12-12
1
-56/+53
*
|
|
|
Issue #28739: f-string expressions no longer accepted as docstrings and
Serhiy Storchaka
2016-12-11
2
-7/+7
*
|
|
|
Issue #28512: Fixed setting the offset attribute of SyntaxError by
Serhiy Storchaka
2016-12-11
1
-8/+4
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #28512: Fixed setting the offset attribute of SyntaxError by
Serhiy Storchaka
2016-12-11
1
-8/+4
*
|
|
|
Issue #23722: improve __classcell__ compatibility
Nick Coghlan
2016-12-05
3
-1184/+1218
*
|
|
|
Fix _PyGen_yf()
Victor Stinner
2016-11-24
1
-0/+1
*
|
|
|
Issue #27100: Fix ref leak
Raymond Hettinger
2016-11-22
1
-1/+3
*
|
|
|
Issue #27100: With statement reports missing __enter__ before __exit__. (Co...
Raymond Hettinger
2016-11-22
1
-4/+4
*
|
|
|
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
7
-16/+16
*
|
|
|
Issue #28715: Added error checks for PyUnicode_AsUTF8().
Serhiy Storchaka
2016-11-20
2
-3/+9
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #28715: Added error checks for PyUnicode_AsUTF8().
Serhiy Storchaka
2016-11-20
2
-3/+9
*
|
|
|
Issue #28746: Fix the set_inheritable() file descriptor method on platforms
Xavier de Gaye
2016-11-19
1
-1/+1
*
|
|
|
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Serhiy Storchaka
2016-11-16
2
-2/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId.
Serhiy Storchaka
2016-11-16
2
-2/+2
*
|
|
|
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
7
-33/+27
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT...
Serhiy Storchaka
2016-11-16
7
-31/+25
*
|
|
|
Issue #26920: Fix not getting the locale's charset upon initializing the inte...
Xavier de Gaye
2016-11-16
1
-1/+1
*
|
|
|
Fix warn_invalid_escape_sequence()
Victor Stinner
2016-11-15
1
-1/+7
*
|
|
|
Issue #28676: merge from 3.5
Ned Deily
2016-11-12
1
-2/+3
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #28676: Prevent missing 'getentropy' declaration warning on macOS.
Ned Deily
2016-11-12
1
-2/+3
*
|
|
|
Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 4...
Raymond Hettinger
2016-11-11
1
-2/+3
*
|
|
|
Issue #26182: Fix ia refleak in code that raises DeprecationWarning.
Yury Selivanov
2016-11-08
1
-3/+5
*
|
|
|
Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.
Serhiy Storchaka
2016-11-08
1
-2/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Fixed possible abort in ceval loop if _PyUnicode_FromId() fails.
Serhiy Storchaka
2016-11-08
1
-1/+1
*
|
|
|
Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning.
Yury Selivanov
2016-11-08
1
-1/+1
*
|
|
|
Fixed issue #28633: segfault when concatenating bytes literal and f-string.
Eric V. Smith
2016-11-07
1
-4/+5
*
|
|
|
Issue #28616: merge from 3.5
Ned Deily
2016-11-04
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #28616: Correct help for sys.version_info releaselevel component.
Ned Deily
2016-11-04
1
-1/+1
[next]