aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Review the usage of tmpname in this file, trying to close allArmin Rigo2010-12-271-1/+4
* Fix test.Armin Rigo2010-12-091-2/+2
* Fix this test. Too precise...Armin Rigo2010-12-091-0/+32
* I think that all changes done to the "encodings" package can beArmin Rigo2010-12-09115-29176/+0
* Fix the expected output. It is now closer to CPython's, but still not comple...Armin Rigo2010-12-081-50/+50
* Merge branch cpyext-darwinDan Villiom Podlaski Christiansen2010-12-041-0/+15
* make this test working also on 64 bitAntonio Cuni2010-12-021-0/+338
* distutils.msvccompiler.MSVCCompiler should be importable on Unix.Amaury Forgeot d'Arc2010-11-292-12/+19
* Implement binascii in RPython.Armin Rigo2010-11-291-1/+1
* ABI version tagged .so files for pypyAmaury Forgeot d'Arc2010-11-151-2/+10
* Mark this as an implementation detail. This is a copy of test_dict. :-(Armin Rigo2010-10-311-1/+3
* Implementation detail.Armin Rigo2010-10-301-0/+478
* (arigo, cfbolz): we don't care that in pypy you can take weakrefs to objectsCarl Friedrich Bolz2010-10-291-1/+3
* Merge branch/bisect-module, writing the '_bisect' module like CPython.Armin Rigo2010-10-281-1/+1
* Revert r76359, and skip ctypes tests again.Armin Rigo2010-10-191-1/+6
* Improve our own opcode reporting by disMaciej Fijalkowski2010-09-221-0/+1
* Remove this test from "modified". I think the original test shouldArmin Rigo2010-08-281-810/+0
* better add and mulHakan Ardo2010-08-121-7/+16
* reenabled arrayHakan Ardo2010-08-111-1/+1
* Fix issue 466 where ctypes False -> c_char_p argument conversion results in s...Gasper Zejn2010-07-281-8/+18
* At least _rawffi is needed, possibly more, checkingMaciej Fijalkowski2010-07-271-1/+1
* don't skip ctypes testsMaciej Fijalkowski2010-07-271-5/+1
* sys.prefix is there only if the path was succesfully found. Don't crash at 'i...Maciej Fijalkowski2010-07-131-1/+1
* create a directory trunk/include to contains all the headers file. They areAntonio Cuni2010-06-302-7/+2
* remove the possibility of putting the libraries in $PREFIX/lib/pypy1.3/*. ItAntonio Cuni2010-06-281-5/+1
* fix distutils for the new directory layout. setuptools and easy_install work ...Antonio Cuni2010-06-254-9/+12
* merge the sys-prefix branch.Antonio Cuni2010-06-2410-40/+30
* Look also into pypy_prefix/include, hopefully a short living hack.Maciej Fijalkowski2010-06-201-0/+3
* Attempt to skip this file on non-Windows platforms.Armin Rigo2010-06-091-3/+6
* On Windows, correctly retrieve the version of the compiler used to compile th...Amaury Forgeot d'Arc2010-06-082-3/+67
* Revert part of the change, and use the same name as CPython for the import li...Amaury Forgeot d'Arc2010-06-081-1/+3
* try to redo the fix related to testing in lib-python.Holger Krekel2010-06-041-3/+13
* Revert r75092. It causes massive failures of the nightly applevel tests.Armin Rigo2010-06-041-2/+1
* fix collection of lib-python tests under py.pyHolger Krekel2010-06-031-1/+2
* forgot to svn-up, this line is redundantHolger Krekel2010-05-221-1/+0
* import test.pystone only when needed as otherwiseHolger Krekel2010-05-221-0/+1
* merge py131 branch (which merges py1.3.1a1 - release pending) relevant news:Holger Krekel2010-05-221-1/+1
* merge py12 branch - incorporates and updates pypy tests to use py.test-1.3.0Holger Krekel2010-05-061-1/+2
* Try to fix the windows buildbot, by returning the version of the compilerAmaury Forgeot d'Arc2010-05-031-1/+1
* Oops, missing part of the merge of cpyext branchMaciej Fijalkowski2010-04-294-342/+422
* Port CPython's issue6202: remove specific mac cases, darwin is a posix platform.Amaury Forgeot d'Arc2010-04-261-0/+1562
* Be more permissive here.Armin Rigo2010-04-251-1/+1
* A fix for 64-bit, including more corner cases that are wrongArmin Rigo2010-04-241-0/+13
* add _locale module to test_locale.pyBartosz Skowron2010-03-291-1/+1
* test_sqlite requires zlib module as wellBartosz Skowron2010-03-261-1/+1
* add _rawffi module for test_sqliteBartosz Skowron2010-03-261-1/+1
* Add a dummy customize compiler. For whatever reasons it makes stuffMaciej Fijalkowski2010-03-151-0/+6
* Avoid creating *args calls all over the place. I'm honestly inclined toMaciej Fijalkowski2010-03-151-6/+29
* Fix shebangsBartosz Skowron2010-03-112-2/+2
* Remove +x bit from DOC files.Bartosz Skowron2010-03-112-0/+0