Georg Brandl
0c6a438aea
Remove test_rgbimg output file, there is no test_rgbimg.py.
2007-08-24 18:30:06 +00:00
Georg Brandl
d558f67d5d
Document new utility functions in test_support.
2007-08-24 18:27:43 +00:00
Georg Brandl
692bbc4790
Port test_frozen to unittest.
2007-08-24 18:22:54 +00:00
Georg Brandl
9f2b93e03a
Patch #1008 : port test_signal to unittest.
2007-08-24 18:07:52 +00:00
Georg Brandl
b3c572ba51
Fix #1012 : wrong URL to :mod:`site` in install/index.rst.
2007-08-24 17:46:54 +00:00
Georg Brandl
3376a9a711
Patch #1006 : port test_winreg to unittest.
2007-08-24 17:38:49 +00:00
Georg Brandl
94bda3a586
Bug #1011 : fix rfc822.Message.getheader docs.
2007-08-24 17:23:23 +00:00
Guido van Rossum
966bb8c59b
Fix silly typo in test name.
2007-08-24 14:53:14 +00:00
Georg Brandl
915c87d3e5
Bug #1765375 : fix stripping of unwanted LDFLAGS.
2007-08-24 11:47:37 +00:00
Georg Brandl
8ec5754086
uuid creation is now threadsafe, backport from py3k rev. 57375.
2007-08-24 06:10:01 +00:00
Gregory P. Smith
1042a4d719
Fix bug 1725856.
2007-08-24 05:11:38 +00:00
Georg Brandl
daa6f254c6
Patch #1779550 : remove redundant code in logging.
2007-08-23 21:55:57 +00:00
Georg Brandl
3761422749
Bug #1758696 : more info about descriptors.
2007-08-23 21:42:54 +00:00
Georg Brandl
604c121eee
Bug #1625381 : clarify match vs search introduction.
2007-08-23 21:36:05 +00:00
Georg Brandl
da5f16ab19
Bug #1688564 : document os.path.join's absolute path behavior in the docstring.
2007-08-23 21:27:57 +00:00
Georg Brandl
b7a837d81b
Bug #1734111 : document struct.Struct.size.
2007-08-23 21:21:36 +00:00
Georg Brandl
4ad9b8206c
Bug #1752332 : httplib no longer uses socket.getaddrinfo().
2007-08-23 21:18:44 +00:00
Georg Brandl
a3a68a0db4
Clarify wording a bit.
2007-08-23 20:55:44 +00:00
Georg Brandl
154cc588d3
Bug #1594966 : fix misleading usage example
2007-08-23 20:53:28 +00:00
Georg Brandl
3e0f735ce1
Bug #1694833 : fix imp.find_module() docs wrt. packages.
2007-08-23 20:50:23 +00:00
Georg Brandl
891f1d339b
Bug #1573854 : fix docs for sqlite3 cursor rowcount attr.
2007-08-23 20:40:01 +00:00
Georg Brandl
8d9e84554e
Bug #1697820 : document that the old slice protocol is still used by builtin types.
2007-08-23 20:35:00 +00:00
Georg Brandl
ac4018ae39
Use try-except-finally in contextlib.
2007-08-23 18:11:33 +00:00
Georg Brandl
add36e5fdf
Second half of #1752175 : #ifdef out references to PyImport_DynLoadFiletab if HAVE_DYNAMIC_LOADING is not defined.
2007-08-23 18:08:06 +00:00
Georg Brandl
7cf40799ef
Bug #1766421 : "return code" vs. "status code".
2007-08-23 17:57:05 +00:00
Georg Brandl
4debd55874
Bug #1768121 : fix wrong/missing opcode docs.
2007-08-23 17:54:11 +00:00
Brett Cannon
dbed7a7394
Make test_runpy re-entrant.
2007-08-23 14:53:17 +00:00
Jeffrey Yasskin
879975677a
When setup.py fails to find the necessary bits to build some modules, have it
...
print a slightly more informative message.
2007-08-22 23:14:27 +00:00
Gregory P. Smith
ca4669c152
stop leaving log.0000001 __db.00* and xxx.db turds in developer
...
sandboxes when bsddb3 tests are run.
2007-08-22 21:32:34 +00:00
Alex Martelli
d8672aa8a4
Fix compile.c so that it records 0.0 and -0.0 as separate constants in a code
...
object's co_consts tuple; add a test to show that the previous behavior (where
these two constants were "collapsed" into one) causes serious malfunctioning.
2007-08-22 21:14:17 +00:00
Skip Montanaro
89e975fc74
whoops - need to check in configure as well
2007-08-22 19:05:21 +00:00
Skip Montanaro
7221d93aca
Note that BeOS is unsupported as of Python 2.6.
2007-08-22 19:02:16 +00:00
Facundo Batista
1bc8d639df
Added test for behavior of operations on an unconnected SMTP object,
...
and tests for NOOP, RSET, and VRFY. Corrected typo in a comment for
testNonnumericPort. Added a check for constructing SMTP objects when
non-numeric ports are included in the host name. Derived a server from
SMTPServer to test various ESMTP/SMTP capabilities. Check that a
second HELO to DebuggingServer returns an error. [GSoC - Alan McIntyre]
2007-08-21 16:57:18 +00:00
Georg Brandl
32008321f5
Bug #1777168 : replace operator names "opa"... with "op1"... and mark everything up as literal,
...
to enhance readability.
2007-08-21 06:12:19 +00:00
Georg Brandl
ff457b1d05
Bug #1777160 : mention explicitly that e.g. -1**2 is -1.
2007-08-21 06:07:08 +00:00
Georg Brandl
d7e9f608c3
Revert accidental checkins from last commit.
2007-08-21 06:03:43 +00:00
Georg Brandl
fdca6d8599
Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers.
2007-08-21 06:01:18 +00:00
Mark Hammond
1bb124ad0d
[ 1761786 ] distutils.util.get_platform() return value on 64bit Windows
...
As discussed on distutils-sig: Allows the generated installer name on
64bit Windows platforms to be different than the name generated for
32bit Windows platforms.
2007-08-21 01:05:16 +00:00
Mark Hammond
e4f271f38d
[ 1761786 ] distutils.util.get_platform() return value on 64bit Windows
...
As discussed on distutils-sig: Allows the generated installer name on
64bit Windows platforms to be different than the name generated for
32bit Windows platforms.
2007-08-21 01:04:47 +00:00
Facundo Batista
c65a5f1b14
Catch ProtocolError exceptions and include the header information in
...
test output (to make it easier to debug test failures caused by
problems in the server). [GSoC - Alan McIntyre]
2007-08-21 00:16:21 +00:00
Guido van Rossum
54ec61ea6e
Add a hack (originally devised in a slightly different form by Thomas Wouters)
...
to prevent spurious tracebacks when a daemon thread's cleanup happens to wake
up when the world around it has already been destroyed.
2007-08-20 15:18:04 +00:00
Hye-Shik Chang
2390104d81
Add cheot-ga-keut composed make-up sequence support in EUC-KR codec.
2007-08-20 06:49:18 +00:00
Georg Brandl
c553f42907
Fix stray backticks.
2007-08-19 18:43:50 +00:00
Brett Cannon
f839e494fc
Remove Mikael as the maintainer of BeOS at his request. With no maintainer
...
should the port be deprecated in 2.6?
2007-08-18 18:30:36 +00:00
Georg Brandl
3f8fbf0589
Fix PDB command descriptions.
2007-08-18 06:05:56 +00:00
Brett Cannon
855da6cbbf
Make test_warnings re-entrant.
2007-08-17 20:16:15 +00:00
Facundo Batista
7f686fce40
Added a flag (_send_traceback_header) to the SimpleXMLRPCServer class
...
that allows sending back exception/stack trace information about
internal server errors (this flag defaults to False to avoid sending
such information unless explicitly enabled). Added tests to verify
behavior of this new feature (these tests are skipped on win32 because
of problems with WSAEWOULDBLOCK). Renamed HTTPTestCase to
SimpleServerTestCase. [GSoC - Alan McIntyre]
2007-08-17 19:16:44 +00:00
Brett Cannon
414f3f90f0
Remove news entry for test.test_support.guard_warnings_filter as it has been
...
removed.
2007-08-17 18:59:58 +00:00
Brett Cannon
ea424b5a28
Clarify the comment about setting the PYTHON variable for the Doc Makefile.
2007-08-17 18:51:57 +00:00
Walter Dörwald
9ab80a9fb4
Move another variable declaration up.
2007-08-17 16:58:43 +00:00