summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Issue #13979: Fix ctypes.util.find_library ldconfig regexMeador Inge2012-02-141-0/+3
* | #13993: HTMLParser is now able to handle broken end tags when strict=False.Ezio Melotti2012-02-131-0/+3
* | Issue #13930: Adds ability for 2to3 to write its output to a differentGregory P. Smith2012-02-121-0/+5
* | Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotesPetri Lehtinen2012-02-122-0/+5
* | Issue #10287: nntplib now queries the server's CAPABILITIES again after authe...Antoine Pitrou2012-02-121-0/+4
* | Fix distutils.filelist.FileList under Windows (#13193).Éric Araujo2012-02-121-2/+1
* | Issue #13989: Document that GzipFile does not support text mode.Nadeem Vawda2012-02-111-0/+3
* | Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, buildingNed Deily2012-02-101-0/+13
* | #13960: HTMLParser is now able to handle broken comments when strict=False.Ezio Melotti2012-02-101-1/+4
* | Issue #9021 - Introduce copy module better. Doc changes suggested by TerrySenthil 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 failure 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
* | Branch mergeÉric Araujo2012-02-052-0/+3
|\ \
| * | Stop ignoring RPMs in distutils' upload command (#2945).Éric Araujo2012-01-152-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-1/+5
* | | ready types returned from PyType_FromSpecBenjamin Peterson2012-01-301-0/+2
* | | Issue #13848: open() and the FileIO constructor now check for NUL characters ...Antoine Pitrou2012-01-292-0/+4
* | | Issue #13806: The size check in audioop decompression functions was too stric...Antoine Pitrou2012-01-281-0/+3