GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/pypy.git
master
py3.7
Gentoo fork of PyPy
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
clean up ieee.py and add another test
Brian Kearns
2013-02-10
2
-63
/
+53
*
test and fix lib_pypy.dbm handling of null characters (patch from antocuni)
Brian Kearns
2013-02-10
2
-2
/
+15
*
allow dbm to find bdb up to 5.3
Brian Kearns
2013-02-10
1
-2
/
+2
*
app_main support a few more args/env vars
Brian Kearns
2013-02-10
2
-6
/
+14
*
support testing env values passed to app_main, test supported vars
Brian Kearns
2013-02-10
1
-43
/
+51
*
kill this old unused flag
Brian Kearns
2013-02-10
1
-22
/
+15
*
these asserts should work
Brian Kearns
2013-02-10
1
-1
/
+3
*
fix test_app_main
Brian Kearns
2013-02-10
2
-14
/
+7
*
small cleanups
Brian Kearns
2013-02-10
3
-18
/
+13
*
fix test_ll_os_environ on darwin
Brian Kearns
2013-02-10
2
-14
/
+5
*
merge
Maciej Fijalkowski
2013-02-10
1
-4
/
+4
|
\
|
*
partially revert 4237a1dca2e8 to fix namedtuple namespace problems
Brian Kearns
2013-02-10
1
-4
/
+4
*
|
Convert w_globals passed to exec to celldict, if not already a celldict.
Maciej Fijalkowski
2013-02-10
3
-0
/
+20
|
/
*
Constant fold str.{start,end}swith in the annotator
Alex Gaynor
2013-02-10
2
-2
/
+13
*
skip this test on older host pythons
Brian Kearns
2013-02-10
1
-0
/
+4
*
python2.6 compat
Brian Kearns
2013-02-10
1
-1
/
+1
*
fix test_kqueue
Brian Kearns
2013-02-10
1
-1
/
+2
*
another fix for numpy test_abstract_types on 32bit
Brian Kearns
2013-02-10
1
-2
/
+1
*
fix test_app_main.py for win32
Brian Kearns
2013-02-10
1
-7
/
+8
*
port a couple deque.rotate optimizations to the interp module
Brian Kearns
2013-02-10
1
-2
/
+2
*
mangle pypy's non-standard JSONEncoder modifications to avoid namespace clashes
Brian Kearns
2013-02-10
1
-59
/
+59
*
fix numpy test_abstract_types for 32bit
Brian Kearns
2013-02-09
1
-8
/
+15
*
update whatsnew
Brian Kearns
2013-02-09
1
-0
/
+4
*
Merged in cleanup-tests (pull request #113)
Brian Kearns
2013-02-09
20
-79
/
+2
|
\
|
*
trash this file
Brian Kearns
2013-02-09
1
-50
/
+0
|
*
disable this out of date test until it can be updated
Brian Kearns
2013-02-09
1
-0
/
+2
|
*
merge default
Brian Kearns
2013-02-09
3
-147
/
+114
|
|
\
|
|
/
|
/
|
*
|
also merge these tests so they run
Brian Kearns
2013-02-09
4
-147
/
+114
|
*
merge default
Brian Kearns
2013-02-09
47
-262
/
+560
|
|
\
|
|
/
|
/
|
*
|
put these tests where they will be executed and fix them up
Brian Kearns
2013-02-09
5
-189
/
+177
*
|
another datetime argument correctness fix
Brian Kearns
2013-02-09
2
-16
/
+17
*
|
further improve datetime argument handling
Brian Kearns
2013-02-09
2
-5
/
+31
*
|
put this in a base test class instead of repeating it
Brian Kearns
2013-02-09
1
-13
/
+3
*
|
more updates to lib_pypy/_collections.py from raymondh
Brian Kearns
2013-02-09
1
-2
/
+2
*
|
fix numpy.dtype(intp/uintp).num on 64bit
Brian Kearns
2013-02-09
2
-4
/
+23
*
|
Merged in shomah4a/pypy2 (pull request #116)
Brian Kearns
2013-02-09
1
-1
/
+1
|
\
\
|
*
|
fix: cannot find targetpypystandalone.py from translate.py
shoma hosaka
2013-02-10
1
-1
/
+1
*
|
|
fixes for a9b26dd44954
Brian Kearns
2013-02-09
1
-6
/
+2
*
|
|
move test, skip if not python2.7 or greater, accept either ValueError or Type...
Matti Picus
2013-02-09
1
-2
/
+8
*
|
|
allow abstract dtypes in array construction, issue # 1160
Matti Picus
2013-02-09
3
-11
/
+31
*
|
|
test,fix complex to_builtin_type with ztranslation
Matti Picus
2013-02-09
2
-0
/
+9
|
/
/
*
|
use DYLD_LIBRARY_PATH on darwin
Brian Kearns
2013-02-09
3
-5
/
+16
*
|
add another test here
Brian Kearns
2013-02-09
1
-0
/
+11
*
|
patch from raymondh to optimize deque.remove in lib_pypy/_collections.py (nor...
Brian Kearns
2013-02-09
1
-6
/
+12
*
|
reset mainthreadident after fork (thanks amaury)
Brian Kearns
2013-02-08
3
-0
/
+33
*
|
add numpy.bool/int aliases, test (fixes issue1161)
Brian Kearns
2013-02-08
2
-5
/
+9
*
|
backout accidental inclusion to last commit
Brian Kearns
2013-02-08
1
-8
/
+5
*
|
add numpy indexing by list test
Brian Kearns
2013-02-08
2
-5
/
+14
*
|
clean up datetime argument handling, improve tests
Brian Kearns
2013-02-08
2
-17
/
+53
*
|
try to fix freebsd7 translation
Brian Kearns
2013-02-08
1
-0
/
+3
[next]