aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* the test from d36d874c476a: passes here toorelease-2.0.1Armin Rigo2013-05-161-0/+9
* hg merge default: only a few changesArmin Rigo2013-05-167-17/+106
|\
| * split another function for JIT backends that don't supportArmin Rigo2013-05-081-4/+9
| * Fix copy.copy() on generator objects to make sure they get their ownArmin Rigo2013-05-085-13/+93
| * Print the version of the hostArmin Rigo2013-05-071-0/+4
* | issue1487: workaroundArmin Rigo2013-05-161-1/+6
* | Attempt to fix stacklet+thread+asmgcc+callbacks: the orderingArmin Rigo2013-05-152-1/+7
* | callback-stacklet: merge it manually in release-2.0.x.Armin Rigo2013-05-156-7/+173
* | Like CPython, avoid returning negative numbers in "id()". We mightArmin Rigo2013-05-151-1/+2
* | Fix: pass the -O2 option by default to the C compiler. Previously,Armin Rigo2013-05-121-1/+1
* | Bump the version numberArmin Rigo2013-05-112-2/+2
* | Arrays of struct need a getlength() too.Armin Rigo2013-05-112-0/+16
* | Fix: don't use setslice here, because _digits might occasionally be longerArmin Rigo2013-05-111-2/+4
* | Added tag release-2.0.0 for changeset b9c3566aa017Maciej Fijalkowski2013-05-091-0/+1
* | Port killing of static linking to the releaserelease-2.0.0Maciej Fijalkowski2013-05-092-47/+2
* | Fixes the test, but maybe makes things slower.Armin Rigo2013-05-081-9/+12
* | merge defaultDavid Schneider2013-05-0635-186/+412
|\|
| * For JIT backends without support for LONGLONGs or single FLOATs: hackArmin Rigo2013-05-061-4/+24
| * Fix this to not depend on the cpumodel.Armin Rigo2013-05-062-17/+12
| * Slim down the mess in detect_cpu.Armin Rigo2013-05-068-79/+95
| * Fix on x86 32-bit.Armin Rigo2013-05-061-1/+1
| * cppyy depends on cpyext. This will automatically disable cppyy too when tran...Armin Rigo2013-05-061-0/+1
| * only expose supported_xxx flags that are trueDavid Schneider2013-05-061-1/+2
| * collect subdirectories of test directoriesDavid Schneider2013-05-051-1/+1
| * typoPhilip Jenvey2013-05-052-5/+5
| * merge headsMaciej Fijalkowski2013-05-0516-27/+159
| |\
| | * merge headsDavid Schneider2013-05-052-4/+5
| | |\
| | | * Use the same seed() as CPython 2.7.Armin Rigo2013-05-052-4/+5
| | * | add osx support to getnightlyDavid Schneider2013-05-051-4/+9
| | * | skip test_array_of_floats if the JIT in pypy-c does not support singlefloatsDavid Schneider2013-05-051-0/+6
| | * | expose the supports_FEATURE flags from the jit backends as a list in the appl...David Schneider2013-05-054-0/+28
| | |/
| | * split collection of module/test_lib_pypy during nightly runsDavid Schneider2013-05-051-0/+1
| | * some random pep8 cleanupsAlex Gaynor2013-05-041-16/+13
| | * Issue1473: Subclasses or ctypes.Structure without _fields_ should inherit the...Amaury Forgeot d'Arc2013-05-042-1/+12
| | * mergeMaciej Fijalkowski2013-05-031-9/+14
| | |\
| | | * Small additions and typos.Armin Rigo2013-05-031-9/+14
| | * | shuffle self.finished_helpers - finalizers can be still discovered duringMaciej Fijalkowski2013-05-031-1/+1
| | |/
| | * Release announcementMaciej Fijalkowski2013-05-032-1/+56
| | * iport test_fficall for armDavid Schneider2013-05-031-0/+23
| * | skip test_setitem_slice_performance on ARMMaciej Fijalkowski2013-05-051-0/+3
| |/
| * simplifyPhilip Jenvey2013-05-021-6/+4
| * I *think* this should skip tests when running from the backend/*/testArmin Rigo2013-05-021-0/+6
| * Fix the failing tests added in f81be71175fe:Armin Rigo2013-05-026-57/+133
| * Add some failing tests:Armin Rigo2013-05-021-2/+35
* | Release announcementMaciej Fijalkowski2013-05-032-1/+56
* | merge those from defaultMaciej Fijalkowski2013-05-022-135/+143
|\|
| * Shuffle whatsnewMaciej Fijalkowski2013-05-022-135/+143
* | make a pypy 2.0 final branchMaciej Fijalkowski2013-05-022-2/+2
|/
* add a test using both vldm and vstmDavid Schneider2013-05-021-0/+20
* add tests for vldm and vstmDavid Schneider2013-05-021-2/+41