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
|
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 |
|
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
|
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
|
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
|
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
|
e4ad8aacd1
|
Issue #4591: Uid and gid values larger than 2**31 are supported now.
|
2013-02-12 09:24:16 +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 |
|
R David Murray
|
b3e8384cbe
|
#17064: fix sporadic permission errors in test_mailbox on windows.
Patch by Jeremy Kloth.
|
2013-02-11 10:04:26 -05:00 |
|
Michael Foord
|
b71b8ec7b1
|
Merge
|
2013-02-11 13:29:58 +00:00 |
|
Michael Foord
|
f78f5b11f6
|
Correction to issue 17052 fix
|
2013-02-11 13:20:52 +00:00 |
|
Michael Foord
|
a23a39c07d
|
Merge
|
2013-02-11 00:18:07 +00:00 |
|
Michael Foord
|
8fd396bd22
|
Issue 17502: unittest discovery should use self.testLoader
|
2013-02-11 00:04:24 +00:00 |
|
Serhiy Storchaka
|
7cf5599346
|
Issue #4591: Uid and gid values larger than 2**31 are supported now.
|
2013-02-10 21:56:49 +02:00 |
|
Serhiy Storchaka
|
ac99576a8e
|
Issue #17141: random.vonmisesvariate() no more hangs for large kappas.
|
2013-02-10 19:29:20 +02:00 |
|
Serhiy Storchaka
|
6c22b1d760
|
Issue #17141: random.vonmisesvariate() no more hangs for large kappas.
|
2013-02-10 19:28:56 +02:00 |
|
Serhiy Storchaka
|
801d955f04
|
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
and a full traceback including line number.
|
2013-02-10 17:42:01 +02:00 |
|
Serhiy Storchaka
|
5e61f14c6d
|
Issue #12983: Bytes literals with invalid \x escape now raise a SyntaxError
and a full traceback including line number.
|
2013-02-10 17:36:00 +02:00 |
|
Mark Dickinson
|
6427358501
|
Issue #17149: merge fix from 3.2.
|
2013-02-10 14:16:56 +00:00 |
|
Mark Dickinson
|
be5f91957f
|
Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*math.pi].
|
2013-02-10 14:16:10 +00:00 |
|
Serhiy Storchaka
|
bf95c143a2
|
Fix a test for SpooledTemporaryFile (added in issue #10355).
|
2013-02-10 14:44:14 +02:00 |
|
Serhiy Storchaka
|
497cee456c
|
Fix a test for SpooledTemporaryFile (added in issue #10355).
|
2013-02-10 14:43:46 +02:00 |
|
Serhiy Storchaka
|
9fef188c9e
|
Issue #1470548: XMLGenerator now works with binary output streams.
|
2013-02-10 14:31:07 +02:00 |
|
Serhiy Storchaka
|
88efc52d74
|
Issue #1470548: XMLGenerator now works with binary output streams.
|
2013-02-10 14:29:52 +02:00 |
|
Serhiy Storchaka
|
d83c82440b
|
Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms.
|
2013-02-10 12:23:10 +02:00 |
|
Serhiy Storchaka
|
df32691e6f
|
Issue #6975: os.path.realpath() now correctly resolves multiple nested symlinks on POSIX platforms.
|
2013-02-10 12:22:07 +02:00 |
|
Serhiy Storchaka
|
7451a72e2b
|
Issue #17169: Restore errno in tempfile exceptions.
|
2013-02-09 22:25:49 +02:00 |
|
R David Murray
|
6cb1d67eb3
|
Merge: #16564: Fix regression in use of encoders.encode_noop with binary data.
|
2013-02-09 13:10:54 -05:00 |
|
R David Murray
|
ceaa8b1d75
|
#16564: Fix regression in use of encoders.encode_noop with binary data.
|
2013-02-09 13:02:58 -05:00 |
|
Serhiy Storchaka
|
33182807f8
|
Issue #10355: SpooledTemporaryFile properties now work for unrolled files.
Remove obsoleted xreadline method.
|
2013-02-09 12:21:52 +02:00 |
|