| Commit message (Expand) | Author | Age | Files | Lines |
* | Translation fix (uh, unsure what is going on here) | Armin Rigo | 2017-09-24 | 1 | -1/+1 |
* | Issue #2628 | Armin Rigo | 2017-09-23 | 2 | -1/+7 |
* | Fix in the PyPy-specific code: assign a number with ord(char), | Armin Rigo | 2017-09-21 | 1 | -1/+1 |
* | Issue #2658 | Armin Rigo | 2017-09-17 | 1 | -2/+2 |
* | test_struct_struct now passes | Armin Rigo | 2017-08-27 | 1 | -1/+0 |
* | hg merge pypy_swappedbytes | Armin Rigo | 2017-08-27 | 2 | -12/+1 |
|\ |
|
| * | Final modifications , 1 test still unskipped in test_byteswap.py | Mihnea Saracin | 2017-08-10 | 1 | -8/+0 |
| * | Added _swappedbytes_ support for ctypes.Structure | Mihnea Saracin | 2017-07-27 | 1 | -4/+1 |
* | | (fijal, arigo) | Armin Rigo | 2017-08-23 | 1 | -1/+1 |
* | | Issue #2632 | Armin Rigo | 2017-08-17 | 1 | -8/+11 |
* | | add get_config_h_filename for cygwincompiler, which justifiably fails later a... | Matti Picus | 2017-08-07 | 1 | -0/+4 |
* | | Add a workaround to make the distutils options 'runtime_library_dirs' working... | Antonio Cuni | 2017-08-02 | 1 | -1/+13 |
|/ |
|
* | (ronan, arigo) | Armin Rigo | 2017-07-15 | 1 | -0/+1 |
* | Backport 5de3a64179bafcd440b32849b1129ed1fea47b85 from CPython. | Alex Gaynor | 2017-06-04 | 1 | -3/+6 |
* | improve zipfile performance by not doing repeated string concatenation | Petre Vijiac | 2017-05-28 | 1 | -6/+10 |
* | Skip the test about byte-swapped structures, for now | Armin Rigo | 2017-05-28 | 1 | -1/+4 |
* | Patch issue #2535 (david naylor) | Armin Rigo | 2017-04-10 | 1 | -3/+3 |
* | Finally found the cause of "global name 'self' is not defined" when | Armin Rigo | 2017-03-20 | 1 | -2/+2 |
* | Set 'purelib' and 'platlib' to point to site-packages (issue #2506) | Ronan Lamy | 2017-03-19 | 1 | -2/+2 |
* | Use _sysconfigdata module, which was now added to lib_pypy, in sysconfig module. | Manuel Jacob | 2017-03-02 | 1 | -5/+2 |
* | add sysconfig.get_config_var('INCLUDEPY') | Armin Rigo | 2017-02-20 | 1 | -1/+3 |
* | Move OrderedDict.popitem() to interp-level as an attempt to increase | Armin Rigo | 2017-02-12 | 1 | -6/+16 |
* | Use objectmodel.delitem_if_value_is() to fix lib-python/2.7/weakref.py | Armin Rigo | 2017-02-05 | 1 | -9/+25 |
* | Fix, notably for Pillow's setup.py which calls find_library_file() to | Armin Rigo | 2017-01-19 | 1 | -0/+6 |
* | fix failing test, which now passes | Matti Picus | 2017-01-16 | 1 | -1/+0 |
* | Found another way to fix http://bugs.python.org/issue29006 in PyPy: | Armin Rigo | 2017-01-13 | 1 | -3/+0 |
* | replace commenting-out-some-lines with check_impl_detail() | Armin Rigo | 2017-01-12 | 1 | -3/+4 |
* | change test, use memoryview instead of buffer (need to ensure that the buffer... | Richard Plangger | 2016-12-21 | 1 | -1/+1 |
* | Backout 5d96f9ed88fe, 55980e9a374e, 2aa05052bb18 | Armin Rigo | 2016-12-20 | 1 | -0/+3 |
* | hg merge stdlib-2.7.13 | Armin Rigo | 2016-12-19 | 177 | -14766/+2856 |
|\ |
|
| * | No clue if it's a good approach, but trying it out: allow cursors to | Armin Rigo | 2016-12-18 | 1 | -3/+0 |
| * | Revert the change to sqlite that occurred in 2.7.13, and document it as | Armin Rigo | 2016-12-18 | 1 | -0/+4 |
| * | Give up, revert and skip the cpython test, and document in | Armin Rigo | 2016-12-18 | 1 | -2/+4 |
| * | start the stdlib-2.7.13 branch by merging with vendor/stdlib | Armin Rigo | 2016-12-18 | 177 | -14766/+2853 |
| |\ |
|
| | * | update the 2.7 stdlib to 2.7.13 | Armin Rigo | 2016-12-18 | 177 | -14780/+2877 |
* | | | The first half of the changes to weakref.py are finally fixed in CPython | Armin Rigo | 2016-12-19 | 1 | -3/+2 |
|/ / |
|
* | | OS/X fixes | Armin Rigo | 2016-11-26 | 1 | -0/+19 |
* | | Copy-paste customize_compiler() unmodified from sysconfig_cpython, i.e. | Armin Rigo | 2016-11-25 | 1 | -25/+80 |
* | | add VERSION to distutils' sysconfig | Matti Picus | 2016-11-24 | 1 | -0/+1 |
* | | do not use -Wimplicit by default since it does not exist for c++ compiler | Matti Picus | 2016-11-16 | 1 | -1/+3 |
* | | Merged in pytest-2.9.2 (pull request #496) | Ronan Lamy | 2016-11-16 | 1 | -11/+12 |
|\ \ |
|
| * | | Fix lib-python conftest.py | Ronan Lamy | 2016-11-16 | 1 | -11/+12 |
* | | | tweaks for downstream packages | Matti Picus | 2016-11-15 | 1 | -0/+1 |
|/ / |
|
* | | Move 2 scripts used only by PyPy to pypy/tool/ | Ronan Lamy | 2016-11-15 | 1 | -2/+2 |
* | | silence one test on big endian (the same is done on little endian) | Richard Plangger | 2016-11-03 | 1 | -1/+7 |
* | | Update test_ssl for behavioural changes in OpenSSL 1.1 | Stefano Rivera | 2016-10-28 | 1 | -18/+29 |
* | | fix tests failing due to timeit changes | Carl Friedrich Bolz | 2016-10-13 | 2 | -3/+2 |
* | | merge default | Philip Jenvey | 2016-10-08 | 4 | -44/+77 |
|\ \ |
|
| * | | - change timeit to report the average +- stdandard deviation | Carl Friedrich Bolz | 2016-10-05 | 2 | -39/+73 |
| * | | revert 2b244ba62cf4, redo the distutils part to be cpython compliant (no SOABI) | Matti Picus | 2016-09-19 | 2 | -5/+6 |