summaryrefslogtreecommitdiffstats
path: root/Doc/library/warnings.rst
Commit message (Collapse)AuthorAgeFilesLines
* Document the 'line' argumentAndrew M. Kuchling2008-05-101-1/+6
|
* Add a DeprecationWarning for when warnings.showwarning() is set to a functionBrett Cannon2008-05-051-1/+2
| | | | that lacks support for the new 'line' argument.
* Fix markup.Georg Brandl2008-04-131-7/+5
|
* Re-implement the 'warnings' module in C. This allows for usage of theBrett Cannon2008-04-121-5/+13
| | | | | | | | | 'warnings' code in places where it was previously not possible (e.g., the parser). It could also potentially lead to a speed-up in interpreter start-up if the C version of the code (_warnings) is imported over the use of the Python version in key places. Closes issue #1631171.
* PyErr_Warn is decrepated. Use PyErr_WarnExBenjamin Peterson2008-03-311-1/+1
|
* Use a versionchanged directive.Brett Cannon2007-12-091-2/+5
|
* Diverse markup fixes.Georg Brandl2007-12-061-1/+1
|
* Expose Py_Py3kWarningFlag as sys.py3kwarning as discussed in #1504Christian Heimes2007-11-271-0/+8
| | | | Also added a warning.warnpy3k() as convenient method for Python 3.x related deprecation warnings.
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+242