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 #23353: improve exceptions tests for generators
Antoine Pitrou
2015-03-18
1
-0/+46
*
|
Removed unintentional trailing spaces in non-external and non-generated C files.
Serhiy Storchaka
2015-03-18
25
-56/+56
*
|
Restored backward compatibility of pickling http.cookies.Morsel. It was
Serhiy Storchaka
2015-03-18
2
-0/+32
*
|
Merge 3.4 (tracemalloc typo)
Victor Stinner
2015-03-18
1
-1/+1
|
\
\
|
|
/
|
*
_tracemalloc.c: Fix typo
Victor Stinner
2015-03-18
1
-1/+1
*
|
Fix compiler warning in mmapmodule.c (compare signed/unsigned integers)
Victor Stinner
2015-03-18
1
-1/+1
*
|
Initialize variables to prevent GCC warnings
Victor Stinner
2015-03-18
3
-18/+25
*
|
Fix compiler warning in dtoa.c
Victor Stinner
2015-03-18
1
-2/+2
*
|
Issue #22181: On Linux, os.urandom() now uses the new getrandom() syscall if
Victor Stinner
2015-03-18
2
-6/+89
*
|
Merge 3.4 (linecache doc)
Victor Stinner
2015-03-18
2
-4/+4
|
\
\
|
|
/
|
*
Issue #11726: Fix linecache example in the doc
Victor Stinner
2015-03-18
2
-4/+4
*
|
Merge 3.4 (linecache doc)
Victor Stinner
2015-03-18
1
-2/+5
|
\
\
|
|
/
|
*
Issue #11726: clarify linecache doc: linecache is written to cache Python
Victor Stinner
2015-03-18
1
-2/+5
*
|
Issue #12155: Fix queue doc example to join threads
Victor Stinner
2015-03-18
1
-13/+23
*
|
Merge 3.4 (marshal doc)
Victor Stinner
2015-03-18
1
-6/+15
|
\
\
|
|
/
|
*
Issue #19428: Document that PyMarshal_ReadLongFromFile() and
Victor Stinner
2015-03-18
1
-6/+15
*
|
Issue #19428: Handle PyMarshal_Read*() errors in run_pyc_file()
Victor Stinner
2015-03-18
2
-2/+9
*
|
Merge 3.4 (asyncio)
Victor Stinner
2015-03-18
3
-0/+5
|
\
\
|
|
/
|
*
Issue #23456: Add missing @coroutine decorators in asyncio
Victor Stinner
2015-03-18
3
-0/+5
*
|
Issue #23605: Fix os.walk(topdown=True), don't cache entry.is_symlink() because
Victor Stinner
2015-03-18
1
-29/+51
*
|
Issue #23694: Handle EINTR in _Py_open() and _Py_fopen_obj()
Victor Stinner
2015-03-18
1
-13/+40
*
|
Issue #2211: Updated the implementation of the http.cookies.Morsel class.
Serhiy Storchaka
2015-03-18
5
-86/+299
*
|
Issue #23207: merged fix from 3.4.
Vinay Sajip
2015-03-18
2
-1/+5
|
\
\
|
|
/
|
*
Issue #23207: Improved kwarg validation.
Vinay Sajip
2015-03-18
2
-1/+5
*
|
Issue #23694: Enhance _Py_fopen(), it now raises an exception on error
Victor Stinner
2015-03-18
5
-24/+44
*
|
Issue #23694: Enhance _Py_open(), it now raises exceptions
Victor Stinner
2015-03-17
8
-45/+71
*
|
Issue #23644: Fix issues with C++ when compiling Python extensions
Victor Stinner
2015-03-17
2
-12/+10
*
|
Fix patch attribution for issue 18983.
Robert Collins
2015-03-17
1
-1/+1
*
|
Issue #18983: Allow selection of output units in timeit.
Robert Collins
2015-03-17
4
-10/+55
*
|
Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpat
Victor Stinner
2015-03-17
5
-15/+5
*
|
Issue #22585: null merge
Ned Deily
2015-03-17
0
-0/+0
|
\
\
|
|
/
|
*
Issue #22585: make URandomFDTests test case actually run
Ned Deily
2015-03-17
1
-0/+1
*
|
Revert changeset d927047b1d8eb87738676980a24930d053ba2150
Victor Stinner
2015-03-17
4
-99/+57
*
|
Issue #23682: Delete Python 2.2 mention from distutils documentation.
Berker Peksag
2015-03-17
1
-14/+0
|
\
\
|
|
/
|
*
Issue #23682: Delete Python 2.2 mention from distutils documentation.
Berker Peksag
2015-03-17
1
-14/+0
*
|
merge 3.4 (#23679)
Benjamin Peterson
2015-03-16
1
-2/+6
|
\
\
|
|
/
|
*
versionchanged for rc4 removal (closes #23679)
Benjamin Peterson
2015-03-16
1
-2/+6
*
|
Issue #23680: Reduce risk of race condition in check_interrupted_write() of
Victor Stinner
2015-03-16
1
-2/+2
*
|
Issue #23680: Reduce risk of race condition in check_interrupted_write_retry()
Victor Stinner
2015-03-16
1
-1/+8
*
|
Issue #23571: Restore removed assert(!PyErr_Occurred()); in
Victor Stinner
2015-03-16
1
-0/+7
*
|
Use non-zero and non-last positions in error handler tests.
Serhiy Storchaka
2015-03-16
1
-30/+37
|
\
\
|
|
/
|
*
Use non-zero and non-last positions in error handler tests.
Serhiy Storchaka
2015-03-16
1
-24/+28
*
|
Issue #23585: make patchcheck will ensure the interpreter is built.
Robert Collins
2015-03-16
2
-1/+5
*
|
Issue #23631: Fix traceback.format_list when a traceback has been mutated.
Robert Collins
2015-03-16
3
-5/+21
*
|
Increased coverage of standard codec error handlers.
Serhiy Storchaka
2015-03-15
1
-133/+197
|
\
\
|
|
/
|
*
Increased coverage of standard codec error handlers.
Serhiy Storchaka
2015-03-15
1
-76/+158
*
|
Issue #23549: Clarify confusion in heapq doc - accessing the mininmal element
Eli Bendersky
2015-03-15
1
-2/+4
|
\
\
|
|
/
|
*
Issue #23549: Clarify confusion in heapq doc - accessing the mininmal element
Eli Bendersky
2015-03-15
1
-2/+4
*
|
Issue #23568: Add rdivmod support to MagicMock() objects.
Berker Peksag
2015-03-14
3
-1/+21
|
\
\
|
|
/
|
*
Issue #23568: Add rdivmod support to MagicMock() objects.
Berker Peksag
2015-03-14
3
-1/+21
[prev]
[next]