Author: Carl Friedrich Bolz-Tereick
Branch:
Changeset: r98599:67454ea967cb
Date: 2020-01-30 11:34 +0100
http://bitbucket.org/pypy/pypy/changeset/67454ea967cb/
Log:add missing reverse operations to set and frozenset objects
diff --git a/pypy/objspace/std/setobject.py b/pypy/objspace/std/seto
Author: Matti Picus
Branch:
Changeset: r98354:c39c8c877848
Date: 2019-12-23 12:45 +0200
http://bitbucket.org/pypy/pypy/changeset/c39c8c877848/
Log:add tcl8, tk8 to bundle; make sure so is writable
diff --git a/pypy/tool/release/make_portable.py
b/pypy/tool/release/make_portable.py
--- a/py
Author: Matti Picus
Branch:
Changeset: r98240:890c142fd3b8
Date: 2019-12-06 16:33 +0200
http://bitbucket.org/pypy/pypy/changeset/890c142fd3b8/
Log:add missing import
diff --git a/pypy/module/thread/test/test_thread.py
b/pypy/module/thread/test/test_thread.py
--- a/pypy/module/thread/test/t
Author: Matti Picus
Branch:
Changeset: r98206:a8a24325ea83
Date: 2019-12-01 21:53 +0200
http://bitbucket.org/pypy/pypy/changeset/a8a24325ea83/
Log:add rposix getgrouplist (part of issue 2375) (grafted from
7a5929c7cc5ed9b4c81ea0158bd035193cc08abb)
diff --git a/rpython/rlib/rposix.py
Author: Matti Picus
Branch:
Changeset: r98018:b3fa16549942
Date: 2019-11-10 21:46 -0500
http://bitbucket.org/pypy/pypy/changeset/b3fa16549942/
Log:add " 32 bit" (with space) to version name on win32
diff --git a/rpython/rlib/compilerinfo.py b/rpython/rlib/compilerinfo.py
--- a/rpython/rlib/
Author: Matti Picus
Branch:
Changeset: r97930:b655ef00bd4b
Date: 2019-11-01 05:52 -0400
http://bitbucket.org/pypy/pypy/changeset/b655ef00bd4b/
Log:add a --make-portable option to package.py
diff --git a/pypy/tool/release/make_portable.py
b/pypy/tool/release/make_portable.py
new file mode 1
Author: Matti Picus
Branch:
Changeset: r97931:883f6c7d4239
Date: 2019-11-01 05:57 -0400
http://bitbucket.org/pypy/pypy/changeset/883f6c7d4239/
Log:add version detection to _curses. test_curses.py silently skips when
importing fails
diff --git a/lib_pypy/_curses_build.py b/lib_pypy/_
Author: Armin Rigo
Branch:
Changeset: r97908:4748c02be810
Date: 2019-10-31 17:09 +0100
http://bitbucket.org/pypy/pypy/changeset/4748c02be810/
Log:Add _PySet_Next{,Entry}. Based on the _PySet_NextEntry branch but
for pypy2
diff --git a/pypy/module/cpyext/dictobject.py b/pypy/module/c
Author: Carl Friedrich Bolz-Tereick
Branch:
Changeset: r97787:6050f7ce8f45
Date: 2019-10-16 14:03 +0200
http://bitbucket.org/pypy/pypy/changeset/6050f7ce8f45/
Log:add two get_printable_locations
diff --git a/pypy/interpreter/baseobjspace.py b/pypy/interpreter/baseobjspace.py
--- a/pypy/inte
Author: Matti Picus
Branch:
Changeset: r97736:42337a484364
Date: 2019-10-07 22:51 +0300
http://bitbucket.org/pypy/pypy/changeset/42337a484364/
Log:add jit help to documentation
diff --git a/pypy/doc/commandline_ref.rst b/pypy/doc/commandline_ref.rst
--- a/pypy/doc/commandline_ref.rst
+++ b/
Author: Ronan Lamy
Branch:
Changeset: r97722:d663ce56919c
Date: 2019-10-04 18:02 +0100
http://bitbucket.org/pypy/pypy/changeset/d663ce56919c/
Log:Add _PyDict_GetItemWithError (part of the public API in py3)
diff --git a/pypy/module/cpyext/dictobject.py b/pypy/module/cpyext/dictobject.py
---
Author: Ronan Lamy
Branch:
Changeset: r97678:50925e571213
Date: 2019-09-30 14:53 +0100
http://bitbucket.org/pypy/pypy/changeset/50925e571213/
Log:Add missing method to fake objspace
diff --git a/pypy/objspace/fake/objspace.py b/pypy/objspace/fake/objspace.py
--- a/pypy/objspace/fake/objspac
Author: Matti Picus
Branch:
Changeset: r97611:4a76e7a33530
Date: 2019-09-25 18:30 +0300
http://bitbucket.org/pypy/pypy/changeset/4a76e7a33530/
Log:add aarch64 to release targets
diff --git a/pypy/tool/release/force-builds.py
b/pypy/tool/release/force-builds.py
--- a/pypy/tool/release/force
Author: Carl Friedrich Bolz-Tereick
Branch:
Changeset: r97454:2881d923dbb6
Date: 2019-09-12 09:30 +0200
http://bitbucket.org/pypy/pypy/changeset/2881d923dbb6/
Log:add an ascii fastpath
diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py
--- a/pypy/module/_io/int
Author: Matti Picus
Branch:
Changeset: r97193:9af25f100cea
Date: 2019-08-16 12:10 +0300
http://bitbucket.org/pypy/pypy/changeset/9af25f100cea/
Log:add more missing API functions that caused HMAC block_size error and
test failure
diff --git a/lib_pypy/_cffi_ssl/_cffi_src/openssl/evp.
Author: Matti Picus
Branch:
Changeset: r97183:0cbabb9554cd
Date: 2019-08-15 15:54 +0300
http://bitbucket.org/pypy/pypy/changeset/0cbabb9554cd/
Log:add more missing things from cryptography, remove offending macro
from build
diff --git a/lib_pypy/_cffi_ssl/_cffi_src/openssl/nid.py
b
Author: Matti Picus
Branch:
Changeset: r97181:9920d591bb29
Date: 2019-08-14 19:39 +0300
http://bitbucket.org/pypy/pypy/changeset/9920d591bb29/
Log:add failing ctypes test that causes socket.sendall() failure
diff --git a/extra_tests/ctypes_tests/test_cast.py
b/extra_tests/ctypes_tests/test
Author: Matti Picus
Branch:
Changeset: r97182:0e1858e6bbc7
Date: 2019-08-15 09:37 +0300
http://bitbucket.org/pypy/pypy/changeset/0e1858e6bbc7/
Log:add const qualifier for conditional compilation
diff --git a/lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py
b/lib_pypy/_cffi_ssl/_cffi_src/openssl
Author: Matti Picus
Branch:
Changeset: r97161:523f22b1cafe
Date: 2019-08-12 13:04 +0300
http://bitbucket.org/pypy/pypy/changeset/523f22b1cafe/
Log:Add link to nice rpython tutorial, fix some doc build errors
diff --git a/pypy/doc/architecture.rst b/pypy/doc/architecture.rst
--- a/pypy/doc/a
Author: Matti Picus
Branch:
Changeset: r97006:3b62053cc1e4
Date: 2019-07-16 06:53 -0500
http://bitbucket.org/pypy/pypy/changeset/3b62053cc1e4/
Log:add conftest to skip on non-aarch64
diff --git a/rpython/jit/backend/aarch64/test/conftest.py
b/rpython/jit/backend/aarch64/test/conftest.py
ne
Author: Armin Rigo
Branch:
Changeset: r96946:589aba948fbb
Date: 2019-07-04 12:33 +0200
http://bitbucket.org/pypy/pypy/changeset/589aba948fbb/
Log:Add a comment in case somebody else copies get_gcmap() from the arm
backend
diff --git a/rpython/jit/backend/arm/regalloc.py
b/rpython/j
Author: Matti Picus
Branch:
Changeset: r96809:53fb62020937
Date: 2019-06-16 08:11 +0300
http://bitbucket.org/pypy/pypy/changeset/53fb62020937/
Log:add gc.collect to fix test on bencher4
diff --git a/pypy/module/thread/test/test_local.py
b/pypy/module/thread/test/test_local.py
--- a/pypy/mo
Author: Matti Picus
Branch:
Changeset: r96606:b746e83d4c54
Date: 2019-05-12 19:30 -0700
http://bitbucket.org/pypy/pypy/changeset/b746e83d4c54/
Log:add some pieces needed to start building opencv-python with scikit-
build
diff --git a/lib-python/2.7/distutils/sysconfig_pypy.py
b/lib
Author: Matti Picus
Branch:
Changeset: r96479:caa1292bce3e
Date: 2019-04-14 13:21 +0300
http://bitbucket.org/pypy/pypy/changeset/caa1292bce3e/
Log:add 2997 fix to release note
diff --git a/pypy/doc/release-v7.1.1.rst b/pypy/doc/release-v7.1.1.rst
--- a/pypy/doc/release-v7.1.1.rst
+++ b/pypy
Author: Armin Rigo
Branch:
Changeset: r96409:570adebe6118
Date: 2019-04-03 18:14 +0200
http://bitbucket.org/pypy/pypy/changeset/570adebe6118/
Log:add --lonepycfiles in cpython_differences
diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst
--- a/pypy/doc/cpython
Author: Matti Picus
Branch:
Changeset: r96351:66a0b0d41728
Date: 2019-03-26 21:09 +0200
http://bitbucket.org/pypy/pypy/changeset/66a0b0d41728/
Log:add missing check (fixes crash in scipy tests)
diff --git a/pypy/module/zlib/interp_zlib.py b/pypy/module/zlib/interp_zlib.py
--- a/pypy/module/
Author: Matti Picus
Branch:
Changeset: r96346:bf7b7192a4b0
Date: 2019-03-25 00:16 +0200
http://bitbucket.org/pypy/pypy/changeset/bf7b7192a4b0/
Log:add pypy version test to repackage script
diff --git a/pypy/tool/release/repackage.sh b/pypy/tool/release/repackage.sh
--- a/pypy/tool/release/r
Author: Matti Picus
Branch:
Changeset: r96231:b73eb7fdb240
Date: 2019-03-10 12:41 +0200
http://bitbucket.org/pypy/pypy/changeset/b73eb7fdb240/
Log:add needed module for tests
diff --git a/pypy/module/_multiprocessing/test/test_memory.py
b/pypy/module/_multiprocessing/test/test_memory.py
--
Author: Matti Picus
Branch:
Changeset: r96194:275fd99e1c23
Date: 2019-02-28 19:39 +0200
http://bitbucket.org/pypy/pypy/changeset/275fd99e1c23/
Log:add test that passes -A (python2.7), fails on pypy
diff --git a/pypy/module/cpyext/test/test_methodobject.py
b/pypy/module/cpyext/test/test_met
Author: Matti Picus
Branch:
Changeset: r96107:ad61d87e47a5
Date: 2019-02-20 10:11 +0200
http://bitbucket.org/pypy/pypy/changeset/ad61d87e47a5/
Log:add track_allocation to utf82wcharp
diff --git a/rpython/rtyper/lltypesystem/rffi.py
b/rpython/rtyper/lltypesystem/rffi.py
--- a/rpython/rtyper
Author: Matti Picus
Branch:
Changeset: r96087:5802580694f9
Date: 2019-02-19 11:33 +0200
http://bitbucket.org/pypy/pypy/changeset/5802580694f9/
Log:add an error message for out-of-range
diff --git a/rpython/rlib/rutf8.py b/rpython/rlib/rutf8.py
--- a/rpython/rlib/rutf8.py
+++ b/rpython/rlib/
Author: Carl Friedrich Bolz-Tereick
Branch:
Changeset: r96035:637f18678c1c
Date: 2019-02-17 12:32 +0100
http://bitbucket.org/pypy/pypy/changeset/637f18678c1c/
Log:add shortcut to ensure that 'for c in uni' does not compute the
index storage
diff --git a/pypy/objspace/std/iterobject.
Author: Julian Berman
Branch:
Changeset: r95842:fab87641b3e5
Date: 2019-02-05 16:28 +0100
http://bitbucket.org/pypy/pypy/changeset/fab87641b3e5/
Log:Add the whatsnew snippet.
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc
Author: Julian Berman
Branch:
Changeset: r95840:e0997a28d6e8
Date: 2019-02-05 15:12 +0100
http://bitbucket.org/pypy/pypy/changeset/e0997a28d6e8/
Log:Add in the missing .copy methods for zlib (de)compression.
diff --git a/pypy/module/zlib/interp_zlib.py b/pypy/module/zlib/interp_zlib.py
---
Author: Matti Picus
Branch:
Changeset: r95644:e515811660b6
Date: 2019-01-16 08:42 +0200
http://bitbucket.org/pypy/pypy/changeset/e515811660b6/
Log:add even more debug to msvc compiler detection.
We should rip this out and use distutils/setuptools.
diff --git a/rpython/translator/pl
Author: Matti Picus
Branch:
Changeset: r95582:1d1e6e0d47c4
Date: 2019-01-06 09:32 +0200
http://bitbucket.org/pypy/pypy/changeset/1d1e6e0d47c4/
Log:add passing test
diff --git a/pypy/module/__pypy__/test/test_builders.py
b/pypy/module/__pypy__/test/test_builders.py
--- a/pypy/module/__pypy_
Author: Matti Picus
Branch:
Changeset: r95450:00010b268b1f
Date: 2018-12-11 14:57 +0200
http://bitbucket.org/pypy/pypy/changeset/00010b268b1f/
Log:add more ideas, cleanup duplicate TOC references to architecture
diff --git a/pypy/doc/architecture.rst b/pypy/doc/architecture.rst
--- a/pypy/d
Author: Matti Picus
Branch:
Changeset: r95180:80ba133be397
Date: 2018-10-07 12:10 +0300
http://bitbucket.org/pypy/pypy/changeset/80ba133be397/
Log:add, test LoadLibraryW, LoadLibraryEx{A, W}
diff --git a/rpython/rlib/rwin32.py b/rpython/rlib/rwin32.py
--- a/rpython/rlib/rwin32.py
+++ b/rpyt
Author: Ronan Lamy
Branch:
Changeset: r95179:a5735c0b1edd
Date: 2018-10-03 18:29 +0100
http://bitbucket.org/pypy/pypy/changeset/a5735c0b1edd/
Log:Add C implementations for PyObject_DelItemString, PyMapping_DelItem,
PyMapping_DelItemString
diff --git a/pypy/module/cpyext/api.py b/pyp
Author: Matti Picus
Branch:
Changeset: r95101:4cbeaa8bf545
Date: 2018-09-11 23:57 +0300
http://bitbucket.org/pypy/pypy/changeset/4cbeaa8bf545/
Log:add module/cpyext/test to directories to be split for own tests
diff --git a/pypy/testrunner_cfg.py b/pypy/testrunner_cfg.py
--- a/pypy/testrunn
Author: Armin Rigo
Branch:
Changeset: r95089:baf31e0bca1e
Date: 2018-09-11 15:26 +0200
http://bitbucket.org/pypy/pypy/changeset/baf31e0bca1e/
Log:Add more tests inspired from issue #2866.
Fix them by simplifying a bit descr_new().
diff --git a/pypy/objspace/std/test/test_unicodeobj
Author: Armin Rigo
Branch:
Changeset: r94972:746e52c25681
Date: 2018-08-07 23:06 +0200
http://bitbucket.org/pypy/pypy/changeset/746e52c25681/
Log:Add flag 'no_implicit_octal' to string_to_int()
diff --git a/rpython/rlib/rarithmetic.py b/rpython/rlib/rarithmetic.py
--- a/rpython/rlib/rarithm
Author: Armin Rigo
Branch:
Changeset: r94884:6868da604e68
Date: 2018-07-23 18:18 +0200
http://bitbucket.org/pypy/pypy/changeset/6868da604e68/
Log:Add a get_raw_address() in the base class---better than segfaulting
due to calls to a missing method!
diff --git a/rpython/rlib/buffer.py
Author: Matti Picus
Branch:
Changeset: r94833:1251e9da7b5f
Date: 2018-07-08 13:10 -0700
http://bitbucket.org/pypy/pypy/changeset/1251e9da7b5f/
Log:add generated option templates
diff --git a/pypy/doc/config/objspace.disable_entrypoints.txt
b/pypy/doc/config/objspace.disable_entrypoints.txt
Author: Armin Rigo
Branch:
Changeset: r94817:93f86b23bc8e
Date: 2018-07-06 18:21 +0200
http://bitbucket.org/pypy/pypy/changeset/93f86b23bc8e/
Log:Add rarithmetic.mulmod(). Use it to improve the performance of
pow(a, b, c)
if c is a large integer that still fits inside a W_
Author: Armin Rigo
Branch:
Changeset: r94793:55061f499bd5
Date: 2018-07-01 22:39 +0200
http://bitbucket.org/pypy/pypy/changeset/55061f499bd5/
Log:add test that passes on pypy2 but not pypy3
diff --git a/pypy/interpreter/test/test_raise.py
b/pypy/interpreter/test/test_raise.py
--- a/pypy/in
Author: Matti Picus
Branch:
Changeset: r94786:c362e84211a7
Date: 2018-06-29 07:59 -0700
http://bitbucket.org/pypy/pypy/changeset/c362e84211a7/
Log:add warning for sandbox
diff --git a/pypy/doc/sandbox.rst b/pypy/doc/sandbox.rst
--- a/pypy/doc/sandbox.rst
+++ b/pypy/doc/sandbox.rst
@@ -3,6 +
Author: Matti Picus
Branch:
Changeset: r94743:d246497b019e
Date: 2018-06-09 05:10 -0700
http://bitbucket.org/pypy/pypy/changeset/d246497b019e/
Log:add missing defines and typedefs for numpy, pandas on MSVC
diff --git a/pypy/module/cpyext/include/pyconfig.h
b/pypy/module/cpyext/include/pyco
Author: Carl Friedrich Bolz-Tereick
Branch:
Changeset: r94684:6167d7594c32
Date: 2018-05-25 10:13 +0200
http://bitbucket.org/pypy/pypy/changeset/6167d7594c32/
Log:add the key used in the subscription when trying to use getitem on
an object that doesn't support that.
This is
Author: Matti Picus
Branch:
Changeset: r94616:a8f64c4ae1ec
Date: 2018-05-18 08:53 -0700
http://bitbucket.org/pypy/pypy/changeset/a8f64c4ae1ec/
Log:add _Py_Dealloc to c function list to export it as _PyPy_Dealloc
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/m
Author: Ronan Lamy
Branch:
Changeset: r94590:7b8b1a6cec71
Date: 2018-05-14 22:16 +0100
http://bitbucket.org/pypy/pypy/changeset/7b8b1a6cec71/
Log:Add utf_16 functions to unicodehandler.py
diff --git a/pypy/interpreter/unicodehelper.py
b/pypy/interpreter/unicodehelper.py
--- a/pypy/interpre
Author: Matti Picus
Branch:
Changeset: r94514:7513d40a257b
Date: 2018-05-09 19:24 +0300
http://bitbucket.org/pypy/pypy/changeset/7513d40a257b/
Log:add man page from pypy3
diff --git a/pypy/doc/man/pypy3.1.rst b/pypy/doc/man/pypy3.1.rst
new file mode 100644
--- /dev/null
+++ b/pypy/doc/man/p
Author: Matti Picus
Branch:
Changeset: r94437:93fe826c4242
Date: 2018-04-24 09:03 +0300
http://bitbucket.org/pypy/pypy/changeset/93fe826c4242/
Log:add new contributors (thanks!!!)
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -247,6 +247,7 @@
Lukas Vacek
Omer Katz
J
Author: Antonio Cuni
Branch:
Changeset: r94427:05d4bb2624e8
Date: 2018-04-23 15:52 +0200
http://bitbucket.org/pypy/pypy/changeset/05d4bb2624e8/
Log:add a test for 321aff47be74
diff --git a/pypy/interpreter/test/test_executioncontext.py
b/pypy/interpreter/test/test_executioncontext.py
--- a
Author: Manuel Jacob
Branch:
Changeset: r94003:f65cb735be28
Date: 2018-03-19 16:54 +0100
http://bitbucket.org/pypy/pypy/changeset/f65cb735be28/
Log:Add 'e' (half-float) struct format to native format table. Copy
CPython's behavior of using short's size and alignment for half-
Author: Matti Picus
Branch:
Changeset: r93872:ea67338ed935
Date: 2018-02-19 21:09 +0200
http://bitbucket.org/pypy/pypy/changeset/ea67338ed935/
Log:add externals/bin to PATH so tests pick up correct dlls (grafted
from b0c75af579f53dcf071cef141b704c50e90fbaf8)
diff --git a/rpython/tra
Author: fijal
Branch:
Changeset: r93771:f59f5814a43c
Date: 2018-02-06 14:39 +0100
http://bitbucket.org/pypy/pypy/changeset/f59f5814a43c/
Log:add optionality about memory pressure, defaulting to False
diff --git a/pypy/module/gc/app_referents.py b/pypy/module/gc/app_referents.py
--- a/pypy/mo
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r93629:912f3925af42
Date: 2018-01-04 17:44 +0100
http://bitbucket.org/pypy/pypy/changeset/912f3925af42/
Log:Add Unicode database 9.0.0
diff too long, truncating to 2000 out of 75520 lines
diff --git a/rpython/rlib/unicodedata/CaseFolding-9.0.
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r93623:0d3c3f5e2bdb
Date: 2018-01-03 22:51 +0100
http://bitbucket.org/pypy/pypy/changeset/0d3c3f5e2bdb/
Log:Add an option to allow underscores in integer literals. RPython
part.
diff --git a/rpython/rlib/rarithmetic.py b/rpython/rlib/r
Author: Matti Picus
Branch:
Changeset: r93501:7a2df755e1a5
Date: 2017-12-19 22:51 +0200
http://bitbucket.org/pypy/pypy/changeset/7a2df755e1a5/
Log:add release note to index
diff --git a/pypy/doc/index-of-release-notes.rst
b/pypy/doc/index-of-release-notes.rst
--- a/pypy/doc/index-of-releas
Author: Armin Rigo
Branch:
Changeset: r93486:e013e4c45333
Date: 2017-12-19 14:32 +0100
http://bitbucket.org/pypy/pypy/changeset/e013e4c45333/
Log:Add a sentence
diff --git a/pypy/doc/release-v5.10.0.rst b/pypy/doc/release-v5.10.0.rst
--- a/pypy/doc/release-v5.10.0.rst
+++ b/pypy/doc/release
Author: Armin Rigo
Branch:
Changeset: r93466:d5ba3ff15b4c
Date: 2017-12-18 13:12 +0100
http://bitbucket.org/pypy/pypy/changeset/d5ba3ff15b4c/
Log:Add FormatMessageW() to get the errors in unicode
diff --git a/rpython/rlib/rwin32.py b/rpython/rlib/rwin32.py
--- a/rpython/rlib/rwin32.py
+++ b
Author: Amaury Forgeot d'Arc
Branch:
Changeset: r93412:ca5586010ac3
Date: 2017-12-11 20:29 +0100
http://bitbucket.org/pypy/pypy/changeset/ca5586010ac3/
Log:Add support for half floats in the RPython rstruct module.
diff --git a/rpython/rlib/rstruct/standardfmttable.py
b/rpython/rlib/rstruc
Author: Ronan Lamy
Branch:
Changeset: r93176:e8e611955c9a
Date: 2017-11-26 01:22 +
http://bitbucket.org/pypy/pypy/changeset/e8e611955c9a/
Log:Add some tests for DecodeBuffer
diff --git a/pypy/module/_io/interp_textio.py b/pypy/module/_io/interp_textio.py
--- a/pypy/module/_io/interp_tex
Author: Ronan Lamy
Branch:
Changeset: r93174:82244130bf34
Date: 2017-11-25 03:46 +
http://bitbucket.org/pypy/pypy/changeset/82244130bf34/
Log:Add readline() and readline_universal() methods to UnicodeIO, and
stop sharing the implementation with textio
diff --git a/pypy/module/_i
Author: fijal
Branch:
Changeset: r92991:e5bfccc9fd98
Date: 2017-11-11 16:05 -0500
http://bitbucket.org/pypy/pypy/changeset/e5bfccc9fd98/
Log:add a hint
diff --git a/pypy/objspace/std/bytearrayobject.py
b/pypy/objspace/std/bytearrayobject.py
--- a/pypy/objspace/std/bytearrayobject.py
+++ b/p
Author: Ronan Lamy
Branch:
Changeset: r92955:e68c2a6d0069
Date: 2017-11-06 16:15 +
http://bitbucket.org/pypy/pypy/changeset/e68c2a6d0069/
Log:Add testrunner/get_info.py script for the buildbot
diff --git a/testrunner/get_info.py b/testrunner/get_info.py
new file mode 100644
--- /dev/nul
Author: Matti Picus
Branch:
Changeset: r92950:bab05da3f317
Date: 2017-11-05 21:17 +0200
http://bitbucket.org/pypy/pypy/changeset/bab05da3f317/
Log:add method used in matplotlib
diff --git a/lib_pypy/_tkinter/app.py b/lib_pypy/_tkinter/app.py
--- a/lib_pypy/_tkinter/app.py
+++ b/lib_pypy/_tk
Author: Ronan Lamy
Branch:
Changeset: r92930:b97f900404e5
Date: 2017-11-04 20:28 +
http://bitbucket.org/pypy/pypy/changeset/b97f900404e5/
Log:Add extra-tests for string methods, matching the interp-level tests
added in 88bed3bb8ad4
diff --git a/extra_tests/test_bytes.py b/extra_
Author: stian
Branch:
Changeset: r92789:d420391a020a
Date: 2017-10-18 17:48 +0200
http://bitbucket.org/pypy/pypy/changeset/d420391a020a/
Log:Add missing int_floordiv, int_divmod. Improves pidigits by about 5%
diff --git a/pypy/objspace/std/longobject.py b/pypy/objspace/std/longobject.py
---
Author: Armin Rigo
Branch:
Changeset: r92617:4a184c225a22
Date: 2017-10-06 02:43 +0200
http://bitbucket.org/pypy/pypy/changeset/4a184c225a22/
Log:Add direct tests for latin1 siphash computation
diff --git a/rpython/rlib/test/test_rsiphash.py
b/rpython/rlib/test/test_rsiphash.py
--- a/rpyth
Author: Ronan Lamy
Branch:
Changeset: r92504:5acb984186b5
Date: 2017-09-29 16:33 +0200
http://bitbucket.org/pypy/pypy/changeset/5acb984186b5/
Log:Add a PyMethodDescr_Check() (not in the CPython API) for Cython's
benefit
diff --git a/pypy/module/cpyext/methodobject.py
b/pypy/module/
Author: Matti Picus
Branch:
Changeset: r92375:303d4b69c445
Date: 2017-09-11 22:39 +0300
http://bitbucket.org/pypy/pypy/changeset/303d4b69c445/
Log:add missing file
diff --git a/pypy/module/cpyext/src/unicodeobject.c
b/pypy/module/cpyext/src/unicodeobject.c
new file mode 100644
--- /dev/nul
Author: Armin Rigo
Branch:
Changeset: r92347:a38744e20a86
Date: 2017-09-08 01:11 +0200
http://bitbucket.org/pypy/pypy/changeset/a38744e20a86/
Log:Add missing import. No clue why, it is not necessary to run the
tests???
diff --git a/pypy/module/pyexpat/__init__.py b/pypy/module/pyexp
Author: Armin Rigo
Branch:
Changeset: r92132:351e1a58f5ac
Date: 2017-08-12 12:14 +0200
http://bitbucket.org/pypy/pypy/changeset/351e1a58f5ac/
Log:Add a FIXME for _vmprof on Windows
diff --git a/pypy/config/pypyoption.py b/pypy/config/pypyoption.py
--- a/pypy/config/pypyoption.py
+++ b/pypy/
Author: Armin Rigo
Branch:
Changeset: r92131:e55de3a1ccc9
Date: 2017-08-12 11:57 +0200
http://bitbucket.org/pypy/pypy/changeset/e55de3a1ccc9/
Log:Add missing header
diff --git a/rpython/translator/c/src/signals.c
b/rpython/translator/c/src/signals.c
--- a/rpython/translator/c/src/signals.c
Author: Matti Picus
Branch:
Changeset: r92107:a85c3651973e
Date: 2017-08-07 17:05 +0300
http://bitbucket.org/pypy/pypy/changeset/a85c3651973e/
Log:add get_config_h_filename for cygwincompiler, which justifiably
fails later anyway
diff --git a/lib-python/2.7/distutils/sysconfig_pypy.
Author: Carl Friedrich Bolz
Branch:
Changeset: r92054:5361e9bb4b15
Date: 2017-08-03 23:14 +0200
http://bitbucket.org/pypy/pypy/changeset/5361e9bb4b15/
Log:add a jit driver for array.count and array.index
diff --git a/pypy/module/array/interp_array.py
b/pypy/module/array/interp_array.py
---
Author: Antonio Cuni
Branch:
Changeset: r92031:620fefe235f3
Date: 2017-08-02 14:59 +0200
http://bitbucket.org/pypy/pypy/changeset/620fefe235f3/
Log:Add a workaround to make the distutils options
'runtime_library_dirs' working. Fixes #2593
diff --git a/lib-python/2.7/distutils/unixcc
Author: Armin Rigo
Branch:
Changeset: r91888:0b72fd1a7641
Date: 2017-07-16 13:41 +0200
http://bitbucket.org/pypy/pypy/changeset/0b72fd1a7641/
Log:Add a test that is passing on pypy2.7, cpython2.7, cpython3.x, but
not pypy3.5
diff --git a/pypy/interpreter/test/test_generator.py
b/py
Author: Ronan Lamy
Branch:
Changeset: r91672:b4c172f3c5e8
Date: 2017-07-03 22:31 +0100
http://bitbucket.org/pypy/pypy/changeset/b4c172f3c5e8/
Log:add missing file
diff --git a/pypy/module/cpyext/parse/cpyext_memoryobject.h
b/pypy/module/cpyext/parse/cpyext_memoryobject.h
new file mode 1006
Author: Ronan Lamy
Branch:
Changeset: r91670:74beadeefdf0
Date: 2017-06-12 21:23 +0100
http://bitbucket.org/pypy/pypy/changeset/74beadeefdf0/
Log:Add result_is_ll option to cts.decl()
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/module/cpyext/api.py
+++ b/py
Author: Wim Lavrijsen
Branch:
Changeset: r91641:a4013f68eff6
Date: 2017-06-23 15:42 -0700
http://bitbucket.org/pypy/pypy/changeset/a4013f68eff6/
Log:add script to create PyPI package from cppyy and stripped-down
ROOT/Cling sources
diff --git a/pypy/module/cppyy/backend/create_cppyy_
Author: Armin Rigo
Branch:
Changeset: r91621:2e1b4bdca21f
Date: 2017-06-17 18:29 +0200
http://bitbucket.org/pypy/pypy/changeset/2e1b4bdca21f/
Log:Add "can_be_None=False" in the result annotation of these methods
diff --git a/rpython/rlib/rstring.py b/rpython/rlib/rstring.py
--- a/rpython/rl
Author: Carl Friedrich Bolz
Branch:
Changeset: r91591:2a8fae7d43c4
Date: 2017-06-12 11:09 +0200
http://bitbucket.org/pypy/pypy/changeset/2a8fae7d43c4/
Log:add vim swn files to hgignore too
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -1,6 +1,6 @@
syntax: glob
*.py
Author: Matti Picus
Branch:
Changeset: r91567:68056ea67737
Date: 2017-06-07 19:21 +0300
http://bitbucket.org/pypy/pypy/changeset/68056ea67737/
Log:add more highlights to the top-level of the release notice
(hopefully accurate?)
diff --git a/pypy/doc/release-v5.8.0.rst b/pypy/doc/rel
Author: Matti Picus
Branch:
Changeset: r91460:3fb4e5e0b6fd
Date: 2017-05-30 16:51 +0300
http://bitbucket.org/pypy/pypy/changeset/3fb4e5e0b6fd/
Log:add this to default too
diff --git a/pypy/doc/whatsnew-pypy3-5.8.0.rst
b/pypy/doc/whatsnew-pypy3-5.8.0.rst
new file mode 100644
--- /dev/null
+
Author: Armin Rigo
Branch:
Changeset: r91435:b88087dc021a
Date: 2017-05-29 10:27 +0200
http://bitbucket.org/pypy/pypy/changeset/b88087dc021a/
Log:Add checks on the length argument given to socket.getsockopt(), like
CPython
diff --git a/pypy/module/_socket/interp_socket.py
b/pypy/mo
Author: Armin Rigo
Branch:
Changeset: r91422:a88434fd16b8
Date: 2017-05-27 12:52 +0100
http://bitbucket.org/pypy/pypy/changeset/a88434fd16b8/
Log:Add a marker into the shadowstack from the JIT. Might improve
performance in some cases
diff --git a/rpython/jit/backend/x86/assembler.py
Author: Matti Picus
Branch:
Changeset: r91311:fbcdfc92a521
Date: 2017-05-16 13:52 +0300
http://bitbucket.org/pypy/pypy/changeset/fbcdfc92a521/
Log:add slot definitions for __len__, __setitem__, __delitem__, avoid
crash in PyDict_Next
diff --git a/pypy/module/cpyext/dictobject.py b/p
Author: Matti Picus
Branch:
Changeset: r91310:ad45faa583f4
Date: 2017-05-15 22:42 +0300
http://bitbucket.org/pypy/pypy/changeset/ad45faa583f4/
Log:add test that passes with -A
diff --git a/pypy/module/cpyext/test/test_dictobject.py
b/pypy/module/cpyext/test/test_dictobject.py
--- a/pypy/mo
Author: Armin Rigo
Branch:
Changeset: r91200:73b4ce214eb8
Date: 2017-05-08 12:16 +0200
http://bitbucket.org/pypy/pypy/changeset/73b4ce214eb8/
Log:Add another note
diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rst
--- a/pypy/doc/cpython_differences.rst
+++ b/py
Author: Ronan Lamy
Branch:
Changeset: r91163:86c13077b36b
Date: 2017-04-19 00:53 +0200
http://bitbucket.org/pypy/pypy/changeset/86c13077b36b/
Log:Add support for rejecting lone surrogates in utf16 and utf32
decoders. (grafted from 7ce52a9f8d1f49eb4986b9bba8c8561060d49346)
diff --git
Author: Armin Rigo
Branch:
Changeset: r90977:d98d9ed5f208
Date: 2017-04-05 19:22 +0200
http://bitbucket.org/pypy/pypy/changeset/d98d9ed5f208/
Log:add branch
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
Author: Matti Picus
Branch:
Changeset: r90927:26e8cd8592fc
Date: 2017-04-02 21:31 +0300
http://bitbucket.org/pypy/pypy/changeset/26e8cd8592fc/
Log:add release note for 5.7.1
diff --git a/pypy/doc/index-of-release-notes.rst
b/pypy/doc/index-of-release-notes.rst
--- a/pypy/doc/index-of-relea
Author: Richard Plangger
Branch:
Changeset: r90870:ccb6b20e1452
Date: 2017-03-30 09:21 -0400
http://bitbucket.org/pypy/pypy/changeset/ccb6b20e1452/
Log:add extra include dir to add msiinttypes
diff --git a/rpython/rlib/rvmprof/cintf.py b/rpython/rlib/rvmprof/cintf.py
--- a/rpython/rlib/rvmp
Author: Matti Picus
Branch:
Changeset: r90868:44ad938b6e59
Date: 2017-03-30 13:46 +0300
http://bitbucket.org/pypy/pypy/changeset/44ad938b6e59/
Log:add passing test
diff --git a/pypy/module/imp/test/test_import.py
b/pypy/module/imp/test/test_import.py
--- a/pypy/module/imp/test/test_import.
Author: Matti Picus
Branch:
Changeset: r90865:e7aebde27cfc
Date: 2017-03-29 22:25 +0300
http://bitbucket.org/pypy/pypy/changeset/e7aebde27cfc/
Log:add test for exception ordering on failed import (issue 2524)
diff --git a/pypy/module/imp/test/test_import.py
b/pypy/module/imp/test/test_impo
Author: Carl Friedrich Bolz
Branch:
Changeset: r90859:762a7454ce1c
Date: 2017-03-29 13:26 +0200
http://bitbucket.org/pypy/pypy/changeset/762a7454ce1c/
Log:add docstrings to some of the __pypy__ function
diff --git a/pypy/module/__pypy__/__init__.py b/pypy/module/__pypy__/__init__.py
--- a/p
Author: Carl Friedrich Bolz
Branch:
Changeset: r90831:0777b28a3618
Date: 2017-03-28 11:09 +0200
http://bitbucket.org/pypy/pypy/changeset/0777b28a3618/
Log:add docstrings to struct module
diff --git a/pypy/module/struct/interp_struct.py
b/pypy/module/struct/interp_struct.py
--- a/pypy/modul
1 - 100 of 832 matches
Mail list logo