50667 Commits (e90cdaa185edf92c069cd3daa7f975e5811ee1dc)
 

Author SHA1 Message Date
Benjamin Peterson e90cdaa185 check for NULL 14 years ago
Benjamin Peterson eff19a13ed check by equality for __future__ not identity (closes #14378) 14 years ago
Benjamin Peterson 0e3c107549 merge from release branch 15 years ago
Benjamin Peterson 02fa3b9571 merge tag 15 years ago
Benjamin Peterson e79499504e merge heads 15 years ago
Benjamin Peterson f72ef7882c merge 2.7.3 release branch 15 years ago
Gregory P. Smith fcdf04becc Fixes Issue #14331: Use significantly less stack space when importing modules by 15 years ago
Martin v. Löwis cdc60aac3d Add 2.7.3rc2 uuid 15 years ago
Martin v. Löwis 28b22d0d15 Add 2.7.3rc2 uuid 15 years ago
Georg Brandl 1220bd7bdf Merge 2.6.8rc tags into 2.7. 15 years ago
Georg Brandl 222ac8c98f Remove duplicate hgtags entries for 2.6.8rc{1,2}. 15 years ago
Barry Warsaw 9636e462d8 Added tag v2.6.8rc2 for changeset bd9e1a02e3e3 15 years ago
Barry Warsaw 2e9fb8d7e2 null merge 15 years ago
Barry Warsaw 91c4f29a1a null merge from 2.6 15 years ago
Barry Warsaw b1abc08a29 Added tag v2.6.8rc2 for changeset 1d1b7b9fad48 15 years ago
Barry Warsaw bd371a4cbb Bump to 2.6.8rc2 15 years ago
Barry Warsaw 2875b5b294 Update Docs and NEWS for 2.6.8rc2. 15 years ago
R David Murray 5c2689a00c #14333: fix test_queue so it can be run via standard unittest test discovery. 15 years ago
Ned Deily b07b730e06 Issue #14346: Fix some typos in the Mac/README file. 15 years ago
Georg Brandl 94a105705f Closes #14250: regex.flags has not only explicit flags but also those from the pattern 15 years ago
Georg Brandl 5a607b06d6 Closes #14343: avoid shadowing builtin input() in example code. 15 years ago
Georg Brandl ce54617260 Closes #14342: remove out-of-date section about avoiding recursion errors. 15 years ago
Georg Brandl f354f8e369 Closes #14306: clarify expensiveness of try-except and update code snippet 15 years ago
Senthil Kumaran e3d73544ad explain json.dumps for non-string keys in dicts. closes issue6566. Patch contributed Kirubakaran Athmanathan 15 years ago
R David Murray bee24df3a7 #11780: s/throw/raise/ 15 years ago
R David Murray 0cc4e53d1d #11780: document that email.encoders throw TypeError on multipart messages. 15 years ago
Benjamin Peterson dbc52f8a0d check for string attribute names in old-style classes (closes #14334) 15 years ago
Benjamin Peterson 6e7832b04c check to make sure the attribute is a string (#14334) 15 years ago
Senthil Kumaran 51a65c9161 2.7 - Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problem 15 years ago
Senthil Kumaran 4c59211bd5 Fix the urllib closing issue which hangs on particular ftp urls/ftp servers. closes issue11199 15 years ago
Benjamin Peterson f1acd0ab38 merge from 2.7 release branch 15 years ago
Benjamin Peterson bf6bf4f8f2 Added tag v2.7.3rc2 for changeset d46c1973d3c4 15 years ago
Benjamin Peterson ee933eccc9 bump to 2.7.3rc2 15 years ago
R David Murray 32a3b147b2 #12758: removing confusing mention of UTC from time.time description 15 years ago
Benjamin Peterson 66d2bd7fae merge heads 15 years ago
Gregory P. Smith 7210025aa3 merge heads. 15 years ago
Gregory P. Smith 99576c04f1 Fixes Issue 14234: fix for the previous commit, keep compilation when 15 years ago
Gregory P. Smith c10f5c2828 Fixes Issue 14234: fix for the previous commit, keep compilation when 15 years ago
Barry Warsaw e236ad3113 merge 2.6 15 years ago
Barry Warsaw e9bc2f773f - Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes in the hash 15 years ago
Matthias Klose 3cef2a931c - rename configure.in to configure.ac 15 years ago
Gregory P. Smith d0e1a5b241 Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes 15 years ago
Gregory P. Smith c8ff46032f Fixes Issue #14234: CVE-2012-0876: Randomize hashes of xml attributes 15 years ago
Georg Brandl f590e0458e Closes #14289: put a link to the CHM download page on the docs download page. 15 years ago
Martin v. Löwis f163efd736 Issue #5219: Prevent event handler cascade in IDLE. 15 years ago
Vinay Sajip 71e51d66d6 Merged upstream change. 15 years ago
Vinay Sajip 9790e083a5 Closes #14267: Corrected computation of rollover filename. 15 years ago
Senthil Kumaran d17a898fcf Fix closes Issue14281 - Test for cgi.escape by Brian Landers 15 years ago
Senthil Kumaran b968b36ad0 merge heads 15 years ago
Ezio Melotti b56b6fff1f #14179: add tests for re.compile. Patch by Florian Mladitsch. 15 years ago