4883 Commits (a4e4e35783d26151be19253ff6dd1c3ec2ca7efa)

Author SHA1 Message Date
Benjamin Peterson a4e4e35783 check by equality for __future__ not identity (closes #14378) 14 years ago
R David Murray e112153727 #12757: Make doctest skipping in -OO mode work with unittest/regrtest -v 14 years ago
Andrew Svetlov 0f71f44156 #3573: idle now doesn't hungs if launched as: idle -e <directory> 14 years ago
Giampaolo Rodola' 7941736ddb Fix issue #13694: asynchronous connect in asyncore.dispatcher does not set addr. 14 years ago
Ross Lagerwall 71faefc37e Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined. 14 years ago
Gregory P. Smith c809f98143 Fixes Issue #14331: Use significantly less stack space when importing modules by 14 years ago
Georg Brandl 1eb0f9de99 Post-release updates for 3.2.3rc2. 14 years ago
Georg Brandl 226af70a59 Bump to 3.2.3rc2. 14 years ago
Georg Brandl 5ab88177a4 Move MANIFEST parsing change to the right position. 14 years ago
R David Murray eebe1112ff #11686: news entry. 14 years ago
Benjamin Peterson 16d84ac355 check to make sure the attribute is a string (#14334) 14 years ago
Senthil Kumaran be3f851411 closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem 14 years ago
Senthil Kumaran 73277fe0eb closes Issue #11199: Fix the with urllib which hangs on particular ftp urls. 14 years ago
Georg Brandl a5d729a7f7 Transplant from main repo d6c197edd99b: Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes 14 years ago
Gregory P. Smith 1be7cd0a78 move the Misc/NEWS entry to the right section. 14 years ago
Gregory P. Smith 8e91cf6a5e Fixes issue #14234: CVE-2012-0876: Randomize hashes of xml attributes 14 years ago
R David Murray 9fd170e2d0 #14062: fix BytesParser handling of linesep for Header objects 14 years ago
R David Murray 7441a7aedd #14291: if a header has non-ascii unicode, default to CTE using utf-8 14 years ago
Martin v. Löwis eb945a938d Issue #5219: Prevent event handler cascade in IDLE. 14 years ago
Ned Deily 7ca97d5208 Issue #14184: Increase the default stack size for secondary threads on 14 years ago
Michael Foord e01c62cd6b Fix unittest test discovery for Jython 14 years ago
Antoine Pitrou 1f9a835400 Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Windows when the child process has already exited. 14 years ago
Benjamin Peterson dae9f8334e this stuff will actually be new in 3.2.4 14 years ago
Benjamin Peterson 52c424343d allow cycles throught the __dict__ slot to be cleared (closes #1469629) 14 years ago
Benjamin Peterson e48944b69c keep the buffer object around while we're using it (closes #14212) 14 years ago
Éric Araujo a420c820fe Backout buggy patch committed for #13719 14 years ago
Éric Araujo e413c06f35 Make distutils’ upload command work with bdist_msi products (#13719). 14 years ago
Meador Inge 653f932eff Issue #14195: Make WeakSet.__lt__ and WeakSet.__gt__ irreflexive. 14 years ago
Antoine Pitrou 4a90ef0363 Issue #14177: marshal.loads() now raises TypeError when given an unicode string. 14 years ago
Antoine Pitrou 679e9d36f7 Issue #14172: Fix reference leak when marshalling a buffer-like object (other than a bytes object). 14 years ago
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
Georg Brandl 48605a65b5 3.2.3rc1 done 14 years ago
Éric Araujo e7295a7635 Add news entry for previous commit 14 years ago
Éric Araujo 29b925548c Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). 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
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