summaryrefslogtreecommitdiffstats
path: root/Python/_warnings.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the C implementation of 'warnings' to infer the filename of the module thatBrett Cannon2008-05-031-0/+13
* Fix some indentation errors.Brett Cannon2008-05-031-9/+10
* Fix a backwards-compatibility mistake where a new optional argument forBrett Cannon2008-05-021-3/+0
* Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k...Benjamin Peterson2008-04-271-0/+9
* Correct a refleak found by "regrtest.py -R:: test_structmembers"Amaury Forgeot d'Arc2008-04-141-5/+6
* 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