aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge headsrelease-2.3Matti Picus2014-05-082-3/+30
|\
| * fix ioctl with negative code param on osxBrian Kearns2014-05-082-3/+30
* | update whatsnewMatti Picus2014-05-081-1/+1
* | merge tkinter_osx_packaging into releaseMatti Picus2014-05-081-0/+3
|\ \ | |/ |/|
| * close branch for mergingMatti Picus2014-05-080-0/+0
| * update whatsnewMatti Picus2014-05-081-0/+3
* | Merged in kostialopuhin/pypy/tkinter_osx_packaging (pull request #238)Matti Picus2014-05-081-0/+4
|\|
| * (alex_gaynor) use /Current/, it symlinks to the proper placeKonstantin Lopuhin2014-05-081-1/+1
| * backout 5d8ce46c0acb - maybe it does not really need X11 headers on all platf...Konstantin Lopuhin2014-05-081-2/+1
| * OS/X specific header pathKonstantin Lopuhin2014-05-081-0/+4
| * better error message: this needs X11 headers tooKonstantin Lopuhin2014-05-081-1/+2
|/
* a better fix for translation on msvc after 3484aaa1e858mattip2014-05-072-1/+2
* Backed out changeset: ad12f8418f24mattip2014-05-072-5/+0
* Revert partially d95d0c9bb988, because it was bogus. My fault forArmin Rigo2014-05-071-4/+5
* fix translation on msvc after 3484aaa1e858mattip2014-05-072-0/+5
* change release namemattip2014-05-061-1/+1
* revert improper doc changemattip2014-05-061-6/+0
* test for irc topic message only on release versionsmattip2014-05-062-2/+12
* document when the #pypy IRC topic will be displayedmattip2014-05-061-0/+5
* fix test_pypy_c.test_struct on 32bitBrian Kearns2014-05-061-10/+16
* only print IRC topics when PYPY_IRC_TOPIC exists and is not emptymattip2014-05-063-1/+17
* merge default into branchmattip2014-05-061-1/+4
|\
| * document handling of PYPY_IRC_TOPIC for releasesmattip2014-05-061-0/+4
| * README.rst does not relate to release versionmattip2014-05-061-1/+0
* | merge default into release to profit from last-minute struct, buffer improvem...mattip2014-05-0646-274/+352
|\|
| * fix testmattip2014-05-061-5/+6
| * properly test/fix _io __modules__sBrian Kearns2014-05-053-7/+8
| * backout 3a5da776e68e, this __module__ was here for a reasonBrian Kearns2014-05-051-0/+1
| * merge headsBrian Kearns2014-05-059-14/+19
| |\
| | * forgot to kill this __module__Philip Jenvey2014-05-051-1/+0
| | * fill in missing module namesPhilip Jenvey2014-05-056-9/+15
| | * We now need -fPIC on PPC or translation will blow up with R_PPC_REL24 relocat...Stefano Rivera2014-05-051-1/+1
| | * typos (thanks Ryan)mattip2014-05-051-3/+3
| * | promote format on struct.Struct objectsBrian Kearns2014-05-052-5/+4
| * | move _struct.error to interp level, test/fix its __module__Brian Kearns2014-05-054-28/+21
| * | add (skipped) struct object test_pypy_cBrian Kearns2014-05-052-45/+85
| * | simplify struct.Struct methods now that everything lives at interp levelBrian Kearns2014-05-052-15/+17
| * | oops, fix test_pypy_c.test_buffersBrian Kearns2014-05-051-1/+1
| |/
| * test/fix searchsorted return type for scalarsBrian Kearns2014-05-052-2/+12
| * FixArmin Rigo2014-05-051-0/+1
| * Correctly reset the state between iterations. Before this change, successive...Armin Rigo2014-05-051-3/+4
| * Move this check earlier (random attempt to avoid SIGILL on very very old x86 ...Armin Rigo2014-05-051-3/+3
| * add more macros (tests?)mattip2014-05-051-1/+3
| * capitalization and grammer (thanks Ryan)mattip2014-05-052-16/+19
| * update struct/array test_pypy_cBrian Kearns2014-05-041-21/+17
| * have ArrayBuffer implement getslice when possibleBrian Kearns2014-05-042-1/+9
| * add a test_pypy_c for struct unpack from arrayBrian Kearns2014-05-041-0/+39
| * allow jit to look inside buf.getslice if size is constantBrian Kearns2014-05-042-1/+3
| * no need to calculate thisBrian Kearns2014-05-041-1/+1
| * remove loop from StringBuffer.getsliceBrian Kearns2014-05-042-1/+2