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
*
Merge from 3.3.
Stefan Krah
2013-12-12
1
-7/+7
|
\
|
*
Do not discard const qualifier without a reason.
Stefan Krah
2013-12-12
1
-7/+7
*
|
Merge fix from 3.3
Zachary Ware
2013-12-12
1
-2/+2
|
\
\
|
|
/
|
*
Avoid UnicodeEncodeError by only printing ASCII.
Zachary Ware
2013-12-12
1
-2/+2
*
|
Add a sequence diagram for the chained coroutines example
Victor Stinner
2013-12-12
3
-1/+10
*
|
Properly filter some recent additions in the Windows build files.
Zachary Ware
2013-12-11
3
-2/+44
*
|
Null merge with 3.3.
Zachary Ware
2013-12-11
0
-0/+0
|
\
\
|
|
/
|
*
Filter namespaceobject's files properly in the pythoncore VS project.
Zachary Ware
2013-12-11
1
-2/+6
*
|
Issue #19828: Merge with 3.3
Zachary Ware
2013-12-11
2
-9/+10
|
\
\
|
|
/
|
*
Issue #19828: Fixed test_site when the whole suite is run with -S.
Zachary Ware
2013-12-11
2
-9/+10
*
|
#19063: fix set_payload handling of non-ASCII string input.
R David Murray
2013-12-11
6
-38/+85
*
|
Null merge for #19063 (3.4 fix is different).
R David Murray
2013-12-11
0
-0/+0
|
\
\
|
|
/
|
*
#19063: partially fix set_payload handling of non-ASCII string input.
R David Murray
2013-12-11
4
-11/+63
*
|
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
Serhiy Storchaka
2013-12-11
7
-186/+312
|
\
\
|
|
/
|
*
Issue #17576: Deprecation warning emitted now when __int__() or __index__()
Serhiy Storchaka
2013-12-11
7
-186/+312
*
|
Issue #18864: Add a setter for ModuleSpec.has_location.
Eric Snow
2013-12-11
5
-2910/+2932
*
|
null merge (3.4 doesn't need this fix)
Gregory P. Smith
2013-12-11
0
-0/+0
|
\
\
|
|
/
|
*
Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by the
Gregory P. Smith
2013-12-11
2
-2/+9
*
|
Issue #18270: merge from 3.3
Ned Deily
2013-12-11
2
-12/+18
|
\
\
|
|
/
|
*
Issue #18270: Prevent possible IDLE AttributeError on OS X when no initial
Ned Deily
2013-12-11
2
-12/+18
*
|
Issue #19928: Fix test on Windows
Zachary Ware
2013-12-10
1
-2/+2
|
\
\
|
|
/
|
*
Issue #19928: Fix test on Windows
Zachary Ware
2013-12-10
1
-2/+2
*
|
#19943: merge with 3.3.
Ezio Melotti
2013-12-10
1
-1/+1
|
\
\
|
|
/
|
*
#19943: fix typo noticed by Jakub Wilk.
Ezio Melotti
2013-12-10
1
-1/+1
*
|
Remove commented out debugging code (remnants of issue #18996).
Serhiy Storchaka
2013-12-10
1
-2/+0
*
|
Issue #19407: merge PPUG notes from 3.3
Nick Coghlan
2013-12-10
3
-5/+32
|
\
\
|
|
/
|
*
Issue #19407: add Python Packaging User Guide notes
Nick Coghlan
2013-12-10
3
-5/+32
*
|
asyncio doc: simplify task example
Victor Stinner
2013-12-10
1
-4/+4
*
|
asyncio doc: don't document Task.cancel(), already documented in Future.cancel()
Victor Stinner
2013-12-10
1
-4/+0
*
|
asyncio: document Task.current_task()
Victor Stinner
2013-12-10
1
-0/+8
*
|
Issue #19928: Implemented a test for repr() of cell objects.
Serhiy Storchaka
2013-12-10
2
-3/+11
|
\
\
|
|
/
|
*
Issue #19928: Implemented a test for repr() of cell objects.
Serhiy Storchaka
2013-12-10
2
-3/+11
*
|
Issue #19481: print() of string subclass instance in IDLE no more hangs.
Serhiy Storchaka
2013-12-10
2
-2/+10
|
\
\
|
|
/
|
*
Issue #19481: print() of string subclass instance in IDLE no more hangs.
Serhiy Storchaka
2013-12-10
2
-2/+10
*
|
Remove commented-out module spec test code and an out-of-date note.
Eric Snow
2013-12-10
1
-10/+0
*
|
Issue 19851: Fix a regression in reloading submodules.
Eric Snow
2013-12-10
3
-4/+81
*
|
asyncio: don't document private functions
Victor Stinner
2013-12-10
1
-8/+0
*
|
asyncio: fix 2nd task example
Victor Stinner
2013-12-10
1
-16/+16
*
|
asyncio doc: rewrite the callback hello world to use call_soon() instead of a
Victor Stinner
2013-12-10
1
-1/+1
*
|
assyncio doc: rewrite, improve and move coroutine, Future and Task examples
Victor Stinner
2013-12-10
1
-142/+152
*
|
(Merge 3.3) Issue #19932: Fix typo in import.h, missing whitespaces in functi...
Victor Stinner
2013-12-10
2
-4/+6
|
\
\
|
|
/
|
*
Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.
Victor Stinner
2013-12-10
2
-4/+6
*
|
Fix typo.
Stefan Krah
2013-12-09
1
-1/+1
*
|
Fix whitespace.
Stefan Krah
2013-12-09
1
-1/+1
*
|
Merge 3.3.
Stefan Krah
2013-12-09
36
-36/+69
|
\
\
|
|
/
|
*
Add libmpdec license.
Stefan Krah
2013-12-08
1
-0/+33
|
*
Fix two typos.
Stefan Krah
2013-12-08
2
-2/+2
|
*
Missed one copyright.
Stefan Krah
2013-12-08
1
-1/+1
|
*
Update copyright. The four year increment is intentional (to save work).
Stefan Krah
2013-12-08
33
-33/+33
*
|
Issue #15475: Add __sizeof__ implementations for itertools objects.
Serhiy Storchaka
2013-12-09
3
-1/+95
[next]