Author: Matti Picus
Branch:
Changeset: r98194:d5e7cbe1eb5f
Date: 2019-11-30 17:58 +
http://bitbucket.org/pypy/pypy/changeset/d5e7cbe1eb5f/
Log:fixes for CentOS 6 (manylinux image)
diff --git a/pypy/module/_minimal_curses/fficurses.py
b/pypy/module/_minimal_curses/fficurses.py
--- a/pyp
Author: Matti Picus
Branch:
Changeset: r96691:6dd0f9f9ab4e
Date: 2019-05-27 07:29 +0300
http://bitbucket.org/pypy/pypy/changeset/6dd0f9f9ab4e/
Log:fixes for win32
diff --git a/lib_pypy/_cffi_ssl/_stdssl/win32_extra.py
b/lib_pypy/_cffi_ssl/_stdssl/win32_extra.py
--- a/lib_pypy/_cffi_ssl/_st
Author: Matt Jackson
Branch:
Changeset: r94507:da9870c526f7
Date: 2018-04-21 19:29 +0100
http://bitbucket.org/pypy/pypy/changeset/da9870c526f7/
Log:fixes for broken parts of docs
diff --git a/pypy/doc/commandline_ref.rst b/pypy/doc/commandline_ref.rst
--- a/pypy/doc/commandline_ref.rst
+++
Author: fijal
Branch:
Changeset: r93823:df78a73afdf9
Date: 2018-02-15 14:00 +0100
http://bitbucket.org/pypy/pypy/changeset/df78a73afdf9/
Log:fixes
diff --git a/pypy/doc/gc_info.rst b/pypy/doc/gc_info.rst
--- a/pypy/doc/gc_info.rst
+++ b/pypy/doc/gc_info.rst
@@ -1,11 +1,12 @@
-Garbage collect
Author: Matti Picus
Branch:
Changeset: r92391:9edce20cd8a3
Date: 2017-09-14 21:26 +0300
http://bitbucket.org/pypy/pypy/changeset/9edce20cd8a3/
Log:fixes for C89 (win32)
diff --git a/pypy/module/cpyext/test/issue2482.c
b/pypy/module/cpyext/test/issue2482.c
--- a/pypy/module/cpyext/test/issu
Author: Armin Rigo
Branch:
Changeset: r91578:d936612da330
Date: 2017-06-11 23:16 +0200
http://bitbucket.org/pypy/pypy/changeset/d936612da330/
Log:fixes
diff --git a/rpython/rlib/rposix_stat.py b/rpython/rlib/rposix_stat.py
--- a/rpython/rlib/rposix_stat.py
+++ b/rpython/rlib/rposix_stat.py
Author: Alex Gaynor
Branch:
Changeset: r90778:a1b0ce5e4915
Date: 2017-03-21 14:02 -0400
http://bitbucket.org/pypy/pypy/changeset/a1b0ce5e4915/
Log:Fixes #2508 -- correctly handle dict.pop where the popping key is
not the same type as the dict's and pop is called with a default
diff
Author: Armin Rigo
Branch:
Changeset: r90644:fd8af983f881
Date: 2017-03-13 08:45 +0100
http://bitbucket.org/pypy/pypy/changeset/fd8af983f881/
Log:fixes, also add app_level_tests.py
diff --git a/testrunner/app_level_tests.py b/testrunner/app_level_tests.py
new file mode 100755
--- /dev/null
Author: Armin Rigo
Branch:
Changeset: r89772:db5482cc94a2
Date: 2017-01-25 20:36 +
http://bitbucket.org/pypy/pypy/changeset/db5482cc94a2/
Log:Fixes, trying to use siphash24 on pypy
diff --git a/rpython/rlib/objectmodel.py b/rpython/rlib/objectmodel.py
--- a/rpython/rlib/objectmodel.py
+
Author: Armin Rigo
Branch:
Changeset: r88538:23ffdb9eb9cc
Date: 2016-11-22 11:44 +0100
http://bitbucket.org/pypy/pypy/changeset/23ffdb9eb9cc/
Log:Fixes for 8c314acb8dd4
diff --git a/pypy/module/_file/interp_file.py b/pypy/module/_file/interp_file.py
--- a/pypy/module/_file/interp_file.py
++
Author: Armin Rigo
Branch:
Changeset: r88156:33719a46d098
Date: 2016-11-06 18:37 +0100
http://bitbucket.org/pypy/pypy/changeset/33719a46d098/
Log:Fixes: one file used to let RPython-level OSError escape; the other,
DLOpenError.
diff --git a/pypy/module/_rawffi/alt/interp_funcptr.py
Author: Armin Rigo
Branch:
Changeset: r87388:1057a7b1ad5f
Date: 2016-09-26 09:21 +0200
http://bitbucket.org/pypy/pypy/changeset/1057a7b1ad5f/
Log:Fixes
diff --git a/pypy/module/mmap/interp_mmap.py b/pypy/module/mmap/interp_mmap.py
--- a/pypy/module/mmap/interp_mmap.py
+++ b/pypy/module/mmap
Author: Armin Rigo
Branch:
Changeset: r86707:f4224510b428
Date: 2016-08-29 18:36 +0200
http://bitbucket.org/pypy/pypy/changeset/f4224510b428/
Log:Fixes some calls to functions through Windows' COM interface
diff --git a/lib_pypy/_ctypes/function.py b/lib_pypy/_ctypes/function.py
--- a/lib_p
Author: mattip
Branch:
Changeset: r85856:a54d7c1ea318
Date: 2016-07-25 17:57 -0500
http://bitbucket.org/pypy/pypy/changeset/a54d7c1ea318/
Log:fixes for win32
diff --git a/rpython/rlib/rjitlog/src/rjitlog.c
b/rpython/rlib/rjitlog/src/rjitlog.c
--- a/rpython/rlib/rjitlog/src/rjitlog.c
+++ b/
Author: Matti Picus
Branch:
Changeset: r84482:71af15e55ba3
Date: 2016-05-16 19:59 +0300
http://bitbucket.org/pypy/pypy/changeset/71af15e55ba3/
Log:fixes for c89, open on win32
diff --git a/pypy/module/cpyext/test/test_datetime.py
b/pypy/module/cpyext/test/test_datetime.py
--- a/pypy/module
Author: Armin Rigo
Branch:
Changeset: r80002:43e04ba55c9c
Date: 2015-10-06 15:19 +0200
http://bitbucket.org/pypy/pypy/changeset/43e04ba55c9c/
Log:fixes
diff --git a/rpython/translator/c/src/stacklet/Makefile
b/rpython/translator/c/src/stacklet/Makefile
--- a/rpython/translator/c/src/stackl
Author: Armin Rigo
Branch:
Changeset: r74874:99234fd4cade
Date: 2014-12-09 23:17 +
http://bitbucket.org/pypy/pypy/changeset/99234fd4cade/
Log:fixes
diff --git a/pypy/module/_rawffi/interp_rawffi.py
b/pypy/module/_rawffi/interp_rawffi.py
--- a/pypy/module/_rawffi/interp_rawffi.py
+++ b/
Author: Armin Rigo
Branch:
Changeset: r73745:b422496d47be
Date: 2014-09-30 14:21 +0200
http://bitbucket.org/pypy/pypy/changeset/b422496d47be/
Log:Fixes:
* don't zero out large external mallocs for no reason
* fix gc.malloc(), used only for testing, to respect the 'zero' fla
Author: Armin Rigo
Branch:
Changeset: r73203:bac11f2871ed
Date: 2014-08-30 12:27 +0200
http://bitbucket.org/pypy/pypy/changeset/bac11f2871ed/
Log:Fixes
diff --git a/rpython/jit/backend/arm/callbuilder.py
b/rpython/jit/backend/arm/callbuilder.py
--- a/rpython/jit/backend/arm/callbuilder.py
Author: Armin Rigo
Branch:
Changeset: r72406:3ae2e0814de1
Date: 2014-07-09 19:47 +0200
http://bitbucket.org/pypy/pypy/changeset/3ae2e0814de1/
Log:Fixes
diff --git a/rpython/jit/backend/test/test_ll_random.py
b/rpython/jit/backend/test/test_ll_random.py
--- a/rpython/jit/backend/test/test_l
Author: Armin Rigo
Branch:
Changeset: r72175:45430a184cd3
Date: 2014-06-23 18:52 +
http://bitbucket.org/pypy/pypy/changeset/45430a184cd3/
Log:Fixes that should have been done in the ec-threadlocal branch
diff --git a/pypy/module/pypyjit/test_pypy_c/test_call.py
b/pypy/module/pypyjit/te
Author: Wim Lavrijsen
Branch:
Changeset: r70892:a637c43f17fa
Date: 2014-04-23 12:45 -0700
http://bitbucket.org/pypy/pypy/changeset/a637c43f17fa/
Log:fixes to elidable; now warning free
diff --git a/pypy/module/cppyy/capi/loadable_capi.py
b/pypy/module/cppyy/capi/loadable_capi.py
--- a/pypy
Author: Brian Kearns
Branch:
Changeset: r69488:28a4bfdc3627
Date: 2014-02-26 20:12 -0500
http://bitbucket.org/pypy/pypy/changeset/28a4bfdc3627/
Log:fixes for cpyext ndarrayobject
diff --git a/pypy/module/cpyext/ndarrayobject.py
b/pypy/module/cpyext/ndarrayobject.py
--- a/pypy/module/cpyext
Author: Brian Kearns
Branch:
Changeset: r69407:6928506f34e4
Date: 2014-02-25 03:22 -0500
http://bitbucket.org/pypy/pypy/changeset/6928506f34e4/
Log:fixes for newbyteorder on flexible dtypes
diff --git a/pypy/module/micronumpy/interp_dtype.py
b/pypy/module/micronumpy/interp_dtype.py
--- a/p
Author: Brian Kearns
Branch:
Changeset: r67696:8bbe7e215208
Date: 2013-10-29 13:00 -0400
http://bitbucket.org/pypy/pypy/changeset/8bbe7e215208/
Log:fixes for some numpy exceptions
diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py
b/pypy/module/micronumpy/arrayimpl/concrete.py
--- a
Author: Armin Rigo
Branch:
Changeset: r67413:82101cce8799
Date: 2013-10-16 11:51 +
http://bitbucket.org/pypy/pypy/changeset/82101cce8799/
Log:Fixes
diff --git a/pypy/tool/gdb_pypy.py b/pypy/tool/gdb_pypy.py
--- a/pypy/tool/gdb_pypy.py
+++ b/pypy/tool/gdb_pypy.py
@@ -89,7 +89,10 @@
Author: Matti Picus
Branch:
Changeset: r67378:f320ec7a85b5
Date: 2013-10-15 06:57 +0300
http://bitbucket.org/pypy/pypy/changeset/f320ec7a85b5/
Log:fixes for removed numpy.py
diff --git a/lib_pypy/numpypy/__init__.py b/lib_pypy/numpypy/__init__.py
--- a/lib_pypy/numpypy/__init__.py
+++ b/lib
Author: Armin Rigo
Branch:
Changeset: r65965:105d5feef576
Date: 2013-08-06 12:49 +0200
http://bitbucket.org/pypy/pypy/changeset/105d5feef576/
Log:fixes
diff --git a/lib-python/2.7/socket.py b/lib-python/2.7/socket.py
--- a/lib-python/2.7/socket.py
+++ b/lib-python/2.7/socket.py
@@ -165,6 +1
Author: Armin Rigo
Branch:
Changeset: r65752:110dab59f002
Date: 2013-07-28 21:36 +0200
http://bitbucket.org/pypy/pypy/changeset/110dab59f002/
Log:fixes
diff --git a/pypy/tool/pypyjit.py b/pypy/tool/pypyjit.py
--- a/pypy/tool/pypyjit.py
+++ b/pypy/tool/pypyjit.py
@@ -7,11 +7,18 @@
import
Author: Juan Francisco Cantero Hurtado
Branch:
Changeset: r64707:e92ef8459498
Date: 2013-06-02 05:40 +0200
http://bitbucket.org/pypy/pypy/changeset/e92ef8459498/
Log:Fixes to OpenBSD.
- Fixes the order of CFLAGS and LDFLAGS.
- Uses the compiler within $CC with a fallback to
Author: Armin Rigo
Branch:
Changeset: r63915:3fb0e6c27959
Date: 2013-05-08 17:38 +0200
http://bitbucket.org/pypy/pypy/changeset/3fb0e6c27959/
Log:Fixes the test, but maybe makes things slower.
diff --git a/rpython/translator/backendopt/graphanalyze.py
b/rpython/translator/backendopt/grapha
Author: Armin Rigo
Branch:
Changeset: r63023:a31ea3dedb23
Date: 2013-04-04 23:09 +0200
http://bitbucket.org/pypy/pypy/changeset/a31ea3dedb23/
Log:Fixes fixes fixes. Now test_zrpy_releasegil passes, and other
previously-broken tests too.
diff --git a/pypy/module/cpyext/api.py b/pypy/
Author: Brian Kearns
Branch:
Changeset: r62619:bd0e0b2b11bb
Date: 2013-03-21 19:28 -0400
http://bitbucket.org/pypy/pypy/changeset/bd0e0b2b11bb/
Log:fixes for RSocket IPV6 support
diff --git a/rpython/rlib/_rsocket_rffi.py b/rpython/rlib/_rsocket_rffi.py
--- a/rpython/rlib/_rsocket_rffi.py
+
Author: David Schneider
Branch:
Changeset: r62608:28bc77433153
Date: 2013-03-21 13:09 +0200
http://bitbucket.org/pypy/pypy/changeset/28bc77433153/
Log:fixes for call_header_with_stack_check
diff --git a/rpython/jit/backend/arm/assembler.py
b/rpython/jit/backend/arm/assembler.py
--- a/rpyth
Author: Christopher Pope
Branch:
Changeset: r61672:7091022dc2f3
Date: 2013-02-22 21:29 -0500
http://bitbucket.org/pypy/pypy/changeset/7091022dc2f3/
Log:Fixes for grammar
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -300,8 +300,8 @@
Do I
Author: Brian Kearns
Branch:
Changeset: r61008:76c65fdbeef9
Date: 2013-02-09 15:55 -0500
http://bitbucket.org/pypy/pypy/changeset/76c65fdbeef9/
Log:fixes for a9b26dd44954
diff --git a/pypy/module/micronumpy/test/test_dtypes.py
b/pypy/module/micronumpy/test/test_dtypes.py
--- a/pypy/module/
Author: Armin Rigo
Branch:
Changeset: r56778:673ee11077e8
Date: 2012-08-21 19:29 +0200
http://bitbucket.org/pypy/pypy/changeset/673ee11077e8/
Log:Fixes for the two previous problems.
diff --git a/pypy/jit/backend/x86/assembler.py
b/pypy/jit/backend/x86/assembler.py
--- a/pypy/jit/backend/x
Author: Armin Rigo
Branch:
Changeset: r55277:6bab143c4abe
Date: 2012-06-03 10:18 +0200
http://bitbucket.org/pypy/pypy/changeset/6bab143c4abe/
Log:Fixes
diff --git a/pypy/jit/backend/x86/assembler.py
b/pypy/jit/backend/x86/assembler.py
--- a/pypy/jit/backend/x86/assembler.py
+++ b/pypy/jit/
Author: Armin Rigo
Branch:
Changeset: r54642:73a34fe1ff67
Date: 2012-04-23 08:53 +0200
http://bitbucket.org/pypy/pypy/changeset/73a34fe1ff67/
Log:Fixes:
* cannot do bool(res) if res is an INT on 32-bit
* a return value of -1 doesn't necessarily mean we have an exception
di
Author: Armin Rigo
Branch:
Changeset: r52928:b9733690c4de
Date: 2012-02-27 16:14 +0100
http://bitbucket.org/pypy/pypy/changeset/b9733690c4de/
Log:Fixes fixes fixes.
diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/llsupport/gc.py
--- a/pypy/jit/backend/llsupport/gc.py
+++ b/
Author: Armin Rigo
Branch:
Changeset: r52811:9ba62b41a086
Date: 2012-02-23 18:28 +0100
http://bitbucket.org/pypy/pypy/changeset/9ba62b41a086/
Log:Fixes. Sorry.
diff --git a/pypy/jit/backend/x86/test/test_ztranslation.py
b/pypy/jit/backend/x86/test/test_ztranslation.py
--- a/pypy/jit/backen
Author: Alex Gaynor
Branch:
Changeset: r50594:2b3d72c181dd
Date: 2011-12-15 14:39 -0600
http://bitbucket.org/pypy/pypy/changeset/2b3d72c181dd/
Log:fixes for ulong dtype and some small other cleanups
diff --git a/pypy/module/micronumpy/interp_boxes.py
b/pypy/module/micronumpy/interp_boxes.p
Author: Armin Rigo
Branch:
Changeset: r50336:998ae4038c2f
Date: 2011-12-10 10:46 +0100
http://bitbucket.org/pypy/pypy/changeset/998ae4038c2f/
Log:fixes for test_app_main.
diff --git a/pypy/translator/goal/app_main.py b/pypy/translator/goal/app_main.py
--- a/pypy/translator/goal/app_main.py
Author: Armin Rigo
Branch:
Changeset: r50269:b1a1441f2980
Date: 2011-12-07 17:18 +0100
http://bitbucket.org/pypy/pypy/changeset/b1a1441f2980/
Log:Fixes. Now micronumpy passes :-)
diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py
--- a/pypy/objspace/fake/objspace.p
Author: Armin Rigo
Branch:
Changeset: r50266:2db948e2fa60
Date: 2011-12-07 16:38 +0100
http://bitbucket.org/pypy/pypy/changeset/2db948e2fa60/
Log:Fixes.
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/interpreter/baseobjspace.py
+++ b/pypy/interpr
Author: Maciej Fijalkowski
Branch:
Changeset: r50250:a23933bd7963
Date: 2011-12-07 16:57 +0200
http://bitbucket.org/pypy/pypy/changeset/a23933bd7963/
Log:fixes
diff --git a/pypy/module/micronumpy/interp_numarray.py
b/pypy/module/micronumpy/interp_numarray.py
--- a/pypy/module/micronumpy/in
Author: Maciej Fijalkowski
Branch:
Changeset: r49943:831d8e975963
Date: 2011-11-29 10:33 +0200
http://bitbucket.org/pypy/pypy/changeset/831d8e975963/
Log:fixes
diff --git a/pypy/module/micronumpy/compile.py
b/pypy/module/micronumpy/compile.py
--- a/pypy/module/micronumpy/compile.py
+++ b/p
Author: Bruno Gola
Branch:
Changeset: r48548:4c56b2a60b5a
Date: 2011-10-27 19:52 -0200
http://bitbucket.org/pypy/pypy/changeset/4c56b2a60b5a/
Log:[fixes issue 923] matching RegExp with optional zero-width assertion
groups
diff --git a/pypy/rlib/rsre/rsre_core.py b/pypy/rlib/rsre/rsr
Author: Armin Rigo
Branch:
Changeset: r46893:14091ce7892d
Date: 2011-08-29 17:39 +0200
http://bitbucket.org/pypy/pypy/changeset/14091ce7892d/
Log:Fixes.
diff --git a/pypy/rlib/_rffi_stacklet.py b/pypy/rlib/_rffi_stacklet.py
--- a/pypy/rlib/_rffi_stacklet.py
+++ b/pypy/rlib/_rffi_stacklet.py
Author: Armin Rigo
Branch:
Changeset: r46794:e688491987e7
Date: 2011-08-26 16:48 +0200
http://bitbucket.org/pypy/pypy/changeset/e688491987e7/
Log:Fixes for running these tests on top of Python 2.5.
diff --git a/pypy/config/makerestdoc.py b/pypy/config/makerestdoc.py
--- a/pypy/config/makere
Author: Armin Rigo
Branch:
Changeset: r46496:7cd150932da5
Date: 2011-08-14 17:09 +
http://bitbucket.org/pypy/pypy/changeset/7cd150932da5/
Log:Fixes for the previous checkin.
diff --git a/pypy/module/bz2/interp_bz2.py b/pypy/module/bz2/interp_bz2.py
--- a/pypy/module/bz2/interp_bz2.py
++
Author: Armin Rigo
Branch:
Changeset: r44290:66bb978bc47f
Date: 2011-05-18 18:40 +0200
http://bitbucket.org/pypy/pypy/changeset/66bb978bc47f/
Log:Fixes:
- actually *restore* the saved original locale setting!
- catch and ignore rlocale.LocaleError instead of crashing RPytho
52 matches
Mail list logo