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
* SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (clos...Benjamin Peterson2012-04-181-0/+2
* Issue #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-3/+3
* #14399: zipfile now correctly handles comments added to empty zipfiles.R David Murray2012-04-122-0/+5
* Issue #14557: Fix extensions build on HP-UX. Patch by Adi Roiban.Charles-François Natali2012-04-122-0/+3
* merge 2.7.3 release branchBenjamin Peterson2012-04-091-1/+1
|\
| * bump to 2.7.3 finalv2.7.3Benjamin Peterson2012-04-092-2/+2
| * move news thing aroundBenjamin Peterson2012-03-231-3/+11
| * Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).Éric Araujo2012-02-251-2/+3
* | Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-082-0/+5
* | Issue #14505: Fix file descriptor leak when deallocating file objects created...Antoine Pitrou2012-04-051-0/+3
* | prevent writing to stderr from messing up the exception state (closes #14474)Benjamin Peterson2012-04-021-0/+3
* | Issue #13019: Fix potential reference leaks in bytearray.extend().Antoine Pitrou2012-04-011-0/+3
* | Issue #14437: Fix building the _io module under Cygwin.Antoine Pitrou2012-03-311-0/+5
* | update NEWS for 2.7 as Terry Reedy proposedAndrew Svetlov2012-03-311-2/+4
* | Backport of Issue #14409 to 2.7Andrew Svetlov2012-03-291-0/+3
* | Issue #10538 - Update Misc/NEWSkrisvale2012-03-221-0/+5
* | fix #10340: properly handle EINVAL on OSX and also avoid to call handle_conne...Giampaolo Rodola'2012-03-221-0/+4
* | merge headsBenjamin Peterson2012-03-221-0/+9
|\ \
| * | #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
* | | check by equality for __future__ not identity (closes #14378)Benjamin Peterson2012-03-221-0/+3
|/ /
* | Fixes Issue #14331: Use significantly less stack space when importing modules byGregory P. Smith2012-03-181-0/+3
* | check for string attribute names in old-style classes (closes #14334)Benjamin Peterson2012-03-161-1/+2
* | 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-161-0/+2
* | Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. ...Senthil Kumaran2012-03-151-0/+2
* | merge from 2.7 release branchBenjamin Peterson2012-03-152-2/+2
|\ \ | |/
| * bump to 2.7.3rc2v2.7.3rc2Benjamin Peterson2012-03-152-2/+2
| * Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributesGregory P. Smith2012-03-141-0/+15
* | - rename configure.in to configure.acMatthias Klose2012-03-141-1/+1
* | Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributesGregory P. Smith2012-03-141-0/+14
* | Issue #5219: Prevent event handler cascade in IDLE.Martin v. Löwis2012-03-131-0/+2
* | #14179: add tests for re.compile. Patch by Florian Mladitsch.Ezio Melotti2012-03-121-0/+1
* | #14161: fix the __repr__ of file objects to escape the file name.Ezio Melotti2012-03-111-0/+2
* | Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...Antoine Pitrou2012-03-111-0/+3
* | move notes for 2.7.4 to the right placeBenjamin Peterson2012-03-081-19/+31
* | allow cycles throught the __dict__ slot to be cleared (closes #1469629)Benjamin Peterson2012-03-081-0/+3
* | Backout buggy patch for #13719Éric Araujo2012-03-071-2/+0
* | Make distutils’ upload command work with bdist_msi products (#13719).Éric Araujo2012-03-051-0/+2
* | Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive.Meador Inge2012-03-051-0/+4
* | sqlite3: Port relevant documentation changes from 3.2Petri Lehtinen2012-03-012-1/+3
* | Issue #14159: Fix the len() of weak sets to return a better approximation whe...Antoine Pitrou2012-03-011-0/+4
* | Issue #13521: dict.setdefault() now does only one lookup for the given key, m...Antoine Pitrou2012-02-261-0/+3
* | Update lingering references to ex-parrot. I mean ex-devguide.Éric Araujo2012-02-261-1/+1