summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | #14291: if a header has non-ascii unicode, default to CTE using utf-8R David Murray2012-03-142-0/+4
* | Issue #5219: Prevent event handler cascade in IDLE.Martin v. Löwis2012-03-131-0/+2
* | Issue #14184: Increase the default stack size for secondary threads onNed Deily2012-03-131-0/+3
* | Fix unittest test discovery for JythonMichael Foord2012-03-131-0/+2
* | #14179: add tests for re.compile. Patch by Florian Mladitsch.Ezio Melotti2012-03-121-0/+1
* | str.format_map tests don't do what they say: fix to actually implement the in...Eric V. Smith2012-03-121-0/+1
* | Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...Antoine Pitrou2012-03-111-0/+3
* | this stuff will actually be new in 3.2.4Benjamin Peterson2012-03-081-30/+45
* | allow cycles throught the __dict__ slot to be cleared (closes #1469629)Benjamin Peterson2012-03-081-0/+3
* | merge headsBenjamin Peterson2012-03-071-2/+0
|\ \
| * | Backout buggy patch committed for #13719Éric Araujo2012-03-071-2/+0
* | | keep the buffer object around while we're using it (closes #14212)Benjamin Peterson2012-03-071-0/+3
|/ /
* | 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
* | Issue #14177: marshal.loads() now raises TypeError when given an unicode string.Antoine Pitrou2012-03-032-0/+4
* | Issue #14172: Fix reference leak when marshalling a buffer-like object (other...Antoine Pitrou2012-03-021-0/+3
* | Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, W...Antoine Pitrou2012-03-011-0/+5
* | Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode.Antoine Pitrou2012-02-272-0/+4
* | Issue #13521: dict.setdefault() now does only one lookup for the given key, m...Antoine Pitrou2012-02-261-0/+3
* | Add news entry for previous commitÉric Araujo2012-02-251-0/+3
* | Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).Éric Araujo2012-02-251-0/+3
* | Bump version to 3.2.3rc1.Georg Brandl2012-02-232-7/+7
* | Issue #14084: Fix a file descriptor leak when importing a module with a bad e...Antoine Pitrou2012-02-221-0/+3
* | Issue #14053: Fix "make patchcheck" to work with MQ.Nadeem Vawda2012-02-221-0/+3
* | merge with 3.2Georg Brandl2012-02-211-1/+1
|\ \ | |/
| * Remove reST markup from --help output. Also: O(n**2) is dict construction, n...Georg Brandl2012-02-211-1/+1
| * Fix typo.Georg Brandl2012-02-201-1/+1
* | Issue #6807: Run msisupport.mak earlier.Martin v. Löwis2012-02-211-0/+2
* | Issue #10580: Minor grammar change in Windows installer.Martin v. Löwis2012-02-211-0/+2
* | sqlite3: Fix 64-bit integer handling in user functions on 32-bit architecturesPetri Lehtinen2012-02-212-0/+4
* | HTMLParser is now able to handle slashes in the start tag.Ezio Melotti2012-02-211-0/+2
* | Fix typo.Georg Brandl2012-02-201-1/+1
* | Merge from 3.1: Issue #13703: add a way to randomize the hash values of basic...Georg Brandl2012-02-202-0/+34
|\ \ | |/
| * Issue #13703: add a way to randomize the hash values of basic types (str, byt...Georg Brandl2012-02-202-0/+34
* | Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServerCharles-François Natali2012-02-181-0/+3
|\ \ | |/
| * Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServerCharles-François Natali2012-02-181-0/+3
* | Fix a variable scoping error in an sqlite3 testPetri Lehtinen2012-02-171-0/+2
* | sqlite3: Fix documentation errors concerning Cursor.rowcountPetri Lehtinen2012-02-161-2/+2
* | NEWS entry for previous commit.Gregory P. Smith2012-02-161-0/+2
* | Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().Antoine Pitrou2012-02-151-0/+2
* | Issue #13491: Fix many errors in sqlite3 documentationPetri Lehtinen2012-02-152-0/+4
* | Fix parsing of build_ext --libraries option (#1326113)Éric Araujo2012-02-151-0/+3
* | Issue #13020: Fix a reference leak when allocating a structsequence object fa...Antoine Pitrou2012-02-151-0/+3
* | Issue #13015: Fix a possible reference leak in defaultdict.__repr__.Antoine Pitrou2012-02-151-0/+3
* | Issue #10287: nntplib now queries the server's CAPABILITIES first before send...Antoine Pitrou2012-02-141-0/+4