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
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo in asyncio.AbstractServer documentation
Victor Stinner
2013-12-03
1
-1/+1
*
Issue #19877: fix regression in test_pathlib when Windows has symlink support...
Antoine Pitrou
2013-12-03
1
-2/+2
*
Issue #9709: Stop adding PyInit_" + module_name' to export_symbols. This is
Stefan Krah
2013-12-03
1
-1/+1
*
Added some diagnostics to help with #19690.
Vinay Sajip
2013-12-03
1
-1/+12
*
Closes #19665: Merged fi from 3.3.
Vinay Sajip
2013-12-03
1
-2/+4
|
\
|
*
Issue #19665: Increased timeout for SMTPHandler test.
Vinay Sajip
2013-12-03
1
-2/+4
*
|
Add a test for complex symlinks.
Antoine Pitrou
2013-12-03
1
-10/+21
*
|
Issue #19800: make the pickle framing tests more precise.
Antoine Pitrou
2013-12-03
1
-0/+22
*
|
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
*
|
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
2
-6/+33
*
|
Issue #19783: nntplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
1
-4/+5
*
|
Issue #19784: poplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
2
-3/+14
*
|
Issue #19782: imaplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
2
-4/+32
*
|
asyncio: replace our with asynchronous in docstring
Victor Stinner
2013-12-02
1
-1/+1
*
|
asyncio: document locks
Victor Stinner
2013-12-02
1
-3/+3
*
|
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
|
*
Fixes issue #15798: subprocess.Popen() no longer fails if file
Gregory P. Smith
2013-12-02
1
-0/+21
*
|
Issue #19781: ftplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
2
-3/+38
*
|
Issue #19509: Add SSLContext.check_hostname to match the peer's certificate
Christian Heimes
2013-12-02
2
-5/+89
*
|
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
2
-0/+28
*
|
Issue #11480: Merge with 3.3.
Alexandre Vassalotti
2013-12-01
2
-1/+12
|
\
\
|
|
/
|
*
Issue #11480: Fixed copy.copy to work with classes with custom metaclasses.
Alexandre Vassalotti
2013-12-01
2
-1/+12
*
|
Issue #19842: Refactor BaseSelector to make it an actual usable ABC.
Charles-François Natali
2013-12-01
3
-47/+86
*
|
Undo supposed fix for Issue #15798 until I understand why this is
Gregory P. Smith
2013-12-01
2
-25/+1
|
\
\
|
|
/
|
*
Undo supposed fix for Issue #15798 until I understand why this is
Gregory P. Smith
2013-12-01
2
-25/+1
*
|
Fixes Issue #15798 - subprocess.Popen() no longer fails if file
Gregory P. Smith
2013-12-01
2
-1/+25
|
\
\
|
|
/
|
*
Fixes Issue #15798 - subprocess.Popen() no longer fails if file
Gregory P. Smith
2013-12-01
2
-1/+25
*
|
Issue #6477: Merge with 3.3.
Alexandre Vassalotti
2013-12-01
2
-1/+19
|
\
\
|
|
/
|
*
Issue #6477: Added support for pickling the types of built-in singletons.
Alexandre Vassalotti
2013-12-01
2
-1/+19
*
|
asyncio: Use Interface instead of ABC. Fixes issue 19726.
Guido van Rossum
2013-11-30
3
-11/+11
*
|
Merge with 3.3.
Alexandre Vassalotti
2013-11-30
1
-18/+22
|
\
\
|
|
/
|
*
Fixed _pickle.Unpickler to handle empty persistent IDs correctly.
Alexandre Vassalotti
2013-11-30
1
-18/+22
|
*
Issue #19595: Re-enable a long-disabled test in test_winsound
Zachary Ware
2013-11-28
1
-12/+8
*
|
Issue #19728: don't be sensitive to line endings
Nick Coghlan
2013-11-30
1
-9/+5
*
|
Issue #19726: actually running 'hg add' helps...
Nick Coghlan
2013-11-30
1
-0/+30
*
|
Issue #19728: add private ensurepip._uninstall CLI
Nick Coghlan
2013-11-30
3
-18/+149
*
|
Fix and test pip version consistency
Nick Coghlan
2013-11-30
3
-2/+4
*
|
Issue #3693: Fix array obscure error message when given a str.
Alexandre Vassalotti
2013-11-30
1
-0/+12
*
|
Issue #19712: Port test.test_importlib.import_ tests to use PEP 451
Brett Cannon
2013-11-29
3
-16/+68
*
|
asyncio: Add 'shield' to __all__.
Guido van Rossum
2013-11-29
1
-1/+1
*
|
Issue #19698: Remove exec_module() from the built-in and extension
Brett Cannon
2013-11-29
3
-164/+36
*
|
Issue #19815: Fix segfault when parsing empty namespace declaration.
Eli Bendersky
2013-11-28
1
-0/+5
|
\
\
|
|
/
|
*
Issue #19815: Fix segfault when parsing empty namespace declaration.
Eli Bendersky
2013-11-28
1
-0/+5
*
|
ssl.create_default_context() sets OP_NO_COMPRESSION to prevent CRIME
Christian Heimes
2013-11-28
1
-0/+2
[next]