Staging
v0.8.1
https://github.com/python/cpython
Revision 9b99747386b690007027c3be2a5d7cfe3d3634f5 authored by Nick Coghlan on 08 January 2018, 02:45:02 UTC, committed by GitHub on 08 January 2018, 02:45:02 UTC
- primary change is to add a new default filter entry for
  'default::DeprecationWarning:__main__'
- secondary change is an internal one to cope with plain
  strings in the warning module's internal filter list
  (this avoids the need to create a compiled regex object
  early on during interpreter startup)
- assorted documentation updates, including many more
  examples of configuring the warnings settings
- additional tests to ensure that both the pure Python and
  the C accelerated warnings modules have the expected
  default configuration
1 parent d138892
History
Tip revision: 9b99747386b690007027c3be2a5d7cfe3d3634f5 authored by Nick Coghlan on 08 January 2018, 02:45:02 UTC
bpo-31975 (PEP 565): Show DeprecationWarning in __main__ (GH-4458)
Tip revision: 9b99747
File Mode Size
clinic
stringlib
README -rw-r--r-- 41 bytes
abstract.c -rw-r--r-- 67.3 KB
accu.c -rw-r--r-- 2.4 KB
boolobject.c -rw-r--r-- 6.5 KB
bytearrayobject.c -rw-r--r-- 69.2 KB
bytes_methods.c -rw-r--r-- 21.1 KB
bytesobject.c -rw-r--r-- 99.2 KB
call.c -rw-r--r-- 37.0 KB
capsule.c -rw-r--r-- 7.2 KB
cellobject.c -rw-r--r-- 4.4 KB
classobject.c -rw-r--r-- 18.3 KB
codeobject.c -rw-r--r-- 26.9 KB
complexobject.c -rw-r--r-- 32.3 KB
descrobject.c -rw-r--r-- 54.9 KB
dict-common.h -rw-r--r-- 2.3 KB
dictnotes.txt -rw-r--r-- 6.0 KB
dictobject.c -rw-r--r-- 126.6 KB
enumobject.c -rw-r--r-- 13.3 KB
exceptions.c -rw-r--r-- 85.3 KB
fileobject.c -rw-r--r-- 14.8 KB
floatobject.c -rw-r--r-- 71.1 KB
frameobject.c -rw-r--r-- 32.6 KB
funcobject.c -rw-r--r-- 29.2 KB
genobject.c -rw-r--r-- 65.0 KB
iterobject.c -rw-r--r-- 9.0 KB
listobject.c -rw-r--r-- 86.0 KB
listsort.txt -rw-r--r-- 34.9 KB
lnotab_notes.txt -rw-r--r-- 5.7 KB
longobject.c -rw-r--r-- 166.4 KB
memoryobject.c -rw-r--r-- 88.7 KB
methodobject.c -rw-r--r-- 9.2 KB
moduleobject.c -rw-r--r-- 22.7 KB
namespaceobject.c -rw-r--r-- 7.2 KB
object.c -rw-r--r-- 58.9 KB
obmalloc.c -rw-r--r-- 83.2 KB
odictobject.c -rw-r--r-- 76.3 KB
rangeobject.c -rw-r--r-- 34.3 KB
setobject.c -rw-r--r-- 73.3 KB
sliceobject.c -rw-r--r-- 19.2 KB
structseq.c -rw-r--r-- 13.1 KB
tupleobject.c -rw-r--r-- 29.9 KB
typeobject.c -rw-r--r-- 238.7 KB
typeslots.inc -rw-r--r-- 3.9 KB
typeslots.py -rwxr-xr-x 1.2 KB
unicodectype.c -rw-r--r-- 7.5 KB
unicodeobject.c -rw-r--r-- 453.2 KB
unicodetype_db.h -rw-r--r-- 233.8 KB
weakrefobject.c -rw-r--r-- 29.5 KB

README

back to top