X Tutup
The Wayback Machine - https://web.archive.org/web/20201215133159/https://github.com/python/devguide/pull/562/commits
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add section about the design of CPython's garbage collector #562

Merged
merged 28 commits into from Jan 21, 2020

Commits on Jan 20, 2020

  1. Add section about the design of CPython's garbage collector

    pablogsal committed Jan 20, 2020
  2. Fix several typos

    pablogsal committed Jan 20, 2020
  3. Update garbage_collector.rst

    Co-Authored-By: Tim Peters <tim.peters@gmail.com>
    pablogsal and tim-one committed Jan 20, 2020
  4. Fix more typos

    pablogsal committed Jan 20, 2020
  5. Update garbage_collector.rst

    Co-Authored-By: Tim Peters <tim.peters@gmail.com>
    pablogsal and tim-one committed Jan 20, 2020
  6. Update garbage_collector.rst

    Co-Authored-By: Tim Peters <tim.peters@gmail.com>
    pablogsal and tim-one committed Jan 20, 2020
  7. Apply suggestions from code review

    Co-Authored-By: Brett Cannon <54418+brettcannon@users.noreply.github.com>
    pablogsal and brettcannon committed Jan 20, 2020
  8. Fix more typos

    pablogsal committed Jan 20, 2020
  9. Update garbage_collector.rst

    Co-Authored-By: Tim Peters <tim.peters@gmail.com>
    pablogsal and tim-one committed Jan 20, 2020
  10. Update garbage_collector.rst

    Co-Authored-By: Tim Peters <tim.peters@gmail.com>
    pablogsal and tim-one committed Jan 20, 2020

Commits on Jan 21, 2020

  1. Apply suggestions from code review

    Co-Authored-By: Terry Jan Reedy <tjreedy@udel.edu>
    pablogsal and terryjreedy committed Jan 21, 2020
  2. Apply suggestions from code review

    Co-Authored-By: Tim Peters <tim.peters@gmail.com>
    pablogsal and tim-one committed Jan 21, 2020
  3. Fix indentation and rework incomplete sentence

    pablogsal committed Jan 21, 2020
  4. Fix more indentation

    pablogsal committed Jan 21, 2020
  5. Rework sentence about _gc_prev

    pablogsal committed Jan 21, 2020
  6. Update garbage_collector.rst

    Co-Authored-By: Tim Peters <tim.peters@gmail.com>
    pablogsal and tim-one committed Jan 21, 2020
  7. Fix indentation

    pablogsal committed Jan 21, 2020
  8. Fix quotes

    pablogsal committed Jan 21, 2020
  9. Fix typo and indentation

    pablogsal committed Jan 21, 2020
  10. Update garbage_collector.rst

    pablogsal committed Jan 21, 2020
  11. Update garbage_collector.rst

    pablogsal committed Jan 21, 2020
  12. Add author section

    pablogsal committed Jan 21, 2020
  13. Add a warning section regarding tagged pointers

    pablogsal committed Jan 21, 2020
  14. Add reference to the memory layout

    pablogsal committed Jan 21, 2020
  15. Fix link to the generation section

    pablogsal committed Jan 21, 2020
  16. Apply suggestions from code review

    Co-Authored-By: Tim Peters <tim.peters@gmail.com>
    pablogsal and tim-one committed Jan 21, 2020
  17. Fix more typos

    pablogsal committed Jan 21, 2020
  18. Address Petr feedback and fix more typos

    pablogsal committed Jan 21, 2020
You can’t perform that action at this time.
X Tutup