summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merge #14984: only import pwd on POSIX.R David Murray2013-09-181-1/+3
|\
| * #14984: only import pwd on POSIX.R David Murray2013-09-181-1/+3
* | Merge #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-182-6/+47
|\ \ | |/
| * #14984: On POSIX, enforce permissions when reading default .netrc.R David Murray2013-09-182-6/+47
| * Fix tkinter regression introduced by the security fix in #16248.Georg Brandl2013-09-141-1/+1
| * Issue #16248: Disable code execution from the user's home directory by tkinte...Antoine Pitrou2012-12-091-1/+3
| * bump to 3.1.5 finalv3.1.5Benjamin Peterson2012-04-062-2/+2
| * bump to 3.1.5rc2Benjamin Peterson2012-03-152-2/+2
| * version now 3.1.5rc1v3.1.5rc1Benjamin Peterson2012-02-232-2/+2
| * Remove setting hash seed to regrtest's random seed and re-execv()ing: this do...Georg Brandl2012-02-201-5/+0
| * Fix dbm_gnu test relying on set order.Georg Brandl2012-02-201-1/+1
* | Fix tkinter regression introduced by the security fix in #16248.Georg Brandl2013-09-141-1/+1
* | Issue #17980: Fix possible abuse of ssl.match_hostname() for denial of servic...Antoine Pitrou2013-05-182-1/+19
* | Bump to version 3.2.5.v3.2.5Georg Brandl2013-05-122-2/+2
* | Issue #17915: Fix interoperability of xml.sax with file objects returned byGeorg Brandl2013-05-122-0/+36
* | Issue #1159051: Back out a fix for handling corrupted gzip files thatGeorg Brandl2013-05-123-66/+38
* | Issue #17843: Remove bz2 test data that triggers antivirus warnings.Georg Brandl2013-05-122-7/+6
* | Issue #15535: Fix pickling of named tuples.Georg Brandl2013-05-122-0/+5
* | Close #17666: Fix reading gzip files with an extra field.Serhiy Storchaka2013-04-082-1/+9
* | Bump to 3.2.4.v3.2.4Georg Brandl2013-04-063-6/+4
* | close search and replace dialog after it is used (closes #17625)Benjamin Peterson2013-04-041-0/+1
* | merge with last upstream doc changes in 3.2Georg Brandl2013-03-281-1/+1
|\ \
| * | #17329: document unittest.SkipTest. Initial patch by Zachary Ware.Ezio Melotti2013-03-271-1/+1
* | | merge with main repo 3.2 branchv3.2.4rc1Georg Brandl2013-03-253-10/+35
|\ \ \ | |/ /
| * | Clean up references to threads in test_queue.Ezio Melotti2013-03-231-1/+4
| * | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-232-9/+31
* | | Bump to 3.2.4rc1.Georg Brandl2013-03-232-2/+2
* | | Update pydoc topics.Georg Brandl2013-03-231-17/+17
|/ /
* | Issue #17521: Corrected non-enabling of logger following two calls to fileCon...Vinay Sajip2013-03-232-4/+34
* | Issue #17508: Handled out-of-order handler configuration correctly.Vinay Sajip2013-03-222-6/+60
* | - Issue #16754: Fix the incorrect shared library extension on linux. Introducedoko@ubuntu.com2013-03-215-11/+14
* | #5712: Preemptively fix some other possible timing issues.R David Murray2013-03-211-3/+3
* | #5713: fix timing issue in smtplib tests.R David Murray2013-03-211-0/+3
* | remove the long obsolete mention of universal newlines mode only beingGregory P. Smith2013-03-211-4/+3
* | #5713: Handle 421 error codes during sendmail by closing the socket.R David Murray2013-03-212-3/+75
* | #17493: re-enable a test on Windows. Patch by Zachary Ware.Ezio Melotti2013-03-201-11/+9
* | #17471 - Increasing the urllib.error test coverage. Bringing it to 100%. Base...Senthil Kumaran2013-03-191-1/+9
* | #17471 - Improve urllib2 test coverage. Patch contributed by Daniel WozniakSenthil Kumaran2013-03-191-0/+3
* | #17443: Fix buffering in IMAP4_stream.R David Murray2013-03-191-0/+2
* | Fix usage of the unittest.skip decorator.Serhiy Storchaka2013-03-191-1/+1
* | #17476: make allmethods actually return all methods.R David Murray2013-03-192-1/+28
* | #17448: Make test_sax skip if there are no xml parsers.R David Murray2013-03-181-2/+2
* | #16057: Clarify why the base method default is called in custom encoders.R David Murray2013-03-181-0/+1
* | Issue #16564: Fixed a performance regression relative to Python 3.1 in theSerhiy Storchaka2013-03-161-9/+25
* | #11420: make test suite pass with -B/DONTWRITEBYTECODE set. Initial patch by...Ezio Melotti2013-03-165-29/+49
* | Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.Terry Jan Reedy2013-03-164-0/+12
* | #17431: Fix missing import of BytesFeedParser in email.parser.R David Murray2013-03-162-1/+5
* | Issue #1285086: Get rid of the refcounting hack and speed upSerhiy Storchaka2013-03-141-36/+27
* | #17368: Fix an off-by-one error in the Python JSON decoder that caused a fail...Ezio Melotti2013-03-122-5/+11
* | Issue #11367: fix documentation of some find* methods in ElementTreeEli Bendersky2013-03-121-7/+4