summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | cleanup for the issue 19081 fix - pull the file open and close outside of theGregory P. Smith2014-01-081-8/+8
* | Issue #20072: Fixed multiple errors in tkinter with wantobjects is False.Serhiy Storchaka2014-01-077-75/+156
* | Should fix the issue19081 fix on Windows. Don't let the previousGregory P. Smith2014-01-071-1/+4
* | normalize whitespace from prior issue19081 fix commit.Gregory P. Smith2014-01-061-3/+3
* | news entry for issue19081 fix.Gregory P. Smith2014-01-061-0/+5
* | Fixes issue19081: When a zipimport .zip file in sys.path being importedGregory P. Smith2014-01-062-73/+324
* | #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-053-14/+137
* | #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-033-1/+26
* | #17282: Document unittest.main defaultTest argument.R David Murray2014-01-021-0/+4
* | Update copyright dates in Mac plists.Ned Deily2014-01-014-7/+7
* | update copyright yearBenjamin Peterson2014-01-017-7/+7
* | complain if the codec doesn't return unicodeBenjamin Peterson2013-12-284-0/+16
* | Issue #19422: Explicitly disallow non-SOCK_STREAM sockets in the ssl module, ...Antoine Pitrou2013-12-284-7/+25
* | 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-264-3/+26
* | Backported tests for Tkinter variables.Serhiy Storchaka2013-12-262-0/+154
* | Issue #20067: Tkinter variables now work when wantobjects is false.Serhiy Storchaka2013-12-262-2/+6
* | #20063: Remove inaccurate/confusing statement about support of 'pop' method.R David Murray2013-12-261-3/+2
* | 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-252-15/+32
* | Issue #19020: Tkinter now uses splitlist() instead of split() in configureSerhiy Storchaka2013-12-254-55/+35
* | Issue #20058: sys.stdin.readline() in IDLE now always returns only one line.Serhiy Storchaka2013-12-252-0/+5
* | Removed spaces before colons and semicolons.Serhiy Storchaka2013-12-2412-16/+15
* | Removed spaces before commas and periods.Serhiy Storchaka2013-12-2316-17/+17
* | update Barry's email (closes #19563)Benjamin Peterson2013-12-231-1/+1
* | s/lightweight/minimal/, as per issue #11379.Antoine Pitrou2013-12-221-1/+1
* | Issue #12226: HTTPS is now used by default when connecting to PyPI.Antoine Pitrou2013-12-224-5/+7
* | Issue #20048: Fixed ZipExtFile.peek() when it is called on the boundary ofSerhiy Storchaka2013-12-212-1/+8
* | Issue #20034: Updated alias mapping to most recent locale.alias fileSerhiy Storchaka2013-12-202-11/+46
* | Merge headsSerhiy Storchaka2013-12-193-69/+4
|\ \
| * | Issue #19683: Removed empty tests from test_minidom.Zachary Ware2013-12-193-69/+4
* | | 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-193-43/+136
* | Issue #20026: Fix the sqlite module to handle correctly invalid isolation levelVictor Stinner2013-12-193-1/+12
* | Issue #18829: csv.Dialect() now checks type for delimiter, escapechar andSerhiy Storchaka2013-12-193-19/+62
* | Issue #19902: Added list of logging levels.Vinay Sajip2013-12-191-0/+32
* | update url to spec (closes #20018)Benjamin Peterson2013-12-181-1/+1
* | remove trailing spaces.Gregory P. Smith2013-12-181-7/+7
* | Issue #20005: Fix typo in operator docs. Patch by Claudiu Popa.Zachary Ware2013-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-182-25/+34
* | Issue #20006: Fix sporadic failures in test_weakset.Antoine Pitrou2013-12-172-1/+8
* | Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.Serhiy Storchaka2013-12-174-1/+7
* | 20004: Note that the setter in csv.DictReader is broken.R David Murray2013-12-171-0/+4
* | Circumventing a bug in glibc (issue #17976).Serhiy Storchaka2013-12-171-3/+5
* | Issue #16404: Add checks for return value of PyInt_FromLong() inSerhiy Storchaka2013-12-172-8/+5
* | Fixed leak in sys.flags initialization.Serhiy Storchaka2013-12-171-0/+1
* | Skip test for issue #17976 if /dev/null is not available.Serhiy Storchaka2013-12-171-1/+7