summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* #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
* Stop ignoring RPMs in distutils' upload command (#2945).Éric Araujo2012-02-262-0/+3
* Add test file for scripts in Tools (#13447).Éric Araujo2012-02-251-0/+3
* Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884).Éric Araujo2012-02-251-2/+3
* bump to 2.7.3rc1v2.7.3rc1Benjamin Peterson2012-02-232-4/+4
* Issue #14053: Fix "make patchcheck" to work with MQ.Nadeem Vawda2012-02-222-0/+4
* merge with 2.6Georg 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
* | 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
* | merge 2.6 with hash randomization fixBenjamin Peterson2012-02-212-0/+34
|\ \ | |/
| * - Issue #13703: oCERT-2011-003: add -R command-line option and PYTHONHASHSEEDBarry Warsaw2012-02-212-0/+34
* | Issue #12627: Implement PEP 394 for OS X framework builds.Ned Deily2012-02-191-0/+2
* | 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-172-0/+4
* | Fix errors in sqlite3's Cursor.rowcount documentationPetri Lehtinen2012-02-161-0/+2
* | news entry for previous commitGregory P. Smith2012-02-161-0/+2
* | Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert().Antoine Pitrou2012-02-151-0/+2
* | Fix parsing of build_ext --libraries option (#1326113)Éric Araujo2012-02-151-0/+3
* | #13987: HTMLParser is now able to handle malformed start tags.Ezio Melotti2012-02-151-1/+1
* | #13987: HTMLParser is now able to handle EOFs in the middle of a construct.Ezio Melotti2012-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 #13979: Fix ctypes.util.find_library ldconfig regexMeador Inge2012-02-141-0/+3
* | #13993: HTMLParser is now able to handle broken end tags.Ezio Melotti2012-02-131-0/+2
* | #13960: HTMLParser is now able to handle broken comments.Ezio Melotti2012-02-131-0/+2
* | Issue #13930: Adds ability for 2to3 to write its output to a differentGregory P. Smith2012-02-121-3/+5
* | Add myself to Misc/ACKSPetri Lehtinen2012-02-121-0/+1
* | Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotesPetri Lehtinen2012-02-122-0/+5
* | Typo in Misc/NEWS.Florent Xicluna2012-02-121-1/+1
* | Fix distutils.filelist.FileList under Windows (#13193).Éric Araujo2012-02-121-2/+1
* | Issue #13994: Earler partial revert of Distutils enhancements in 2.7Ned Deily2012-02-111-0/+7
* | Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, buildingNed Deily2012-02-101-0/+13
* | Issue #9021: Add an introduction to the copy module. Doc changes suggested by...Senthil Kumaran2012-02-091-0/+2
* | Fix Issue #6005: Examples in the socket library documentation use sendall,Senthil Kumaran2012-02-091-0/+3
* | Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a Pr...Petri Lehtinen2012-02-061-0/+3