aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* clean up ieee.py and add another testBrian Kearns2013-02-102-63/+53
* test and fix lib_pypy.dbm handling of null characters (patch from antocuni)Brian Kearns2013-02-102-2/+15
* allow dbm to find bdb up to 5.3Brian Kearns2013-02-101-2/+2
* app_main support a few more args/env varsBrian Kearns2013-02-102-6/+14
* support testing env values passed to app_main, test supported varsBrian Kearns2013-02-101-43/+51
* kill this old unused flagBrian Kearns2013-02-101-22/+15
* these asserts should workBrian Kearns2013-02-101-1/+3
* fix test_app_mainBrian Kearns2013-02-102-14/+7
* small cleanupsBrian Kearns2013-02-103-18/+13
* fix test_ll_os_environ on darwinBrian Kearns2013-02-102-14/+5
* mergeMaciej Fijalkowski2013-02-101-4/+4
|\
| * partially revert 4237a1dca2e8 to fix namedtuple namespace problemsBrian Kearns2013-02-101-4/+4
* | Convert w_globals passed to exec to celldict, if not already a celldict.Maciej Fijalkowski2013-02-103-0/+20
|/
* Constant fold str.{start,end}swith in the annotatorAlex Gaynor2013-02-102-2/+13
* skip this test on older host pythonsBrian Kearns2013-02-101-0/+4
* python2.6 compatBrian Kearns2013-02-101-1/+1
* fix test_kqueueBrian Kearns2013-02-101-1/+2
* another fix for numpy test_abstract_types on 32bitBrian Kearns2013-02-101-2/+1
* fix test_app_main.py for win32Brian Kearns2013-02-101-7/+8
* port a couple deque.rotate optimizations to the interp moduleBrian Kearns2013-02-101-2/+2
* mangle pypy's non-standard JSONEncoder modifications to avoid namespace clashesBrian Kearns2013-02-101-59/+59
* fix numpy test_abstract_types for 32bitBrian Kearns2013-02-091-8/+15
* update whatsnewBrian Kearns2013-02-091-0/+4
* Merged in cleanup-tests (pull request #113)Brian Kearns2013-02-0920-79/+2
|\
| * trash this fileBrian Kearns2013-02-091-50/+0
| * disable this out of date test until it can be updatedBrian Kearns2013-02-091-0/+2
| * merge defaultBrian Kearns2013-02-093-147/+114
| |\ | |/ |/|
* | also merge these tests so they runBrian Kearns2013-02-094-147/+114
| * merge defaultBrian Kearns2013-02-0947-262/+560
| |\ | |/ |/|
* | put these tests where they will be executed and fix them upBrian Kearns2013-02-095-189/+177
* | another datetime argument correctness fixBrian Kearns2013-02-092-16/+17
* | further improve datetime argument handlingBrian Kearns2013-02-092-5/+31
* | put this in a base test class instead of repeating itBrian Kearns2013-02-091-13/+3
* | more updates to lib_pypy/_collections.py from raymondhBrian Kearns2013-02-091-2/+2
* | fix numpy.dtype(intp/uintp).num on 64bitBrian Kearns2013-02-092-4/+23
* | Merged in shomah4a/pypy2 (pull request #116)Brian Kearns2013-02-091-1/+1
|\ \
| * | fix: cannot find targetpypystandalone.py from translate.pyshoma hosaka2013-02-101-1/+1
* | | fixes for a9b26dd44954Brian Kearns2013-02-091-6/+2
* | | move test, skip if not python2.7 or greater, accept either ValueError or Type...Matti Picus2013-02-091-2/+8
* | | allow abstract dtypes in array construction, issue # 1160Matti Picus2013-02-093-11/+31
* | | test,fix complex to_builtin_type with ztranslationMatti Picus2013-02-092-0/+9
|/ /
* | use DYLD_LIBRARY_PATH on darwinBrian Kearns2013-02-093-5/+16
* | add another test hereBrian Kearns2013-02-091-0/+11
* | patch from raymondh to optimize deque.remove in lib_pypy/_collections.py (nor...Brian Kearns2013-02-091-6/+12
* | reset mainthreadident after fork (thanks amaury)Brian Kearns2013-02-083-0/+33
* | add numpy.bool/int aliases, test (fixes issue1161)Brian Kearns2013-02-082-5/+9
* | backout accidental inclusion to last commitBrian Kearns2013-02-081-8/+5
* | add numpy indexing by list testBrian Kearns2013-02-082-5/+14
* | clean up datetime argument handling, improve testsBrian Kearns2013-02-082-17/+53
* | try to fix freebsd7 translationBrian Kearns2013-02-081-0/+3