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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Null merge with 3.6
Steve Dower
2016-12-03
0
-0/+0
|
\
|
*
Revert unintended merge
Steve Dower
2016-12-03
2
-161/+88
*
|
Revert unintended merge
Steve Dower
2016-12-03
2
-161/+88
*
|
Issue #28846: Various installer fixes
Steve Dower
2016-12-03
8
-96/+175
|
\
\
|
|
/
|
*
Ensures intermediate directory is created before using it
Steve Dower
2016-12-03
1
-0/+1
|
|
\
|
|
*
Ensures intermediate directory is created before accessing it.
Steve Dower
2016-12-03
1
-0/+1
|
*
|
Issue #28846: Various installer fixes
Steve Dower
2016-12-03
7
-96/+174
|
|
\
\
|
|
|
/
|
|
*
Issue #28846: Various installer fixes
Steve Dower
2016-12-03
6
-12/+24
|
|
*
Merge heads
Serhiy Storchaka
2016-12-02
2
-88/+161
|
|
|
\
|
|
|
*
- Import latest config.sub config.guess files
doko@ubuntu.com
2016-12-01
2
-88/+161
*
|
|
|
Issue #21818: Fixed references to classes that have names matching with module
Serhiy Storchaka
2016-12-02
9
-30/+30
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #21818: Fixed references to classes that have names matching with module
Serhiy Storchaka
2016-12-02
9
-30/+30
|
|
\
\
\
|
|
|
/
/
|
|
*
|
Issue #21818: Fixed references to classes that have names matching with module
Serhiy Storchaka
2016-12-02
9
-30/+30
|
|
|
/
*
|
|
Merge from 3.6.
Serhiy Storchaka
2016-12-02
4
-34/+74
|
\
\
\
|
|
/
/
|
*
|
Issue #27172: Undeprecate inspect.getfullargspec()
Nick Coghlan
2016-12-02
4
-34/+74
*
|
|
Null merge
Serhiy Storchaka
2016-12-02
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
Issue #28843: Fix asyncio C Task to handle exceptions __traceback__.
Yury Selivanov
2016-12-01
3
-0/+22
*
|
|
fix _PyObject_CallArg1 compiler warnings (closes #28855)
Benjamin Peterson
2016-12-02
1
-1/+1
*
|
|
Add sys.getandroidapilevel()
Victor Stinner
2016-12-02
5
-2/+44
*
|
|
Merge 3.6 (issue #28843)
Yury Selivanov
2016-12-01
2
-0/+20
*
|
|
Replace PyObject_CallFunction() with fastcall
Victor Stinner
2016-12-01
8
-13/+13
*
|
|
WITH_CLEANUP_START uses fastcall
Victor Stinner
2016-12-01
1
-3/+10
*
|
|
Replace PyObject_CallFunctionObjArgs() with fastcall
Victor Stinner
2016-12-01
33
-83/+71
*
|
|
Backed out changeset 7efddbf1aa70
Victor Stinner
2016-11-30
4
-93/+90
*
|
|
Uniformize argument names of "call" functions
Victor Stinner
2016-11-29
4
-90/+93
*
|
|
Issue #28790: Fix error when using Generic and __slots__ (Ivan L) (3.6->3.7)
Guido van Rossum
2016-11-29
2
-3/+53
|
\
\
\
|
|
/
/
|
*
|
Issue #28790: Fix error when using Generic and __slots__ (Ivan L) (3.5->3.6)
Guido van Rossum
2016-11-29
2
-3/+53
|
|
\
\
|
|
|
/
|
|
*
Issue #28790: Fix error when using Generic and __slots__ (Ivan L)
Guido van Rossum
2016-11-29
2
-3/+53
*
|
|
Null merge 3.6
Victor Stinner
2016-11-29
0
-0/+0
|
\
\
\
|
|
/
/
|
*
|
Add TCP_CONGESTION and TCP_USER_TIMEOUT
Victor Stinner
2016-11-29
2
-0/+10
*
|
|
Add TCP_CONGESTION and TCP_USER_TIMEOUT
Victor Stinner
2016-11-29
2
-0/+10
*
|
|
Issue #28797: Modifying the class __dict__ inside the __set_name__ method of
Serhiy Storchaka
2016-11-29
3
-3/+31
|
\
\
\
|
|
/
/
|
*
|
Issue #28797: Modifying the class __dict__ inside the __set_name__ method of
Serhiy Storchaka
2016-11-29
3
-3/+31
*
|
|
Issue #28823: Simplified compiling with opcode BUILD_MAP_UNPACK.
Serhiy Storchaka
2016-11-28
1
-5/+2
*
|
|
call_function(): document PyMethod optimization
Victor Stinner
2016-11-28
1
-1/+5
*
|
|
Reintroduce Python2 support in generate_opcode_h.py
Victor Stinner
2016-11-28
1
-3/+9
*
|
|
Merge 3.6 (issue #28635)
Yury Selivanov
2016-11-28
1
-0/+34
|
\
\
\
|
|
/
/
|
*
|
Issue #28635: Document Python 3.6 opcode changes
Yury Selivanov
2016-11-28
1
-0/+34
*
|
|
Issue #28799: Update Misc/SpecialBuilds.txt
Victor Stinner
2016-11-28
1
-11/+0
*
|
|
Remove CALL_PROFILE special build
Victor Stinner
2016-11-28
5
-133/+19
*
|
|
Issue #12844: More than 255 arguments can now be passed to a function.
Serhiy Storchaka
2016-11-28
4
-68/+71
*
|
|
Merge with 3.6
Zachary Ware
2016-11-28
1
-1/+1
|
\
\
\
|
|
/
/
|
*
|
Fix grammar in whatsnew
Zachary Ware
2016-11-28
1
-1/+1
*
|
|
Merge 3.6, fix for #24142
Łukasz Langa
2016-11-26
4
-1/+29
|
\
\
\
|
|
/
/
|
*
|
Merge 3.5, fix for #24142
Łukasz Langa
2016-11-26
4
-1/+29
|
|
\
\
|
|
|
/
|
|
*
Fixes #24142: [configparser] always join multiline values to not leave the pa...
Łukasz Langa
2016-11-26
4
-1/+29
*
|
|
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
Serhiy Storchaka
2016-11-26
16
-24/+24
|
\
\
\
|
|
/
/
|
*
|
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
Serhiy Storchaka
2016-11-26
16
-24/+24
|
|
\
\
|
|
|
/
|
|
*
Issue #28763: Use double hyphens (rendered as en-dashes) in numerical ranges
Serhiy Storchaka
2016-11-26
17
-25/+25
*
|
|
Merge from 3.6
Berker Peksag
2016-11-25
1
-1/+1
|
\
\
\
|
|
/
/
[next]