| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge | Antoine Pitrou | 2015-03-19 | 7 | -199/+219 |
|\ \ |
|
| * | | Issue #23708: Fix _Py_read() compilation error on Windows | Victor Stinner | 2015-03-19 | 1 | -1/+1 |
|
|
| * | | Issue #23707: On UNIX, os.urandom() now calls the Python signal handler when | Victor Stinner | 2015-03-19 | 1 | -19/+11 |
|
|
| * | | Issue #23708: select.devpoll now retries its internal write() when interrupted | Victor Stinner | 2015-03-19 | 1 | -7/+3 |
|
|
| * | | Issue #22181: Fix dev_urandom_noraise(), try calling py_getrandom() before | Victor Stinner | 2015-03-19 | 1 | -4/+4 |
|
|
| * | | Issue #23708: Add _Py_read() and _Py_write() functions to factorize code handle | Victor Stinner | 2015-03-19 | 5 | -169/+201 |
|
|
* | | | Issue #23632: Memoryviews now allow tuple indexing (including for multi-dimen... | Antoine Pitrou | 2015-03-19 | 4 | -51/+195 |
|/ / |
|
* | | Issue #22181: The availability of the getrandom() is now checked in configure, | Victor Stinner | 2015-03-19 | 5 | -140/+73 |
|
|
* | | Issue #23646: If time.sleep() is interrupted by a signal, the sleep is now | Victor Stinner | 2015-03-19 | 5 | -66/+101 |
|
|
* | | Fixed Misc/NEWS entry for issue #23136. | Serhiy Storchaka | 2015-03-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fixed Misc/NEWS entry for issue #23136. | Serhiy Storchaka | 2015-03-19 | 1 | -1/+1 |
|
|
* | | Issue #23136: _strptime now uniformly handles all days in week 0, including | Serhiy Storchaka | 2015-03-19 | 3 | -5/+26 |
|\ \
| |/ |
|
| * | Issue #23136: _strptime now uniformly handles all days in week 0, including | Serhiy Storchaka | 2015-03-19 | 3 | -5/+26 |
|
|
* | | Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to | Serhiy Storchaka | 2015-03-19 | 3 | -1/+19 |
|\ \
| |/ |
|
| * | Issue #23700: Iterator of NamedTemporaryFile now keeps a reference to | Serhiy Storchaka | 2015-03-19 | 3 | -1/+19 |
|
|
* | | merge 3.4 | Benjamin Peterson | 2015-03-19 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | wrap properly | Benjamin Peterson | 2015-03-19 | 1 | -2/+2 |
|
|
* | | null merge from 3.4 | Ethan Furman | 2015-03-19 | 0 | -0/+0 |
|\ \
| |/ |
|
| * | issue23673 | Ethan Furman | 2015-03-19 | 4 | -9/+48 |
|
|
* | | issue23673 | Ethan Furman | 2015-03-19 | 6 | -30/+63 |
|
|
* | | Issue #22903: The fake test case created by unittest.loader when it fails imp... | Antoine Pitrou | 2015-03-18 | 3 | -10/+37 |
|\ \
| |/ |
|
| * | Issue #22903: The fake test case created by unittest.loader when it fails imp... | Antoine Pitrou | 2015-03-18 | 3 | -9/+32 |
|
|
* | | Issue #23353: improve exceptions tests for generators | Antoine Pitrou | 2015-03-18 | 1 | -0/+46 |
|\ \
| |/ |
|
| * | 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 |
|
|