Tarek Ziadé
|
c7498f5aab
|
#6263 fixed syntax error in distutils.cygwinccompiler
|
2009-06-11 09:13:36 +00:00 |
Tarek Ziadé
|
2d36afd15e
|
removed the last string.split() call
|
2009-06-11 08:43:26 +00:00 |
Tarek Ziadé
|
25d2bae1c9
|
Fixed #5201: now distutils.sysconfig.parse_makefile() understands '53264' in Makefiles
|
2009-06-11 08:12:20 +00:00 |
Tarek Ziadé
|
7ca57aa9fa
|
Distutils: started code cleanup and test coverage for cygwinccompiler
|
2009-06-10 18:49:50 +00:00 |
Raymond Hettinger
|
1917ad587f
|
Issue 6256: Fix stacklevel in warning message.
|
2009-06-10 16:15:02 +00:00 |
Amaury Forgeot d'Arc
|
5217c0848a
|
Missing import in test_curses, uncovered by some buildbots.
(There are still a few test files that don't use the standard layout)
|
2009-06-09 23:37:11 +00:00 |
Amaury Forgeot d'Arc
|
03dcc73c11
|
Avoid invoking the parser/compiler just to test the presence of a function.
|
2009-06-09 22:53:16 +00:00 |
Benjamin Peterson
|
6a098d20e4
|
update symbol.py from with statement changes
|
2009-06-09 21:13:43 +00:00 |
Eric Smith
|
9eeeee9d71
|
Restored a test that was erroneously removed. See issue 6198.
|
2009-06-09 12:38:08 +00:00 |
Benjamin Peterson
|
a5a5728cf0
|
remove error checks already done in set_context()
|
2009-06-08 23:44:13 +00:00 |
Georg Brandl
|
0c6d166479
|
Typo fix.
|
2009-06-08 18:41:36 +00:00 |
Benjamin Peterson
|
64092a56ec
|
backport r73273
|
2009-06-07 23:12:44 +00:00 |
Kristján Valur Jónsson
|
afefcfd4bf
|
http://bugs.python.org/issue6192
Add a feature to disable the Nagle algorithm on sockets in TCPServer
|
2009-06-07 16:43:23 +00:00 |
Benjamin Peterson
|
e021c9cb27
|
backport r73268
|
2009-06-07 16:24:48 +00:00 |
Georg Brandl
|
18187e2167
|
#6224: s/JPython/Jython/, and remove one link to a module nine years old.
|
2009-06-06 18:21:58 +00:00 |
Georg Brandl
|
9be5998760
|
#6206: fix test__locale.
|
2009-06-06 05:54:34 +00:00 |
Benjamin Peterson
|
a663a373b2
|
only test for named pipe when os.stat doesn't raise #6209
|
2009-06-05 19:09:28 +00:00 |
Michael Foord
|
d53d085ada
|
Fix unittest discovery tests for Windows. Issue 6199
|
2009-06-05 14:14:34 +00:00 |
Tarek Ziadé
|
3b5d5fb123
|
reverting r72823 : Python trunk has to use latin-1 encoding
|
2009-06-05 13:37:29 +00:00 |
Eric Smith
|
7c58b09b64
|
Removed tests so that test_float pass on Windows. See issue 6198.
|
2009-06-05 12:33:26 +00:00 |
Hirokazu Yamamoto
|
fbf63a7dfa
|
Fix test__locale on windows (Backport of r72365)
|
2009-06-05 05:15:58 +00:00 |
Georg Brandl
|
4da2fa5517
|
Add test for #3684.
|
2009-06-04 18:59:58 +00:00 |
Georg Brandl
|
46121e79ce
|
Better name for "Ctor".
|
2009-06-04 10:10:41 +00:00 |
Georg Brandl
|
eb56aa169a
|
#3584: ignore trailing newlines when placing the caret for a SyntaxError location.
|
2009-06-04 09:15:12 +00:00 |
Georg Brandl
|
e6632b47bb
|
#5767: remove sgmlop support from xmlrpclib; the sgmlop parser does not do much validation and is no longer much faster than e.g. the cElementTree XMLParser.
|
2009-06-04 08:58:32 +00:00 |
Tarek Ziadé
|
e616c53aec
|
improved test coverage for distutils.command.install and cleaned it up
|
2009-06-04 07:31:52 +00:00 |
Georg Brandl
|
19e79f79ce
|
Avoid PendingDeprecationWarnings emitted by deprecated unittest methods.
|
2009-06-03 23:23:45 +00:00 |
Josiah Carlson
|
96b79c851a
|
Fix for line wrap ugly.
|
2009-06-03 19:51:52 +00:00 |
Josiah Carlson
|
a810bc736c
|
This fixes bug 5798 on OS X.
This should also fix disconnect behavior cross-platform.
|
2009-06-03 19:46:21 +00:00 |
Tarek Ziadé
|
8df921b46b
|
assertion message was dropped
|
2009-06-03 11:20:44 +00:00 |
Tarek Ziadé
|
fe327b97d2
|
more cleanup and test coverage for distutils.extension
|
2009-06-03 11:12:08 +00:00 |
Tarek Ziadé
|
c6709978ac
|
added some tests for distutils.extension + code cleanup
|
2009-06-03 10:26:26 +00:00 |
Michael Foord
|
dad7b7b1cb
|
Restore default testRunner argument in unittest.main to None. Issue 6177
|
2009-06-02 18:08:27 +00:00 |
Tarek Ziadé
|
abb4ec6dc4
|
improved distutils.spawn test coverage + cleaned it up
|
2009-06-02 15:58:43 +00:00 |
Kristján Valur Jónsson
|
36c3928fdc
|
http://bugs.python.org/issue6117
Fix O(n**2) performance problem in socket._fileobject
|
2009-06-02 13:14:08 +00:00 |
Mark Dickinson
|
d57b5543e4
|
Typo in socket.py. Thanks Pablo Torres Navarrete.
|
2009-06-02 07:39:26 +00:00 |
Gregory P. Smith
|
61e7fbf2c1
|
Fixes issue6169: it was possible for two ipaddr network addresses to compare
as both < and > than eachother.
|
2009-06-02 05:25:34 +00:00 |
Tarek Ziadé
|
c01cbc42aa
|
improved distutils.dist test coverage, pep-8 compliancy
|
2009-06-01 22:22:13 +00:00 |
Amaury Forgeot d'Arc
|
b02ceda3a5
|
#4547: When debugging a very large function, it was not always
possible to update the lineno attribute of the current frame.
|
2009-06-01 20:53:18 +00:00 |
Gregory P. Smith
|
09daad9825
|
Sync up __version__ number with the version of the ipaddr-py project this
library came from that it matches.
Remove the former apache license text now that its been contributed to PSF to
avoid confusion.
|
2009-06-01 17:40:41 +00:00 |
Guilherme Polo
|
1c6787f9de
|
Improved PanedWindow.add's docstring. 'subcomand' is a Tcl term, and the possible options and values are the same accepted by paneconfigure (not configure).
|
2009-05-31 21:31:21 +00:00 |
R. David Murray
|
8fcaebbef4
|
Issue 3848: document the fact that epoll register raises an IOError if
an fd is registered twice, and add some additional epoll tests. Patch
by Christian Heimes.
|
2009-05-31 19:15:57 +00:00 |
Benjamin Peterson
|
eb88cb8cd4
|
__enter__ and __exit__ must be on the class
|
2009-05-31 15:00:27 +00:00 |
Benjamin Peterson
|
382ccdfd5b
|
remove function import
|
2009-05-31 14:43:00 +00:00 |
Antoine Pitrou
|
4698d9928e
|
Issue #6152: New option '-j'/'--multiprocess' for regrtest allows running
regression tests in parallel, shortening the total runtime.
|
2009-05-31 14:20:14 +00:00 |
Antoine Pitrou
|
4528bcde77
|
The test for #5330 wasn't correct.
|
2009-05-30 21:39:25 +00:00 |
Antoine Pitrou
|
46dbe27f7e
|
Issue #5330: C functions called with keyword arguments were not reported by
the various profiling modules (profile, cProfile). Patch by Hagen Fürstenau.
|
2009-05-30 21:27:00 +00:00 |
Benjamin Peterson
|
465089271f
|
add with statements
|
2009-05-29 21:48:19 +00:00 |
Michael Foord
|
b4a81c838a
|
Add test discovery to unittest. Issue 6001.
|
2009-05-29 20:33:46 +00:00 |
R. David Murray
|
6b98544b32
|
Refactor test parameterization to resolve update timing problem.
|
2009-05-29 17:31:05 +00:00 |