Commit graph

41739 commits

Author SHA1 Message Date
R. David Murray
840ac926c5 Fix Windows test skip error revealed by buildbot. Also a comment spelling
correction in a previously fixed test.
2009-03-31 23:45:39 +00:00
Georg Brandl
a08867d8a1 Dont shout to users. 2009-03-31 23:01:27 +00:00
Tarek Ziadé
3bb5a9642b fixed the test for win32 CompileError 2009-03-31 22:47:01 +00:00
Tarek Ziadé
2bdefb3eee catching msvc9compiler error as well 2009-03-31 22:44:10 +00:00
Raymond Hettinger
6bc94cbbc8 Improve examples for collections.deque() 2009-03-31 22:43:03 +00:00
Georg Brandl
354e4cbb1c #5018: remove confusing paragraph. 2009-03-31 22:40:16 +00:00
Georg Brandl
44fb2a9314 #5617: add a handy function to print a unicode string to gdbinit. 2009-03-31 22:35:46 +00:00
Tarek Ziadé
9e47ce49a0 #5583 Added optional Extensions in Distutils 2009-03-31 22:27:23 +00:00
Jesse Noller
42f9b4e5b4 Issue 5619: Pass MS CRT debug flags into subprocesses 2009-03-31 22:20:35 +00:00
Georg Brandl
b7715865e7 #3427: document correct return type for urlopen().info(). 2009-03-31 22:18:19 +00:00
Georg Brandl
0c7b2c9c19 #1651995: fix _convert_ref for non-ASCII characters. 2009-03-31 22:11:53 +00:00
Georg Brandl
95fafec732 #5563: more documentation for bdist_msi. 2009-03-31 22:03:40 +00:00
Josiah Carlson
aba27dd6d9 Made handle_expt_event() be called last, so that we don't accidentally read
after closing the socket.
2009-03-31 21:49:36 +00:00
Georg Brandl
bcd64a3fc7 #1676135: remove trailing slashes from --prefix argument. 2009-03-31 21:45:18 +00:00
Georg Brandl
690362183a #1675026: add a note about a strange Windows problem, and remove notes about AtheOS. 2009-03-31 21:43:03 +00:00
Georg Brandl
9a744c1387 Remove warning about pending Win9x support removal. 2009-03-31 21:40:24 +00:00
Benjamin Peterson
d906ea62c8 fix Thread.ident when it is the main thread or a dummy thread #5632 2009-03-31 21:34:42 +00:00
Georg Brandl
a08e8dedc2 #5598: document DocFileSuite *args argument. 2009-03-31 21:15:33 +00:00
Benjamin Peterson
bd9dd31abd take the usual lock precautions around _active_limbo_lock 2009-03-31 21:06:30 +00:00
Georg Brandl
186188d89d #1530012: move TQS section before raw strings. 2009-03-31 20:56:32 +00:00
Tarek Ziadé
1a1158f955 making sdist and config test silents 2009-03-31 20:56:11 +00:00
Tarek Ziadé
899dd1221d added tests to the install_headers command 2009-03-31 20:55:21 +00:00
Tarek Ziadé
a961a0444d added test to the install_data command 2009-03-31 20:54:38 +00:00
Tarek Ziadé
e899b711df more tests for the upload command 2009-03-31 20:53:55 +00:00
Tarek Ziadé
ca2b8d283a more tests for the register command 2009-03-31 20:53:13 +00:00
Tarek Ziadé
023862890f added tests for the clean command 2009-03-31 20:50:59 +00:00
Tarek Ziadé
c7cd138bc2 using log.warn for sys.stderr 2009-03-31 20:48:31 +00:00
Georg Brandl
ef660e8e50 #1674032: return value of flag from Event.wait(). OKed by Guido. 2009-03-31 20:41:08 +00:00
Hirokazu Yamamoto
1d7d5325be Issue #5387: Fixed mmap.move crash by integer overflow. (take2) 2009-03-31 20:14:04 +00:00
Gregory P. Smith
65ff00559a Issue an actual PendingDeprecationWarning for the TestCase.fail* methods.
Document the deprecation.
2009-03-31 19:59:14 +00:00
R. David Murray
41448c58d2 Add NEWS entry for regrtest change. 2009-03-31 19:57:24 +00:00
R. David Murray
612f1d5f48 Remove the regrtest check that turns any ImportError into a skipped test.
Hopefully all modules whose imports legitimately result in a skipped
test have been properly wrapped by the previous commits.
2009-03-31 19:49:15 +00:00
R. David Murray
bdeacba51b Improve test_support.import_module docstring, remove
deprecated flag from get_attribute since it isn't likely
to do anything useful.
2009-03-31 19:33:15 +00:00
Josiah Carlson
df90b02415 This resolves issue 1161031. Tests pass. 2009-03-31 19:32:34 +00:00
R. David Murray
73fba6915a Delete out-of-date and little-known README from the test
directory by consensus of devs at pycon sprint.
2009-03-31 19:31:17 +00:00
Georg Brandl
bdaa6a7043 #5618: fix typo. 2009-03-31 19:30:56 +00:00
Georg Brandl
956ed9782a #4411: document mro() and __mro__. (I hope I got it right.) 2009-03-31 19:26:24 +00:00
Georg Brandl
2ce1c61ca6 Fix-up unwanted change. 2009-03-31 19:14:42 +00:00
Georg Brandl
c5d8c63345 #5190: export make_option in __all__. 2009-03-31 19:12:17 +00:00
Georg Brandl
b48adecbd6 #1096310: document usage of sys.__std*__ a bit better. 2009-03-31 19:10:35 +00:00
Georg Brandl
5206086e0d #4882: document named group behavior a bit better. 2009-03-31 19:06:57 +00:00
Gregory P. Smith
7558d57ad2 Rename the actual method definitions to the official assertFoo names.
Adds unittests to make sure the old fail* names continue to work now
and adds a comment that they are pending deprecation.

Also adds a test to confirm that the plural Equals method variants
continue to exist even though we're unlikely to deprecate those.

http://bugs.python.org/issue2578
2009-03-31 19:03:28 +00:00
Georg Brandl
6eabc24416 #5241: document missing U in regex howto. 2009-03-31 18:38:56 +00:00
Georg Brandl
a9efe6f65c #5227: note that Py_Main doesnt return on SystemExit. 2009-03-31 18:33:10 +00:00
R. David Murray
597ebab744 A few more test skips via import_module, and change import_module to
return the error message produced by importlib, so that if an import
in the package whose import is being wrapped is what failed the skip
message will contain the name of that module instead of the name of the
wrapped module.  Also fixed formatting of some previous comments.
2009-03-31 18:32:17 +00:00
Georg Brandl
9e0b363629 #5245: note that PyRun_SimpleString doesnt return on SystemExit. 2009-03-31 18:30:37 +00:00
Jesse Noller
1f0a55523f missed the news/acks for netbsd patch 2009-03-31 18:27:14 +00:00
Georg Brandl
22717dffba #837577: note cryptic return value of spawn*e on invalid env dicts. 2009-03-31 18:26:55 +00:00
Jesse Noller
40a6164afa Apply patch for netbsd multiprocessing support 2009-03-31 18:12:35 +00:00
Raymond Hettinger
3476d1279f Per the language summit, the optional fastpath imports should use from-import-star. 2009-03-31 17:47:06 +00:00