summaryrefslogtreecommitdiffstats
path: root/Misc
Commit message (Expand)AuthorAgeFilesLines
* Issue #14043: Speed up importlib's _FileFinder by at least 8x, and add a new ...Antoine Pitrou2012-02-201-0/+3
* allow arbitrary attributes on classmethod and staticmethod (closes #14051)Benjamin Peterson2012-02-191-0/+3
* 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
| |\
| | * Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServerCharles-François Natali2012-02-181-0/+3
* | | Merge branch '3.2'Petri Lehtinen2012-02-171-0/+2
|\ \ \ | |/ /
| * | Fix a variable scoping error in an sqlite3 testPetri Lehtinen2012-02-171-0/+2
* | | Have importlib use os.replace() for atomic renaming.Brett Cannon2012-02-171-0/+2
* | | MergeBrett Cannon2012-02-161-2/+2
|\ \ \
| * \ \ Merge branch '3.2'Petri Lehtinen2012-02-161-2/+2
| |\ \ \ | | |/ /
| | * | sqlite3: Fix documentation errors concerning Cursor.rowcountPetri Lehtinen2012-02-161-2/+2
* | | | importlib.__import__() now raises ValueError when level < 0.Brett Cannon2012-02-161-0/+3
|/ / /
* | | Issue #2489: Fix bug in _copy loop that could consume 100% cpu on EOF.Gregory P. Smith2012-02-161-0/+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 #13014: Fix a possible reference leak in SSLSocket.getpeercert().Antoine Pitrou2012-02-151-0/+2
* | | Merge branch '3.2'Petri Lehtinen2012-02-152-0/+4
|\ \ \ | |/ /
| * | Issue #13491: Fix many errors in sqlite3 documentationPetri Lehtinen2012-02-152-0/+4
* | | Fix parsing of packaging’s build_ext --libraries option (#1326113)Éric Araujo2012-02-151-2/+3
* | | Merge fixes for #1326113 and #12297 from 3.2Éric Araujo2012-02-151-0/+3
|\ \ \ | |/ /
| * | Fix parsing of build_ext --libraries option (#1326113)Éric Araujo2012-02-151-0/+3
* | | Move NEWS entry to correct section.Antoine Pitrou2012-02-151-3/+3
* | | Issue #13020: Fix a reference leak when allocating a structsequence object fa...Antoine Pitrou2012-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 #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 #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
* | | Issue #13988: cElementTree is deprecated and the _elementtree accelerator is ...Florent Xicluna2012-02-131-0/+3
* | | #13993: merge with 3.2.Ezio Melotti2012-02-131-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/+9
|\ \ \ | |/ /
| * | Issue #13930: Adds ability for 2to3 to write its output to a differentGregory P. Smith2012-02-121-0/+5
* | | Merge branch '3.2'Petri Lehtinen2012-02-122-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
|\ \ \ | |/ /
| * | Issue #10287: nntplib now queries the server's CAPABILITIES again after authe...Antoine Pitrou2012-02-121-0/+4
* | | Port the fix for #13193 to packagingÉric Araujo2012-02-121-1/+2
* | | Merge fixes for #13193 and FAQ from 3.2Éric Araujo2012-02-121-3/+1
|\ \ \ | |/ /
| * | Fix distutils.filelist.FileList under Windows (#13193).Éric Araujo2012-02-121-2/+1
* | | Merge: #13989: Document that GzipFile does not support text mode.Nadeem Vawda2012-02-111-0/+3
|\ \ \ | |/ /
| * | Issue #13989: Document that GzipFile does not support text mode.Nadeem Vawda2012-02-111-0/+3
* | | Issue #13590: mergeNed Deily2012-02-101-0/+13
|\ \ \ | |/ /
| * | Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, buildingNed Deily2012-02-101-0/+13
* | | #13960: merge with 3.2.Ezio Melotti2012-02-101-1/+4
|\ \ \ | |/ /
| * | #13960: HTMLParser is now able to handle broken comments when strict=False.Ezio Melotti2012-02-101-1/+4
* | | Undocument and clean up sqlite3.OptimizedUnicodePetri Lehtinen2012-02-091-0/+4
* | | merge from 3.2Senthil Kumaran2012-02-091-0/+2
|\ \ \ | |/ /
| * | Issue #9021 - Introduce copy module better. Doc changes suggested by TerrySenthil Kumaran2012-02-091-0/+2