| Commit message (Expand) | Author | Age | Files | Lines |
* | mention missing __sizeof__ in differences between CPython and PyPy | Matti Picus | 2023-07-03 | 1 | -2/+3 |
* | fix broken links in docs | Matti Picus | 2023-02-27 | 1 | -4/+4 |
* | fix some documentation warnings, add section on extension suffix compatibility | Matti Picus | 2022-11-21 | 1 | -0/+33 |
* | move links from bitbucket to heptapod and from morepypy to pypy.org/blog | Matti Picus | 2022-10-22 | 1 | -8/+4 |
* | make code sample work on python3 (issue 3699) | Matti Picus | 2022-03-10 | 1 | -4/+8 |
* | clarify python2/python3 resource tracking. | Matti Picus | 2021-08-09 | 1 | -5/+8 |
* | detail | Armin Rigo | 2020-12-28 | 1 | -1/+2 |
* | PyPy3 port of this paragraph in the documentation | Armin Rigo | 2020-12-28 | 1 | -5/+8 |
* | change all http to https, fix some broken links | Matti Picus | 2020-09-06 | 1 | -6/+6 |
* | more heptapod migration | Matti Picus | 2020-02-11 | 1 | -4/+4 |
* | Document the newer CPython finalizer behaviour | Armin Rigo | 2019-04-17 | 1 | -1/+3 |
* | add --lonepycfiles in cpython_differences | Armin Rigo | 2019-04-03 | 1 | -0/+9 |
* | Mention ordered dict | Armin Rigo | 2019-03-15 | 1 | -0/+3 |
* | Fix comments and tweaks to the logic in incminimark.collect() | Armin Rigo | 2018-12-19 | 1 | -2/+3 |
* | write docs for the new GC API | Antonio Cuni | 2018-12-19 | 1 | -1/+2 |
* | issue2885 fix | Armin Rigo | 2018-09-11 | 1 | -1/+2 |
* | update release notice, prioritize and update cpython differences | Matti Picus | 2018-04-11 | 1 | -83/+89 |
* | formatting | Matti Picus | 2018-02-25 | 1 | -3/+3 |
* | document 7e7871873b7f for finding visual studio compilers | Matti Picus | 2018-02-25 | 1 | -0/+5 |
* | Issue #2719: Keyword arguments to built-in functions | Armin Rigo | 2017-12-29 | 1 | -0/+9 |
* | test and document the cmp(nan, nan) == 0 behaviour | Carl Friedrich Bolz-Tereick | 2017-12-11 | 1 | -1/+5 |
* | Point to explanation for the missing '__builtins__' support in PyPy | Armin Rigo | 2017-09-22 | 1 | -2/+3 |
* | mention that deleting class attributes is slow | afteryu | 2017-09-01 | 1 | -4/+4 |
* | mention that deleting module attributes is slow (#2642) | afteryu | 2017-08-31 | 1 | -0/+5 |
* | Mention that unbound method objects only exist in Python 2 | Armin Rigo | 2017-07-27 | 1 | -1/+1 |
* | Issue #2619 | Armin Rigo | 2017-07-27 | 1 | -1/+1 |
* | document that methods also use the special-casing of is and id | Carl Friedrich Bolz | 2017-07-27 | 1 | -0/+2 |
* | tweak documentation | Matti Picus | 2017-05-30 | 1 | -3/+4 |
* | test, add a failure path, and document differences in PyTuple_SetItem | Matti Picus | 2017-05-29 | 1 | -0/+19 |
* | Add another note | Armin Rigo | 2017-05-08 | 1 | -1/+2 |
* | The issue is even more specific than documented | Armin Rigo | 2017-05-08 | 1 | -2/+4 |
* | document that in f(**d) d must contain only string keys | Carl Friedrich Bolz | 2017-05-06 | 1 | -1/+5 |
* | Partial back-out of changeset 4b63e7093115 | Armin Rigo | 2017-04-05 | 1 | -0/+0 |
* | conditionally call vmp_native_enable/disable (only if platform supports it), ... | Richard Plangger | 2017-04-03 | 1 | -0/+0 |
* | issue #2186: implement the missing string concatenation optimization in | Carl Friedrich Bolz | 2017-03-29 | 1 | -0/+18 |
* | (plan_rich, mjacob, ronan) document a difference on pypy3 | Richard Plangger | 2017-02-27 | 1 | -0/+5 |
* | Found another way to fix http://bugs.python.org/issue29006 in PyPy: | Armin Rigo | 2017-01-13 | 1 | -5/+0 |
* | Remove outdated info | Armin Rigo | 2017-01-04 | 1 | -5/+0 |
* | Backout 5d96f9ed88fe, 55980e9a374e, 2aa05052bb18 | Armin Rigo | 2016-12-20 | 1 | -0/+5 |
* | No clue if it's a good approach, but trying it out: allow cursors to | Armin Rigo | 2016-12-18 | 1 | -5/+0 |
* | Revert the change to sqlite that occurred in 2.7.13, and document it as | Armin Rigo | 2016-12-18 | 1 | -0/+5 |
* | Give up, revert and skip the cpython test, and document in | Armin Rigo | 2016-12-18 | 1 | -0/+10 |
* | document the get_config_vars differences | Matti Picus | 2016-11-15 | 1 | -0/+4 |
* | document timeit changes | Carl Friedrich Bolz | 2016-10-05 | 1 | -0/+5 |
* | Document sys.getsizeof() | Armin Rigo | 2016-09-17 | 1 | -0/+21 |
* | typo | Armin Rigo | 2016-08-07 | 1 | -1/+1 |
* | add a paragraph about -X track-resources to cpython_differences. Also add the | Carl Friedrich Bolz | 2016-08-07 | 1 | -4/+11 |
* | Found a way in CPython to have several empty string objects. | Armin Rigo | 2016-06-13 | 1 | -3/+2 |
* | Add id/is support to the empty frozenset, similar to the empty tuple | Armin Rigo | 2016-06-13 | 1 | -6/+9 |
* | Document the new behavior of 'id/is' on str/unicode/tuple. | Armin Rigo | 2016-06-13 | 1 | -2/+15 |