aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Translation fix (uh, unsure what is going on here)Armin Rigo2017-09-241-1/+1
* Issue #2628Armin Rigo2017-09-232-1/+7
* Fix in the PyPy-specific code: assign a number with ord(char),Armin Rigo2017-09-211-1/+1
* Issue #2658Armin Rigo2017-09-171-2/+2
* test_struct_struct now passesArmin Rigo2017-08-271-1/+0
* hg merge pypy_swappedbytesArmin Rigo2017-08-272-12/+1
|\
| * Final modifications , 1 test still unskipped in test_byteswap.pyMihnea Saracin2017-08-101-8/+0
| * Added _swappedbytes_ support for ctypes.StructureMihnea Saracin2017-07-271-4/+1
* | (fijal, arigo)Armin Rigo2017-08-231-1/+1
* | Issue #2632Armin Rigo2017-08-171-8/+11
* | add get_config_h_filename for cygwincompiler, which justifiably fails later a...Matti Picus2017-08-071-0/+4
* | Add a workaround to make the distutils options 'runtime_library_dirs' working...Antonio Cuni2017-08-021-1/+13
|/
* (ronan, arigo)Armin Rigo2017-07-151-0/+1
* Backport 5de3a64179bafcd440b32849b1129ed1fea47b85 from CPython.Alex Gaynor2017-06-041-3/+6
* improve zipfile performance by not doing repeated string concatenationPetre Vijiac2017-05-281-6/+10
* Skip the test about byte-swapped structures, for nowArmin Rigo2017-05-281-1/+4
* Patch issue #2535 (david naylor)Armin Rigo2017-04-101-3/+3
* Finally found the cause of "global name 'self' is not defined" whenArmin Rigo2017-03-201-2/+2
* Set 'purelib' and 'platlib' to point to site-packages (issue #2506)Ronan Lamy2017-03-191-2/+2
* Use _sysconfigdata module, which was now added to lib_pypy, in sysconfig module.Manuel Jacob2017-03-021-5/+2
* add sysconfig.get_config_var('INCLUDEPY')Armin Rigo2017-02-201-1/+3
* Move OrderedDict.popitem() to interp-level as an attempt to increaseArmin Rigo2017-02-121-6/+16
* Use objectmodel.delitem_if_value_is() to fix lib-python/2.7/weakref.pyArmin Rigo2017-02-051-9/+25
* Fix, notably for Pillow's setup.py which calls find_library_file() toArmin Rigo2017-01-191-0/+6
* fix failing test, which now passesMatti Picus2017-01-161-1/+0
* Found another way to fix http://bugs.python.org/issue29006 in PyPy:Armin Rigo2017-01-131-3/+0
* replace commenting-out-some-lines with check_impl_detail()Armin Rigo2017-01-121-3/+4
* change test, use memoryview instead of buffer (need to ensure that the buffer...Richard Plangger2016-12-211-1/+1
* Backout 5d96f9ed88fe, 55980e9a374e, 2aa05052bb18Armin Rigo2016-12-201-0/+3
* hg merge stdlib-2.7.13Armin Rigo2016-12-19177-14766/+2856
|\
| * No clue if it's a good approach, but trying it out: allow cursors toArmin Rigo2016-12-181-3/+0
| * Revert the change to sqlite that occurred in 2.7.13, and document it asArmin Rigo2016-12-181-0/+4
| * Give up, revert and skip the cpython test, and document inArmin Rigo2016-12-181-2/+4
| * start the stdlib-2.7.13 branch by merging with vendor/stdlibArmin Rigo2016-12-18177-14766/+2853
| |\
| | * update the 2.7 stdlib to 2.7.13Armin Rigo2016-12-18177-14780/+2877
* | | The first half of the changes to weakref.py are finally fixed in CPythonArmin Rigo2016-12-191-3/+2
|/ /
* | OS/X fixesArmin Rigo2016-11-261-0/+19
* | Copy-paste customize_compiler() unmodified from sysconfig_cpython, i.e.Armin Rigo2016-11-251-25/+80
* | add VERSION to distutils' sysconfigMatti Picus2016-11-241-0/+1
* | do not use -Wimplicit by default since it does not exist for c++ compilerMatti Picus2016-11-161-1/+3
* | Merged in pytest-2.9.2 (pull request #496)Ronan Lamy2016-11-161-11/+12
|\ \
| * | Fix lib-python conftest.pyRonan Lamy2016-11-161-11/+12
* | | tweaks for downstream packagesMatti Picus2016-11-151-0/+1
|/ /
* | Move 2 scripts used only by PyPy to pypy/tool/Ronan Lamy2016-11-151-2/+2
* | silence one test on big endian (the same is done on little endian)Richard Plangger2016-11-031-1/+7
* | Update test_ssl for behavioural changes in OpenSSL 1.1Stefano Rivera2016-10-281-18/+29
* | fix tests failing due to timeit changesCarl Friedrich Bolz2016-10-132-3/+2
* | merge defaultPhilip Jenvey2016-10-084-44/+77
|\ \
| * | - change timeit to report the average +- stdandard deviationCarl Friedrich Bolz2016-10-052-39/+73
| * | revert 2b244ba62cf4, redo the distutils part to be cpython compliant (no SOABI)Matti Picus2016-09-192-5/+6