Serhiy Storchaka
|
43d9fa2167
|
Issue #17248: Fix os.*chown() testing when user has group root.
|
2013-02-20 19:48:47 +02:00 |
Serhiy Storchaka
|
b3d62cefc7
|
Issue #17248: Fix os.*chown() testing when user has group root.
|
2013-02-20 19:48:22 +02:00 |
Serhiy Storchaka
|
f0602062b6
|
Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings.
|
2013-02-20 19:42:31 +02:00 |
Serhiy Storchaka
|
54db2fd5d0
|
Issue #15301: Enhance os.*chown() testing. Based on patch by Larry Hastings.
|
2013-02-20 19:40:25 +02:00 |
Ezio Melotti
|
5a9ce077e0
|
#17143: fix buildbot failures on Windows.
|
2013-02-20 02:52:49 +02:00 |
R David Murray
|
6cd6f01556
|
Merge: #13700: Make imap.authenticate with authobject work.
This fixes a bytes/string confusion in the API which prevented
custom authobjects from working at all.
Original patch by Erno Tukia.
|
2013-02-19 12:19:13 -05:00 |
R David Murray
|
774a39f26e
|
#13700: Make imap.authenticate with authobject work.
This fixes a bytes/string confusion in the API which prevented
custom authobjects from working at all.
Original patch by Erno Tukia.
|
2013-02-19 12:17:31 -05:00 |
Stefan Krah
|
674a42b114
|
Fix error messages.
|
2013-02-19 13:44:49 +01:00 |
R David Murray
|
702a5dc1ed
|
#7963: fix error message when 'object' called with arguments.
|
2013-02-18 21:39:18 -05:00 |
R David Murray
|
6b30759022
|
#7963: fix error message when 'object' called with arguments.
Patch by Alexander Belopolsky.
|
2013-02-18 21:20:08 -05:00 |
Serhiy Storchaka
|
41d4ebbf43
|
Disable posixpath.realpath() tests on Windows (fix for issue #6975).
|
2013-02-18 13:33:13 +02:00 |
Serhiy Storchaka
|
1548ed6698
|
Disable posixpath.realpath() tests on Windows (fix for issue #6975).
|
2013-02-18 13:32:30 +02:00 |
Serhiy Storchaka
|
df4aa642a5
|
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
a string argument contains non-BMP character.
|
2013-02-18 13:02:41 +02:00 |
Serhiy Storchaka
|
59f5dee3d6
|
Issue #13153: Tkinter functions now raise TclError instead of ValueError when
a string argument contains non-BMP character.
|
2013-02-18 13:01:52 +02:00 |
Serhiy Storchaka
|
407aa2df2a
|
Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).
|
2013-02-18 12:21:30 +02:00 |
Serhiy Storchaka
|
467393dff5
|
Fix posixpath.realpath() for multiple pardirs (fixes issue #6975).
|
2013-02-18 12:21:04 +02:00 |
Serhiy Storchaka
|
f844f7e361
|
Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
|
2013-02-18 11:18:33 +02:00 |
Serhiy Storchaka
|
9acb9bc659
|
Fix issue #13169: Reimport MAXREPEAT into sre_constants.py.
|
2013-02-18 11:14:21 +02:00 |
Andrew Svetlov
|
a60de4f14f
|
Issue #17215: Fix documentation misprints (patch by July Tikhonov)
|
2013-02-17 16:55:58 +02:00 |
Raymond Hettinger
|
d0dbb20f5f
|
Set cache sizes to a power-of-two
|
2013-02-17 01:33:37 -08:00 |
Eric Snow
|
5b49962f7e
|
Fixes a FileFinder docstring to reflect an old change.
That change was in 1db6553f3f8c.
|
2013-02-16 22:23:48 -07:00 |
Serhiy Storchaka
|
b0c75a7dec
|
Issue #9669: Protect re against infinite loops on zero-width matching in
non-greedy repeat. Patch by Matthew Barnett.
|
2013-02-16 21:25:05 +02:00 |
Serhiy Storchaka
|
fa46816915
|
Issue #9669: Protect re against infinite loops on zero-width matching in
non-greedy repeat. Patch by Matthew Barnett.
|
2013-02-16 21:23:53 +02:00 |
Serhiy Storchaka
|
f8def28ff0
|
Issue #17193: Use binary prefixes (KiB, MiB, GiB) for memory units.
|
2013-02-16 17:29:56 +02:00 |
Serhiy Storchaka
|
a0eb809995
|
Issue #13169: The maximal repetition number in a regular expression has been
increased from 65534 to 2147483647 (on 32-bit platform) or 4294967294 (on
64-bit).
|
2013-02-16 16:54:33 +02:00 |
Serhiy Storchaka
|
70ca0210e8
|
Issue #13169: The maximal repetition number in a regular expression has been
increased from 65534 to 2147483647 (on 32-bit platform) or 4294967294 (on
64-bit).
|
2013-02-16 16:47:47 +02:00 |
Ezio Melotti
|
293ab9728a
|
#17178: merge with 3.2.
|
2013-02-15 23:38:05 +02:00 |
Ezio Melotti
|
b19ed57d8d
|
#17178: update any()/all() docstrings to document their behavior with empty iterables. Patch by Ankur Ankan.
|
2013-02-15 23:35:14 +02:00 |
Antoine Pitrou
|
db0b7be566
|
Issue #17208: add a note about the termination behaviour of daemon threads.
|
2013-02-15 21:31:33 +01:00 |
Antoine Pitrou
|
38b82543f7
|
Issue #17208: add a note about the termination behaviour of daemon threads.
|
2013-02-15 21:27:18 +01:00 |
Ezio Melotti
|
23e043fdcd
|
#17143: fix a missing import in the trace module. Initial patch by Berker Peksag.
|
2013-02-15 21:20:50 +02:00 |
Ezio Melotti
|
3a03d2eaef
|
#17163: test_file now works with unittest test discovery. Patch by Zachary Ware.
|
2013-02-15 19:17:53 +02:00 |
Richard Oudkerk
|
a90b7132b7
|
Merge
|
2013-02-13 15:21:23 +00:00 |
Richard Oudkerk
|
439bdb1062
|
Add Misc/NEWS entry for Issue #16743
|
2013-02-13 15:19:36 +00:00 |
Richard Oudkerk
|
6d40134eba
|
Merge
|
2013-02-13 12:32:32 +00:00 |
Richard Oudkerk
|
0d09ba8e0b
|
Issue #16743: Fix mmap overflow check on 32 bit Windows
|
2013-02-13 12:18:03 +00:00 |
Serhiy Storchaka
|
40f42d95f5
|
Cleanup a test for issue #5308.
|
2013-02-13 12:32:24 +02:00 |
Serhiy Storchaka
|
5a1f152d19
|
Issue #5308: Raise ValueError when marshalling too large object (a sequence
with size >= 2**31), instead of producing illegal marshal data.
|
2013-02-13 12:11:03 +02:00 |
Serhiy Storchaka
|
7e0191170e
|
Issue #5308: Raise ValueError when marshalling too large object (a sequence
with size >= 2**31), instead of producing illegal marshal data.
|
2013-02-13 12:08:15 +02:00 |
Serhiy Storchaka
|
bebd2063e1
|
Fix for issue #16800: Use buffered write to handle EINTR.
|
2013-02-13 00:59:53 +02:00 |
Serhiy Storchaka
|
76a2ed1398
|
Fix for issue #16800: Use buffered write to handle EINTR.
|
2013-02-13 00:59:26 +02:00 |
Serhiy Storchaka
|
ff7fef9601
|
Issue #16800: tempfile.gettempdir() no longer left temporary files when
the disk is full. Original patch by Amir Szekely.
|
2013-02-13 00:37:29 +02:00 |
Serhiy Storchaka
|
f6b361ec1a
|
Issue #16800: tempfile.gettempdir() no longer left temporary files when
the disk is full. Original patch by Amir Szekely.
|
2013-02-13 00:35:30 +02:00 |
Serhiy Storchaka
|
b52d432a78
|
Null merge
|
2013-02-12 09:30:03 +02:00 |
Serhiy Storchaka
|
e4ad8aacd1
|
Issue #4591: Uid and gid values larger than 2**31 are supported now.
|
2013-02-12 09:24:16 +02:00 |
Serhiy Storchaka
|
008deb7f04
|
Clean trailing whitespaces in Makefile.pre.in.
|
2013-02-12 09:21:36 +02:00 |
Serhiy Storchaka
|
55e2238272
|
Raise KeyError instead of OverflowError when getpwuid's argument is out of
uid_t range.
|
2013-02-11 20:32:47 +02:00 |
R David Murray
|
66383b2e0a
|
Merge: #17171: fix email.encoders.encode_7or8bit when applied to binary data.
|
2013-02-11 10:53:35 -05:00 |
R David Murray
|
ec317a8985
|
#17171: fix email.encoders.encode_7or8bit when applied to binary data.
|
2013-02-11 10:51:28 -05:00 |
R David Murray
|
0b61d3c0f2
|
Merge: #17064: fix sporadic permission errors in test_mailbox on windows.
Patch by Jeremy Kloth.
|
2013-02-11 10:05:03 -05:00 |