Tarek Ziadé
|
0d6705b234
|
Fixed #5167: test_customize_compiler does not apply under non unix compilers
|
2009-02-06 13:27:38 +00:00 |
Armin Rigo
|
5561986da3
|
Ivan on IRC in #twisted reported this crasher.
|
2009-02-06 11:46:26 +00:00 |
Kristján Valur Jónsson
|
e20f54f542
|
Fix a number of Win32ErrorTests error cases. chmod wasn't being tested. 'access' never raises an error.
|
2009-02-06 10:17:34 +00:00 |
Tarek Ziadé
|
98da8e151a
|
removed types usage and added test coverage (work for #3986)
|
2009-02-06 08:55:23 +00:00 |
Tarek Ziadé
|
c5ed5ba585
|
Fixed #3987 : removed unused import
|
2009-02-06 08:20:15 +00:00 |
Tarek Ziadé
|
05adf073cc
|
fixed #1520877: now distutils reads Read from the environment/Makefile
|
2009-02-06 01:15:51 +00:00 |
Tarek Ziadé
|
aaf2e18841
|
using >= so setting verbose to 2 will work as well
|
2009-02-06 00:49:45 +00:00 |
Eric Smith
|
81fe09344c
|
Implement issue #4285, convert sys.version_info to a named
tuple. Patch by Ross Light.
|
2009-02-06 00:48:26 +00:00 |
Tarek Ziadé
|
5dde357c9e
|
README now reflects the current state
|
2009-02-06 00:46:57 +00:00 |
Tarek Ziadé
|
d5eb985492
|
Fixed #1276768: verbose option was not used in the code.
|
2009-02-06 00:31:59 +00:00 |
Tarek Ziadé
|
0d4fd3493e
|
Fixed #5132: enable extensions to link on Solaris
|
2009-02-05 22:52:52 +00:00 |
Neil Schemenauer
|
a52f1c62eb
|
Fix test_build_ext.py to work when building in a separate directory.
Since "srcdir" should now be defined on all platforms, use it to
find the module source.
|
2009-02-05 16:25:16 +00:00 |
Neil Schemenauer
|
e844be6d9a
|
Since sysconfig.get_python_inc() now works when building in a
directory other than the source directory, simplify the test code in
test_sysconfig.py.
|
2009-02-05 16:19:05 +00:00 |
Neil Schemenauer
|
444df45739
|
Fix get_python_inc() to work when building in a directory separate from
the source. Also, define 'srcdir' on non-posix platforms.
|
2009-02-05 16:14:39 +00:00 |
Tarek Ziadé
|
97a69f0c10
|
Fix comment for #1835
|
2009-02-05 09:06:23 +00:00 |
Raymond Hettinger
|
d507afdc81
|
Minor doc fixups.
|
2009-02-04 10:52:32 +00:00 |
Kristján Valur Jónsson
|
fd4c872726
|
issue 4804: Provide checks for the format string of strftime, and for the "mode" string of fopen on Windows. These strings are user provided from python and so we can avoid invoking the C runtime invalid parameter handler by first checking that they are valid.
|
2009-02-04 10:05:25 +00:00 |
Brett Cannon
|
8bdd3b3dcf
|
Make importlib backwards-compatible to Python 2.2 (but this is not promised to
last; just doing it to be nice).
Also fix a message for an exception.
|
2009-02-03 21:13:05 +00:00 |
Brett Cannon
|
1797b7dbbc
|
Backport importlib to at least Python 2.5 by getting rid of use of str.format.
|
2009-02-03 05:08:22 +00:00 |
Brett Cannon
|
94196532c1
|
Make importlib a package. This allows using svn:externals in the sandbox to
package up the code for separate distribution.
|
2009-02-03 04:58:29 +00:00 |
Raymond Hettinger
|
2c8585b0af
|
Register decimals as numbers.Number
|
2009-02-03 03:37:03 +00:00 |
Raymond Hettinger
|
d6fc2623c5
|
Validate that __length_hint__ returns a usable result.
|
2009-02-03 02:23:19 +00:00 |
Raymond Hettinger
|
b516370bcb
|
Issue 1242657: list(obj) can swallow KeyboardInterrupt.
|
2009-02-02 21:50:13 +00:00 |
Guilherme Polo
|
b98cb43e4a
|
Moving to importlib
|
2009-02-02 20:28:59 +00:00 |
Guilherme Polo
|
b64c989efc
|
Restore the previous geometry before leaving the test
|
2009-02-02 20:23:29 +00:00 |
Guilherme Polo
|
905c6b7f48
|
Use a single Tcl interpreter through all these tests, this may help some
failing buildbots.
|
2009-02-02 00:38:54 +00:00 |
Guilherme Polo
|
3b331dd3ea
|
Restore Tkinter.Tk._loadtk so this test doesn't fail for problems
related to ttk.
|
2009-02-01 02:56:16 +00:00 |
Gregory P. Smith
|
de1a8b720a
|
- Issue #5104: The socket module now raises OverflowError when 16-bit port and
protocol numbers are supplied outside the allowed 0-65536 range on bind()
and getservbyport().
|
2009-01-31 22:57:30 +00:00 |
Benjamin Peterson
|
fb921e2c00
|
I believe the intention here was to avoid a global lookup
|
2009-01-31 21:00:10 +00:00 |
Mark Dickinson
|
f709ab8526
|
Add an extra test for long <-> float hash equivalence.
|
2009-01-31 16:44:04 +00:00 |
Benjamin Peterson
|
1de05e9b2a
|
check the errno in bad fd cases
|
2009-01-31 01:42:55 +00:00 |
Benjamin Peterson
|
b3619be995
|
make _tkinter._flatten check the result of PySequence_Size for errors #3880
|
2009-01-30 02:24:39 +00:00 |
Benjamin Peterson
|
4a69410e9f
|
pep8tify conditionals
|
2009-01-30 02:02:25 +00:00 |
Tarek Ziadé
|
5da9a51d9d
|
fixed test_make_distribution so it runs on any platform, as long as tar an gzip are available
|
2009-01-29 23:49:17 +00:00 |
Antoine Pitrou
|
707c593761
|
Issue #2047: shutil.move() could believe that its destination path was
inside its source path if it began with the same letters (e.g. "src" vs.
"src.new").
|
2009-01-29 20:19:34 +00:00 |
Mark Hammond
|
6ed1cb0014
|
Fix issue5075: bdist_wininst should not depend on the vc runtime?
|
2009-01-29 12:13:31 +00:00 |
Raymond Hettinger
|
f779e6f51b
|
Issue 4920: Fixed next() vs __next__() issues in the ABCs
for Iterator and MutableSet. Also added thorough test for
required abstractmethods.
|
2009-01-28 23:02:26 +00:00 |
Guilherme Polo
|
b1a98de25e
|
Issue #5083: New 'gui' resource for regrtest.
|
2009-01-28 20:03:26 +00:00 |
Guilherme Polo
|
6d51f12c5e
|
Make sure the root windows gets destroyed
|
2009-01-28 20:02:01 +00:00 |
Guilherme Polo
|
7a77ee88af
|
* Renaming test_tk_* to test_ttk_* since that is what they are testing.
* Added ttk tests to the expected skips mapping just like where test_tcl
was expected to be skipped too.
|
2009-01-28 19:28:04 +00:00 |
Guilherme Polo
|
6785cf0169
|
Added support for collecting tests only from specific packages.
|
2009-01-28 19:23:28 +00:00 |
Guilherme Polo
|
cda93aafde
|
Added the ttk module. See issue #2983: Ttk support for Tkinter.
|
2009-01-28 13:09:03 +00:00 |
Benjamin Peterson
|
fd0107fdf9
|
use True and False
|
2009-01-27 23:15:48 +00:00 |
Raymond Hettinger
|
560f9a8a90
|
Add more tests for the powerset() recipe.
|
2009-01-27 13:26:35 +00:00 |
Raymond Hettinger
|
2f6c2e03a8
|
More exhaustive combinatoric checks.
|
2009-01-27 10:36:14 +00:00 |
Raymond Hettinger
|
ecf252abac
|
Issue 5021: doctest.testfile should set __name__
|
2009-01-27 10:03:04 +00:00 |
Raymond Hettinger
|
f93f3032c6
|
Stronger tests for combinatoric relationships.
|
2009-01-27 09:52:35 +00:00 |
Raymond Hettinger
|
2976aaa396
|
Add tests to verify combinatoric relationships.
|
2009-01-27 09:33:06 +00:00 |
Benjamin Peterson
|
1763f8adb4
|
excellent place to use a set() #5069
|
2009-01-27 03:07:53 +00:00 |
Raymond Hettinger
|
d081abc8be
|
Promote combinations_with_replacement() from a recipe to a regular itertool.
|
2009-01-27 02:58:49 +00:00 |