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 #8828: Add new function os.replace(), for cross-platform renaming with ...
Antoine Pitrou
2012-01-30
4
-15/+65
*
Issue #13890: Also fix for extension module tests for case-insensitivity.
Brett Cannon
2012-01-30
1
-0/+6
*
Issue #13890: Fix importlib case-sensitivity tests to not run on Windows.
Brett Cannon
2012-01-30
1
-0/+6
*
merge 3.2 (closes #13908)
Benjamin Peterson
2012-01-30
2
-1/+7
|
\
|
*
ready types returned from PyType_FromSpec
Benjamin Peterson
2012-01-30
2
-0/+5
|
*
adjust declaration
Benjamin Peterson
2012-01-30
1
-1/+2
*
|
Issue #13847: Fix test_time, time.gmtime() doesn't use localtime()
Victor Stinner
2012-01-29
1
-1/+0
*
|
Issue #13874: read_null() of faulthandler uses volatile to avoid optimisation
Victor Stinner
2012-01-29
1
-1/+4
*
|
Issue #13848: open() and the FileIO constructor now check for NUL characters ...
Antoine Pitrou
2012-01-29
6
-21/+41
|
\
\
|
|
/
|
*
Issue #13848: open() and the FileIO constructor now check for NUL characters ...
Antoine Pitrou
2012-01-29
7
-22/+44
*
|
Issue #6774: Back out c8b77efe8b56, which only brings confusion.
Charles-François Natali
2012-01-29
1
-3/+1
*
|
merge with 3.2
Georg Brandl
2012-01-29
1
-4/+4
|
\
\
|
|
/
|
*
Fix #13900: resolve self-referential description of a parameter.
Georg Brandl
2012-01-29
1
-4/+4
*
|
merge 3.2
Benjamin Peterson
2012-01-29
1
-285/+0
|
\
\
|
|
/
|
*
remove tests from really old regex module
Benjamin Peterson
2012-01-29
1
-285/+0
*
|
Issue #13806: The size check in audioop decompression functions was too stric...
Antoine Pitrou
2012-01-28
3
-9/+25
|
\
\
|
|
/
|
*
Issue #13806: The size check in audioop decompression functions was too stric...
Antoine Pitrou
2012-01-28
3
-9/+25
*
|
Issue #13895: fix test_ssl hanging under Ubuntu
Antoine Pitrou
2012-01-28
1
-25/+25
|
\
\
|
|
/
|
*
Issue #13895: fix test_ssl hanging under Ubuntu
Antoine Pitrou
2012-01-28
1
-20/+20
*
|
Fix typo in comment.
Nadeem Vawda
2012-01-28
1
-1/+1
*
|
Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch
Charles-François Natali
2012-01-28
2
-0/+2
|
\
\
|
|
/
|
*
Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch
Charles-François Natali
2012-01-28
2
-0/+2
*
|
Merge 3.2 -> default (issue 13889)
Mark Dickinson
2012-01-27
1
-0/+5
|
\
\
|
|
/
|
*
Issue #13889: Add missing _Py_SET_53BIT_PRECISION_* calls around uses of dtoa...
Mark Dickinson
2012-01-27
1
-0/+5
*
|
Fix intermittent test_ssl failure.
Antoine Pitrou
2012-01-27
1
-0/+1
|
\
\
|
|
/
|
*
Fix intermittent test_ssl failure.
Antoine Pitrou
2012-01-27
1
-0/+1
*
|
merge heads (#13887)
Benjamin Peterson
2012-01-27
1
-0/+5
|
\
\
|
|
/
|
*
note that get() is not affected by default_factory (closes #13887)
Benjamin Peterson
2012-01-27
1
-0/+5
*
|
Fix error handling in examples of C API use.
Antoine Pitrou
2012-01-27
1
-11/+25
|
\
\
|
|
/
|
*
Fix error handling in examples of C API use.
Antoine Pitrou
2012-01-27
1
-11/+25
*
|
Issue #13812: When a multiprocessing Process child raises an exception, flush...
Antoine Pitrou
2012-01-27
4
-5/+30
|
\
\
|
|
/
|
*
Issue #13812: When a multiprocessing Process child raises an exception, flush...
Antoine Pitrou
2012-01-27
4
-5/+30
*
|
Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.
Antoine Pitrou
2012-01-27
1
-1/+2
|
\
\
|
|
/
|
*
Clarify that ssl.OP_ALL can be different from OpenSSL's SSL_OP_ALL.
Antoine Pitrou
2012-01-27
1
-1/+2
*
|
Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...
Antoine Pitrou
2012-01-27
2
-2/+7
|
\
\
|
|
/
|
*
Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...
Antoine Pitrou
2012-01-27
2
-2/+7
|
|
\
|
|
*
Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...
Antoine Pitrou
2012-01-27
2
-1/+5
|
*
|
merge
Brett Cannon
2012-01-26
2
-1/+3
|
|
\
\
*
|
\
\
Merge
Brett Cannon
2012-01-27
3
-23/+45
|
\
\
\
\
|
*
|
|
|
Issue #13847: Make test_localtime_failure() more robust
Victor Stinner
2012-01-27
1
-10/+15
|
*
|
|
|
Issue #13847: Fix test_mktime(), time.localtime() now raises OSError
Victor Stinner
2012-01-26
1
-1/+1
|
*
|
|
|
Issue #13847: time.clock() now raises a RuntimeError if the processor time used
Victor Stinner
2012-01-26
2
-12/+29
*
|
|
|
|
Relocate importlib._case_ok to importlib._bootstrap.
Brett Cannon
2012-01-27
2
-19/+27
|
/
/
/
/
*
|
|
|
Merge
Brett Cannon
2012-01-26
7
-64/+86
|
\
\
\
\
|
*
|
|
|
Issue #13847: time.localtime() and time.gmtime() now raise an OSError instead
Victor Stinner
2012-01-26
3
-52/+81
|
*
|
|
|
- Issue #13840: Fix ctypes.create_string_buffer exception message and docs.
Meador Inge
2012-01-26
3
-5/+4
|
|
\
\
\
\
|
|
|
/
/
/
|
|
*
|
|
- Issue #13840: Fix ctypes.create_string_buffer exception message and docs.
Meador Inge
2012-01-26
3
-5/+4
|
*
|
|
|
Merge
Brett Cannon
2012-01-26
4
-42/+52
|
|
\
\
\
\
|
*
\
\
\
\
Merge
Raymond Hettinger
2012-01-26
1
-1/+1
|
|
\
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
Issue 13870: Fix out of date comment.
Raymond Hettinger
2012-01-26
1
-1/+1
[next]