summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | #14538: HTMLParser can now parse correctly start tags that contain a bare /.Ezio Melotti2012-04-192-3/+13
| * | | SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (clos...Benjamin Peterson2012-04-181-0/+11
| * | | Issue #5113: Fix a test_posix failure on HP-UX, where non-root users canCharles-François Natali2012-04-171-3/+9
| * | | Issue #14452: remove BOM insertion code.Vinay Sajip2012-04-161-2/+0
| * | | Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a ...Antoine Pitrou2012-04-161-112/+111
| * | | Issue 13496: Fix bisect.bisect overflow bug for large collections.Mark Dickinson2012-04-151-0/+7
| * | | #14399: zipfile now correctly handles comments added to empty zipfiles.R David Murray2012-04-122-12/+37
| * | | Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Lin...Senthil Kumaran2012-04-112-61/+64
| * | | fix the incorrect changes made for PATH_INFO value - Issue10484Senthil Kumaran2012-04-102-11/+7
| * | | merge 2.7.3 release branchBenjamin Peterson2012-04-092-2/+2
| |\ \ \
| | * | | bump to 2.7.3 finalv2.7.3Benjamin Peterson2012-04-092-2/+2
| | * | | Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).Éric Araujo2012-02-253-52/+95
| * | | | Fix the patch for issue #7978: select() raises select.error before 3.3, not O...Antoine Pitrou2012-04-082-3/+3
| * | | | Fix flakiness in test_socketserverAntoine Pitrou2012-04-081-1/+4
| * | | | Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-082-2/+47
| * | | | Make test_mailbox runnable via python -m unittest.R David Murray2012-04-081-17/+17
| * | | | Transplant 45287f2799f5 from default branch.Georg Brandl2012-04-041-1/+1
| * | | | remove uneeded lineBenjamin Peterson2012-04-021-1/+0
| * | | | prevent writing to stderr from messing up the exception state (closes #14474)Benjamin Peterson2012-04-021-0/+24
| * | | | #14434: make tutorial link in 'help' banner version-specificR David Murray2012-03-311-2/+2
| * | | | update NEWS for 2.7 as Terry Reedy proposedAndrew Svetlov2012-03-311-2/+4
| * | | | Added a new crasher that targets mutating the underlying storage of a buffer....Alex Gaynor2012-03-301-0/+30
| * | | | Closes #14436: Convert msg + args to string before pickling.Vinay Sajip2012-03-291-2/+9
| * | | | Backport of Issue #14409 to 2.7Andrew Svetlov2012-03-292-1/+4
| * | | | Closes #14411: remove outdated comment in rlcompleter docstring.Georg Brandl2012-03-271-20/+16
| * | | | #5301: re-add image/vnd.microsoft.icon per discussionR David Murray2012-03-271-0/+1
| * | | | Closes #14314: backported fix.Vinay Sajip2012-03-231-1/+2
| * | | | attempt to fix asyncore buildbot failureGiampaolo Rodola'2012-03-231-2/+7
| * | | | fix #10340: properly handle EINVAL on OSX and also avoid to call handle_conne...Giampaolo Rodola'2012-03-222-8/+25
| * | | | merge headsBenjamin Peterson2012-03-224-5/+19
| |\ \ \ \
| | * | | | #12757: Make doctest skipping in -OO mode work with unittest/regrtest -vR David Murray2012-03-211-3/+7
| | * | | | #3573: idle now doesn't hungs if launched as: idle -e <directory>Andrew Svetlov2012-03-212-2/+11
| | * | | | Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.Giampaolo Rodola'2012-03-201-0/+1
| * | | | | check by equality for __future__ not identity (closes #14378)Benjamin Peterson2012-03-221-0/+6
| |/ / / /
| * | | | #14333: fix test_queue so it can be run via standard unittest test discovery.R David Murray2012-03-171-4/+4
| * | | | check for string attribute names in old-style classes (closes #14334)Benjamin Peterson2012-03-161-0/+7
| * | | | check to make sure the attribute is a string (#14334)Benjamin Peterson2012-03-161-0/+3
| * | | | 2.7 - Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problemSenthil Kumaran2012-03-162-1/+9
| * | | | Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. ...Senthil Kumaran2012-03-151-1/+1
| * | | | merge from 2.7 release branchBenjamin Peterson2012-03-152-2/+2
| |\ \ \ \ | | |/ / /
| | * | | bump to 2.7.3rc2v2.7.3rc2Benjamin Peterson2012-03-152-2/+2
| * | | | Issue #5219: Prevent event handler cascade in IDLE.Martin v. Löwis2012-03-131-1/+5
| * | | | Merged upstream change.Vinay Sajip2012-03-131-0/+5
| |\ \ \ \
| | * | | | Fix closes Issue14281 - Test for cgi.escape by Brian LandersSenthil Kumaran2012-03-131-0/+5
| * | | | | Closes #14267: Corrected computation of rollover filename.Vinay Sajip2012-03-131-6/+15
| |/ / / /
| * | | | #14179: add tests for re.compile. Patch by Florian Mladitsch.Ezio Melotti2012-03-121-0/+10
| * | | | #14161: fix test failures on Windows.Ezio Melotti2012-03-121-2/+2
| * | | | #14161: fix the __repr__ of file objects to escape the file name.Ezio Melotti2012-03-111-0/+7
| * | | | Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...Antoine Pitrou2012-03-112-1/+78
| * | | | Moved symlink support into its own module. Ported can_symlink from Python 3.2...Jason R. Coombs2012-03-082-76/+105