summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* in scan_once, prevent the reading of arbitrary memory when passed a negative ...Benjamin Peterson2014-04-141-0/+4
* use ssl.PROTOCOL_SSLv23 for maximum compatibility (closes #20896)Benjamin Peterson2014-03-121-3/+8
* Issue #20246: Fix test failures on FreeBSD. Patch by Ryan Smith-Roberts.Stefan Krah2014-01-211-1/+1
* open retrieved file in binary mode, since it's now compressedBenjamin Peterson2014-02-201-3/+3
* update logo url (#20695)Benjamin Peterson2014-02-201-1/+1
* complain when nbytes > buflen to fix possible buffer overflow (closes #20246)Benjamin Peterson2014-01-141-0/+8
|\
| * complain when nbytes > buflen to fix possible buffer overflow (closes #20246)Benjamin Peterson2014-01-141-0/+10
| * Backported test for the open of non-existent tarfile.Serhiy Storchaka2014-01-131-0/+8
| * Fixed typo.Serhiy Storchaka2014-01-131-2/+2
| * Issue #19082: Working SimpleXMLRPCServer and xmlrpclib examples, both in modu...Senthil Kumaran2014-01-132-11/+5
| * Issue #20138: Backport tests for handling non-ASCII URLs in theSerhiy Storchaka2014-01-121-0/+6
| * Adding test coverage for cgi.FieldStorage based on the scenario mentioned in ...Senthil Kumaran2014-01-121-0/+10
| * tkinter.Text.debug() now always returns 0/1.Serhiy Storchaka2014-01-112-4/+3
| * Try to fix some ttk tests. Error messages were changed in 8.6b3.Serhiy Storchaka2014-01-101-3/+3
| * Fixed test_tempfilepager in test_pydoc on Windows.Serhiy Storchaka2014-01-101-2/+3
| * Issue #20086: Output more details when test_getsetlocale_issue1813 is failed.Serhiy Storchaka2014-01-101-1/+6
| * Issue #19804: The test_find_mac test in test_uuid is now skipped if theSerhiy Storchaka2014-01-101-0/+11
| * Issue #19886: Use better estimated memory requirements for bigmem tests.Serhiy Storchaka2014-01-102-20/+10
| * Issue #13107: argparse and optparse no longer raises an exception when outputSerhiy Storchaka2014-01-094-6/+98
| * Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly a...Antoine Pitrou2014-01-091-1/+1
| * clear zip stat cache after each ref leak runBenjamin Peterson2014-01-092-7/+8
| * Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.Serhiy Storchaka2014-01-076-75/+154
| * normalize whitespace from prior issue19081 fix commit.Gregory P. Smith2014-01-061-3/+3
| * Fixes issue19081: When a zipimport .zip file in sys.path being importedGregory P. Smith2014-01-061-20/+83
| * #1065986: add missing error handler in pydoc unicode fix.R David Murray2014-01-051-1/+3
| * #1065986: Make pydoc handle unicode strings.R David Murray2014-01-052-14/+135
| * #16039/#20118: temporarily skip failing imaplib SSL test.R David Murray2014-01-031-0/+3
| * closes 16039: CVE-2013-1752: limit line length in imaplib readline calls.R David Murray2014-01-032-1/+23
| * complain if the codec doesn't return unicodeBenjamin Peterson2013-12-282-0/+7
| * Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ...Antoine Pitrou2013-12-282-0/+12
| * Fixed the wave module testing on big-endian platforms.Serhiy Storchaka2013-12-281-1/+1
| * Issue #20027: Fixed locale aliases for devanagari locales.Serhiy Storchaka2013-12-262-3/+18
| * Backported tests for Tkinter variables.Serhiy Storchaka2013-12-261-0/+152
| * Issue #20067: Tkinter variables now work when wantobjects is false.Serhiy Storchaka2013-12-261-2/+4
| * test_debug in test_tkinter/test_text no longer fails when wantobjects is false.Serhiy Storchaka2013-12-251-2/+3
| * Issue #19320: test_tcl no longer fails when wantobjects is false.Serhiy Storchaka2013-12-251-15/+30
| * Issue #19020: Tkinter now uses splitlist() instead of split() in configureSerhiy Storchaka2013-12-253-55/+32
| * Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.Serhiy Storchaka2013-12-251-0/+3
| * Issue #12226: HTTPS is now used by default when connecting to PyPI.Antoine Pitrou2013-12-223-5/+5
| * Issue #20048: Fixed ZipExtFile.peek() when it is called on the boundary ofSerhiy Storchaka2013-12-211-1/+5
| * Issue #20034: Updated alias mapping to most recent locale.alias fileSerhiy Storchaka2013-12-201-11/+43
| * Merge headsSerhiy Storchaka2013-12-191-69/+0
| |\
| | * Issue #19683: Removed empty tests from test_minidom.Zachary Ware2013-12-191-69/+0
| * | Don't use sebTest() in tests for issue #5815.Serhiy Storchaka2013-12-191-2/+1
| |/
| * Issue #5815: Fixed support for locales with modifiers. Fixed support forSerhiy Storchaka2013-12-192-43/+133
| * Issue #20026: Fix the sqlite module to handle correctly invalid isolation levelVictor Stinner2013-12-191-0/+5
| * Issue #18829: csv.Dialect() now checks type for delimiter, escapechar andSerhiy Storchaka2013-12-191-5/+39
| * update url to spec (closes #20018)Benjamin Peterson2013-12-181-1/+1
| * Issue #19492: Silently skipped distutils tests now reported as skipped.Serhiy Storchaka2013-12-1810-69/+37
| * #19855: uuid.get_node now looks on the PATH for executables on unix.R David Murray2013-12-181-25/+30