Commit graph

79811 commits

Author SHA1 Message Date
Gregory P. Smith
255bf5b9ec Issue #16962: Use getdents64 instead of the obsolete getdents syscall in
the subprocess module on Linux.
2013-03-03 10:45:05 -08:00
Ezio Melotti
04a29554c1 #17032: The "global" in the "NameError: global name 'x' is not defined" error message has been removed. Patch by Ram Rachum. 2013-03-03 15:12:44 +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
ee71f4a8a4 #17334: merge with 3.3. 2013-03-02 14:48:01 +02:00
Ezio Melotti
bce9a5d5cd #17334: test_index now works with unittest test discovery. Patch by Zachary Ware. 2013-03-02 14:47:07 +02:00
Ezio Melotti
5c67e22145 #17333: merge with 3.3. 2013-03-02 14:33:05 +02:00
Ezio Melotti
02bf701b25 #17333: test_imaplib now works with unittest test discovery. Patch by Zachary Ware. 2013-03-02 14:25:56 +02:00
Raymond Hettinger
a35e281200 Merge 2013-03-01 23:51:26 -08:00
Raymond Hettinger
4f4ba16677 Issue #17331: Use isidentifier() instead of isalnum() to check for valid identifiers. 2013-03-01 23:43:48 -08:00
Raymond Hettinger
794568f0ad Merge 2013-03-01 23:21:00 -08:00
Raymond Hettinger
409f663091 Remove dependency on dummy_threading (to solve a bootstrap problem). 2013-03-01 23:20:13 -08:00
Ezio Melotti
bf0428ebed Merge markup fixes in unittest doc from 3.3. 2013-03-01 21:28:23 +02:00
Ezio Melotti
aba4581ce3 Merge markup fixes in unittest doc from 3.2. 2013-03-01 21:28:06 +02:00
Ezio Melotti
fed69ba63c Fix markup in unittest doc. 2013-03-01 21:26:04 +02:00
Ezio Melotti
ff0deb0529 Fix markup in unittest doc. 2013-03-01 21:26:04 +02:00
Ezio Melotti
4b843a7492 #17312: unlink a file that test_aifc was leaving around. 2013-03-01 21:10:26 +02:00
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