49742 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
R David Murray 1623afff67 #14355: remove obsolete doc reference to previously removed init_frozen. 14 years ago
Gregory P. Smith c809f98143 Fixes Issue #14331: Use significantly less stack space when importing modules by 14 years ago
Georg Brandl 3187749646 Merge 3.2.3rc2 from release clone. 14 years ago
Georg Brandl 1eb0f9de99 Post-release updates for 3.2.3rc2. 14 years ago
Georg Brandl ed77feb503 Added tag v3.2.3rc2 for changeset 428f05cb7277 14 years ago
Georg Brandl 226af70a59 Bump to 3.2.3rc2. 14 years ago
R David Murray c6bfce9871 #14333: fix test_queue so it can be run via standard unittest test discovery. 14 years ago
Georg Brandl 5ab88177a4 Move MANIFEST parsing change to the right position. 14 years ago
Ned Deily e742adeb8f Issue #14346: Fix some typos in the Mac/README file. 14 years ago
Georg Brandl 3a19e542ff Closes #14250: regex.flags has not only explicit flags but also implicit flags and those from the pattern 14 years ago
Georg Brandl 557a3ec9bb Closes #14343: avoid shadowing builtin input() in example code. 14 years ago
Georg Brandl 5ec6fdb0f6 Closes #14342: remove out-of-date section about avoiding recursion errors. 14 years ago
Georg Brandl 12c3cd7c1f Closes #14306: clarify expensiveness of try-except and update code snippet 14 years ago
Senthil Kumaran f2123d2db5 3.2 explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan 14 years ago
R David Murray eebe1112ff #11686: news entry. 14 years ago
R David Murray 1b6c724df0 #11686: add missing entries to email __all__ lists. 14 years ago
R David Murray 41914349ad #11780: s/throw/raise/ 14 years ago
R David Murray 69ebfe43b0 #11780: document that email.encoders throw TypeError on multipart messages. 14 years ago
Eli Bendersky 969b8daf5a Issue #14202: some additional doc fixes 14 years ago
Benjamin Peterson 16d84ac355 check to make sure the attribute is a string (#14334) 14 years ago
Eli Bendersky 3fb05a90ce Issue #14202: Greatly enhance the documentation of xml.dom.pulldom. 14 years ago
Senthil Kumaran be3f851411 closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem 14 years ago
Eli Bendersky 604c4ff43d Issue #9257: clarify the events iterparse accepts 14 years ago
Senthil Kumaran 6b3434ae04 Explain the use of charset parameter with Content-Type header. Issue11082 14 years ago
Senthil Kumaran 73277fe0eb closes Issue #11199: Fix the with urllib which hangs on particular ftp urls. 14 years ago
R David Murray 38c2754652 #12758: removing confusing mention of UTC from time.time description 14 years ago
Gregory P. Smith b7134998a5 merge heads 14 years ago
Gregory P. Smith c73f6dab11 Fixes Issue 14234: fix for the previous commit, keep compilation when 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 2522771e47 Fixes Issue 14234: fix for the previous commit, keep compilation when 14 years ago
Senthil Kumaran 87684e6eea Fix the wrong urllib exampls which use str for POST data. Closes Issue11261 14 years ago
Matthias Klose 4552b2eccc merge 3.1 14 years ago
Matthias Klose 51982ada81 merge heads 14 years ago
Matthias Klose 20b303ed85 merge heads 14 years ago
Matthias Klose d83be23689 merge 3.1 14 years ago
Matthias Klose 0f4c16e29c - rename configure.in to configure.ac 14 years ago
Gregory P. Smith 9439523c22 merge heads 14 years ago
Gregory P. Smith 0bca497721 merge (no change needed in 3.2) 14 years ago
Gregory P. Smith 1be7cd0a78 move the Misc/NEWS entry to the right section. 14 years ago
Gregory P. Smith 373c740924 Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes 14 years ago
Georg Brandl 300a691026 Closes #14305: fix typo. 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
Georg Brandl 525fd5447d Closes #14289: put a link to the CHM download page on the docs download page. 14 years ago
Georg Brandl 69c7a69cbe Closes #14283: match() and search() are regex methods, not match methods. 14 years ago