summaryrefslogtreecommitdiffstats
path: root/Modules/_xdrmodule.c
Commit message (Expand)AuthorAgeFilesLines
* Updated to standard Python C coding style, and fixed a few errorBarry Warsaw1996-12-171-110/+116
* #include <netconfig.h> seems not needed and is harmful on NeXT, so drop it.Guido van Rossum1996-08-301-2/+1
* Test for xdrmem_create() failure.Guido van Rossum1996-08-201-15/+30
* Added _xdr moduleGuido van Rossum1996-08-191-0/+167