| Commit message (Expand) | Author | Age | Files | Lines |
* | Review the usage of tmpname in this file, trying to close all | Armin Rigo | 2010-12-27 | 1 | -1/+4 |
* | Fix test. | Armin Rigo | 2010-12-09 | 1 | -2/+2 |
* | Fix this test. Too precise... | Armin Rigo | 2010-12-09 | 1 | -0/+32 |
* | I think that all changes done to the "encodings" package can be | Armin Rigo | 2010-12-09 | 115 | -29176/+0 |
* | Fix the expected output. It is now closer to CPython's, but still not comple... | Armin Rigo | 2010-12-08 | 1 | -50/+50 |
* | Merge branch cpyext-darwin | Dan Villiom Podlaski Christiansen | 2010-12-04 | 1 | -0/+15 |
* | make this test working also on 64 bit | Antonio Cuni | 2010-12-02 | 1 | -0/+338 |
* | distutils.msvccompiler.MSVCCompiler should be importable on Unix. | Amaury Forgeot d'Arc | 2010-11-29 | 2 | -12/+19 |
* | Implement binascii in RPython. | Armin Rigo | 2010-11-29 | 1 | -1/+1 |
* | ABI version tagged .so files for pypy | Amaury Forgeot d'Arc | 2010-11-15 | 1 | -2/+10 |
* | Mark this as an implementation detail. This is a copy of test_dict. :-( | Armin Rigo | 2010-10-31 | 1 | -1/+3 |
* | Implementation detail. | Armin Rigo | 2010-10-30 | 1 | -0/+478 |
* | (arigo, cfbolz): we don't care that in pypy you can take weakrefs to objects | Carl Friedrich Bolz | 2010-10-29 | 1 | -1/+3 |
* | Merge branch/bisect-module, writing the '_bisect' module like CPython. | Armin Rigo | 2010-10-28 | 1 | -1/+1 |
* | Revert r76359, and skip ctypes tests again. | Armin Rigo | 2010-10-19 | 1 | -1/+6 |
* | Improve our own opcode reporting by dis | Maciej Fijalkowski | 2010-09-22 | 1 | -0/+1 |
* | Remove this test from "modified". I think the original test should | Armin Rigo | 2010-08-28 | 1 | -810/+0 |
* | better add and mul | Hakan Ardo | 2010-08-12 | 1 | -7/+16 |
* | reenabled array | Hakan Ardo | 2010-08-11 | 1 | -1/+1 |
* | Fix issue 466 where ctypes False -> c_char_p argument conversion results in s... | Gasper Zejn | 2010-07-28 | 1 | -8/+18 |
* | At least _rawffi is needed, possibly more, checking | Maciej Fijalkowski | 2010-07-27 | 1 | -1/+1 |
* | don't skip ctypes tests | Maciej Fijalkowski | 2010-07-27 | 1 | -5/+1 |
* | sys.prefix is there only if the path was succesfully found. Don't crash at 'i... | Maciej Fijalkowski | 2010-07-13 | 1 | -1/+1 |
* | create a directory trunk/include to contains all the headers file. They are | Antonio Cuni | 2010-06-30 | 2 | -7/+2 |
* | remove the possibility of putting the libraries in $PREFIX/lib/pypy1.3/*. It | Antonio Cuni | 2010-06-28 | 1 | -5/+1 |
* | fix distutils for the new directory layout. setuptools and easy_install work ... | Antonio Cuni | 2010-06-25 | 4 | -9/+12 |
* | merge the sys-prefix branch. | Antonio Cuni | 2010-06-24 | 10 | -40/+30 |
* | Look also into pypy_prefix/include, hopefully a short living hack. | Maciej Fijalkowski | 2010-06-20 | 1 | -0/+3 |
* | Attempt to skip this file on non-Windows platforms. | Armin Rigo | 2010-06-09 | 1 | -3/+6 |
* | On Windows, correctly retrieve the version of the compiler used to compile th... | Amaury Forgeot d'Arc | 2010-06-08 | 2 | -3/+67 |
* | Revert part of the change, and use the same name as CPython for the import li... | Amaury Forgeot d'Arc | 2010-06-08 | 1 | -1/+3 |
* | try to redo the fix related to testing in lib-python. | Holger Krekel | 2010-06-04 | 1 | -3/+13 |
* | Revert r75092. It causes massive failures of the nightly applevel tests. | Armin Rigo | 2010-06-04 | 1 | -2/+1 |
* | fix collection of lib-python tests under py.py | Holger Krekel | 2010-06-03 | 1 | -1/+2 |
* | forgot to svn-up, this line is redundant | Holger Krekel | 2010-05-22 | 1 | -1/+0 |
* | import test.pystone only when needed as otherwise | Holger Krekel | 2010-05-22 | 1 | -0/+1 |
* | merge py131 branch (which merges py1.3.1a1 - release pending) relevant news: | Holger Krekel | 2010-05-22 | 1 | -1/+1 |
* | merge py12 branch - incorporates and updates pypy tests to use py.test-1.3.0 | Holger Krekel | 2010-05-06 | 1 | -1/+2 |
* | Try to fix the windows buildbot, by returning the version of the compiler | Amaury Forgeot d'Arc | 2010-05-03 | 1 | -1/+1 |
* | Oops, missing part of the merge of cpyext branch | Maciej Fijalkowski | 2010-04-29 | 4 | -342/+422 |
* | Port CPython's issue6202: remove specific mac cases, darwin is a posix platform. | Amaury Forgeot d'Arc | 2010-04-26 | 1 | -0/+1562 |
* | Be more permissive here. | Armin Rigo | 2010-04-25 | 1 | -1/+1 |
* | A fix for 64-bit, including more corner cases that are wrong | Armin Rigo | 2010-04-24 | 1 | -0/+13 |
* | add _locale module to test_locale.py | Bartosz Skowron | 2010-03-29 | 1 | -1/+1 |
* | test_sqlite requires zlib module as well | Bartosz Skowron | 2010-03-26 | 1 | -1/+1 |
* | add _rawffi module for test_sqlite | Bartosz Skowron | 2010-03-26 | 1 | -1/+1 |
* | Add a dummy customize compiler. For whatever reasons it makes stuff | Maciej Fijalkowski | 2010-03-15 | 1 | -0/+6 |
* | Avoid creating *args calls all over the place. I'm honestly inclined to | Maciej Fijalkowski | 2010-03-15 | 1 | -6/+29 |
* | Fix shebangs | Bartosz Skowron | 2010-03-11 | 2 | -2/+2 |
* | Remove +x bit from DOC files. | Bartosz Skowron | 2010-03-11 | 2 | -0/+0 |