aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mention missing __sizeof__ in differences between CPython and PyPyMatti Picus2023-07-031-2/+3
* fix broken links in docsMatti Picus2023-02-271-4/+4
* fix some documentation warnings, add section on extension suffix compatibilityMatti Picus2022-11-211-0/+33
* move links from bitbucket to heptapod and from morepypy to pypy.org/blogMatti Picus2022-10-221-8/+4
* make code sample work on python3 (issue 3699)Matti Picus2022-03-101-4/+8
* clarify python2/python3 resource tracking.Matti Picus2021-08-091-5/+8
* detailArmin Rigo2020-12-281-1/+2
* PyPy3 port of this paragraph in the documentationArmin Rigo2020-12-281-5/+8
* change all http to https, fix some broken linksMatti Picus2020-09-061-6/+6
* more heptapod migrationMatti Picus2020-02-111-4/+4
* Document the newer CPython finalizer behaviourArmin Rigo2019-04-171-1/+3
* add --lonepycfiles in cpython_differencesArmin Rigo2019-04-031-0/+9
* Mention ordered dictArmin Rigo2019-03-151-0/+3
* Fix comments and tweaks to the logic in incminimark.collect()Armin Rigo2018-12-191-2/+3
* write docs for the new GC APIAntonio Cuni2018-12-191-1/+2
* issue2885 fixArmin Rigo2018-09-111-1/+2
* update release notice, prioritize and update cpython differencesMatti Picus2018-04-111-83/+89
* formattingMatti Picus2018-02-251-3/+3
* document 7e7871873b7f for finding visual studio compilersMatti Picus2018-02-251-0/+5
* Issue #2719: Keyword arguments to built-in functionsArmin Rigo2017-12-291-0/+9
* test and document the cmp(nan, nan) == 0 behaviourCarl Friedrich Bolz-Tereick2017-12-111-1/+5
* Point to explanation for the missing '__builtins__' support in PyPyArmin Rigo2017-09-221-2/+3
* mention that deleting class attributes is slowafteryu2017-09-011-4/+4
* mention that deleting module attributes is slow (#2642)afteryu2017-08-311-0/+5
* Mention that unbound method objects only exist in Python 2Armin Rigo2017-07-271-1/+1
* Issue #2619Armin Rigo2017-07-271-1/+1
* document that methods also use the special-casing of is and idCarl Friedrich Bolz2017-07-271-0/+2
* tweak documentationMatti Picus2017-05-301-3/+4
* test, add a failure path, and document differences in PyTuple_SetItemMatti Picus2017-05-291-0/+19
* Add another noteArmin Rigo2017-05-081-1/+2
* The issue is even more specific than documentedArmin Rigo2017-05-081-2/+4
* document that in f(**d) d must contain only string keysCarl Friedrich Bolz2017-05-061-1/+5
* Partial back-out of changeset 4b63e7093115Armin Rigo2017-04-051-0/+0
* conditionally call vmp_native_enable/disable (only if platform supports it), ...Richard Plangger2017-04-031-0/+0
* issue #2186: implement the missing string concatenation optimization inCarl Friedrich Bolz2017-03-291-0/+18
* (plan_rich, mjacob, ronan) document a difference on pypy3Richard Plangger2017-02-271-0/+5
* Found another way to fix http://bugs.python.org/issue29006 in PyPy:Armin Rigo2017-01-131-5/+0
* Remove outdated infoArmin Rigo2017-01-041-5/+0
* Backout 5d96f9ed88fe, 55980e9a374e, 2aa05052bb18Armin Rigo2016-12-201-0/+5
* No clue if it's a good approach, but trying it out: allow cursors toArmin Rigo2016-12-181-5/+0
* Revert the change to sqlite that occurred in 2.7.13, and document it asArmin Rigo2016-12-181-0/+5
* Give up, revert and skip the cpython test, and document inArmin Rigo2016-12-181-0/+10
* document the get_config_vars differencesMatti Picus2016-11-151-0/+4
* document timeit changesCarl Friedrich Bolz2016-10-051-0/+5
* Document sys.getsizeof()Armin Rigo2016-09-171-0/+21
* typoArmin Rigo2016-08-071-1/+1
* add a paragraph about -X track-resources to cpython_differences. Also add theCarl Friedrich Bolz2016-08-071-4/+11
* Found a way in CPython to have several empty string objects.Armin Rigo2016-06-131-3/+2
* Add id/is support to the empty frozenset, similar to the empty tupleArmin Rigo2016-06-131-6/+9
* Document the new behavior of 'id/is' on str/unicode/tuple.Armin Rigo2016-06-131-2/+15