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
/
Misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Close #19827: On UNIX, setblocking() and settimeout() methods of socket.socket
Victor Stinner
2013-12-03
1
-0/+4
*
Issue #19785: smtplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
1
-0/+3
*
Issue #19783: nntplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
1
-0/+3
*
Issue #19784: poplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
1
-0/+3
*
Issue #19782: imaplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
1
-0/+3
*
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
|
*
Fixes issue #15798: subprocess.Popen() no longer fails if file
Gregory P. Smith
2013-12-02
1
-0/+3
*
|
Issue #19781: ftplib now supports SSLContext.check_hostname and server name
Christian Heimes
2013-12-02
1
-0/+3
*
|
Issue #19509: Add SSLContext.check_hostname to match the peer's certificate
Christian Heimes
2013-12-02
1
-0/+3
*
|
Fixes issue #15798: subprocess.Popen() no longer fails if file
Gregory P. Smith
2013-12-02
1
-0/+3
*
|
Issue #11480: Merge with 3.3.
Alexandre Vassalotti
2013-12-01
1
-0/+3
|
\
\
|
|
/
|
*
Issue #11480: Fixed copy.copy to work with classes with custom metaclasses.
Alexandre Vassalotti
2013-12-01
1
-0/+3
*
|
Undo supposed fix for Issue #15798 until I understand why this is
Gregory P. Smith
2013-12-01
1
-3/+0
|
\
\
|
|
/
|
*
Undo supposed fix for Issue #15798 until I understand why this is
Gregory P. Smith
2013-12-01
1
-3/+0
*
|
Fixes Issue #15798 - subprocess.Popen() no longer fails if file
Gregory P. Smith
2013-12-01
1
-0/+3
|
\
\
|
|
/
|
*
Fixes Issue #15798 - subprocess.Popen() no longer fails if file
Gregory P. Smith
2013-12-01
1
-0/+3
*
|
Issue #6477: Merge with 3.3.
Alexandre Vassalotti
2013-12-01
1
-0/+3
|
\
\
|
|
/
|
*
Issue #6477: Added support for pickling the types of built-in singletons.
Alexandre Vassalotti
2013-12-01
1
-0/+3
*
|
Issue #19845: Updated the Compiling Python on Windows docs.
Zachary Ware
2013-11-30
1
-0/+2
|
\
\
|
|
/
|
*
Issue #19845: Updated the Compiling Python on Windows docs.
Zachary Ware
2013-11-30
1
-0/+2
*
|
Merge with 3.3.
Alexandre Vassalotti
2013-11-30
1
-0/+3
|
\
\
|
|
/
|
*
Fixed _pickle.Unpickler to handle empty persistent IDs correctly.
Alexandre Vassalotti
2013-11-30
1
-0/+3
*
|
Issue #17897: Optimized unpickle prefetching.
Serhiy Storchaka
2013-11-30
1
-0/+2
*
|
Issue #19088: Merge with 3.3.
Alexandre Vassalotti
2013-11-30
1
-0/+3
|
\
\
|
|
/
|
*
Issue #19088: Fix incorrect caching of the copyreg module.
Alexandre Vassalotti
2013-11-30
1
-0/+3
|
*
Issue #19595: Re-enable a long-disabled test in test_winsound
Zachary Ware
2013-11-28
1
-0/+2
*
|
Issue #3693: Fix array obscure error message when given a str.
Alexandre Vassalotti
2013-11-30
1
-0/+4
*
|
Issue #19698: Remove exec_module() from the built-in and extension
Brett Cannon
2013-11-29
1
-0/+3
*
|
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-0/+6
|
\
\
|
|
/
|
*
Issue #19795: Improved markup of True/False constants.
Serhiy Storchaka
2013-11-29
1
-0/+2
*
|
ssl.create_default_context() sets OP_NO_COMPRESSION to prevent CRIME
Christian Heimes
2013-11-28
1
-0/+2
*
|
Issue #19595: Re-enable a long-disabled test in test_winsound
Zachary Ware
2013-11-28
1
-0/+2
*
|
add SO_PRIORITY (closes #19802)
Benjamin Peterson
2013-11-27
1
-0/+2
*
|
merge 3.3 (#19729)
Benjamin Peterson
2013-11-27
1
-0/+2
|
\
\
|
|
/
|
*
fix format spec recursive expansion (closes #19729)
Benjamin Peterson
2013-11-27
1
-0/+2
*
|
Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the
Zachary Ware
2013-11-26
1
-0/+6
|
\
\
|
|
/
|
*
Issue #19788: kill_python(_d).exe is now run as a PreBuildEvent on the
Zachary Ware
2013-11-26
1
-0/+4
|
*
Merge heads
Zachary Ware
2013-11-26
2
-0/+4
|
|
\
*
|
\
Merge heads
Zachary Ware
2013-11-26
2
-0/+4
|
\
\
\
|
*
\
\
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
Serhiy Storchaka
2013-11-26
2
-0/+4
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
Issue #11508: Fixed uuid.getnode() and uuid.uuid1() on environment with
Serhiy Storchaka
2013-11-26
2
-0/+4
*
|
|
|
Issue #19588: Merge with 3.3
Zachary Ware
2013-11-26
2
-0/+7
|
\
\
\
\
|
|
/
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Issue #19588: Fixed tests in test_random that were silently skipped most
Zachary Ware
2013-11-26
2
-0/+4
|
|
/
*
|
Issue #11489: JSON decoder now accepts lone surrogates.
Serhiy Storchaka
2013-11-26
1
-0/+2
|
\
\
|
|
/
|
*
Issue #11489: JSON decoder now accepts lone surrogates.
Serhiy Storchaka
2013-11-26
1
-0/+2
*
|
Issue #19638: Merge from 3.3
Mark Dickinson
2013-11-26
1
-0/+3
|
\
\
|
|
/
|
*
Issue #19638: Raise ValueError instead of crashing when converting billion ch...
Mark Dickinson
2013-11-26
1
-0/+3
*
|
Merged 3.4.0b1 release head back into trunk.
Larry Hastings
2013-11-24
1
-4/+19
|
\
\
|
*
\
Issue #19545: Avoid chained exceptions while passing stray % to
Serhiy Storchaka
2013-11-24
1
-0/+3
|
|
\
\
|
|
|
/
[next]