R David Murray
|
5cbff51745
|
#17065: Use process-unique key for winreg test.
Patch by Jeremy Kloth.
|
2013-04-21 10:13:43 -04:00 |
Richard Oudkerk
|
7bdd93c20e
|
Issue #17555: Fix ForkAwareThreadLock so that size of after fork
registry does not grow exponentially with generation of process.
|
2013-04-17 19:15:52 +01:00 |
Antoine Pitrou
|
be92971b38
|
Issue #17710: Fix cPickle raising a SystemError on bogus input.
|
2013-04-15 21:35:25 +02:00 |
R David Murray
|
6077339270
|
#17341: Include name in re error message about invalid group name.
Patch by Jason Michalski.
|
2013-04-14 13:08:50 -04:00 |
Andrew Svetlov
|
75f1fc27c3
|
Revert changes for #13355 by request from Raymond Hettinger
|
2013-04-13 18:05:44 +03:00 |
Mark Dickinson
|
f794b143d3
|
Issue #16447: Fix potential segfault when setting __name__ on a class.
|
2013-04-13 15:19:05 +01:00 |
Serhiy Storchaka
|
6fa83f99af
|
Issue #17656: Fix extraction of zip files with unicode member paths.
|
2013-04-13 12:28:17 +03:00 |
Andrew Svetlov
|
b6cdae3db4
|
Issue #13355: Raise ValueError on random.triangular call with invalid params.
Initial patch by Yuriy Senko.
|
2013-04-12 23:39:33 +03:00 |
Serhiy Storchaka
|
371432b961
|
Close #17666: Fix reading gzip files with an extra field.
|
2013-04-08 22:33:55 +03:00 |
Serhiy Storchaka
|
6c467a41bc
|
Revert a premature patch for issue #14010 (changeset d17d10c84d27).
|
2013-04-06 22:51:29 +03:00 |
Serhiy Storchaka
|
bb84565cdb
|
Issue #14010: Fix a crash when iterating or deleting deeply nested filters
in itertools module (i.e. itertools.izip(), itertools.chain(), etc).
|
2013-04-06 22:04:10 +03:00 |
Charles-Francois Natali
|
e4059462f2
|
Issue #6419: Fix a test_kqueue failure on some BSD flavors.
|
2013-03-31 20:35:59 +02:00 |
Benjamin Peterson
|
472f77daa5
|
merge 2.7.4 release branch
|
2013-03-30 15:31:31 -04:00 |
Benjamin Peterson
|
f3ad030a74
|
G -> M (closes #17533)
|
2013-03-30 15:30:28 -04:00 |
Benjamin Peterson
|
337b1737df
|
merge 2.7.4 release branch
|
2013-03-30 10:37:25 -04:00 |
Benjamin Peterson
|
d627e122d7
|
fall back when an old test_support doesn't have various data and functions (closes #17533)
|
2013-03-30 10:36:31 -04:00 |
Ezio Melotti
|
e66e7de5d6
|
#17526: fix an IndexError raised while passing code without filename to inspect.findsource(). Initial patch by Tyler Doyle.
|
2013-03-30 05:10:28 +02:00 |
Ezio Melotti
|
f03aab7e51
|
#17564: skip test_bad_address unless the tests are run with -unetwork/-uall.
|
2013-03-30 01:32:45 +02:00 |
Benjamin Peterson
|
bc1d9c9963
|
merge 2.7.4 release branch
|
2013-03-23 22:32:34 -05:00 |
Benjamin Peterson
|
da2c7ebd23
|
allow any type with __getitem__ to be a mapping for the purposes of % (#15801)
|
2013-03-23 22:32:00 -05:00 |
Ezio Melotti
|
be1632beaf
|
Clean up references to threads in test_queue.
|
2013-03-23 23:35:06 +02:00 |
Benjamin Peterson
|
01d9a775fa
|
group ids and user ids can be longs now (#17531)
|
2013-03-23 15:40:36 -05:00 |
Vinay Sajip
|
bb2dad8915
|
Issue #17521: Corrected non-enabling of logger following two calls to fileConfig().
|
2013-03-23 11:18:10 +00:00 |
Vinay Sajip
|
8651a51c92
|
Issue #17508: Handled out-of-order handler configuration correctly.
|
2013-03-22 15:19:24 +00:00 |
Benjamin Peterson
|
17feac7c6e
|
fix issue reference
|
2013-03-20 13:11:04 -05:00 |
Benjamin Peterson
|
b2c57a9142
|
this obviously is not going to raise any -3 warnings
|
2013-03-20 13:10:41 -05:00 |
Benjamin Peterson
|
625af8e13e
|
site.py is needed to set up paths
|
2013-03-20 12:47:57 -05:00 |
Gregory P. Smith
|
5c87ad07bd
|
Use a larger amount of data for the interrupted_write tests so that
they work properly on systems configured with large pipe buffers.
|
2013-03-19 23:21:03 -07:00 |
Kristján Valur Jónsson
|
9795ca44fb
|
Issue #10212: Support new buffer interface for struct.unpack and
cStringIO
|
2013-03-19 17:17:47 -07:00 |
Kristján Valur Jónsson
|
1d108bc714
|
Issue #10211 : Buffer object should support the new buffer interface.
|
2013-03-19 16:50:51 -07:00 |
Kristján Valur Jónsson
|
acb6e85808
|
Issue #12098 : Fix a missing import in the unittests.
|
2013-03-19 17:30:30 -07:00 |
Kristján Valur Jónsson
|
8927e8f421
|
Issue #12098: multiprocessing on Windows now starts child processes
using the same sys.flags as the current process.
Backport from default branch.
|
2013-03-19 15:07:35 -07:00 |
Benjamin Peterson
|
bebf75f30a
|
open file in binary mode
|
2013-03-17 21:28:29 -07:00 |
Ezio Melotti
|
e015b6b1fc
|
#11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by Thomas Wouters.
|
2013-03-16 20:04:44 +02:00 |
Serhiy Storchaka
|
2556c8388c
|
Issue #17299: Add test coverage for cPickle with file objects and general IO
objects. Original patch by Aman Shah.
|
2013-03-14 20:59:09 +02:00 |
Terry Jan Reedy
|
a70f60acf3
|
Issue #17047: remove doubled words found in 2.7 to 3.4 Lib/*,
as reported by Serhiy Storchaka and Matthew Barnett.
|
2013-03-11 17:56:17 -04:00 |
Ezio Melotti
|
9b9cd4c85e
|
#11963: fix Windows buildbots.
|
2013-03-11 03:21:08 +02:00 |
Ezio Melotti
|
efaad09c9a
|
#11963: remove human verification from test_subprocess.
|
2013-03-11 00:34:33 +02:00 |
Ezio Melotti
|
c52670479a
|
#11963: fix Windows buildbots.
|
2013-03-10 03:25:45 +02:00 |
Ezio Melotti
|
da9eeae48e
|
#11963: avoid printing messages in test_parser. Initial patch by Éric Araujo.
|
2013-03-09 22:17:33 +02:00 |
Antoine Pitrou
|
49e4dfeec8
|
Issue #17278: Fix a crash in heapq.heappush() and heapq.heappop() when the list is being resized concurrently.
|
2013-03-04 20:30:01 +01:00 |
Ezio Melotti
|
a84ecc649b
|
#17346: make sure pickle tests are run against all protocols.
|
2013-03-04 15:23:12 +02:00 |
Mark Dickinson
|
7cac1c25a1
|
Issue #16445: Fix potential segmentation fault when deleting an exception message.
|
2013-03-03 11:13:34 +00:00 |
Ezio Melotti
|
c86e866b98
|
#17315: unlink a file that test_posixpath was leaving around.
|
2013-03-01 20:56:13 +02:00 |
Richard Oudkerk
|
ba48264bce
|
Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
|
2013-02-26 12:37:07 +00:00 |
Serhiy Storchaka
|
93bfe7d860
|
Issue #1470548: Do not buffer XMLGenerator output.
Add test for fragment producing with XMLGenerator.
|
2013-02-25 13:31:29 +02:00 |
R David Murray
|
5b2cf5e651
|
#17275: Fix class name in init errors in C bufferedio classes.
This fixes an apparent copy-and-paste error.
Original patch by Manuel Jacob.
|
2013-02-23 22:11:21 -05:00 |
Petri Lehtinen
|
f794bde17d
|
Revert "Issue #16121: Fix line number accounting in shlex"
|
2013-02-23 23:05:54 +01:00 |
Petri Lehtinen
|
43072780df
|
Issue #16121: Fix line number accounting in shlex
|
2013-02-23 22:07:39 +01:00 |
Ezio Melotti
|
0a4a7e13f3
|
Fix deprecation warning in test_tcl.
|
2013-02-23 08:19:00 +02:00 |