Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Issue #24314: Fix doc links for general attributes like __name__, __dict__ | Martin Panter | 2016-06-18 | 14 | -64/+69 | |
* | | | | | Issue #27343: Fixed error message for conflicting initializers of ctypes.Stru... | Serhiy Storchaka | 2016-06-18 | 2 | -10/+5 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #27343: Fixed error message for conflicting initializers of ctypes.Stru... | Serhiy Storchaka | 2016-06-18 | 2 | -10/+5 | |
* | | | | | Issue #27333: Simplified testing step on 0. | Serhiy Storchaka | 2016-06-18 | 1 | -11/+4 | |
* | | | | | Issue #27342: Replaced some Py_XDECREFs with Py_DECREFs. | Serhiy Storchaka | 2016-06-18 | 2 | -7/+7 | |
* | | | | | Issue #27312: Fix TypeError in test_setupapp | Berker Peksag | 2016-06-18 | 1 | -1/+4 | |
* | | | | | Issue #27312: mock out function that fails when called from setupApp during | Terry Jan Reedy | 2016-06-17 | 1 | -0/+1 | |
* | | | | | Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Dani... | Steve Dower | 2016-06-17 | 6 | -4/+57 | |
* | | | | | Issue #27048: Prevents distutils failing on Windows when environment variable... | Steve Dower | 2016-06-17 | 3 | -4/+23 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #27048: Prevents distutils failing on Windows when environment variable... | Steve Dower | 2016-06-17 | 3 | -4/+23 | |
* | | | | | Issue #27336: Fix compilation on Windows | Victor Stinner | 2016-06-17 | 1 | -2/+2 | |
* | | | | | Issue #27336: Fix compilation failures --without-threads | Berker Peksag | 2016-06-17 | 3 | -3/+6 | |
* | | | | | ctypes: the type of b_size is Py_ssize_t. | Serhiy Storchaka | 2016-06-17 | 1 | -4/+4 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | ctypes: the type of b_size is Py_ssize_t. | Serhiy Storchaka | 2016-06-17 | 1 | -4/+4 | |
* | | | | | Merge 3.5 | Victor Stinner | 2016-06-16 | 1 | -2/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | py_getrandom(): use long type for the syscall() result | Victor Stinner | 2016-06-16 | 1 | -2/+2 | |
* | | | | | Issue #27330: Fixed possible leaks in the ctypes module. | Serhiy Storchaka | 2016-06-16 | 4 | -22/+33 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #27330: Fixed possible leaks in the ctypes module. | Serhiy Storchaka | 2016-06-16 | 4 | -22/+33 | |
* | | | | | Issue #26930: Merge with 3.5 | Zachary Ware | 2016-06-15 | 4 | -3/+5 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #26930: Update Windows build to OpenSSL 1.0.2h | Zachary Ware | 2016-06-15 | 4 | -3/+4 | |
* | | | | | Issue #27327: null merge from 3.5 | Ned Deily | 2016-06-15 | 0 | -0/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #27327: fix doc typo, noted by Jakub Wilk. | Ned Deily | 2016-06-15 | 1 | -1/+1 | |
* | | | | | Issue #27301: Fixed incorrect return codes for errors in compile.c. | Serhiy Storchaka | 2016-06-15 | 1 | -24/+38 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #27301: Fixed incorrect return codes for errors in compile.c. | Serhiy Storchaka | 2016-06-15 | 1 | -16/+20 | |
* | | | | | Merge from 3.5 | Berker Peksag | 2016-06-15 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Make faq/general.rst gender-inclusive, patch by Sam Hathaway. | Berker Peksag | 2016-06-15 | 1 | -1/+1 | |
* | | | | | Issue #26862: SYS_getdents64 does not need to be defined on android API 21. | Xavier de Gaye | 2016-06-15 | 1 | -2/+1 | |
* | | | | | merge with 3.5 | Georg Brandl | 2016-06-15 | 1 | -1/+8 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | merge with 3.4 | Georg Brandl | 2016-06-15 | 1 | -1/+8 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| | * | | | Docs: add html-stable autobuild variant | Georg Brandl | 2016-06-15 | 1 | -1/+7 | |
* | | | | | Issue #27311: Merge zipfile doc from 3.5 | Martin Panter | 2016-06-15 | 1 | -2/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #27311: Fix ZipFile.writestr data argument name. | Martin Panter | 2016-06-15 | 1 | -2/+2 | |
* | | | | | Issue #27238: Got rid of bare excepts in the turtle module. Original patch | Serhiy Storchaka | 2016-06-14 | 2 | -9/+12 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #27238: Got rid of bare excepts in the turtle module. Original patch | Serhiy Storchaka | 2016-06-14 | 3 | -9/+13 | |
* | | | | | issue27122: fix typo in the news file, wrong issue #. not issue27123. | Gregory P. Smith | 2016-06-14 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | issue27122: fix typo in the news file, wrong issue #. not issue27123. | Gregory P. Smith | 2016-06-14 | 1 | -1/+1 | |
* | | | | | Issue #27123: When an exception is raised within the context being | Gregory P. Smith | 2016-06-14 | 3 | -0/+37 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #27123: When an exception is raised within the context being | Gregory P. Smith | 2016-06-14 | 3 | -0/+37 | |
* | | | | | subprocess: enhance ResourceWarning message | Victor Stinner | 2016-06-14 | 1 | -3/+4 | |
* | | | | | Merge 3.5 | Victor Stinner | 2016-06-14 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | cleanup random.c | Victor Stinner | 2016-06-14 | 1 | -1/+1 | |
* | | | | | Merge 3.5 (os.urandom, issue #27278) | Victor Stinner | 2016-06-14 | 2 | -1/+5 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix os.urandom() using getrandom() on Linux | Victor Stinner | 2016-06-14 | 2 | -1/+5 | |
* | | | | | Merge 3.5 | Victor Stinner | 2016-06-14 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #25843: Fix the NEWS entry | Victor Stinner | 2016-06-14 | 1 | -1/+1 | |
* | | | | | Issue #16864: Cursor.lastrowid now supports REPLACE statement | Berker Peksag | 2016-06-14 | 6 | -5/+66 | |
* | | | | | Issue #16182: Merge test_readline from 3.5 | Martin Panter | 2016-06-14 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Issue #16182: One more check for set_pre_input_hook() | Martin Panter | 2016-06-14 | 1 | -1/+1 | |
* | | | | | Merge from 3.5 | Berker Peksag | 2016-06-14 | 4 | -16/+9 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Mark tests as skipped when a SQLite version is not supported | Berker Peksag | 2016-06-14 | 4 | -16/+9 | |