Ezio Melotti
|
dc99e0d396
|
#17315: merge with 3.3.
|
2013-03-01 21:00:48 +02:00 |
|
Ezio Melotti
|
7b3e571c16
|
#17315: merge with 3.2.
|
2013-03-01 21:00:05 +02:00 |
|
Ezio Melotti
|
136726c59f
|
#17315: unlink a file that test_posixpath was leaving around.
|
2013-03-01 20:59:17 +02:00 |
|
Ezio Melotti
|
c86e866b98
|
#17315: unlink a file that test_posixpath was leaving around.
|
2013-03-01 20:56:13 +02:00 |
|
Ezio Melotti
|
fbd26867ef
|
#16935: update test_crypt now that unittest discover understands SkipTest.
|
2013-03-01 14:53:45 +02:00 |
|
Ezio Melotti
|
eae2b38948
|
#16935: unittest now counts the module as skipped if it raises SkipTest, instead of counting it as an error. Patch by Zachary Ware.
|
2013-03-01 14:47:50 +02:00 |
|
Raymond Hettinger
|
dacb6858e8
|
Merge
|
2013-03-01 03:48:30 -08:00 |
|
Raymond Hettinger
|
fd54117a68
|
Don't deadlock on a reentrant call.
|
2013-03-01 03:47:57 -08:00 |
|
Raymond Hettinger
|
0580cbb164
|
Merge
|
2013-03-01 03:31:05 -08:00 |
|
Raymond Hettinger
|
faaba59977
|
Regex should be a raw string
|
2013-03-01 03:30:20 -08:00 |
|
Ezio Melotti
|
c0b64663d9
|
#17082: merge with 3.3.
|
2013-03-01 11:24:42 +02:00 |
|
Ezio Melotti
|
f79493bf9e
|
#17082: test_dbm* now work with unittest test discovery. Patch by Zachary Ware.
|
2013-03-01 11:23:28 +02:00 |
|
Ezio Melotti
|
6cc46d35f1
|
#17079: merge with 3.3.
|
2013-03-01 10:56:35 +02:00 |
|
Ezio Melotti
|
520378f81d
|
#17079: test_ctypes now works with unittest test discovery. Patch by Zachary Ware.
|
2013-03-01 10:55:17 +02:00 |
|
Raymond Hettinger
|
dce969d2b0
|
The example regex should be a raw string.
|
2013-02-28 11:11:11 -08:00 |
|
Ezio Melotti
|
a2f94aa0bf
|
Merge link addition from 3.3.
|
2013-02-28 18:03:35 +02:00 |
|
Ezio Melotti
|
4b231a7d12
|
Merge link addition from 3.2.
|
2013-02-28 18:03:16 +02:00 |
|
Ezio Melotti
|
c6641dbf58
|
Add a link to the demo dir.
|
2013-02-28 18:02:28 +02:00 |
|
Ezio Melotti
|
1fef1eb6e9
|
Add a link to the demo dir.
|
2013-02-28 17:55:17 +02:00 |
|
Ezio Melotti
|
26db85b30e
|
Merge markup fixes in unittest docs from 3.3.
|
2013-02-28 08:31:32 +02:00 |
|
Ezio Melotti
|
df2460564d
|
Merge markup fixes in unittest docs from 3.2.
|
2013-02-28 08:29:37 +02:00 |
|
Ezio Melotti
|
4d6cb0fcf9
|
Fix markup in unittest docs.
|
2013-02-28 08:28:11 +02:00 |
|
Ezio Melotti
|
79b2dbaf3f
|
Fix markup in unittest docs.
|
2013-02-28 08:28:11 +02:00 |
|
Vinay Sajip
|
f9e9754c47
|
Closes #17313: Deleted test file created by test_logging.
|
2013-02-27 23:33:52 +00:00 |
|
Chris Jerdonek
|
25eed49a70
|
Issue #16406: Combine the doc pages for uploading and registering to PyPI.
|
2013-02-27 10:04:23 -08:00 |
|
Chris Jerdonek
|
79333db79a
|
Issue #16406: Combine the doc pages for uploading and registering to PyPI.
|
2013-02-27 10:03:26 -08:00 |
|
Chris Jerdonek
|
13fb979638
|
Issue #16406: Combine the doc pages for uploading and registering to PyPI.
|
2013-02-27 10:00:20 -08:00 |
|
Chris Jerdonek
|
2277b947bb
|
Issue #16406: combine the doc pages for uploading and registering to PyPI.
|
2013-02-27 09:55:39 -08:00 |
|
Chris Jerdonek
|
517e925614
|
Issue #17283: Share code between __main__.py and regrtest.py in Lib/test.
This commit also removes TESTCWD from regrtest.py's global namespace.
|
2013-02-27 09:02:53 -08:00 |
|
R David Murray
|
4cbd293395
|
Null merge for issue 1692335 backport.
|
2013-02-27 09:03:30 -05:00 |
|
R David Murray
|
e98631d541
|
Null merge for issue 1692335 backport.
|
2013-02-27 09:02:49 -05:00 |
|
R David Murray
|
1cb0cb2fcd
|
#17296: backport fix for issue 1692335, naive exception pickling.
|
2013-02-27 08:57:09 -05:00 |
|
Ezio Melotti
|
e1569e550c
|
#17304: merge with 3.3.
|
2013-02-27 10:09:46 +02:00 |
|
Ezio Melotti
|
e601fb0691
|
#17304: test_hash now works with unittest test discovery. Patch by Zachary Ware.
|
2013-02-27 10:09:12 +02:00 |
|
Ezio Melotti
|
28050255cc
|
#17303: merge with 3.3.
|
2013-02-27 10:01:06 +02:00 |
|
Ezio Melotti
|
1ed6be3793
|
#17303: test_future* now work with unittest test discovery. Patch by Zachary Ware.
|
2013-02-27 10:00:03 +02:00 |
|
Victor Stinner
|
742c5961dd
|
(Merge 3.3) Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE)
|
2013-02-26 22:52:25 +01:00 |
|
Victor Stinner
|
c472c5d7bd
|
Issue #17223: Fix test_array on Windows (16-bit wchar_t/Py_UNICODE)
|
2013-02-26 22:52:11 +01:00 |
|
Petri Lehtinen
|
e55aa69efc
|
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
|
2013-02-26 21:46:12 +02:00 |
|
Petri Lehtinen
|
6401ad66a7
|
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
|
2013-02-26 21:45:09 +02:00 |
|
Petri Lehtinen
|
5f79409889
|
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
|
2013-02-26 21:38:17 +02:00 |
|
Petri Lehtinen
|
e41a4634c9
|
Issue #14720: Enhance sqlite3 microsecond conversion, document its behavior
|
2013-02-26 21:34:33 +02:00 |
|
Vinay Sajip
|
8ff7f7207c
|
Closes #17290: Merged fix from 3.3.
|
2013-02-26 16:29:46 +00:00 |
|
Vinay Sajip
|
66fef9f049
|
Closes #17290: Loading cursor now does not persist when launching GUI scripts.
|
2013-02-26 16:29:06 +00:00 |
|
Eli Bendersky
|
b26545e7b4
|
Some cosmetic changes
|
2013-02-26 05:54:04 -08:00 |
|
Eli Bendersky
|
236870439c
|
Some cosmetic changes
|
2013-02-26 05:53:23 -08:00 |
|
Richard Oudkerk
|
0320025f17
|
Merge
|
2013-02-26 13:11:11 +00:00 |
|
Richard Oudkerk
|
5b8a3242c4
|
Merge
|
2013-02-26 13:00:15 +00:00 |
|
Richard Oudkerk
|
7aaa1ef858
|
Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
|
2013-02-26 12:39:57 +00:00 |
|
Richard Oudkerk
|
ba48264bce
|
Issue #17018: Make Process.join() retry if os.waitpid() fails with EINTR.
|
2013-02-26 12:37:07 +00:00 |
|