Brett Cannon
|
a32c4d0531
|
Issue #27038: Expose DirEntry as os.DirEntry.
Thanks to Jelle Zijlstra for the code portion of the patch.
|
2016-06-24 14:14:44 -07:00 |
|
Brett Cannon
|
c78ca1e044
|
Issue #27186: Update os.fspath()/PyOS_FSPath() to check the return
type of __fspath__().
As part of this change, also make sure that the pure Python
implementation of os.fspath() is tested.
|
2016-06-24 12:03:43 -07:00 |
|
Serhiy Storchaka
|
5ffdcad7b9
|
Fixed integer overflow in array.buffer_info().
|
2016-06-23 23:56:46 +03:00 |
|
Serhiy Storchaka
|
9e941d6373
|
Fixed integer overflow in array.buffer_info().
|
2016-06-23 23:55:34 +03:00 |
|
Stefan Krah
|
1d245fabaf
|
Merge 3.5.
|
2016-06-20 14:13:12 +02:00 |
|
Stefan Krah
|
947f099d99
|
Issue #27006: Do not use PyDec_CheckExact() on a type.
|
2016-06-20 14:12:52 +02:00 |
|
Stefan Krah
|
8113f490c5
|
Merge 3.5.
|
2016-06-20 12:10:42 +02:00 |
|
Stefan Krah
|
6817c59cf0
|
Issue #27006: from_float(): call the subclass' __new__() and __init__().
|
2016-06-20 12:10:13 +02:00 |
|
Serhiy Storchaka
|
696c8af41f
|
Use macros instead of corresponding functions (they never fail) in _tkinter.c.
|
2016-06-19 11:22:47 +03:00 |
|
Serhiy Storchaka
|
977b3ac1c1
|
Issue #27177: Match objects in the re module now support index-like objects
as group indices. Based on patches by Jeroen Demeyer and Xiang Zhang.
|
2016-06-18 16:48:07 +03:00 |
|
Berker Peksag
|
3583c3bd1d
|
Issue #26536: Use spaces instead of tabs
|
2016-06-18 16:43:25 +03:00 |
|
Serhiy Storchaka
|
d91e676fd5
|
Issue #27343: Fixed error message for conflicting initializers of ctypes.Structure.
|
2016-06-18 09:58:55 +03:00 |
|
Serhiy Storchaka
|
886a5f352f
|
Issue #27343: Fixed error message for conflicting initializers of ctypes.Structure.
|
2016-06-18 09:58:24 +03:00 |
|
Steve Dower
|
ea93ac013d
|
Issue #26536: socket.ioctl now supports SIO_LOOPBACK_FAST_PATH. Patch by Daniel Stokes.
|
2016-06-17 12:52:18 -07:00 |
|
Serhiy Storchaka
|
d4b45cb9ca
|
ctypes: the type of b_size is Py_ssize_t.
|
2016-06-17 11:13:03 +03:00 |
|
Serhiy Storchaka
|
85e6635edf
|
ctypes: the type of b_size is Py_ssize_t.
|
2016-06-17 11:11:07 +03:00 |
|
Serhiy Storchaka
|
74108614b1
|
Issue #27330: Fixed possible leaks in the ctypes module.
|
2016-06-16 22:10:13 +03:00 |
|
Serhiy Storchaka
|
adef6460d7
|
Issue #27330: Fixed possible leaks in the ctypes module.
|
2016-06-16 22:08:46 +03:00 |
|
Xavier de Gaye
|
c716f183f8
|
Issue #26862: SYS_getdents64 does not need to be defined on android API 21.
|
2016-06-15 11:35:29 +02:00 |
|
Berker Peksag
|
e0b70cd8a9
|
Issue #16864: Cursor.lastrowid now supports REPLACE statement
Initial patch by Alex LordThorsen.
|
2016-06-14 15:25:36 +03:00 |
|
Benjamin Peterson
|
c09087680e
|
merge 3.5
|
2016-06-13 23:43:40 -07:00 |
|
Benjamin Peterson
|
11a693d330
|
merge 3.4
|
2016-06-13 23:41:40 -07:00 |
|
Benjamin Peterson
|
06d49bb895
|
sync ordering of stddef.h includes with expat 2.1.1
|
2016-06-13 23:41:19 -07:00 |
|
doko@ubuntu.com
|
17f0e61891
|
- Modules/_collectionsmodule.c: Mark one more internal symbol as static.
|
2016-06-14 07:27:58 +02:00 |
|
Martin Panter
|
4074f93b33
|
Issue #16182: Merge readline locale fix from 3.5
|
2016-06-14 02:47:56 +00:00 |
|
Martin Panter
|
f00c49df10
|
Issue #16182: Fix readline begidx, endidx, and use locale encoding
Based on patch by Serhiy Storchaka.
|
2016-06-14 01:16:16 +00:00 |
|
doko@ubuntu.com
|
fcff437de3
|
- Comment out socket (SO_REUSEPORT) and posix (O_SHLOCK, O_EXLOCK) constants
exposed on the API which are not implemented on GNU/Hurd. They would not
work at runtime anyway.
|
2016-06-13 16:33:04 +02:00 |
|
Berker Peksag
|
f84f259b0b
|
Merge from 3.5
|
2016-06-12 19:18:17 +03:00 |
|
Berker Peksag
|
0e1d6802ff
|
Fix typo in _sqlite/module.h
|
2016-06-12 19:17:49 +03:00 |
|
Berker Peksag
|
0f355c0022
|
Issue #27190: Merge from 3.5
|
2016-06-12 14:10:24 +03:00 |
|
Berker Peksag
|
7bea2347c7
|
Issue #27190: Raise NotSupportedError if sqlite3 is older than 3.3.1
Patch by Dave Sawyer.
|
2016-06-12 14:09:51 +03:00 |
|
Serhiy Storchaka
|
b62ff6eb57
|
Issue #25455: Fixed a crash in repr of recursive functools.partial objects.
|
2016-06-12 11:51:26 +03:00 |
|
Serhiy Storchaka
|
179f960d47
|
Issue #25455: Fixed a crash in repr of recursive functools.partial objects.
|
2016-06-12 11:44:06 +03:00 |
|
Serhiy Storchaka
|
f0ee5ccd19
|
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
|
2016-06-12 09:47:20 +03:00 |
|
Serhiy Storchaka
|
9062c261a4
|
Issue #25455: Fixed a crash in repr of ElementTree.Element with recursive tag.
|
2016-06-12 09:43:55 +03:00 |
|
Benjamin Peterson
|
f0d4621aa2
|
merge 3.5 (#26556)
|
2016-06-11 13:33:58 -07:00 |
|
Benjamin Peterson
|
b5ad54990f
|
merge 3.4 (#26556)
|
2016-06-11 13:33:17 -07:00 |
|
Benjamin Peterson
|
196d7db395
|
upgrade expt to 2.1.1 (closes #26556)
|
2016-06-11 13:28:56 -07:00 |
|
Brett Cannon
|
96881cd621
|
Issue #27186: Add os.PathLike support to DirEntry
Initial patch thanks to Jelle Zijlstra.
|
2016-06-10 14:37:21 -07:00 |
|
Serhiy Storchaka
|
f41b82fb19
|
Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support
positional-only and keyword parameters in the same function.
|
2016-06-09 16:30:29 +03:00 |
|
Brett Cannon
|
b4f43e90d9
|
Clarify documentation for os.fspath().
|
2016-06-09 14:32:08 -07:00 |
|
Serhiy Storchaka
|
5dee6551e2
|
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
|
2016-06-09 16:16:06 +03:00 |
|
Serhiy Storchaka
|
2561bf6ae0
|
Issue #26305: Argument Clinic now escapes braces. No need to double them.
|
2016-06-09 16:03:23 +03:00 |
|
Serhiy Storchaka
|
ebe95fdabb
|
Issue #26305: Argument Clinic now escapes braces. No need to double them.
|
2016-06-09 16:02:15 +03:00 |
|
Barry Warsaw
|
efe7256083
|
Fix a comment.
|
2016-06-08 17:55:49 -04:00 |
|
Barry Warsaw
|
118598a072
|
Issue #27066: Fixed SystemError if a custom opener (for open()) returns a
negative number without setting an exception.
|
2016-06-08 17:54:43 -04:00 |
|
Barry Warsaw
|
480e28538d
|
Issue #27066: Fixed SystemError if a custom opener (for open()) returns
a negative number without setting an exception.
|
2016-06-08 17:47:26 -04:00 |
|
Martin Panter
|
1ab2f14281
|
Issue #27164: Merge raw Deflate zdict support from 3.5
|
2016-06-05 12:07:48 +00:00 |
|
Martin Panter
|
3f0ee83f14
|
Issue #27164: Allow decompressing raw Deflate streams with predefined zdict
Based on patch by Xiang Zhang.
|
2016-06-05 10:48:34 +00:00 |
|
Ethan Furman
|
d62548afed
|
issue27186: add open/io.open; patch by Jelle Zijlstra
|
2016-06-04 14:38:43 -07:00 |
|