aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mergepypy-2.0-beta2Maciej Fijalkowski2013-04-081-0/+10
|\
| * update linksMaciej Fijalkowski2013-04-071-0/+10
* | hg merge defaultArmin Rigo2013-04-0628-230/+302
|\ \ | |/ |/|
| * Disable the PyPy-only warning in ctypes for now.Armin Rigo2013-04-062-3/+7
| * Missing import.Armin Rigo2013-04-061-0/+1
| * Backed out changeset 039f6e85a7a6Armin Rigo2013-04-061-1/+1
| * hg backout d801b8e5feacArmin Rigo2013-04-061-1/+1
| * Add a skipped test about why it was done with array.array in the first placeArmin Rigo2013-04-061-0/+5
| * Bug fix: don't use self.optimizer.propagate_forward(newop). It'sArmin Rigo2013-04-062-4/+3
| * hgignore lib_pypy/__pycache__Brian Kearns2013-04-061-0/+1
| * no ncurses on windowssmattip2013-04-061-1/+2
| * simplify sqlite tests by providing a funcarg that automatically connects/closesBrian Kearns2013-04-061-33/+21
| * remove conditional skip, this was a ctypes limitationBrian Kearns2013-04-061-4/+0
| * cleanups in lib_pypyBrian Kearns2013-04-065-28/+26
| * fix test_package when faking pypy_cBrian Kearns2013-04-051-1/+1
| * fix this test after c2e8c09de077Brian Kearns2013-04-051-1/+1
| * pep8/whitespaceBrian Kearns2013-04-051-90/+81
| * transplant 5b7c09b8a1af and improve to only call ffi.string onceBrian Kearns2013-04-051-2/+5
| * not sure why this was changed in a163d0d435d5Brian Kearns2013-04-051-1/+1
| * fix whatsnewBrian Kearns2013-04-051-2/+2
| * Issue #1435: Add a failing testArmin Rigo2013-04-051-0/+20
| * more cleanups for sqliteBrian Kearns2013-04-052-26/+48
| * merge headsDavid Schneider2013-04-051-7/+2
| |\
| | * fix this copy more simply and in another placeBrian Kearns2013-04-051-7/+2
| * | fix test_tabs to check rpython too and make the test passDavid Schneider2013-04-056-15/+14
| |/
| * merge release-2.0-beta2 back into "default", to get the updated version numberArmin Rigo2013-04-052-2/+2
| |\ | |/ |/|
* | merge defaultMaciej Fijalkowski2013-04-052-1/+6
|\ \
* \ \ merge defaultMaciej Fijalkowski2013-04-058-18/+137
|\ \ \
* \ \ \ merge defaultMaciej Fijalkowski2013-04-0517-3/+18
|\ \ \ \
* | | | | fix those tests (how it have ever worked?)Maciej Fijalkowski2013-04-051-0/+1
* | | | | merge defaultMaciej Fijalkowski2013-04-0418-468/+244
|\ \ \ \ \
* \ \ \ \ \ merge defaultMaciej Fijalkowski2013-04-046-39/+54
|\ \ \ \ \ \
* \ \ \ \ \ \ merge defaultBrian Kearns2013-04-031-1/+0
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ merge defaultMaciej Fijalkowski2013-04-033-538/+564
|\ \ \ \ \ \ \ \
* | | | | | | | | fix whatsnewMaciej Fijalkowski2013-04-031-0/+4
* | | | | | | | | merge defaultMaciej Fijalkowski2013-04-032042-1517/+22099
|\ \ \ \ \ \ \ \ \
* \ \ \ \ \ \ \ \ \ merge default to this branchMaciej Fijalkowski2013-03-264237-83833/+180396
|\ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | Rename this file in the release branch to match its name in default.Armin Rigo2012-11-231-0/+0
* | | | | | | | | | | Issue1333: Use the macosx-version-min gcc flags.Armin Rigo2012-11-231-4/+6
* | | | | | | | | | | fix for cond_call_gc_wb.David Schneider2012-11-222-2/+3
* | | | | | | | | | | untabbify.Armin Rigo2012-11-191-1/+1
* | | | | | | | | | | implement cast_float_to_singlefloat and cast_singlefloat_to_floatDavid Schneider2012-11-163-1/+48
* | | | | | | | | | | enable single_floats on ARM and import some test from the x86 backenDavid Schneider2012-11-162-0/+10
* | | | | | | | | | | Fix signatures for helper functions implementing instructions not provided by...David Schneider2012-11-151-2/+2
* | | | | | | | | | | Create a release-2.0-beta2 branchDavid Schneider2012-11-232-2/+2
| | | | | | | | | | * merge headsDavid Schneider2013-04-052-3/+48
| | | | | | | | | | |\
| | | | | | | | | | | * Don't shadow exceptions with later exceptionsMaciej Fijalkowski2013-04-052-3/+48
| | | | | | | | | | |/ | | | | | | | | | |/|
| | | | | | | | | | * Enable float support on ARM hardfloat.David Schneider2013-04-051-2/+2
| | | | | | | | | | * (fijal, bivab) fix test_gc_integration on ARM. When calling the writebarrier onDavid Schneider2013-04-053-12/+16
| | | | | | | | | |/
| | | | | | | | | * we can't reset the statement to none here, fix itMaciej Fijalkowski2013-04-052-1/+6
| | | | | | | | |/