├── 01-the-first-change ├── README.md └── patch.diff ├── 02-adding-nuke-statement ├── README.md └── patch.diff ├── 03-how-print-prints ├── README.md └── patch.diff ├── 04-arrow-on-attributes ├── README.md └── patch.diff └── README.md /01-the-first-change/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpitbbhayani/cpython-patches/HEAD/01-the-first-change/README.md -------------------------------------------------------------------------------- /01-the-first-change/patch.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpitbbhayani/cpython-patches/HEAD/01-the-first-change/patch.diff -------------------------------------------------------------------------------- /02-adding-nuke-statement/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpitbbhayani/cpython-patches/HEAD/02-adding-nuke-statement/README.md -------------------------------------------------------------------------------- /02-adding-nuke-statement/patch.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpitbbhayani/cpython-patches/HEAD/02-adding-nuke-statement/patch.diff -------------------------------------------------------------------------------- /03-how-print-prints/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpitbbhayani/cpython-patches/HEAD/03-how-print-prints/README.md -------------------------------------------------------------------------------- /03-how-print-prints/patch.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpitbbhayani/cpython-patches/HEAD/03-how-print-prints/patch.diff -------------------------------------------------------------------------------- /04-arrow-on-attributes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpitbbhayani/cpython-patches/HEAD/04-arrow-on-attributes/README.md -------------------------------------------------------------------------------- /04-arrow-on-attributes/patch.diff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpitbbhayani/cpython-patches/HEAD/04-arrow-on-attributes/patch.diff -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/arpitbbhayani/cpython-patches/HEAD/README.md --------------------------------------------------------------------------------