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
...
*
|
#20013: don't raise socket error when selected mailbox deleted.
R David Murray
2014-02-07
2
-0/+9
*
|
Merge: #19063: the unicode-in-set_payload problem isn't getting fixed in 3.4.
R David Murray
2014-02-07
1
-4/+3
|
\
\
|
|
/
|
*
#19063: the unicode-in-set_payload problem isn't getting fixed in 3.4.
R David Murray
2014-02-07
1
-4/+3
*
|
#20531: Apply the 3.3 version of the #19063 fix.
R David Murray
2014-02-07
4
-11/+62
*
|
#20531: Revert e20f98a8ed71, the 3.4 version of the #19063 fix.
R David Murray
2014-02-07
5
-78/+38
*
|
asyncio doc: mention that asyncio is not thread-safe
Victor Stinner
2014-02-07
1
-0/+6
*
|
Issue #20505: add debug info
Victor Stinner
2014-02-07
1
-0/+10
*
|
#20477: add examples of using the new contentmanager API.
R David Murray
2014-02-07
3
-0/+158
*
|
#20476: use EmailMessage as factory if non-compat32 policy is used.
R David Murray
2014-02-07
4
-10/+37
*
|
Issue #20053: Mark as an expected failure for 3.4
Nick Coghlan
2014-02-07
1
-2/+12
*
|
Issue 20542: Temporarily skip failing test
Nick Coghlan
2014-02-07
1
-0/+2
*
|
Issue #20053: Actually test relevant assumption
Nick Coghlan
2014-02-07
1
-1/+1
*
|
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
29
-116/+282
|
\
\
|
|
/
|
*
Issue #20532: Tests which use _testcapi now are marked as CPython only.
Serhiy Storchaka
2014-02-07
25
-104/+237
*
|
asyncio.tasks: Fix as_completed, gather & wait to work with duplicate coroutines
Yury Selivanov
2014-02-07
2
-11/+51
*
|
Close issue20534: test_enum now tests all supported pickle protocols (2 - HIG...
Ethan Furman
2014-02-07
1
-24/+36
*
|
Null merge
Serhiy Storchaka
2014-02-06
0
-0/+0
|
\
\
|
|
/
|
*
Silence BytesWarning (backport 267a4d4d9d65).
Serhiy Storchaka
2014-02-06
1
-5/+6
*
|
Issue #3158: Provide a couple of fallbacks for in case a method_descriptor
Zachary Ware
2014-02-06
1
-1/+7
*
|
Issue #20363. Fixed BytesWarning triggerred by test suite.
Serhiy Storchaka
2014-02-06
4
-5/+5
|
\
\
|
|
/
|
*
Issue #20363. Fixed BytesWarning triggerred by test suite.
Serhiy Storchaka
2014-02-06
3
-4/+4
*
|
Catch deprecation warnings emitted when non-integers are formatted with %c, %o
Serhiy Storchaka
2014-02-06
2
-6/+12
*
|
Fix empty strings to empty bytes objects.
Serhiy Storchaka
2014-02-06
5
-10/+11
|
\
\
|
|
/
|
*
Fix empty strings to empty bytes objects.
Serhiy Storchaka
2014-02-06
5
-10/+11
*
|
asyncio.tasks.gather: Fix docstring
Yury Selivanov
2014-02-06
1
-1/+1
*
|
Close issue20412: Updated Enum docs to have referencable Enum and IntEnum cla...
Ethan Furman
2014-02-06
1
-5/+22
*
|
Merge for issue #20488
Brett Cannon
2014-02-06
2
-6/+11
|
\
\
|
|
/
|
*
Issue #20488: Update docs to say importlib is *the* implementaiton of
Brett Cannon
2014-02-06
2
-6/+11
*
|
Issue #6386: When executing a script that's a symlink, the directory
Brett Cannon
2014-02-06
2
-2/+15
*
|
Issue #14455: fix handling of unsigned long long values for binary plist files
Ronald Oussoren
2014-02-06
5
-78/+79
*
|
Issue #20520: Fixed readline test in test_codecs.
Serhiy Storchaka
2014-02-06
1
-6/+15
|
\
\
|
|
/
|
*
Issue #20520: Fixed readline test in test_codecs.
Serhiy Storchaka
2014-02-06
1
-6/+15
*
|
merge heads
Yury Selivanov
2014-02-06
1
-0/+8
|
\
\
|
*
\
Issue #20374: merge
Ned Deily
2014-02-06
1
-1/+0
|
|
\
\
|
|
|
/
|
|
*
Issue #20374: delete spurious empty line
Ned Deily
2014-02-06
1
-1/+0
|
*
|
Issue #20374: merge
Ned Deily
2014-02-06
1
-0/+9
|
|
\
\
|
|
|
/
|
|
*
Issue #20374: Avoid compiler warnings when compiling readline with libedit.
Ned Deily
2014-02-06
1
-0/+9
*
|
|
asyncio.streams.StreamReader: Add 'at_eof()' method
Yury Selivanov
2014-02-06
2
-0/+19
|
/
/
*
|
asyncio.streams: Use bytebuffer in StreamReader; Add assertion in feed_data
Yury Selivanov
2014-02-05
2
-76/+76
*
|
#14515: clarify that TemporaryDirectory's __enter__ returns the name.
R David Murray
2014-02-05
1
-4/+6
|
\
\
|
|
/
|
*
#14515: clarify that TemporaryDirectory's __enter__ returns the name.
R David Murray
2014-02-05
1
-4/+6
*
|
Issue #19920: TarFile.list() no longer fails when outputs a listing
Serhiy Storchaka
2014-02-05
3
-29/+121
|
\
\
|
|
/
|
*
Issue #19920: TarFile.list() no longer fails when outputs a listing
Serhiy Storchaka
2014-02-05
3
-11/+100
*
|
TestNamedTuple.test_pickle was only testing through protocol 2. Changed to ha...
Eric V. Smith
2014-02-05
1
-1/+1
*
|
Issue #20053: new test to check an assumption
Nick Coghlan
2014-02-05
1
-0/+7
*
|
Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests.
Serhiy Storchaka
2014-02-05
1
-1/+36
|
\
\
|
|
/
|
*
Issue #20498: Fixed io.StringIO tests for newline='\n'. Added new tests.
Serhiy Storchaka
2014-02-05
1
-1/+36
*
|
Issue #20489: Explicitly qualified expressions for default values in methods.
Serhiy Storchaka
2014-02-05
2
-7/+7
*
|
Issue #20465: Update SQLite shipped with OS X installer to 3.8.3.
Ned Deily
2014-02-05
2
-3/+8
*
|
Issue #20515: Fix NULL pointer dereference introduced by issue #20368
Christian Heimes
2014-02-04
2
-0/+5
|
\
\
|
|
/
[prev]
[next]