summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | Issue #10881: Fix test_site failures with OS X framework builds.Ned Deily2012-02-051-0/+2
* | Issue 964437 Make IDLE help window non-modal.Terry Jan Reedy2012-02-051-0/+3
* | Issue #13933: IDLE auto-complete did not work with some importedNed Deily2012-02-041-0/+3
* | Issue #13901: Prevent test_distutils failures on OS X with --enable-shared.Ned Deily2012-02-031-0/+2
* | Document absoluteness of sys.executablePetri Lehtinen2012-02-021-0/+2
* | sqlite3: Handle strings with embedded zeros correctlyPetri Lehtinen2012-02-011-0/+2
* | #13506 Add '' to path for interactive interpreter by adding with_cwd parameterTerry Jan Reedy2012-01-312-0/+5
* | Issue #13806: The size check in audioop decompression functions was too stric...Antoine Pitrou2012-01-281-0/+3
* | Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...Antoine Pitrou2012-01-271-0/+3
|\ \ | |/
| * Issue #13885: CVE-2011-3389: the _ssl module would always disable the CBC IV ...Antoine Pitrou2012-01-271-0/+3
| * Replay svn r88852.Barry Warsaw2011-06-041-0/+12
| * Replay svn r88850.v2.6.7Barry Warsaw2011-06-042-18/+6
| * Replay changeset 70249:b571c7a8cf2e from fubar branch. Original commitBarry Warsaw2011-05-231-1/+11