aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VS10 requires the /MANIFEST optionAmaury Forgeot d'Arc2011-03-231-0/+1
* Tweaks to the distutils build_ext command on win32Amaury Forgeot d'Arc2011-03-231-20/+15
* Skip failures on win32Amaury Forgeot d'Arc2011-03-172-1/+5
* This import is no more neededAmaury Forgeot d'Arc2011-03-171-1/+0
* Fix the test: it's normal for moving gc's to allocate an additional nonmoving...Amaury Forgeot d'Arc2011-03-171-2/+7
* DML queries don't have a description.Alex Gaynor2011-03-161-0/+10
* merge headsAntonio Cuni2011-03-156-21/+25
|\
| * Fix assertRaises error in test_iadd functionMiguel de Val Borro2011-03-141-1/+5
| * Skip part of the test: PyPy now adds a __dict__ to ast.AST objects.Amaury Forgeot d'Arc2011-03-141-15/+19
| * add a gc.collect() to fix the testAmaury Forgeot d'Arc2011-03-141-0/+1
| * ctypes should not call a Structure user-defined __new__ and __init__,Amaury Forgeot d'Arc2011-03-143-5/+0
* | cpython tests have the bad habit of writing files to the cwd; change it to a ...Antonio Cuni2011-03-151-2/+5
|/
* Remove useless importAmaury Forgeot d'Arc2011-03-141-1/+0
* Merge extend-rweakdict: rweakref.RWeakValueDictionary now works with integer ...Amaury Forgeot d'Arc2011-03-141-1/+0
|\
| * This test passes now :-)Amaury Forgeot d'Arc2011-03-141-1/+0
* | Removed a ctypes xfail and hard-coded test of OS X macholib.tav2011-03-133-5/+3
* | Fixed up ctypes doctests to reflect CArgObject's repr.tav2011-03-131-3/+3
* | Improved ctypes.CFUNCTYPE prototype and paramflags handling.tav2011-03-121-2/+3
|/
* Skip two tests that try to import __main__.pyc when __main__.py is missingAmaury Forgeot d'Arc2011-03-111-0/+4
* Add a modifiable copy of test_cmd_line_scriptAmaury Forgeot d'Arc2011-03-111-0/+213
* Reset the timeout to its previous value.Amaury Forgeot d'Arc2011-03-111-1/+1
* Don't skip this test on other platforms.Alex Gaynor2011-03-101-1/+1
* Our sys.stdout has a different implementation and is fully buffered when redi...Amaury Forgeot d'Arc2011-03-101-0/+3
* merge defaultholger krekel2011-03-08100-0/+19671
|\
| * PyPy does not import "lone .pyc file" when the .py file does not exist.Amaury Forgeot d'Arc2011-03-071-24/+35
| * Add mutable copy of test_runpy.pyAmaury Forgeot d'Arc2011-03-071-0/+402
| * (alex, armin): fix the lib2to3 failure. It was assuming refcounting in very s...Alex Gaynor2011-03-061-7/+6
| * Make a mutable copy of lib2to3Alex Gaynor2011-03-0699-0/+19259
* | merge defaultholger krekel2011-03-06184-181/+50293
|\|
| * Add a missing gc.collect(). While we are at it, rewrite gc.collect() toArmin Rigo2011-03-061-1/+2
| * Use the thread module for test_ctypes.Armin Rigo2011-02-251-1/+1
| * (vincele)Armin Rigo2011-02-241-0/+578
| * Revert 8759aa9651bd. Breaks translation.Armin Rigo2011-02-231-423/+0
| * (vincele) Fix AST_Tests.test_snippets from lib-python/2.7.0/test/test_ast.pyMaciej Fijalkowski2011-02-231-0/+423
| * Close the file explicitely to let the test pass on WindowsAmaury Forgeot d'Arc2011-02-181-1/+2
| * Be sure to close all mmaps and files, otherwise os.unlink fails on WindowsAmaury Forgeot d'Arc2011-02-171-5/+12
| * Fix tests checking the extension of .so filesAlex Gaynor2011-02-171-2/+2
| * Fix a NameError.Alex Gaynor2011-02-171-1/+2
| * Make another xfail test pass, probably.Armin Rigo2011-02-161-8/+12
| * These tests now (seem to) pass.Armin Rigo2011-02-162-3/+0
| * Fix. Change the tests from xfail() to check_impl_detail()Armin Rigo2011-02-161-6/+5
| * One case where the test is not xfail()ing, but fails because of the presence ...Armin Rigo2011-02-162-3/+2
| * bah, hack the lib-python conftest failure detection logic, else it uncorrectlyAntonio Cuni2011-02-161-2/+4
| * merge headsArmin Rigo2011-02-161-0/+5
| |\
| | * Another TODO itemAmaury Forgeot d'Arc2011-02-161-0/+5
| * | Generalize this test. Now test_deque passes.Armin Rigo2011-02-161-1/+1
| * | Add usemodules=_collections.Armin Rigo2011-02-161-2/+2
| * | Generalize the test.Armin Rigo2011-02-161-1/+4
| |/
| * merge headsArmin Rigo2011-02-151-7/+12
| |\
| | * Update TODO list:Amaury Forgeot d'Arc2011-02-151-7/+12