summaryrefslogtreecommitdiffstats
path: root/Python/_warnings.c
Commit message (Expand)AuthorAgeFilesLines
* Use PyString_InternFromString instead of PyString_FromString for static varsChristian Heimes2008-04-131-3/+3
* Re-implement the 'warnings' module in C. This allows for usage of theBrett Cannon2008-04-121-0/+856