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
*
[2.7] bpo-33132: Fix reference counting issues in the compiler. (GH-6209). (G...
Serhiy Storchaka
2018-04-01
1
-18/+19
*
Clear possible exception before calling PyTuple_Pack in IMPORT_NAME (GH-6033)
Xiang Zhang
2018-03-09
1
-1/+8
*
bpo-32616: Disable computed gotos by default for clang < 5 (GH-5574)
INADA Naoki
2018-02-07
1
-2/+10
*
bpo-32674: Improve the docstring for __import__ (GH-5339) (GH-5494)
Mariatta
2018-02-02
1
-4/+3
*
[2.7] advance copyright years to 2018 (GH-5094). (#5105)
Benjamin Peterson
2018-01-05
1
-1/+1
*
[2.7] bpo-10544: Deprecate "yield" in comprehensions and generator expression...
Serhiy Storchaka
2017-12-02
1
-17/+71
*
bpo-20891: Fix PyGILState_Ensure() (#4650) (#4657)
Victor Stinner
2017-11-30
1
-2/+18
*
fix marshal uninitialized variable warnings (#4114)
Benjamin Peterson
2017-10-25
1
-0/+6
*
[2.7] bpo-31692: Add PYTHONSHOWALLOCCOUNT env var (GH-3927)
Victor Stinner
2017-10-17
1
-1/+3
*
bpo-31733: Add PYTHONSHOWREFCOUNT env var (GH-3932)
Victor Stinner
2017-10-17
1
-10/+17
*
[2.7] remove tabs from getcompiler.c (GH-3892) (#3894)
Miss Islington (bot)
2017-10-05
1
-1/+1
*
[2.7] bpo-31285: Don't raise a SystemError in warnings.warn_explicit() in cas...
Oren Milman
2017-09-30
1
-2/+3
*
[2.7] bpo-31411: Prevent raising a SystemError in case warnings.onceregistry ...
Serhiy Storchaka
2017-09-11
1
-1/+7
*
[2.7] bpo-29526: Add reference to help('FORMATTING') in format() builtin (GH-...
Serhiy Storchaka
2017-09-11
1
-1/+3
*
Fix a shadow-compatible-local warning (#2182)
Yuan Chao Chou
2017-08-04
1
-135/+135
*
[2.7] bpo-30765: Avoid blocking when PyThread_acquire_lock() is asked not to ...
Antoine Pitrou
2017-06-26
1
-18/+28
*
bpo-23787: Change sum() docstring from sequence to iterable (GH-1859)
Mariatta
2017-06-06
1
-3/+3
*
bpo-30281: Fix the default value for stop in PySlice_Unpack() (#1531) (#1480)
Xiang Zhang
2017-05-10
1
-1/+1
*
bpo-27593: Get SCM build info from git instead of hg (#1327)
Victor Stinner
2017-05-02
1
-3/+3
*
bpo-29935: Fixed error messages in the index() method of tuple and list (#887...
Serhiy Storchaka
2017-03-30
1
-1/+21
*
bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#510)
Serhiy Storchaka
2017-03-08
1
-0/+1
*
bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting ...
Xiang Zhang
2017-03-01
1
-2/+6
*
Issue #14376: sys.exit now accepts longs as well as ints. Thanks Gareth Rees.
Mark Dickinson
2017-02-02
1
-1/+1
*
Don't use getentropy() on Linux
Victor Stinner
2017-01-09
1
-2/+9
*
only include sys/random.h if it seems like it might have something useful (#2...
Benjamin Peterson
2017-01-02
1
-1/+1
*
ring in 2017 for Python
Benjamin Peterson
2017-01-02
1
-1/+1
*
add a specific configure check for sys/random.h (closes #28932)
Benjamin Peterson
2016-12-20
1
-1/+1
*
Issue #28676: Prevent missing 'getentropy' declaration warning on macOS.
Ned Deily
2016-11-12
1
-0/+3
*
Issue #28616: Correct help for sys.version_info releaselevel component.
Ned Deily
2016-11-04
1
-1/+1
*
Issue #21720: Improve exception message when the type of fromlist is unicode
Berker Peksag
2016-10-16
1
-2/+3
*
Issue #24098: Fixed possible crash when AST is changed in process of
Serhiy Storchaka
2016-10-07
1
-0/+180
*
Issue #28139: Fix messed up indentation
Martin Panter
2016-09-17
3
-49/+47
*
Issue #27806: Fix 32-bit builds on macOS Sierra 10.12 broken by removal of
sashk
2016-09-16
1
-4/+4
*
Issue #24366: Fix indentation
Martin Panter
2016-09-15
2
-6/+6
*
fix misleading indentation (closes #28139)
Benjamin Peterson
2016-09-14
1
-1/+1
*
Issue #26020: Fix evaluation order for set literals
Raymond Hettinger
2016-09-08
1
-2/+4
*
Issue #15578: Correctly incref the parent module while importing.
Eric Snow
2016-09-08
1
-0/+2
*
Spelling and grammar fixes in code comments and documentation
Martin Panter
2016-07-28
1
-1/+1
*
make too many nested blocks be a SyntaxError instead of a SystemError (closes...
Benjamin Peterson
2016-07-15
1
-1/+1
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
reduce marshal stack size in debug mode on windows (closes #27019)
Benjamin Peterson
2016-07-07
1
-0/+5
*
Issue #23908: os functions, open() and the io.FileIO constructor now reject
Serhiy Storchaka
2016-07-01
1
-1/+18
*
Issue #27301: Fixed incorrect return code for error in compile.c.
Serhiy Storchaka
2016-06-15
1
-1/+1
*
Fix typo in comment
Martin Panter
2016-06-10
1
-1/+1
*
Fix typo in code comment
Martin Panter
2016-06-04
1
-1/+1
*
Issue #27076: Doc, comment and test function name spelling fixes
Martin Panter
2016-05-26
2
-2/+2
*
Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
Serhiy Storchaka
2016-05-20
1
-42/+68
*
Issue #26874: Simplify the divmod docstring.
Zachary Ware
2016-04-28
1
-1/+1
*
Issue #26874: Make divmod docstring and full doc match
Zachary Ware
2016-04-28
1
-1/+1
*
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
2
-2/+2
[next]