Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a9de06d2c55499dc6975370ecd76342660d973a2
/
Lib
/
warnings.py
3172c5d
Patch# 1258 by Christian Heimes: kill basestring.
by Guido van Rossum
· 17 years ago
1325790
Merged revisions 55795-55816 via svnmerge from
by Guido van Rossum
· 17 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 18 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 18 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 18 years ago
49fd7fa
Merge p3yk branch with the trunk up to revision 45595. This breaks a fair
by Thomas Wouters
· 19 years ago
bf36409
PEP 352 implementation. Creates a new base class, BaseException, which has an
by Brett Cannon
· 19 years ago
4edd989
Bug #1403410: The warnings module now doesn't get confused
by Georg Brandl
· 19 years ago
12fe9b4
bug [ 839151 ] attempt to access sys.argv when it doesn't exist
by Georg Brandl
· 19 years ago
dbecd93
Replace list of constants with tuples of constants.
by Raymond Hettinger
· 20 years ago
6cea693
Fix wrong variable name.
by Walter Dörwald
· 20 years ago
c885443
Stop producing or using OverflowWarning. PEP 237 thought this would
by Tim Peters
· 20 years ago
6602520
SF bug 917108: warnings.py does not define _test().
by Tim Peters
· 21 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
8501466
Change warnings to avoid importing re module during startup.
by Jeremy Hylton
· 21 years ago
d8f2120
defer re module imports to help improve interpreter startup
by Skip Montanaro
· 21 years ago
a43fd0c
Fix bug 683658 - PyErr_Warn may cause import deadlock.
by Mark Hammond
· 22 years ago
ff9284bc2
Allow Unicode strings as message and module name.
by Martin v. Löwis
· 22 years ago
51a0ae3
Ignore IOError exceptions when writing the message.
by Mark Hammond
· 22 years ago
65230a2
Remove uses of the string and types modules:
by Walter Dörwald
· 22 years ago
54f0222
SF 563203. Replaced 'has_key()' with 'in'.
by Raymond Hettinger
· 22 years ago
d68f517
As discussed on python-dev, add a mechanism to indicate features
by Neal Norwitz
· 22 years ago
d0cc4f0
resetwarnings(): Remove extra space from docstring guts.
by Tim Peters
· 23 years ago
863ac44
Whitespace normalization.
by Tim Peters
· 23 years ago
c86c1b8
resetwarnings(): change the docstring to reflect what the code
by Tim Peters
· 23 years ago
b25c2b0
[Apply SF patch #504943]
by Walter Dörwald
· 23 years ago
8031bbe
Allow for the possibility that globals['__name__'] does not exist;
by Guido van Rossum
· 23 years ago
acc21d8
Ignore OverflowWarning by default. To enable the warning, use
by Guido van Rossum
· 23 years ago
40fc160
final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be
by Skip Montanaro
· 24 years ago
3756fa3
Move a comment around to where it belongs (the code had alrady been moved).
by Guido van Rossum
· 24 years ago
9e26318
Add a new API:
by Guido van Rossum
· 24 years ago
e119006
Whitespace normalization. Top level of Lib now fixed-point for reindent.py!
by Tim Peters
· 24 years ago
9464a7d
- Added keyword argument 'append' to filterwarnings(); if true, this
by Guido van Rossum
· 24 years ago
d1db30b
Improve error messages for invalid warning arguments; don't raise
by Guido van Rossum
· 24 years ago
2a862c6
Python part of the warnings subsystem.
by Guido van Rossum
· 24 years ago