gc.enable/disable are now the same as CPython: they just control whether automatic garbage collection is enabled or not. If disabled, you can still allocate heap memory, and initiate a manual collection.
The inline docs (prefixed with /// in .c files) have been converted to RST format and put in the docs subdirectory.