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
*
Issue #19872: remove unused imports in pathlib. Patch by Vajrasky Kok.
Antoine Pitrou
2013-12-03
1
-9/+2
*
asyncio: Improve default writelines().
Guido van Rossum
2013-12-03
2
-6/+20
*
asyncio doc: fix definition of stop() method
Victor Stinner
2013-12-03
1
-1/+1
*
asyncio doc: reorder methods; typo
Victor Stinner
2013-12-03
2
-14/+14
*
asyncio io: group transports and protocols in a new title
Victor Stinner
2013-12-03
1
-0/+4
*
asyncio doc: write a complete TCP echo example, client and server
Victor Stinner
2013-12-03
2
-46/+72
*
asyncio doc: move coroutine example to the Task page
Victor Stinner
2013-12-03
2
-19/+32
*
Split asyncio documentation into subfiles
Victor Stinner
2013-12-03
5
-1555/+1563
*
asyncio doc: change level of titles
Victor Stinner
2013-12-02
1
-115/+109
*
asyncio doc: reorder sections
Victor Stinner
2013-12-02
1
-428/+428
*
asyncio: document wait() function
Victor Stinner
2013-12-02
1
-0/+42
*
asyncio doc
Victor Stinner
2013-12-02
1
-7/+35
*
Issue #19852: move Path._raw_open() around, as it is now a private method.
Antoine Pitrou
2013-12-02
1
-9/+9
*
add check_hostname arg to ssl._create_stdlib_context()
Christian Heimes
2013-12-02
2
-2/+5
*
Issue #19785: smtplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
4
-6/+45
*
Issue #19783: nntplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
3
-4/+16
*
Issue #19784: poplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
4
-3/+26
*
merge
Christian Heimes
2013-12-02
2
-2/+2
|
\
|
*
Fixed formatting (was parsed as description list).
Serhiy Storchaka
2013-12-02
1
-1/+1
|
*
Fixed regex match representation in an example.
Serhiy Storchaka
2013-12-02
1
-1/+1
*
|
Issue #19782: imaplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
4
-4/+43
|
/
*
asyncio: sort some methods
Victor Stinner
2013-12-02
1
-76/+84
*
asyncio doc: group transport method by classes
Victor Stinner
2013-12-02
1
-94/+113
*
asyncio: more documentation
Victor Stinner
2013-12-02
1
-19/+83
*
asyncio: document network functions, and stream reader/writer
Victor Stinner
2013-12-02
1
-1/+152
*
Add NEWS entry for issue #19834: merge with 3.3.
Walter Doerwald
2013-12-02
1
-0/+2
|
\
|
*
Add NEWS entry for issue #19834.
Walter Doerwald
2013-12-02
1
-0/+2
*
|
Issue #19814: Clarify argparse's docs w.r.t prefix matching
Eli Bendersky
2013-12-02
1
-3/+11
|
\
\
|
|
/
|
*
Issue #19814: Clarify argparse's docs w.r.t prefix matching
Eli Bendersky
2013-12-02
1
-3/+11
*
|
asyncio: replace our with asynchronous in docstring
Victor Stinner
2013-12-02
1
-1/+1
*
|
asyncio: document locks
Victor Stinner
2013-12-02
2
-3/+219
*
|
asyncio: document Queue classes
Victor Stinner
2013-12-02
1
-0/+108
*
|
Document Task class and task functions
Victor Stinner
2013-12-02
1
-0/+200
*
|
asyncio: cleanup doc
Victor Stinner
2013-12-02
1
-26/+40
*
|
Issue #19833: Document more asyncio.BaseEventLoop methods
Victor Stinner
2013-12-02
1
-2/+143
*
|
Issue #19833: add 2 examples to asyncio doc (hello world)
Victor Stinner
2013-12-02
1
-0/+36
*
|
Issue #19833: asyncio doc: add class name to methods
Victor Stinner
2013-12-02
1
-34/+34
*
|
(Merge 3.3) Issue #19728: Fix sys.getfilesystemencoding() documentation
Victor Stinner
2013-12-02
1
-3/+2
|
\
\
|
|
/
|
*
Issue #19728: Fix sys.getfilesystemencoding() documentation
Victor Stinner
2013-12-02
1
-3/+2
*
|
Fix #19834: merge with 3.3.
Walter Doerwald
2013-12-02
2
-0/+136
|
\
\
|
|
/
|
*
Fix issue #19834: Support unpickling of exceptions pickled by Python 2.
Walter Doerwald
2013-12-02
2
-0/+136
*
|
Issue #19781: ftplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
4
-3/+51
*
|
Issue #19509: Add SSLContext.check_hostname to match the peer's certificate
Christian Heimes
2013-12-02
5
-6/+162
*
|
null merge (3.4 already has its own fix for this).
Gregory P. Smith
2013-12-02
0
-0/+0
|
\
\
|
|
/
|
*
Fixes issue #15798: subprocess.Popen() no longer fails if file
Gregory P. Smith
2013-12-02
3
-6/+66
*
|
Issue #19754: Fix typo.
Alexandre Vassalotti
2013-12-02
1
-1/+1
*
|
Issue #19754: Make pickletools.optimize respect the frame size target.
Alexandre Vassalotti
2013-12-02
3
-14/+2
*
|
Fixes issue #15798: subprocess.Popen() no longer fails if file
Gregory P. Smith
2013-12-02
3
-0/+31
*
|
Issue #11480: Merge with 3.3.
Alexandre Vassalotti
2013-12-01
3
-1/+15
|
\
\
|
|
/
|
*
Issue #11480: Fixed copy.copy to work with classes with custom metaclasses.
Alexandre Vassalotti
2013-12-01
3
-1/+15
[next]