summaryrefslogtreecommitdiff
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* in scan_once, prevent the reading of arbitrary memory when passed a negative ...Benjamin Peterson2014-04-132-0/+4
* complain when nbytes > buflen to fix possible buffer overflow (closes #20246)Benjamin Peterson2014-01-132-0/+3
|\
| * complain when nbytes > buflen to fix possible buffer overflow (closes #20246)Benjamin Peterson2014-01-132-0/+3
| * Issue #19082: Working SimpleXMLRPCServer and xmlrpclib examples, both in modu...Senthil Kumaran2014-01-121-0/+3
| * Issue #19804: The test_find_mac test in test_uuid is now skipped if theSerhiy Storchaka2014-01-101-0/+3
| * Issue #19886: Use better estimated memory requirements for bigmem tests.Serhiy Storchaka2014-01-101-0/+2
| * Issue #13107: argparse and optparse no longer raises an exception when outputSerhiy Storchaka2014-01-092-0/+5
| * Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly a...Antoine Pitrou2014-01-091-0/+3
| * Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.Serhiy Storchaka2014-01-071-0/+2
| * news entry for issue19081 fix.Gregory P. Smith2014-01-061-0/+5
| * #1065986: Make pydoc handle unicode strings.R David Murray2014-01-051-0/+2
| * closes 16039: CVE-2013-1752: limit line length in imaplib readline calls.R David Murray2014-01-031-0/+3
| * complain if the codec doesn't return unicodeBenjamin Peterson2013-12-281-0/+3
| * Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ...Antoine Pitrou2013-12-281-0/+3
| * Issue #20027: Fixed locale aliases for devanagari locales.Serhiy Storchaka2013-12-261-0/+2
| * Backported tests for Tkinter variables.Serhiy Storchaka2013-12-261-0/+2
| * Issue #20067: Tkinter variables now work when wantobjects is false.Serhiy Storchaka2013-12-261-0/+2
| * Issue #19320: test_tcl no longer fails when wantobjects is false.Serhiy Storchaka2013-12-251-0/+2
| * Issue #19020: Tkinter now uses splitlist() instead of split() in configureSerhiy Storchaka2013-12-251-0/+3
| * Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.Serhiy Storchaka2013-12-251-0/+2
| * Issue #12226: HTTPS is now used by default when connecting to PyPI.Antoine Pitrou2013-12-221-0/+2
| * Issue #20048: Fixed ZipExtFile.peek() when it is called on the boundary ofSerhiy Storchaka2013-12-211-0/+3
| * Issue #20034: Updated alias mapping to most recent locale.alias fileSerhiy Storchaka2013-12-201-0/+3
| * Issue #19683: Removed empty tests from test_minidom.Zachary Ware2013-12-192-0/+4
| * Issue #5815: Fixed support for locales with modifiers. Fixed support forSerhiy Storchaka2013-12-191-0/+3
| * Issue #20026: Fix the sqlite module to handle correctly invalid isolation levelVictor Stinner2013-12-191-0/+3
| * Issue #18829: csv.Dialect() now checks type for delimiter, escapechar andSerhiy Storchaka2013-12-191-0/+3
| * #19855: uuid.get_node now looks on the PATH for executables on unix.R David Murray2013-12-171-0/+4
| * Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.Serhiy Storchaka2013-12-172-0/+4
| * Issue #17976: Fixed potential problem with file.write() not detecting IO errorSerhiy Storchaka2013-12-172-0/+5
| * Issue #19987: Re-write test_alias_fallback in test_winsound to have twoZachary Ware2013-12-161-1/+1
| * Issue #19912: Fixed numerous bugs in ntpath.splitunc().Serhiy Storchaka2013-12-161-0/+2
| * Issue #19623: Fixed writing to unseekable files in the aifc module.Serhiy Storchaka2013-12-141-0/+3
| * Issue #17919: Fixed integer overflow in the eventmask parameter.Serhiy Storchaka2013-12-141-1/+2
| * Issue #17919: select.poll.poll() again works with poll.POLLNVAL on AIX.Serhiy Storchaka2013-12-131-0/+2
| * Issue #14432: Generator now clears the borrowed reference to the thread stateVictor Stinner2013-12-131-0/+6
| * Fixes Issue #17200: telnetlib's read_until and expect timeout was broken by theGregory P. Smith2013-12-101-0/+5
| * Issue #18270: Prevent possible IDLE AttributeError on OS X when no initialNed Deily2013-12-101-0/+3
| * Issue #19572: More silently skipped tests explicitly skipped.Zachary Ware2013-12-101-1/+1
| * Issue #19928: Implemented a test for repr() of cell objects.Serhiy Storchaka2013-12-101-0/+2
| * Issue #19481: print() of unicode, str or bytearray subclass instance in IDLESerhiy Storchaka2013-12-101-0/+6
| * Issue #19932: Fix typo in import.h, missing whitespaces in function prototypes.Victor Stinner2013-12-101-0/+2
| * Issue #19099: The struct module now supports Unicode format strings.Serhiy Storchaka2013-12-081-0/+2
| * Closes #19878: Fix segfault in bz2 module.Nadeem Vawda2013-12-081-0/+3
| * Issue #16373: Prevent infinite recursion for ABC Set class comparisons.Serhiy Storchaka2013-12-061-0/+2
| * Issue #18840: Introduce the json module in the tutorial, and deemphasize the ...Antoine Pitrou2013-12-051-0/+3
| * Issue #19138: doctest's IGNORE_EXCEPTION_DETAIL now allows no detail at all.Tim Peters2013-12-031-0/+4
| * Issue #6477: Revert fbb97f6eb3b3 as it broke test_xpickle.Alexandre Vassalotti2013-11-301-3/+0
| * Issue #6477: Added pickling support for singletons and their types.Alexandre Vassalotti2013-11-301-0/+3
| * Fix typo in Misc/NEWS.Alexandre Vassalotti2013-11-301-2/+2