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
*
Merge 3.5 (monotonic)
Victor Stinner
2015-09-02
1
-13/+3
|
\
|
*
oops, rename pymonotonic_new() to pymonotonic()
Victor Stinner
2015-09-02
1
-3/+3
|
*
Issue #24707: Remove assertion in monotonic clock
Victor Stinner
2015-09-02
1
-10/+0
*
|
Issue #23517: datetime.timedelta constructor now rounds microseconds to nearest
Victor Stinner
2015-09-02
1
-2/+1
*
|
Merge 3.5 (issue #24975)
Yury Selivanov
2015-09-02
1
-2/+4
|
\
\
|
|
/
|
*
Issue #24975: Fix AST compilation for PEP 448 syntax.
Yury Selivanov
2015-09-01
1
-2/+4
*
|
Issue #23517: Try to fix test_time on "x86 Ubuntu Shared 3.x" buildbot
Victor Stinner
2015-09-02
1
-7/+10
*
|
Issue #23517: Fix _PyTime_ObjectToDenominator()
Victor Stinner
2015-09-02
1
-18/+17
*
|
Issue #23517: Add "half up" rounding mode to the _PyTime API
Victor Stinner
2015-09-01
1
-10/+54
*
|
Move assertion inside _PyTime_ObjectToTimeval()
Victor Stinner
2015-09-01
1
-6/+14
*
|
Refactor pytime.c
Victor Stinner
2015-09-01
1
-48/+65
*
|
Merge from 3.5 (with 3.5.0rc2 changes) into default (3.6). Messy!
Larry Hastings
2015-08-25
3
-25/+75
|
\
\
|
|
/
|
*
Rebuilt Clinic generated code.
Larry Hastings
2015-08-25
2
-3/+3
|
*
Issue #24769: Interpreter now starts properly when dynamic loading
Larry Hastings
2015-08-25
3
-25/+75
*
|
Fix a trivial typo.
Eric V. Smith
2015-08-21
1
-1/+1
*
|
Use PyTuple_GET_SIZE like the adjacent code does.
Raymond Hettinger
2015-08-18
1
-1/+1
*
|
Inline PyIter_Next() matching the other itertools code.
Raymond Hettinger
2015-08-18
1
-1/+2
*
|
Merge from 3.5 for issue #24492
Brett Cannon
2015-08-14
1
-7/+12
|
\
\
|
|
/
|
*
Issue #24492: make sure that ``from ... import ...` raises an
Brett Cannon
2015-08-12
1
-7/+12
*
|
Issue #9232: Support trailing commas in function declarations.
Robert Collins
2015-08-11
2
-55/+74
*
|
Merge 3.5 (issue #24791)
Yury Selivanov
2015-08-05
2
-34/+33
|
\
\
|
|
/
|
*
Issue #24791: Fix grammar regression for call syntax: 'g(*a or b)'.
Yury Selivanov
2015-08-05
2
-34/+33
*
|
Merge 3.5 (os.urandom)
Victor Stinner
2015-07-30
1
-1/+0
|
\
\
|
|
/
|
*
py_getrandom(): getrandom() *can* return EINTR
Victor Stinner
2015-07-30
1
-1/+0
*
|
Fix refleak.
Stefan Krah
2015-07-27
1
-1/+3
|
\
\
|
|
/
|
*
Fix refleak.
Stefan Krah
2015-07-27
1
-1/+3
*
|
Merge 3.5 (Issue #24687)
Yury Selivanov
2015-07-23
1
-14/+13
|
\
\
|
|
/
|
*
Issue #24687: Plug refleak on SyntaxError in function parameters annotations.
Yury Selivanov
2015-07-23
1
-14/+13
*
|
Merge 3.5 (Issue #24619)
Yury Selivanov
2015-07-22
2
-4/+3
|
\
\
|
|
/
|
*
Issue #24619: More tests; fix nits in compiler.c
Yury Selivanov
2015-07-22
2
-4/+3
*
|
merge 3.5 (#24569)
Benjamin Peterson
2015-07-05
1
-6/+9
|
\
\
|
|
/
|
*
set items in dict displays from left to right (closes #24569)
Benjamin Peterson
2015-07-05
1
-6/+9
*
|
Merge 3.5 (Issue #19235)
Yury Selivanov
2015-07-03
3
-4/+4
|
\
\
|
|
/
|
*
Issue #19235: Add new RecursionError exception. Patch by Georg Brandl.
Yury Selivanov
2015-07-03
3
-4/+4
*
|
Merge 3.5 (Issue #24528)
Yury Selivanov
2015-06-30
1
-1/+4
|
\
\
|
|
/
|
*
Issue #24528: Improve error message for awaits in comprehensions
Yury Selivanov
2015-06-30
1
-1/+4
*
|
Issue #24400: Merge 3.5
Yury Selivanov
2015-06-22
4
-151/+148
|
\
\
|
|
/
|
*
Issue #24400: Introduce a distinct type for 'async def' coroutines.
Yury Selivanov
2015-06-22
4
-151/+148
*
|
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
|
|
\
|
|
*
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 #24436: Added const qualifiers for char* arguments of _PyTraceback_Add.
Serhiy Storchaka
2015-06-21
1
-1/+1
*
|
|
Fixed indentation of Python examples in C comments.
Serhiy Storchaka
2015-06-10
1
-4/+4
|
\
\
\
|
|
/
/
|
*
|
Fixed indentation of Python examples in C comments.
Serhiy Storchaka
2015-06-10
1
-2/+2
|
|
\
\
|
/
/
/
|
|
_
|
*
Fixed indentation of Python examples in C comments.
Serhiy Storchaka
2015-06-10
1
-2/+2
*
|
Issue 24374: Plug refleak in set_coroutine_wrapper
Yury Selivanov
2015-06-04
1
-31/+19
*
|
Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper
Yury Selivanov
2015-06-03
1
-28/+30
*
|
Issue 24366: Merge 3.4
Yury Selivanov
2015-06-02
1
-1/+1
|
\
\
|
|
/
[next]