6113 Commits (bbe2f60b3c19ecaa02ca07be14474eaacfcb59a0)

Author SHA1 Message Date
Antoine Pitrou bbe2f60b3c Issue #14159: Fix the len() of weak containers (WeakSet, WeakKeyDictionary, WeakValueDictionary) to return a better approximation when some objects are dead or dying. 14 years ago
Antoine Pitrou d311374089 Issue #13125: Silence spurious test_lib2to3 output when in non-verbose mode. 14 years ago
Antoine Pitrou e965d97ed1 Issue #13521: dict.setdefault() now does only one lookup for the given key, making it "atomic" for many purposes. 14 years ago
Éric Araujo e7295a7635 Add news entry for previous commit 14 years ago
Éric Araujo 2e0a0e1640 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). 14 years ago
Georg Brandl afe05bd494 Bump version to 3.2.3rc1. 14 years ago
Benjamin Peterson 36a6558891 version now 3.1.5rc1 14 years ago
Antoine Pitrou 4f22a8d739 Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. 14 years ago
Nadeem Vawda 9f64f73193 Issue #14053: Fix "make patchcheck" to work with MQ. 14 years ago
Georg Brandl c9a42070a6 Remove reST markup from --help output. Also: O(n**2) is dict construction, not single insertion. 14 years ago
Martin v. Löwis dbd3f6173a Issue #6807: Run msisupport.mak earlier. 14 years ago
Martin v. Löwis 26bb3cf7cd Issue #10580: Minor grammar change in Windows installer. 14 years ago
Petri Lehtinen 4fe85abab9 sqlite3: Fix 64-bit integer handling in user functions on 32-bit architectures 14 years ago
Ezio Melotti 29877e8e04 HTMLParser is now able to handle slashes in the start tag. 14 years ago
Georg Brandl 09562b4330 Fix typo. 14 years ago
Georg Brandl 06b1c4f68b Fix typo. 14 years ago
Georg Brandl 2daf6ae249 Issue #13703: add a way to randomize the hash values of basic types (str, bytes, datetime) 14 years ago
Charles-François Natali ec1712a166 Issue #14001: CVE-2012-0845: xmlrpc: Fix an endless loop in SimpleXMLRPCServer 14 years ago
Petri Lehtinen c86d9e2846 Fix a variable scoping error in an sqlite3 test 14 years ago
Petri Lehtinen b3890226b3 sqlite3: Fix documentation errors concerning Cursor.rowcount 14 years ago
Gregory P. Smith 58e7c1dc02 NEWS entry for previous commit. 14 years ago
Antoine Pitrou 2f5a163dfc Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). 14 years ago
Petri Lehtinen 1ca93954e1 Issue #13491: Fix many errors in sqlite3 documentation 14 years ago
Éric Araujo b2f5c0a4c4 Fix parsing of build_ext --libraries option (#1326113) 14 years ago
Antoine Pitrou 37784ba5c0 Issue #13020: Fix a reference leak when allocating a structsequence object fails. 14 years ago
Antoine Pitrou f5f1fe0cb5 Issue #13015: Fix a possible reference leak in defaultdict.__repr__. 14 years ago
Antoine Pitrou 71135624d8 Issue #10287: nntplib now queries the server's CAPABILITIES first before sending MODE READER, and only sends it if not already in READER mode. 14 years ago
Meador Inge ffeee3518a Issue #13979: Fix ctypes.util.find_library ldconfig regex 14 years ago
Ezio Melotti 5211ffe4df #13993: HTMLParser is now able to handle broken end tags when strict=False. 14 years ago
Gregory P. Smith 58f23ffb21 Issue #13930: Adds ability for 2to3 to write its output to a different 14 years ago
Petri Lehtinen 51d04d1ba8 Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes 14 years ago
Antoine Pitrou 54411c1784 Issue #10287: nntplib now queries the server's CAPABILITIES again after authenticating (since the result may change, according to RFC 4643). 14 years ago
Éric Araujo 9ce366a5a6 Fix distutils.filelist.FileList under Windows (#13193). 14 years ago
Nadeem Vawda 30d94b7aea Issue #13989: Document that GzipFile does not support text mode. 14 years ago
Ned Deily 9937748f0c Issue #13590: On OS X 10.7 and 10.6 with Xcode 4.2, building 14 years ago
Ezio Melotti fa3702dc28 #13960: HTMLParser is now able to handle broken comments when strict=False. 14 years ago
Senthil Kumaran 5b14d732d8 Issue #9021 - Introduce copy module better. Doc changes suggested by Terry 14 years ago
Senthil Kumaran 6e13f130a9 Fix Issue #6005: Examples in the socket library documentation use sendall, 14 years ago
Petri Lehtinen 4a84f58143 Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. 15 years ago
Ned Deily d531b295f2 Issue #10881: Fix test_site failure with OS X framework builds. 14 years ago
Terry Jan Reedy e91e7637bb Issue 964437 Make IDLE help window non-modal. 14 years ago
Ned Deily ed3b867f33 Issue #13933: IDLE auto-complete did not work with some imported 14 years ago
Ned Deily cf550dcff8 Issue #13901: Prevent test_distutils failures on OS X with --enable-shared. 14 years ago
Petri Lehtinen 9713321f46 Document absoluteness of sys.executable 14 years ago
Petri Lehtinen 023fe334bb sqlite3: Handle strings with embedded zeros correctly 14 years ago
Terry Jan Reedy da4c467210 #13506 Add '' to path for interactive interpreter by adding with_cwd parameter 14 years ago
Benjamin Peterson 2652d2570e ready types returned from PyType_FromSpec 14 years ago
Antoine Pitrou 1334884ff2 Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. 14 years ago
Antoine Pitrou 75ff65ef96 Issue #13806: The size check in audioop decompression functions was too strict and could reject valid compressed data. 14 years ago
Charles-François Natali 6b671b2591 Issue #13894: Skip test_threading.CRLockTests if _CRLock isn't available. Patch 14 years ago