summaryrefslogtreecommitdiffstats
path: root/Lib/unittest/case.py
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-03-26 16:48:28 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-03-26 16:48:28 (GMT)
commit9869e60dc2e7803f31af47a37fcc6392262496d8 (patch)
tree49364ab55ba75b075d9cb2f2f624421b911862a9 /Lib/unittest/case.py
parenta1e8244afaef671d685d7d171288effa00f2c1b9 (diff)
parent768f6a53601a6c4e0b914aaedb977dd2ca97532a (diff)
downloadcpython-9869e60dc2e7803f31af47a37fcc6392262496d8.zip
cpython-9869e60dc2e7803f31af47a37fcc6392262496d8.tar.gz
cpython-9869e60dc2e7803f31af47a37fcc6392262496d8.tar.bz2
Issue 17538: Document XML vulnerabilties
Diffstat (limited to 'Lib/unittest/case.py')
0 files changed, 0 insertions, 0 deletions
8_td Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Corrected Tcl bug #723502vasiljevic2003-05-121-1/+1
| |
* | * win/tclWinSerial.c (SerialCloseProc): correct mem leak onhobbs2003-05-112-1/+6
| | | | | | | | closing a Windows serial port [Bug #718002] (schroedter)
* | * generic/tclCmdMZ.c (Tcl_StringObjCmd): prevent string repeathobbs2003-05-102-1/+15
| | | | | | | | crash when overflow sizes were given (throws error). [Bug #714106]
* | fix for [Bugs 733156, 733221]Joe Mistachkin2003-05-101-0/+15
| |
* | fix for [Bug 733221]Joe Mistachkin2003-05-101-4/+11
| |
* | fix bad cvs lf conversionJoe Mistachkin2003-05-102-1400/+1401
| |
* | fix for [Bugs 733221, 733156]Joe Mistachkin2003-05-101-400/+449
| |
* | fix for [Bug 731754]Joe Mistachkin2003-05-091-955/+951
| |
* | fixing previous patchMiguel Sofer2003-05-091-5/+5
| |
* | fix for [Bug 735055]Miguel Sofer2003-05-093-3/+12
| |
* | The array of strings passed to Tcl_GetIndexFromObj must be NULL terminated.dkf2003-05-092-2/+8
| |
* | stop compiler warnings about unused variablesdgp2003-05-081-3/+1
| |
* | Fixed very strange language in the documentation for 'trace add execution'.dkf2003-05-072-2/+6
| |
* | Made error message for [trace info] more consistent with documentation.dkf2003-05-073-5/+30
| |
* | Fixed memory leak caused by confusion about string ownership. [Bug 731706]dkf2003-05-072-3/+10
| |
* | * generic/tclBasic.c: Implementation of TIP 90, whichdgp2003-05-05