summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Issue #19886: Use better estimated memory requirements for bigmem tests.Serhiy Storchaka2014-01-105-28/+18
* Issue #13107: argparse and optparse no longer raises an exception when outputSerhiy Storchaka2014-01-094-6/+98
* Try to fix test_ssl failures on some buildbotsAntoine Pitrou2014-01-091-2/+2
* Issue #20207: Always disable SSLv2 except when PROTOCOL_SSLv2 is explicitly a...Antoine Pitrou2014-01-091-6/+4
* Do not reset the line number because we already set file position to correctSerhiy Storchaka2014-01-091-0/+4
* clear zip stat cache after each ref leak runBenjamin Peterson2014-01-092-9/+7
* Issue #18960: Fix bugs with Python source code encoding in the second line.Serhiy Storchaka2014-01-094-0/+42
* Issue #20078: Reading malformed zipfiles no longer hangs with 100% CPUSerhiy Storchaka2014-01-092-0/+33
* Issue #20113: Fix test_posix on OpenIndianaVictor Stinner2014-01-081-2/+16
* Issue #20113: os.readv() and os.writev() now raise an OSError exception onVictor Stinner2014-01-082-1/+18
* Fixes Issue #19081: When a zipimport .zip file in sys.path being imported fromGregory P. Smith2014-01-081-19/+85
* Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.Serhiy Storchaka2014-01-076-71/+151
* avoid parameter name clash (closes #20108)Benjamin Peterson2014-01-021-1/+3
* Issue #20101: Allow test_monotonic to pass on Windows machines on whichZachary Ware2014-01-021-1/+2
* Issue #18829: Add tests for the csv module for invalid characters (delimiter,Victor Stinner2014-01-021-0/+13
* Issue #20055: Fix test_shutil under Windows with symlink privileges held.Antoine Pitrou2014-01-011-13/+19
* Backporing the fix from Issue #12692Senthil Kumaran2013-12-292-0/+7
* Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ...Antoine Pitrou2013-12-282-0/+17
* #18116: backport fix to 3.3 since real-world failure mode demonstrated.R David Murray2013-12-273-46/+209
* Issue #20027: Fixed locale aliases for devanagari locales.Serhiy Storchaka2013-12-262-3/+18
* Issue #20067: Tkinter variables now work when wantobjects is false.Serhiy Storchaka2013-12-262-9/+12
* Issue #19938: Re-enabled test_bug_1333982 in test_dis, which had beenZachary Ware2013-12-261-33/+30
* 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-13/+29
* Issue #19020: Tkinter now uses splitlist() instead of split() in configureSerhiy Storchaka2013-12-253-54/+31
* Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.Serhiy Storchaka2013-12-251-0/+3
* update Barry's email (#19563)Benjamin Peterson2013-12-236-7/+7
* Fix bootstrap issue by importing the cgi module lazilyAntoine Pitrou2013-12-221-1/+1
* Fix TypeError on "setup.py upload --show-response".Antoine Pitrou2013-12-224-6/+26
* Issue #12226: HTTPS is now used by default when connecting to PyPI.Antoine Pitrou2013-12-223-5/+5
|\
| * Issue #12226: HTTPS is now used by default when connecting to PyPI.Antoine Pitrou2013-12-223-7/+7
| * Backout 265d369ad3b9.Georg Brandl2013-11-041-2/+1
| * Backout d80207d15294.Georg Brandl2013-11-041-31/+0
* | Fix urllib.request.build_opener mocking in test_distutils (should fix some ra...Antoine Pitrou2013-12-211-0/+2
* | Issue #20045: Fix "setup.py register --list-classifiers".Antoine Pitrou2013-12-213-6/+25
* | Fix DeprecationWarnings in test suiteAntoine Pitrou2013-12-214-23/+23
* | Issue #18879: When a method is looked up on a temporary file, avoid closing t...Antoine Pitrou2013-12-212-32/+81
* | Update test.outstanding_bugs.pyZachary Ware2013-12-201-72/+2
* | Issue #20034: Updated alias mapping to most recent locale.alias fileSerhiy Storchaka2013-12-201-11/+43
* | Don't use sebTest() in tests for issue #5815.Serhiy Storchaka2013-12-191-2/+1
* | Issue #19683: Removed empty tests from test_minidom. Patch by Ajitesh Gupta.Zachary Ware2013-12-191-65/+0
* | Issue #5815: Fixed support for locales with modifiers. Fixed support forSerhiy Storchaka2013-12-192-43/+133
* | Issue #20025: ssl.RAND_bytes() and ssl.RAND_pseudo_bytes() now raise aVictor Stinner2013-12-191-0/+4
* | 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-188-57/+32
* | #19855: uuid.get_node now looks on the PATH for executables on unix.R David Murray2013-12-181-27/+28
* | Issue #20006: Fix sporadic failures in test_weakset.Antoine Pitrou2013-12-172-1/+8
* | Revert misled test change in f189da5bda26.Antoine Pitrou2013-12-171-1/+0