summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* #14538: HTMLParser can now parse correctly start tags that contain a bare /.Ezio Melotti2012-04-191-0/+3
* improveBenjamin Peterson2012-04-181-1/+1
* SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (clos...Benjamin Peterson2012-04-181-0/+2
* mangle keyword-only argname when loading defaults (closes #14607)Benjamin Peterson2012-04-171-0/+2
* Closes #14452: remove BOM insertion code.Vinay Sajip2012-04-161-0/+2
* Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing a ...Antoine Pitrou2012-04-161-0/+6
* Issue 13496: Fix bisect.bisect overflow bug for large collections.Mark Dickinson2012-04-151-0/+3
* Issue #13889: On MSVC builds, set FPU control word at runtime for all string ...Mark Dickinson2012-04-151-0/+4
* #14399: corrected news itemR David Murray2012-04-141-4/+4
* #14399: zipfile now correctly handles comments added to empty zipfiles.R David Murray2012-04-122-0/+6
* Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.Charles-François Natali2012-04-122-0/+3
* Merge 3.2.3 release clone.Georg Brandl2012-04-112-6/+6
|\
| * Bump to 3.2.3 final.Georg Brandl2012-04-101-1/+1
| * News entry for f91ecbc8bafc.Georg Brandl2012-04-101-5/+5
* | Issue #8799: Fix and improve the threading.Condition documentation.Antoine Pitrou2012-04-101-0/+5
* | Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-082-0/+5
* | Issue #14496: Fix wrong name in idlelib/tabbedpages.py.Andrew Svetlov2012-04-051-0/+3
* | Issue #14482: Raise a ValueError, not a NameError, when trying to createAntoine Pitrou2012-04-031-0/+4
* | Issue #14471: Fix a possible buffer overrun in the winreg module.Kristján Valur Jónsson2012-04-021-0/+2
* | prevent writing to stderr from messing up the exception state (closes #14474)Benjamin Peterson2012-04-021-0/+3
* | Issue #14151: Raise a ValueError, not a NameError, when trying to createAntoine Pitrou2012-04-011-0/+4
* | Issue #13019: Fix potential reference leaks in bytearray.extend().Antoine Pitrou2012-04-011-0/+3
* | Issue #13872: socket.detach() now marks the socket closed (as mirrored in the...Antoine Pitrou2012-03-311-0/+3
* | Issue #14437: Fix building the _io module under Cygwin.Antoine Pitrou2012-03-311-0/+2
* | Issue #14406: Fix a race condition when using `concurrent.futures.wait(return...Antoine Pitrou2012-03-311-0/+3
* | update NEWS as Terry Reedy proposedAndrew Svetlov2012-03-311-2/+4
* | Issue #14409: IDLE doesn't not execute commands from shell with default keybi...Andrew Svetlov2012-03-291-0/+3
* | issue 10340 - forgot to update Misc/NEWSGiampaolo Rodola'2012-03-221-0/+4
* | Issue #14387: Do not include accu.h from Python.h.Antoine Pitrou2012-03-221-0/+2
* | check by equality for __future__ not identity (closes #14378)Benjamin Peterson2012-03-221-0/+3
* | #12757: Make doctest skipping in -OO mode work with unittest/regrtest -vR David Murray2012-03-211-0/+3
* | #3573: idle now doesn't hungs if launched as: idle -e <directory>Andrew Svetlov2012-03-211-0/+3
* | Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr.Giampaolo Rodola'2012-03-201-0/+3
* | Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined.Ross Lagerwall2012-03-192-0/+7
* | Fixes Issue #14331: Use significantly less stack space when importing modules byGregory P. Smith2012-03-181-0/+3
* | Merge 3.2.3rc2 from release clone.Georg Brandl2012-03-182-1/+33
|\ \ | |/
| * Post-release updates for 3.2.3rc2.Georg Brandl2012-03-181-0/+12
| * Bump to 3.2.3rc2.v3.2.3rc2Georg Brandl2012-03-182-11/+8
| * Transplant from main repo d6c197edd99b: Fixes Issue #14234: CVE-2012-0876: Ra...Georg Brandl2012-03-151-2/+10
| * 3.2.3rc1 doneGeorg Brandl2012-02-251-4/+16
| * Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).Éric Araujo2012-02-251-0/+3
* | Move MANIFEST parsing change to the right position.Georg Brandl2012-03-171-3/+7
* | #11686: news entry.R David Murray2012-03-171-0/+3
* | check to make sure the attribute is a string (#14334)Benjamin Peterson2012-03-161-0/+3
* | closes issue10484 - Fix the http.server's cgi PATH_INFO handling problemSenthil Kumaran2012-03-161-0/+2
* | closes Issue #11199: Fix the with urllib which hangs on particular ftp urls.Senthil Kumaran2012-03-151-0/+2
* | Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributesGregory P. Smith2012-03-141-1/+14
|\ \
| * | Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributesGregory P. Smith2012-03-141-0/+5
| * | version now 3.1.5rc1v3.1.5rc1Benjamin Peterson2012-02-232-2/+2
* | | #14062: fix BytesParser handling of linesep for Header objectsR David Murray2012-03-141-0/+3